﻿/********** common style **********/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, optgroup, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    background: #fff;
    font-size: 12px;
    color: #000000;
    line-height: 22px;
    font-family:'Microsoft YaHei','微软雅黑';
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, em, input, textarea {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
input, select, textarea {
    font-size: 12px;
    vertical-align: middle;
    line-height: 16px;
    font-family:'Microsoft YaHei','微软雅黑';
}
textarea {
    border: 1px solid #d4d4d4;
}
a img {
    border: 0;
}
a {
    /*L-V-H-A*/
    
    text-decoration: none;
    color: #585858;
}
a:hover {
    text-decoration: underline;
    color: #f9000e;
}
/*表单中必填项文字*/

.required {
    color: #ef2415;
}
/*注释文字*/

.note {
    color: #999;
}
.c_red {
    color: red;
}
/*------表格-----*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    padd: expression(this.cellPadding=0);
    empty-cells: show;
}
table th, table td {}
/*列表-操作列*/

table .operate {
    text-align: center;
}
/*列表-数字列*/

table .num {
    text-align: right;
}
/*左右表格中，文字右对齐列*/

table .col01 {
    text-align: right;
}
/*表格中的文字顶部对齐*/

table .txtv {
    vertical-align: top;
}
/*---除表格外的文字对齐---*/

.txtleft {
    text-align: left;
}
.txtcenter {
    text-align: center;
}
.txtright {
    text-align: right;
}
.floatl {
    float: left;
}
.floatr {
    float: right;
}
.vm {
    vertical-align: middle;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.fn {
    font-weight: normal;
}
.fb {
    font-weight: bold;
}



#slider_1{
	height: 90px;
	line-height: 40px;
	overflow: hidden;
	margin: 1px 0;
	float: left;
	position: relative;
	cursor: default;
	_height: 106px;
	_line-height: 40px;
}
#slider_1 .overlay_top,
#slider_1 .overlay_bottom{
	position: absolute;
	z-index: 2;
	background: white;
	opacity: 0.83;
	height: 32px;
	width: 100%;
	/* older safari/Chrome browsers */  
    -webkit-opacity: 0.83;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.83;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.83;  
    /* IE9 + etc...modern browsers */  
    opacity: .83;  
    /* IE 4-9 */  
    filter:alpha(opacity=83);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=83); 
	color:#cbcbcb;
}
#slider_1 .overlay_top,
#slider_2 .overlay_top{
	top:0;
}
#slider_1 .overlay_bottom,
#slider_2 .overlay_bottom{
	bottom: 0;
}
#slider_1 ul li{
	font-size:22px;
	color: #333333 ; /*#fae2d4*/
	min-height: 30px;
	line-height:25px;
	font-weight: bold;
}
#slider_2{
	display: none;
}
#slider_2 ul li{
	font-size: 22px;
	font-weight: 600;
	color: #cbcbcb ; /*#fae2d4*/
	min-height: 30px;
}



.hidden {
    display: none !important;
}
/*----清楚浮动1----在应用的过程中我们只需要，在有浮动的元素的面添加<div class="clear"></div>, 这是一种。还有一种就是直接在元素添加一个类clearfix就可以了。*/

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
/*--字体类--*/

.font12 {
    font-size: 12px
}
.font14 {
    font-size: 14px
}
.font16 {
    font-size: 16px
}
.font18 {
    font-size: 18px
}
.font20 {
    font-size: 20px
}
.fb {
    font-weight: bold
}
.fu {
    text-decoration: underline
}
.fn {
    text-decoration: none
}
/*高度*/

.hr_6, .hr_10 {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}
.hr_6 {
    height: 6px;
}
.hr_10 {
    height: 10px;
}
.hr_30 {
    height: 30px;
}
/*分页*/

.PagerView {
    margin-bottom: 20px;
    margin-top: 30px;
}
.pagelist {
    margin: 0 auto;
    width: 300px;
}
.pagelist li {
    float: left;
    margin-right: 5px;
}
.pagelist li.thisclass a {
    color: #E05200;
}
body {
    padding-top: 170px;
	min-width:1590px;
}
.headerscroll {
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #FFF;
	height: 173px;
	clear:none;
}
#topbarWrap {
    background: #FAFAFA;
    border-bottom: 1px solid #DFDFDF;
}
#topbar {
    width: 1430px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
}
#topbar strong {
    font-weight: bold;
}
#headerWrap {
    height: 120px;
}
.htop{ 
width: 1430px;
    margin: 0 auto;
	margin-top:4px;
	text-align:right;
	text-decoration:underline;
	height:40px;
	line-height:35px;
	}
.htop a{ font-size:16px;}
#header {
    width: 1430px;
    margin: 0 auto;
    padding-top:0px;
}
#header h1 {
    float: left;

	margin-top:22px;
	width:135px;
}
#header h1 img {
    vertical-align: middle;

}


.header-l {
    float:left;
    width: auto;
    font-size: 18px;
    padding-top: 6px;
	 height: auto;
    overflow: hidden;
    position: relative;
	text-align: left;
}
.header-l p.xiao {
   font-size:16.3px;
   letter-spacing:0px;
   color:#000;   
}
.header-l p span {
    font-size: 14px;
    margin-right: 30px;
	text-decoration:underline;
}

.header-l p.chaoji {
	font-size:28px;
	font-weight:bold;
	margin-top:18px;
	margin-bottom: 10px;
	color:#000;
}
.header-l p.chaoji2 {
	font-size:28px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom: 10px;
	color:#000;
}

.header-c {
    float: right;
    width: auto;
    font-size: 16px;
    padding-top: 6px;
	 height: auto;
    overflow: hidden;
    position: relative;
	text-align: right;
}
.header-c p {
    margin-bottom: 20px;
}
.header-c p span {
    font-size: 14px;
    margin-right: 30px;
	text-decoration:underline;
}
#header .header-r {
    position: relative;
    text-align: right;
    font-size: 16px;
    float: right;
    width:550px;
    padding-top:28px;
}
#header .header-r p {
    font-size:30px;
    margin-bottom: 15px;
	font-weight: bold;
	color:#000;
}

#header .header-r span {
    font-size:30px;
    margin-bottom: 12px;
	color:#000000;

}

#header .header-r span a {
    font-size:30px;
    margin-bottom: 12px;
	color:#000000;
	font-weight:bold;

}

#header .header-r .lr {
    float: left;
    margin-top: 17px
}
#header .header-r .ll {
    float: right;

}
.gjz li {
    float: left;
    margin-left: 8px;
    display: inline;
}
#header .header-r .gjz li a {
    padding: 5px 15px;
    font-size: 22px;
    color: #FFF;
    background-color: #d80c18;
}
#header .header-r .gjz li a:hover {
    text-decoration: none;
    background-color: #cecece;
}
#header .header-r .gjz li a.skin2 {
    background-color: #002551;
}
#header .header-r .gjz li a.skin3 {
    background-color: #222629;
}
#header .header-r .gjz li a.skin2:hover, #header .header-r .gjz li a.skin3:hover {
    background-color: #cecece;
}
#siteNavWrap {
    background: #c11923;
	height:53px;
	/*background: linear-gradient(to right, #c11923 200px, #333333 1000px);*/
	/*background:url(../images/navbg.jpg) repeat-x;*/
}
#siteNav {
    width: 1430px;
    margin: 0px auto 0 auto;
	line-height:52px;
}
#siteNav .navabout {
float: left;
height: 52px;
background: #c11923;
}
#siteNav .navabout span {
font-size: 31px;
color: #FFF;
line-height: 52px;
padding: 0 0px;
padding-right:30px;
text-align:left;
}
/*#siteNav span {
    float: right;
    padding-top: 10px;
    height: 35px;
    overflow: hidden;
}
#siteNav span a {
    margin-left: 5px;
}*/
#siteNav ul { float:right;} 
#siteNav ul li {
    line-height: 52px;
    float: left;
    padding: 0;
    /*font-size: 24px;*/
	padding-right:49px;
   /* border-right: 1px solid #d6d6d6;*/
}



#siteNav ul {} #siteNav ul li.current, #siteNav ul li.hover {
    /*background: #cecece;*/
}
#siteNav ul {}  #siteNav ul li.hover a {
    color: #fff;
}

#siteNav ul li:hover a {
    color: #fff;

}


#siteNav ul li.current a {
    color: #fff;

}

#siteNav ul li h2 {
    /*font-size: 14px;*/
}
#siteNav ul li  a {
    color: #ffffff;
    font-size:24px;
    padding: 0 0px;
    display: inline-block;
	height: 52px;
    line-height: 52px;
}
}
#siteNav ul li  a:hover {
    text-decoration: none;
}
#bannerWrap {} #banner {
    height: 428px;
    width: 1430px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
#bannerWrap {
    margin-top: 2px;
}
#bannerNav {
    width: 282px;
    height: 428px;
    overflow: hidden;
    float: left;
	background-color: #333333;
	
}
#bannerNav li {
    margin-bottom: 1px;
}
#bannerNav a {
    height: 58px;
    line-height: 58px;
    padding-left: 16px;
    font-size: 21px;
    color: #FFF;
    background-color: #333333;
    display: block;
}


#bannerNav a:hover {
   /* opacity: .5;
    *filter: Alpha(opacity=50);*/
}
#bannerNav a.skin1 {
    background-color: #333333;
}
#bannerNav a.skin2 {
    background-color: #333333;
}
#bannerNav a.skin3 {
    background-color: #333333;
}
#bannerNav a.skin4 {
    background-color: #333333;
}
#bannerNav a.skin5 {
    background-color: #333333;
}

#bannerNav a.skin6 {
    background-color: #333333;
}

#bannerNav a:hover {
    text-decoration: none;
}
#bannerSlide {
    width: 918px;
    height: 428px;
    overflow: hidden;
    float: right;
}
#bannerSlide.slider .pages{
	display:none;
}
.slider {
    position: relative;
    height: 428px;
}
.slider li {
    float: left;
}
.slider li img {
    display: block;
    width: 918px;
    height: 428px;
}
.slider .pages {
    bottom: 25px;
    position: absolute;
    right: 85px;
}
.slider .pages span {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    color: #999;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    border: 1px solid #FFF;
}
#bannerSlide .pages span {
    opacity: .3;
    *filter: Alpha(opacity=30);
}
.slider .pages span.current {
    border: 1px solid #F00;
}
#bannerSlide .btn-prev {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_07.png) no-repeat;
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#bannerSlide .btn-next {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_09.png) no-repeat;
    position: absolute;
    right: 0;
    top: 160px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#bannerSlide a.btn-prev:hover, #bannerSlide a.btn-next:hover {
    opacity: 1;
    *filter: Alpha(opacity=100);
}
#bannerWrap {} #casebanner {
    height: 440px;
    width: 1430px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.tabopacity {
    height: 58px;
    opacity: 0.8;
    *filter: alpha(opacity: 80);
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 74px;
    width: 100%;
}
.tabcase {
    position: absolute;
    left: 30px;
    bottom: 58px;
    height: 58px;
    width: 100%;
}
.tabcase h2 {
    color: #7b7d81;
    font-size: 24px;
    width: 150px;
    float: left;
}
.tabcase ul {
    position: absolute;
    margin: 6px 0 0 190px;
}
.tabcase ul li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 35px;
    padding: 0 20px;
}
.tabcase ul li a {
    text-decoration: none;
}
.tabcase ul li a:hover {
    text-decoration: none;
}
.tabcase ul li.current {
    background: #ffffff;
}
.tabcontent {
    background: #fff;
    width: 1130px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    position: absolute;
    left: 0;
    bottom: 21px;
    padding: 15px 30px;
}
.tabcontent a {
    font-size: 14px;
    margin: 0 15px 25px 0;
}
.tabcontent a.hover {
    font-weight: bold;
}
#casebanner img {
    height: 440px;
    width: 1430px;
}
#mainWrap {
    width: 1430px;
    margin: 0 auto 20px auto;
}
#main {
    width: 1430px;
    margin: 0 auto;
}
.indexlogolist { width:1430px; margin:auto; margin-bottom:76px;} 

.indexlogolist .hd {
    padding-left: 240px;
    background: #E6E6E6 url('../images/t1.png') no-repeat 15px 50px;
	min-height: 240px;
}
.indexlogolist .bannerDesc {
    padding: 20px 20px 20px 0;
}
.indexlogolist .bannerDesc h2 {
    margin-bottom: 15px;
}
.indexlogolist .bannerDesc h2 span {
    font-size: 26px;
    background-color: #393327;
    line-height: 38px;
    color: #FFF;
}
.indexlogolist .bannerDesc p {
    line-height: 18px;
    font-size: 14px;
}
.indexlogolist .bd li {
    float: left;
    background-color: #000;
}
.indexlogolist .bd li img {
    width: 300px;
    height: 185px;
    display: block;
}
.indexlogolist .bd li a:hover img {
    opacity: .8;
    *filter: alpha(opacity=80);
}
.indexbrandlist {
    background-color: #E6E6E6;
}
.indexbrandlist .hd {
    padding-left: 240px;
	background: url('../images/t2.png') no-repeat 15px 18px;
	min-height: 180px;
}
.indexbrandlist .bannerDesc {
    padding: 20px 20px 20px 0;
}
.indexbrandlist .bannerDesc h2 {
    margin-bottom: 0;
}
.indexbrandlist .bannerDesc h2 span {
    font-size: 25px;
    background-color: #393327;
    line-height: 35px;
    color: #FFF;
}
.indexbrandlist .bannerDesc h3 {
    margin-bottom: 15px;
}
.indexbrandlist .bannerDesc h3 span {
    font-size: 25px;
    background-color: #393327;
    line-height: 35px;
    color: #FFF600;
}
.indexbrandlist .bannerDesc p {
    line-height: 18px;
    font-size: 14px;
}
.indexbrandlist .bd {
    margin: 50px 0;
    font-size: 14px;
	background-color:#FFF;
}
.indexbrandlist .bd .indexbrandlist-item {
    width: 1150px;
	border:1px solid #CF003A;
    overflow: hidden;
    margin-bottom: 10px;
	line-height:1.5;
}
.indexbrandlist .bd .indexbrandlist-item img {
    max-width: 100%;
}
.indexlogo {
    padding-top: 15px;
}
.indexlogo h1 {
    font-size: 22px;
    font-weight: bold;
    color: #e61c4e;
    float: left;
}
.indexlogo h1 p {
    font-size: 18px;
    color: #737373;
    font-weight: normal;
    padding-top: 13px;
}
.indexlogo .adver1 {
    float: right;
}
.slogo ul {
    width: 1250px;
    overflow: hidden;
    margin-right: -27px;
}
.slogo ul li {
    float: left;
    border: 1px solid #f1f1f1;
    margin: 0 27px 15px 0;
}
.slogo ul li img {
    width: 93px;
    height: 51px;
}
.indexseo {
    background: #e5e5e5;
    height: 51px;
    line-height: 51px;
}
.indexseo ul li {
    float: left;
    font-size: 22px;
    color: #727272;
    margin: 0 30px;
}
.indexcasebox {
  
}
.indexcasebox .bd {} .indexcasebox .bd ul {
    width: 450px;
    overflow: hidden;
    float: left;
    margin: 20px 40px 0 0;
}
.indexcasebox .bd ul.caseboxcol03 {
    margin-right: 0;
}
.indexcasebox .bd ul li {
    border: 1px solid #dbdbdb;
    padding: 20px;
    margin-bottom: 20px;
    width: 358px;
    overflow: hidden;
	background: #FFF;
	padding-left:44px;
	padding-right:44px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.indexcasebox .thumb {
    margin-bottom: 20px;
    padding-bottom: 15px;

}
.indexcasebox .thumb img {
    width: 358px;
    display: inline;
}
.indexcasebox .thumb a:hover img {
    opacity: .5;
    *filter: Alpha(opacity=50);
}
.indexcasebox .title {
    text-align: left;
    font-size: 18px;
    color: #000;
    margin-bottom: 24px;
	line-height: 28px;
}

.indexcasebox .title a {
    text-align: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
	font-weight:bold;
}

.indexcasebox .tags {
    text-align: left;
	font-size: 17px;
    line-height: 28px;
}

.indexnews3 .subject {font-size:16px;margin:0 0 30px 0; line-height: 1.6}
.indexnews3 .t {margin:3px 0}
.indexnews3 .t span {font-size:16px}

.addtoggle {
    margin: 40px 80px 0;
    height: 40px;
    line-height: 40px;
    background: #000;
    overflow: hidden;
    color: #FFF;
}
.btn-l {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
}
.btn-l a {
    color: #FFF;
    font-family:'Microsoft YaHei','微软雅黑';
    font-size: 22px;
    line-height: 33px;
    border-right: 1px solid #d0d0d0;
    width: 49px;
    height: 40px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    vertical-align: middle;
}
.btn-l a:hover {
    text-decoration: none;
}
.btn-r {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: right;
    width: 155px;
}
.btn-r a {
    color: #FFF;
    font-family:'Microsoft YaHei','微软雅黑';
    font-size: 40px;
    border-left: 1px solid #d0d0d0;
    width: 49px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 10px;
    vertical-align: middle;
}
.btn-r a:hover {
    text-decoration: none;
}
.aboutprombox {
    background: #FFF;
    border: 1px solid #D5D5D5;
    margin-bottom: 10px;
}
.aboutprombox {} .aboutprombox .bd {
    width: 220px;
    margin: 10px auto;
}
.aboutprombox .bd p {
    font-size: 14px;
}
.aboutprombox .bd p a {
    color: #ff8d8d;
}
.aboutprombox .buttonskin2 {
    background: #404040;
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    margin-top: 5px;
}
.aboutprombox .buttonskin3 {
    background: #737373;
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
    margin-top: 5px;
}
.adbox {
    margin-bottom: 10px;
}
.rightcasecate {
    background: #FFF;
    border: 1px solid #D5D5D5;
    margin-bottom: 10px;
    padding: 20px;
}
.rightcasecate .hd {
    font-size: 18px;
    margin-bottom: 20px;
}
.rightcasecate .bd {
    background: url(bdbg.png);
}
.rightcasecate .bd a {
    line-height: 38px;
    display: inline-block;
}
.rightnewstj {
    background: #FFF;
    border: 1px solid #D5D5D5;
    margin-bottom: 10px;
    padding: 20px;
}
.rightnewstj .hd {
    font-size: 18px;
    margin-bottom: 30px;
}
.rightnewstj .bd ul li {
    margin-bottom: 15px;
}
.rightnewstj .bd ul li a {
    margin-bottom: 6px;
    display: inline-block;
}
.rightnewstj .bd ul li a span {
    color: #df0051;
}
#footer {
    background: #cccccc;
	height:216px;
	line-height:58px;
	padding-top:30px;
	margin-top:50px;
}
.footerinner {
    width: 1430px;
    margin: 0 auto;
}
.footcont1 {
    border-bottom: 1px solid #4b4b4b;
    padding: 20px 0;
}
.footcont1 * {
    vertical-align: middle;
}
.cont-l {
    float: left;
    width: 300px;
}
.cont-l p {
    font-size: 14px;
    margin-top: 10px;
}
.cont-l p strong {
    font-size: 16px;
}
.cont-l .buttonskin01 {
    background: #ff4a00;
    width: 125px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.cont-c {
    float: left;
    width: 600px;
}
.cont-c p {
    color: #747474;
    font-size: 14px;
    margin-top: 66px;
}
.cont-r {
    float: left;
}
.footcont2 {
    border-bottom: 1px solid #4b4b4b;
    font-size: 14px;
    color: #000;
    padding: 20px 0;
}
.footcont2 a {
    color: #000;
}
.footcont2 a:hover {
    color: #be0411;
}
.footcont3 {
    padding: 0px 0;
    color: #000;
}
.footcont3 a {
    color: #fff;
	font-size:16px;
}
.footcont3 a:hover {
    color: #be0411;
}
.footcont3 img {
    float: left;
    margin-right: 2px;
}
.mainright {
    float: right;
    width: 285px;
    overflow: hidden;
    margin-top: 20px;
}
.mainleft {
    float: left;
    width: 810px;
    margin-top: 20px;
}
.info {
    background: #f4f4f4;
    padding: 45px 30px;
    margin-bottom: 30px;
}
.info .hd {
    font-size: 24px;
    color: #545454;
    margin-bottom: 20px;
}
.info .bd p {
    font-size: 14px;
    margin-bottom: 28px;
}
.mainright .review {
    padding-top: 20px;
}
.review {} .review .hd {
    font-size: 16px;
    color: #545454;
    font-weight: bold;
}
.review .bd dl {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0 0 0;
}
.review .bd dl dt {
    color: #585858;
    font-size: 14px;
    line-height: 24px;
}
.review .bd dl dd {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #a3a3a3;
}
.casedetail {} .casedetail .hd {
    padding-top: 10px;
}
.casedetail .hd h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 24px;
    float: left;
}
.price {
    text-align: right;
    font-size: 14px;
    float: right;
}
.price span {
    font-size: 14px;
    color: #585858;
    margin-right: 20px;
}
.btn1 {
    background: #e60012;
    padding: 10px 50px;
    font-size: 14px;
    color: #fff;
}
.btn1:hover {
    text-decoration: none;
    color: #fff;
}
.btn2 {
    font-size: 18px;
    color: #e60012;
    background: url(../images/icon-back.png) no-repeat right center;
    padding-right: 25px;
    margin-bottom: 10px;
    display: inline-block;
}
.btn2:hover {
    text-decoration: none;
    color: #e60012;
}
.btn3 {
    font-size: 18px;
    color: #e60012;
    background: url(../images/icon-down.png) no-repeat right center;
    padding-right: 25px;
    margin-bottom: 10px;
    display: inline-block;
}
.btn3:hover {
    text-decoration: none;
    color: #e60012;
}
.xmbj {
    margin-bottom: 50px;
}
.xmbj h3 {
    font-size: 24px;
    margin: 20px 0;
}
.xmbj .cont {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 24px;
}
.casediv {
    margin-bottom: 50px;
}
.casediv h3 {
    font-size: 24px;
    margin: 20px 0;
    color: #737373;
}
.casediv .cont {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 24px;
}
.cutover {
    margin: 20px 0;
}
.previousdiv span, .nextdiv span {
    color: #e60012;
}
.previousdiv a, .nextdiv a {
    color: #000;

}
.previousdiv a:hover, .nextdiv a:hover {
    color: #e60012;
}
.addr p {
    font-size: 14px;
    margin-top: 10px;
    color: #a3a3a3;
}
.addr img {
    width: 285px;
}
/*推荐案例*/

.tjcase {} .tjcase .thumb img {
    width: 285px;
}
.tjcase li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.tjcase .title {
    text-align: center;
}
.tjcase .title a {
    font-size: 14px;
    color: #a3a3a3;
}
.tjcase .title a:hover {
    font-size: 14px;
    color: #f9000e;
}
.tjcase .bd .morecase {
    text-align: right;
}
.tjcase .bd .morecase a {
    font-size: 14px;
    color: #a3a3a3;
}
.tjcase .bd .morecase a:hover {
    color: #f9000e;
}
/*新闻banner*/

.newsbanner {
    background: #f4f4f4;
    height: 180px;
    margin-bottom: 20px;
}
/*新闻内容*/

.newsbox {} .news {
    width: 380px;
}
.news .hd {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.news .bd li {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    overflow: hidden;
}
.news .bd li a {
    font-size: 14px;
    color: #343434;
}
.news .bd li a:hover {
    color: #f9000e;
}
.news .bd li em {
    font-style: normal;
    font-size: 14px;
    color: #343434;
    margin-left: 5px;
}
.news .bd li span {
    font-size: 14px;
    color: #f9000e;
    margin-left: 5px;
}
.notice {
    width: 380px;
}
.notice .hd {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.notice .bd dl {
    padding: 14px 0;
    border-top: 1px solid #eaeaea;
    height: 62px;
}
.notice .bd dt {
    width: 80px;
    height: 60px;
    margin-right: 20px;
}
.notice .bd dd {
    width: 278px;
}
.notice .bd dt img {
    width: 80px;
    height: 60px;
    overflow: hidden;
}
.notice .bd dd p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.notice .bd dd span {
    color: #999999;
}
/*展示更多动态*/

.morenews {
    text-align: center;
    margin: 40px 0;
}
/*推广*/

.tgseo {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #eaeaea;
}
.tgseo p {
    color: #343434;
    font-size: 30px;
    margin-bottom: 20px;
}
.tgseo span {
    color: #737373;
    font-size: 16px;
}
/*服务索取报价*/

.serviceintro {
    background: #f4f4f4;
    padding: 50px 32px;
    text-align: center;
}
.serviceintro p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 68px;
}
/*哲仕服务模块*/

.service {
    padding-top: 20px;
}
.service .hd {
    color: #000;
    margin-bottom: 30px;
    font-size: 30px;
}
.service .bd {
    overflow: hidden;
    margin-bottom: 20px;
}
.service .bd dl {
    border: 1px solid #bfbfbf;
    width: 390px;
    margin-bottom: 30px;
}
.service .bd dt {
    background: #bfbfbf;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
    color: #404040;
    padding: 0 20px;
}
.service .bd dd {
    text-align: center;
    padding: 20px;
}
.service .bd dd img {
    border: 1px solid #bfbfbf;
    width: 340px;
}
.service .bd dd p {
    font-size: 14px;
    color: #a3a3a3;
    text-align: left;
    margin-top: 20px;
}
/*服务详情页大图*/

.serviceimg {
    width: 1430px;
    margin: 15px auto 0 auto;
}
/*服务简介*/

.serviceabout {} .serviceabout .hd {
    text-align: center;
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
}
.serviceabout .bd {
    margin: 0 auto;
    text-align: center;
}
.serviceabout .bd p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
}
.serviceabout .bd p span {
    font-weight: bold;
    font-size: 16px;
    color: #e60012;
}
/*产品与服务*/

.productservice {
    margin-top: 30px;
}
.productservice .hd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.productservice .bd {
    width: 900px;
    overflow: hidden;
    margin-right: -34px;
}
.productservice .bd ul {
    float: left;
    margin: 0 24px 20px 0;
    width: 187px;
}
.productservice .bd li img {
    width: 187px;
    height: 131px;
    margin-bottom: 10px;
}
.productservice .bd li a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.productservice .bd li a:hover {
    color: #e60012;
}
.productservice .bd li p {
    font-size: 12px;
    margin-bottom: 10px;
}
/*相关案例*/

.relativecase {} .relativecase .hd {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.relativecase .hd a {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.relativecase .bd ul {
    width: 950px;
    overflow: hidden;
    margin-right: -30px;
}
.relativecase .bd li {
    width: 260px;
    text-align: center;
    float: left;
    margin: 0 15px 30px 0;
}
.relativecase .bd .thumb img {
    width: 260px;
    height: 160px;
}
.relativecase .bd .title {
    font-size: 14px;
}
.aboutmainl {
    width: 216px;
    margin-top: 10px;
}

.aboutmain100 {
    width: 1330px;
    margin-top: 38px;
	background-color:#fff;
	padding:50px;
	
}

.aboutmain100 .bodertitle{
	
	
}

.aboutmain100 .bodertitle span{
float:left;font-size:18px;margin-right:20px;cursor:pointer;color:#000;
display: block; height:2px; line-height:0px; box-sizing: border-box; 
}

.aboutmain100 .bodertitle .on{
	
	color: #000;
    border-color: #c60000;
	
	
}


.aboutmainr {
    width: 1166px;
    margin-top: 22px;
	background-color:#fff;
	padding:30px;
	padding-left:8px;
	padding-right:8px;
	padding-top:20px;
}
.aboutarticlebox {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.aboutarticlebox p{
	color:#000;
	font-size:18px;
	line-height:34px;
}
.aboutarticlebox p a {
    color: #0018ff;
}
.aboutarticlebox img {
    margin: 0px;
}

.aboutarticlebox .title{
	border-left: 4px solid transparent;
	border-color:#c11923;
	padding-left:10px;
	
}
.abouthd {
    font-size: 16px;
    color: #3b3230;
    font-weight: bold;

    padding: 0px 0 10px;
    margin-bottom: 36px;
}
.aboutbd {
    margin-bottom: 20px;
}
.about-h2 {
    font-size: 16px;
    color: #3b3230;
    font-weight: bold;
}
.about-h2 strong {
    color: red;
}
.about-h3 {
    font-weight: bold;
    margin-top: 20px;
}
/*关于我们左边tab*/

.aboutside {
    position: fixed;
    z-index: 999;
	margin-top: 6px;

}
.aboutside .bd ul {
    margin-bottom: 0px;
}
.aboutside .bd li {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom:9px;
	padding-top:9px;
    font-size: 16px;
	background-color:#c11923;
	width:216px;
	color: #fff;
	text-align: center;
}
.aboutside .bd li a {
    color: #fff
}
.aboutside .bd li a:hover {
    text-decoration: none;
    color: #fff;
}
.aboutside .bd li.current {
    border-bottom: 2px solid #e6e6e6;
	padding-bottom:10px;
	padding-top:10px;
    font-size: 16px;

}
.aboutside .bd li.current a {
    color: #fff;
    font-weight: bold;
}
.aboutside .bd li.current a:hover {
    text-decoration: none;
}

.aboutside .bd li:hover{
	background-color: #fff;
	color:#333333;
}


.about {} .about .hd {
    font-size: 18px;
    color: #3b3230;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    margin-bottom: 20px;
}
.about .bd p {
    margin-bottom: 30px;
    line-height: 22px;
    color: #a3a3a3;
}
/*联系我们*/

.contactbanner {
    width: 1430px;
    margin: 20px auto;
}
.contactbanner img {
    width: 1430px;
}
.contactmainl {
    width: 220px;
    margin-top: 35px;
}
.contactmainr {
    width: 860px;
    margin-top: 35px;
}
.contactside {
    border-right: 1px solid #ececec;
    padding: 70px 0;
}
.contactside .bd ul {
    margin-bottom: 30px;
    border-top: 1px solid #ececec;
}
.contactside .bd li {
    border-bottom: 1px solid #ececec;
    padding: 15px 10px 15px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.contactside .bd li a {
    color: #7f7f7f
}
.contactside .bd li a:hover {
    text-decoration: none;
    color: #e61c4e;
}
.contactside .bd li.current {
    border-bottom: 1px solid #ececec;
    padding: 15px 10px 15px 20px;
    font-size: 28px;
    background: url(../images/zoom.png) no-repeat 70px center;
}
.contactside .bd li.current a {
    color: #7f7f7f;
    font-weight: bold;
}
.contactside .bd li.current a:hover {
    text-decoration: none;
}
.contact {} .contact .hd {
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
}
.contact .bd p {
    font-size: 14px;
    margin-bottom: 45px;
    line-height: 22px;
    color: #a3a3a3;
}
.contact .bd p span {
    font-size: 20px;
    font-weight: bold;
}
/*优势服务*/

.superioritybox {} .header {
    width: 1195px;
    margin: 0 auto;
    height: 115px;
    background: none;
    padding-top: 30px;
}
.supermain {
    background: #dededd;
}
.superioritybanner {
    width: 1195px;
    margin: 0 auto;
    padding: 20px 0;
}
.superioritybanner img {
    width: 1195px;
    height: 150px
}
.navigation {
    height: 32px;
    line-height: 32px;
    background: #000;
    text-align: right;
}
.navigation ul {
    width: 1195px;
    margin: 0 auto;
}
.navigation ul li {
    float: right;
}
.navigation ul li a {
    color: #999999;
    font-size: 16px;
    margin: 0 20px;
}
.navigation ul li a:hover {
    color: #db1939;
    text-decoration: none;
}
.supercont {
    width: 1195px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.contl {
    background: #fff;
    width: 280px;
    position: relative;
    height: 587px;
}
.tag {
    position: absolute;
    left: -31px;
    top: 37%;
    width: 31px;
    height: 116px;
    background: #db1939;
}
.zsabout {
    margin: 50px 45px;
}
.zsabout .hd {
    font-size: 13px;
    color: #4c4c4c;
    font-weight: bold;
    background: url(../images/dot2.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 20px;
}
.zsabout .bd li {
    border-bottom: 1px dotted #b9b9b9;
    padding: 5px 0;
    background: url(../images/dot.png) no-repeat left center;
    padding-left: 20px;
}
.zsabout .bd li.current {
    border-bottom: 1px dotted #b9b9b9;
    padding: 5px 0;
    background: url(../images/dot2.png) no-repeat left center;
    padding-left: 20px;
}
.zsabout .bd li.current a {
    color: #ff0000;
    font-weight: bold;
}
.zsabout .bd .adver {
    margin-top: 20px;
}
.adver2 {
    margin: 0 auto;
    width: 1195px;
    text-align: center;
    padding: 200px 0;
}
.superseo {
    border-top: 1px solid #000;
    margin: 0 auto;
    width: 1195px;
    font-size: 14px;
    color: #000;
    padding-bottom: 50px;
}
.contr {
    width: 887px;
}
#caseImageSlide {
    width: 810px;
    height: 523px;
    overflow: hidden;
}
#caseImageSlide {
    position: relative;
    height: 523px;
    padding-bottom: 25px;
}
#caseImageSlide li {
    float: left;
}
#caseImageSlide li img {
    display: block;
    width: 810px;
    height: 523px;
}
#caseImageSlide .pages {
    bottom: 0;
    position: absolute;
    left: 0;
}
#caseImageSlide .pages span {
    cursor: pointer;
    display: inline-block;
    height: 5px;
    width: 30px;
    margin-right: 8px;
    color: #CCC;
    background-color: #CCC;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
#caseImageSlide .pages span.current {
    background: #F00;
}
#caseImageSlide .btn-prev {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_07.png) no-repeat;
    position: absolute;
    left: 0;
    top: 190px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#caseImageSlide .btn-next {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_09.png) no-repeat;
    position: absolute;
    right: 0;
    top: 190px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#caseImageSlide a.btn-prev:hover, #caseImageSlide a.btn-next:hover {
    opacity: 1;
    *filter: Alpha(opacity=100);
}
.servicebannerbox {
    padding-top: 10px
}
.servicebanner {
    float: left;
    margin-right: 10px;
}
.serviceintro {
    float: left;
}
#serviceIndexSlide {
    width: 855px;
    height: 293px;
    overflow: hidden;
}
#serviceIndexSlide {
    position: relative;
    height: 293px;
    padding-bottom: 25px;
}
#serviceIndexSlide li {
    float: left;
}
#serviceIndexSlide li img {
    display: block;
    width: 855px;
    height: 293px;
}
#serviceIndexSlide .pages {
    bottom: 0;
    position: absolute;
    left: 0;
}
#serviceIndexSlide .pages span {
    cursor: pointer;
    display: inline-block;
    height: 5px;
    width: 30px;
    margin-right: 8px;
    color: #CCC;
    background-color: #CCC;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
#serviceIndexSlide .pages span.current {
    background: #F00;
}
#serviceIndexSlide .btn-prev {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_07.png) no-repeat;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#serviceIndexSlide .btn-next {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_09.png) no-repeat;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#serviceIndexSlide a.btn-prev:hover, #serviceIndexSlide a.btn-next:hover {
    opacity: 1;
    *filter: Alpha(opacity=100);
}
#serviceSlide {
    width: 1430px;
    height: 330px;
    overflow: hidden;
}
#serviceSlide {
    position: relative;
    height: 330px;
    padding-bottom: 25px;
}
#serviceSlide li {
    float: left;
}
#serviceSlide li img {
    display: block;
    width: 1430px;
    height: 330px;
}
#serviceSlide .pages {
    bottom: 0;
    position: absolute;
    left: 0;
}
#serviceSlide .pages span {
    cursor: pointer;
    display: inline-block;
    height: 5px;
    width: 30px;
    margin-right: 8px;
    color: #CCC;
    background-color: #CCC;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
#serviceSlide .pages span.current {
    background: #F00;
}
#serviceSlide .btn-prev {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_07.png) no-repeat;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#serviceSlide .btn-next {
    width: 41px;
    height: 119px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: url(../images/index_09.png) no-repeat;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 9;
    opacity: .4;
    *filter: Alpha(opacity=40);
}
#serviceSlide a.btn-prev:hover, #serviceSlide a.btn-next:hover {
    opacity: 1;
    *filter: Alpha(opacity=100);
}
.articleshowbox {
    padding: 20px 10px;
}
.articletitle h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 45px;
}
.articlecont {
    line-height: 1.5;
    font-size: 14px;
}
.keywordbox {
    margin: 15px 0;
}
.randarticle {
    margin: 15px 0;
    border-top: 1px solid #CCC;
    padding-top: 15px;
}
.servbox {
    position: absolute;
    top: 200px;
    right: 3px;
    width: 42px;
    overflow: hidden;
}
.servqq {
    border: 3px solid #F00;
    width: 26px;
    line-height: 1.6em;
    cursor: pointer;
    overflow: hidden;
}
.servqq p {
    padding: 6px;
    color: #F00;
    font-size: 14px;
}
.servqqbox {
    display: none;
    border: 5px solid #F00;
    line-height: 2em;
    overflow: hidden;
}
.servqqbox p {
    text-align: left;
    padding: 1em;
    color: #F00;
}
.servqqbox p img {
    margin: 3px 0;
}
.servqqbox .stit {
    font-weight: bold;
    color: #F00;
    text-align: center;
    line-height: 2em;
    padding: 0;
    border-bottom: 5px solid #F00;
}
/*main css*/
.wxtop{position: fixed;
	right:0px;
    top: 31%;
    padding-bottom: 73px;
    z-index: 999;}

	.wxtop .wcbg {
    cursor: pointer;
    height: 311px;
    margin-bottom: 1px;
    position: relative;
    width: 170px;
}
.izl-rmenu {
    position: fixed;
	right:0px;
    top: 68%;
    padding-bottom: 73px;
    z-index: 999;

}
.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}
.izl-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}
.izl-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
    background-color: #78c340;
}
.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}
.izl-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
    background-color: #fbb01f;
}
.izl-rmenu .btn-phone:hover {
    background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 36px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}
.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
}
.izl-rmenu .btn-top:hover {
    background-color: #444;
}
#singlepageWrap{background-color:#f1f1f1;}
#singlepageWrap #mainWrap{ margin-bottom: 0;}
.singlearticlebox img{ max-width: 100%; margin:0 auto;}

.logomain {
    margin: 0 auto;
    width: 1430px;
	margin-bottom:20px;
	margin-top:21px;
}
/*2013-5-4*/
.nav_list_box{ position:relative; width:1184px; height:80px; overflow:hidden; padding:0 0 0 24px;}
.nav_list_box .button{ position:absolute; top:4px; display:block; width:20px; height:80px; z-index:99;}
.nav_list_box #LeftButton{ background:url(../images/leftButton.png) no-repeat center -5px; left:0px;}
.nav_list_box #RightButton{ background:url(../images/rightButton.png) no-repeat -12px -5px; right:0px;}
.nav_list{ width:1000px;}
.nav_list li{ float:left; height:75px; overflow:hidden;}
.nav_list li a{ display:block}


.mainhp {
    margin: 0 auto 20px;
    width: 1430px;
	margin-top:20px;
	margin-bottom:30px;
}
.anliCon{
	
  margin: 0 auto 0px;
    width: 1430px;
	clear:none;
	margin-bottom:18px;
	
}
.mainhp h2{ font-size:24px; margin-bottom:20px;}
.bannerDesc p{ font-size:15px; color:#666666;}
.anliCon .anliList {
    padding: 0px 0 0;
}
.mainhp h2 span{ font-size:21px; margin-bottom:20px; font-weight:bold;color:#333333;}
.anliCon .anliList{ padding:0px 0 0 0;}

.anliCon .anliList h2{
	
	font-size:36px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:36px;
	text-align:center;
	
}
.anliCon .anliList li{ padding:0 0 1px 0; width:578px; height:300px; overflow:hidden; float:left; margin:0 1px 0 0; 
margin-bottom:14px; background-color:#e7e7e7;
padding-left:95px;
padding-right:36px;
padding-top:20px;
padding-bottom:20px;
}


.anliCon .anliList li:nth-child(odd){margin-right:10px;}

.anliCon .anliList li .pic{ width:587px; height:300px; border:#fff solid 1px; overflow:hidden;}
.anliCon .anliList li .pic a{ display:block;width:192px; height:111px;}
.anliCon .anliList li .name{ padding:14px 0 5px 0; margin-bottom:4px; width:637px;overflow:hidden;height:30px;
color:#333333; font-size:25px; text-decoration:none;font-weight: bold;
}
.anliCon .anliList li .name a{ color:#333333; font-size:25px; text-decoration:none;font-weight: bold;}
.anliCon .anliList li .name a:hover{ text-decoration:underline;}
.anliCon .anliList li .des{ color:#000000; height:auto; overflow:hidden; font-size:18px; line-height:36px;}

.anliCon .anliList li a:hover img{
opacity: .8;
    *filter: alpha(opacity=80);
}

.fleft{ float:left; color:#fff;}
.fright{ float:right;color:#fff;    font-size: 16px}
.fright a{ float:left; line-height:68px;}

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


.highlight_info{
	color: #c11923;
	border: 8px solid #c11923;
	padding: 20px;
	overflow: hidden;
}
.highlight_info li{
	float: left;
	line-height: 1.8em;
}
.highlight_info .part_1{
	width:46%;
	font-weight: 600;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}
.highlight_info .title_1{
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.9em
}
.highlight_info .title_2{
	font-size:42px;
	line-height: 1.1em;
	/*letter-spacing: 3.2;*/
	padding-right: 20px;
}
.highlight_info .part_2{
	width:54%;
	font-size: 14px;
}

.highlight_info .part_2 h2{
	font-size:45px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}

.highlight_info .part_2 p{
	color:#000;
	font-size:18px;
	margin-bottom:10px;
	line-height:34px;
}




.highlight_infoindex{
	color: #000000;
	padding: 10px;
	overflow: hidden;
}
.highlight_infoindex li{
	float: left;
	line-height: 1.8em;
}
.highlight_infoindex .part_1{
	width:23%;
	font-weight: 600;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}
.highlight_infoindex .title_1{
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.9em
}
.highlight_infoindex .title_2{
	font-size:42px;
	line-height: 1.1em;
	/*letter-spacing: 3.2;*/
	padding-right: 20px;
}
.highlight_infoindex .part_2{
	width:100%;
	font-size: 14px;
}

.highlight_infoindex .part_2 h2{
	font-size:46px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}
/*
.highlight_infoindex .part_2 p{
	color:#737373;
	font-size:18px;
	margin-bottom:10px;
	line-height:34px;
}
*/


.interactive_info{
	margin: 40px 0;
}
.interactive_info .sns_account{
	width: 32%;
	float: left;
}
.interactive_info .leave_msg{
	width: 68%;
	float: left;
}
.interactive_info .subtitle{
	font-size: 14px !important;
	padding: 0 !important;
	color: #141414 !important;
	font-weight: 600 !important;
}
.interactive_info a{
	font-weight: normal !important;
	margin: 0 !important;
}
.interactive_info .items{
	margin-bottom: 40px;
}
.interactive_info .qrcode{
	margin-right: 40px;
}
.interactive_info .qrcode img{
	max-width: 130px  !important;
	height: auto;
}
.leave_msg p{
	line-height: 1.6em;
}
.maincontent{ width:1430px; margin:auto;
    margin-bottom: 20px;
    margin-top: 10px;}

.bg-gray{ width:100%; margin:auto; background-color:#fff; padding-top:20px;}


.clearfix::after, .layout::after, .container::after, .container-layout::after, .line::after, .line-small::after, .line-middle::after, .line-big::after, .nav-main::after, .nav-sub::after, .navbar::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


.containercase  h2{
	
	font-size:36px;
	font-weight:bold;
	margin-bottom:36px;
	margin-top:36px;
	text-align:center;
	
}

.newslist{ padding: 0px 0; color:#666; margin-bottom:20px;}
.newslist li{ padding: 0px 0px 0px;  margin-bottom:30px;}

.newslist .xm6cs a{
	display: block;
	height: 498px;
	/*margin: 0 0 10px 0;*/
	background: #fbfbfb no-repeat center center;
	/*border: 10px solid #fbfbfb;*/
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
}

.newslist .xm6cs a:hover{
border:4px solid #ff0000;
}

.newslist li .on{padding-top:10%;}
.newslist li .on1{padding-top:14%;}
.newslist h3{text-transform:uppercase;font-family:'Microsoft YaHei','微软雅黑';  font-size:20px; line-height: 30px; color:#000000; margin-bottom:32px;}
.newslist h3 a{color:#737373}
.casenav{ background:#ecebec;}
.casenav a{ display: block; float: left; padding: 8px 30px; font-size: 18px;}
.casenav a.cur,.casenav a:hover{ background: #64cbc9; color:#fff!important;}


.caselist{ background:#272728; padding-top:30px; padding-bottom: 50px;}
.caselist li a{ display: block; margin: 0 20px; position: relative;}
.caselist li a img{ width:100%;}
.caselist li a .desc{ position:absolute; width: 100%; background: #fff; top:100px; text-align: center; padding: 20px 10px; transition: all .2s linear;}
.caselist .x12{ color:#3f3f3f; text-align: center; padding: 50px 0;}
.caselist li a:hover .desc{ top:0; padding-top: 50px; background: #01a6a0; color: #fff;}

.content{ color:#fff;}
.content a{ color:#fff;}
.content img{ max-width: 100%;}

.prevNext{ text-align: center; padding-bottom: 100px;}
.prevNext a{ display: inline-block; padding:8px 20px; background: #dddddd; color:#000; font-size: 18px;}
.wrap{ margin:auto; margin-top:10px;}

.xm6cs2 .wrap{
	text-align:center;
}
.divide {
    
    clear: both;
    display: block;
    float: none;
    width: 1430px;
	
	margin:auto;
	margin-top:50px;
}
.fmian{width:100%}
.case-title {

    color: #000;
    font-size:36px;
    height: 34px;
    margin: 29px auto 0;
    width: 1430px;
	line-height:34px;
	font-weight: bold;
	    text-align: center;
		margin-bottom: 32px;
}
.contactleft{ float:left; margin-top:28px;    width: 52%;}

.contactright{ float:right;margin-top:28px;    width: 48%;}

.jrbit_2 span {
    color: #bf337a;
}

.panppp {
    background: #d9d9d9 none repeat scroll 0 0;
    height: 1px;
    margin: 34px 0 35px;
}


.jrbit {
    color: #302c29;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 18px;
}
.jrbit_2 {
    color: #4b4a48;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 13px;
}
/*.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 72px;
    width: 28%;

}*/

.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 18.5%;
	_width: 18.5%;

}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 18.5%;
	_width: 18.5%;

}
}

@media screen and (min-width: 1448px) and (max-width: 1599px) {
.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 11.8%;
	_width: 11.8%;

}
}

@media screen and (min-width: 1369px) and (max-width: 1448px) {
.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 7.9%;
	_width: 7.9%;

}
}

@media screen and (min-width: 1300px) and (max-width: 1368px) {
.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 5.1%;
	_width: 5.1%;

}
}

@media screen and (min-width: 1020px) and (max-width: 1281px) {
.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 3.3%;
	_width: 3.3%;

}
}




@media screen and (min-width: 640px) and (max-width: 1000px) {
.leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 1%;
	_width: 1%;

}
.footerh{ width:1430px;}
#footer{ width:1430px;}
}


@media screen and (max-width: 850px){/* 可视区域小于 850px, 设置更小font-size属性 */
 .leftbg{background: #c11923 none repeat scroll 0 0;
float: left;
    height: 48px;
    width: 1%;
	_width: 1%;

}
}


#bannerNav a.cur{
	
	height: 58px;
    line-height: 58px;
    padding-left: 16px;
    font-size: 22px;
    color: #FFF;
    background-color: #c11923;
    display: block;
}



#casenews .casenews .right .con li.current a {
    color: #e61c4e;
    font-weight: bold;
}

#case .case .right .con li.current a {
    color: #e61c4e;
    font-weight: bold;
}

pre{font-family:'Microsoft YaHei','微软雅黑';}


.aboutarticlebox .titleright{
	
	color: #000;
	font-size:16px;
	margin-right:30px;
	float: right;
    font-weight:normal;
	margin-top: 0px;


}
.aboutarticlebox .titleright img{
	float:left;
	padding:0px;
	 padding-right:10px;
	     padding-top: 4px;
}


.fo_fx { padding:2px 0; font-size: 0; line-height: 36px; float:right;  }
.fo_fx span { display: inline-block; font-size: 14px; color: #999; }
.fo_fx a { display: inline-block; width: 26px; height: 26px; margin-left: 10px; 
 font-size: 18px; color: #888; text-align: center; line-height: 26px; }
/*.fo_fx a:hover { border-color: #0281CC; background: #0281CC; color: #fff; }*/


.fo_fx .iconfont1{background: url(../images/weibo.png) 0px 0px no-repeat; }
.fo_fx .iconfont2{background: url(../images/QQ.png) 0px 0px no-repeat;}
.fo_fx .iconfont3{background: url(../images/WeChat.png) 0px 0px no-repeat; }
.fo_fx .iconfont4{background: url(../images/douban.png) 0px 0px no-repeat;}
.fo_fx .iconfont5{background: url(../images/Qzone.png) 0px 0px no-repeat;}
.fo_fx .iconfont6{background: url(../images/linkedin.png) 0px 0px no-repeat;}
.fo_fx .iconfont7{background: url(../images/diandian.png) 0px 0px no-repeat;}
.fo_fx .iconfont8{background: url(../images/toutiao.png) 0px 0px no-repeat;}


.anmao{
    height:0px;
    position:relative;
    top:-100px;
}

@media only screen and (max-width:1430px){
.fmian{width:1430px}
}

/*banner*/
.banner{ position:relative;  margin:0 auto; }
		.banner .bd{ position:relative; z-index:0; }
		.banner .bd li img{width:100%; vertical-align:top;  } 
		
		.banner .bd li{margin-top:0px;}
		
	    .banner .hd{ width: 100%; position:absolute; bottom: 6px;height: 14px; line-height: 14px; z-index: 999; text-align: center;}
.banner .hd ul{ text-align:center;}
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:68px; height:8px; margin:0 9px;
overflow:hidden;line-height:9999px;background-color:#e7e7e7;}

.banner .hd ul .on{background-color:#b4b4b4;}
	
	
		/*.banner .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-27% 0 0 3%; float:left;  background:url(images/arrow.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
		.banner .next{  background-position:right 0; float:right; margin-right:3%  }
		.banner .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }
		*/
		
.banner .prev{ width:50px; height:100px; position:absolute; top:40%; z-index:3; background:url(../images/icon_10.png);}
.banner .next { width:50px; height:100px; position:absolute; top:40%; z-index:3; background:url(../images/icon_11.png);}
.banner .prev { background-position:left top; left:64px; }
.banner .next {  background-position:right top; right:64px;}
.banner .prev:hover{ background:url(../images/icon_10.png) no-repeat left bottom;}
.banner .next:hover{ background:url(../images/icon_11.png)no-repeat right bottom;}



.banners{ width:100%;  position:relative; background:#fff; overflow: hidden;margin-top: 114px;}
.banners .bds li{ width:100% !important; overflow:hidden; text-align:center;}

.l {
    float: left;
}


.about_index {
margin: 0 auto 0px;
width: 1430px;
clear: none;
margin-bottom: 18px;
padding:30px 0 16px 0;
	
}

.about_index  h2{
	
	font-size:36px;
	font-weight:bold;
	margin-bottom:50px;
	margin-top:10px;
	text-align:center;
	
}
.about_index p{
	font-size:16px;
	color:#000;
	line-height:30px;
	
}
.about {float:left;width:45%}
.about .c {margin:30px 0 60px 0}
.indmore a { display:inline-block;padding:0 25px;height: 32px; line-height: 31px;border:1px solid #000; text-align: center; background:#f5f5f5;font-size:14px;border-radius:7px}
.indmore a:hover {background: #ff0000;border-color:#ff0000;color:#fff;}
.aboutleft {float:right;width:45%}
.aboutleft .pic { position: relative;top:-5px;left:-65px;width:630px}
.aboutleft .cons {margin:12px 0 0 0}
.aboutleft .cons a {color:#0018ff}
.aboutleft .cons strong {color:#000}

.aboutleft .cons a {
    color: #0018ff;
}

.aboutleft .ahover a {
    text-decoration: underline;
}


.indexnewslist .titles {color:#000;font-weight:bold;border-bottom:1px solid #585858;padding:0 0 10px 0;margin:55px 0 25px 0; font-size:18px;}
.indexnewslist .titles .newsleft{color:#000;font-weight:bold;font-size:18px;}
.indexnewslist .titles .newsleft{float:right;color:#000;font-size:14px;}
.indexnewslist .titles .newsleft a{color:#000;font-size:14px; font-weight:400;}

.indexnewslist ul {width:101%;margin:-30px 0 0 -0.5%;color:#000;font-size:14px}
.indexnewslist a {color:#000;}
.indexnewslist li{float:left;width:24%;margin:20px 0.5% 0 0.5%;background-color:#eaeaea;}
.indexnewslist li .pic {position:relative; overflow: hidden;padding:28.7% 0;margin:10px 0}
.indexnewslist li .pic a {border:0px solid #ff0000}
.indexnewslist li .title {font-weight:bold; line-height:22px; height:44px; overflow: hidden; text-align:left; margin-top:20px;font-size:16px;padding-left: 16px;}
.indexnewslist li .content {line-height: 22px; height:132px;  overflow: hidden;padding:15px;}
.indexnewslist li .content a {color:#737373;display:block}
.indexnewslist li .lab_date { width:80%; position: relative; height: 20px; line-height: 20px; overflow: hidden;font-size:13px;border-top:1px solid #ccc;margin:20px 0 0 0;padding:20px;
margin:auto;
padding-left:0px;
}
.indexnewslist li .lab_date .lab {color:#737373;font-size:16px;}
.indexnewslist li .lab_date .lab a {color:#737373;font-size:16px;}
.indexnewslist li .lab_date .addtime { position:absolute;right:10px;top:20px;}
.indexnewslist li .pic:hover a {border-width:5px}
.indexnewslist .newsmore {text-align:center;margin:40px 0 0 0}


.newstaglist ul li {float:left;margin:8px 10px 0 0}
.newstaglist ul  li a {display: inline-block; border:1px solid #d9d9d9;padding:5px 10px;font-size:14px; line-height: 21px; color:#000;}
.newstaglist ul  li a:hover { background:#c11923;border-color:#c11923;color:#fff}



.newslists { background:#f5f5f5;padding:0 3.15%;color:#6f6f6f}
.newslists a {color:#6f6f6f}
.newslists .in {border-top:1px solid #ababab;margin:-20px 0 0 0;padding:30px 0 40px 0}
.newslists ul {width:104%;margin:-4% 0 0 -2%; }
.newslists li {float:left;width:21%;margin:4% 2% 0 2%}
.newslists li .titless { line-height:25px; height: 50px; overflow: hidden;font-weight:bold;margin:0 0 20px 0; font-size:18px;}
.newslists li .titless a,.newslists li .titless a {color:#000}
.newslists li .contentss {font-size:14px;line-height: 25px; height: 150px; overflow: hidden}
.newslists li .contentss a {color:#6f6f6f; display: block}
.newslists li .lab_date {border-top:1px solid #c4c4c4;margin:25px 0 0 0;padding:24px 0 0 0; height: 20px; line-height: 20px; overflow: hidden; position: relative;color:#6f6f6f;font-size:16px;}
.newslists .indmore { text-align:center;margin:40px 0 0 0}
.newslists li .lab_date a{color:#6f6f6f;font-size:16px;}

.viewlist { clear:both; background: #ffff;padding:0}
.viewlist ul {width:103%;margin:-20px 0 0 -1.5%}
.viewlist li { background: #eaeaea;padding:20px 20px 30px 20px;width:28%;margin:20px 1% 0 1%}
.viewlist li:nth-child(3n+0){margin-right:0px;} 


.relaxtag_view {margin-top:0}


.ntag {margin:40px 0 0 0;color:#737373}
.ntag a {color:#737373; }
.ntag .subject {margin:0 0 10px 0;color:#000;border-bottom: 1px solid #c4c4c4; font-size:18px; padding-bottom:10px;}
.ntag li {float:left;margin:8px 10px 0 0}
.ntag li a {display: inline-block; border:1px solid #d9d9d9;padding:5px 10px;font-size:14px; line-height: 21px;}
.ntag li a:hover { background:#c11923;border-color:#c11923;color:#fff}

#tab_4{ margin-top:20px;}


.wraps{margin:0 auto;max-width:1920px;position:relative;}




