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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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: none;

}
/*表单中必填项文字*/

.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: 150px;
	min-width:1590px;
}
.headerscroll {
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #FFF;
	border-bottom: 1px solid #d6d6d6;
	clear:none;
}
#topbarWrap {
    background: #FAFAFA;
    border-bottom: 1px solid #DFDFDF;
}
#topbar {
    width: 1590px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
}
#topbar strong {
    font-weight: bold;
}
#headerWrap {
    height: 86px;
}
.htop{ 
width: 1590px;
    margin: 0 auto;
	margin-top:4px;
	text-align:right;
	text-decoration:underline;
	height:40px;
	line-height:35px;
	}
.htop a{ font-size:16px;}
#header {
    width: 1590px;
    margin: 0 auto;
    padding-top: 5px;
}
#header h1 {
    float: left;
    margin-right: 24px;
	margin-top:22px;
	width:720px;
}
#header h1 img {
    vertical-align: middle;

}
.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: 480px;
    padding-top:10px;
}
#header .header-r p {
    font-size: 16px;
    margin-bottom: 15px;
	color:#fff;
    background-color:#da0010;
	border-radius: 20px;
    padding-left: 6px;
    padding-right: 6px;
	padding-top:3px;
	padding-bottom:3px;
	width:100px;
	text-align:center;
	float:right;
	cursor:pointer;
}

#header .header-r span {
    font-size:31px;
    margin-bottom: 12px;
	color:#000000;
	font-weight:bold;
	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 {


}
#siteNav {
    width: 1590px;
    margin: 0px auto 0 auto;
	height:50px;
}
#siteNav .navabout {
float: left;
height: 48px;
}
#siteNav .navabout span {
font-size: 31px;
color: #FFF;
line-height: 48px;
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: 48px;
    float: left;
    padding: 0;
    /*font-size: 24px;*/
	padding-right:80px;
   /* 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: #da0010;
}

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

}


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

}

#siteNav ul li h2 {
    /*font-size: 14px;*/
}
#siteNav ul li  a {
    color:#000000;
    font-size:19px;
    padding: 0 0px;
    display: inline-block;

}
#siteNav ul li  a:hover {
    text-decoration: none;
}
#bannerWrap {} #banner {
    height: 428px;
    width: 1590px;
    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: 1590px;
    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: 1590px;
}
#mainWrap {
    width: 1590px;
	margin:auto;
}
#main {
    width: 1590px;
    margin: 0 auto;
}
.indexlogolist { width:1590px; 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: 382px;
    overflow: hidden;
    float: left;
    margin: 20px 23px 0 0;
}
.indexcasebox .bd ul.caseboxcol03 {
    margin-right: 0;
}
.indexcasebox .bd ul li {
    border: 1px solid #dbdbdb;
    padding: 20px;
    margin-bottom: 20px;
    width: 340px;
    overflow: hidden;
	  background: #FFF;
}
.indexcasebox .thumb {
    margin-bottom: 10px;
    padding-bottom: 15px;

}
.indexcasebox .thumb img {
    width: 344px;
    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: 20px;
}

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

.indexcasebox .tags {
    text-align: left;
	font-size: 15px;
}
.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: #7d7d7d;
	height:150px;
	line-height:58px;
}
.footerinner {
    width: 1590px;
    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: 1590px;
    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: 190px;
    margin-top: 30px;
}

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

.contactmian {width:1590px;
margin:auto;
}
.contactmian .nav{ font-size:18.8px; color:#646464; margin-top:60px;}

.aboutmian {width:1590px;
margin:auto;
}
.aboutmian .nav{ font-size:18.8px; color:#646464; margin-top:60px;}

.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:1590px;
    margin-top: 30px;
	background-color:#fff;
	padding-bottom: 30px;
    height: auto;
	margin-bottom:30px;
}

.aboutmainr .afl{float:left; width:468px;}

.aboutmainr .afl .ah1{font-size:51px; color:#323232; line-height:56px;float:left; padding-top:103px; padding-left:206px;}
.aboutmainr .afl .enah1{font-size:38px; color:#969696;line-height:30px; float:left;padding-top:116px; margin-left:10px;




}

.aboutmainr .afl .enah1 .sp1{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}

.aboutmainr .afl .enah1 .sp2{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}
.aboutmainr .afl .enah1 .sp3{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}

.aboutmainr .afl .enah1 .sp4{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}

.aboutmainr .afl .enah1 .sp5{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}

.aboutmainr .afl .enah1 .sp6{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}

.aboutmainr .afl .enah1 .sp7{
	
transform:rotate(90deg);
        -ms-transform:rotate(90deg); /* Internet Explorer 9*/
        -moz-transform:rotate(90deg); /* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); /* Opera */	
}


.aboutmainr .afr{float:right;width:1063px; padding-top:96px;     padding-right: 51px;}
.aboutmainr .afr p{color:#323232; font-size:17px; line-height:36px;    width: 936px;}

.aboutarticlebox {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.aboutarticlebox img {
    margin: 0px;
}

.aboutarticlebox .title{
	border-left: 4px solid transparent;
	border-color:#da0010;
	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;

}
.aboutside .bd ul {
    margin-bottom: 0px;
}
.aboutside .bd li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom:9px;
	padding-top:9px;
    font-size: 16px;
	background-color:#da0010;
	width: 190px;
	padding-left:20px;
}
.aboutside .bd li a {
    color: #fff
}
.aboutside .bd li a:hover {
    text-decoration: none;
    color: #fff;
}
.aboutside .bd li.current {
    border-bottom: 1px 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;
}
.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;
}

.about2{
	
	width: 1590px;
	margin:auto;
	padding-bottom:100px;
	
}

.about2 .abouttmall888{
	
	width:1590px;
    height: auto;
    background-color: #1c2a75;
    overflow: hidden;
    padding-bottom: 113px;
	
}


.abouttmall888 .Ab_1 .Ab_fl p.bglfen{ color:#fff; font-size:24px; font-weight:bold;}
.abouttmall888 .Ab_1 .Ab_fl p.textfen{ color:#fff; font-size:20px; margin-top:100px;}

.abouttmall888 .Ab_1 .Ab_fl p.xiaoshou{ color:#fff; font-size:20px; margin-top:63px;}

.abouttmall888 .Ab_1 .Ab_fl p.hoth{color:#da0010; font-size:30px;}
.abouttmall888 .pp {
    width: 149px;
    height: 43px;
	background-color:#e04a2d;
    overflow: hidden;
    font-size: 22px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left:0px;
    margin-top: 35px;
	padding:3px;

	border-radius: 6px;
}


.abouttmall888 .Ab_mian {
	
	width:1388px;
	margin:auto;
}
.abouttmall888  .lxwmyshi{
	width:1388px;
	margin:auto;
	text-align:left;
	
}
.abouttmall888 h3 {
	margin:86px auto 32px;
	text-align: left;
	font-size:46px;
	color:#fff;
	font-weight:bold;
	padding-bottom:10px;
}

.abouttmall888 h4 {
	margin:39px auto 32px;
	text-align: left;
	font-size:46px;
	color:#fff;
	font-weight:bold;
	padding-bottom:10px;
}

.abouttmall888 p.title{margin-bottom:40px;text-align:center; font-size:18px; color:#959595;}
.abouttmall888 p.title span{font-family: "Arial";}

.abouttmall888 .fls {
    float: left;
}
.abouttmall888 .frs {
    float: right;
}


.about3{width: 1230px;
	margin:auto;
	background-color:#fff;
	margin-top:30px;
	padding:180px;
	margin-bottom:30px;
	
}
	
.about3 P{ color:#323232; font-size:21px; line-height:46px;}
/*联系我们*/

.contactbanner {
    width: 1590px;
    margin: 20px auto;
}
.contactbanner img {
    width: 1590px;
}
.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: 1590px;
    height: 330px;
    overflow: hidden;
}
#serviceSlide {
    position: relative;
    height: 330px;
    padding-bottom: 25px;
}
#serviceSlide li {
    float: left;
}
#serviceSlide li img {
    display: block;
    width: 1590px;
    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: 1590px;
	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: 1590px;
	margin-top:20px;
	margin-bottom:30px;
}
.anliCon{
	
  margin: 0 auto 0px;
    width: 1590px;
	clear:none;
	
}
.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:40px;
	margin-top:40px;
	text-align:center;
	
}
.anliCon .anliList li{ padding:0 0 1px 0; width:520px; height:300px; overflow:hidden; float:left; margin:0 1px 0 0; 
margin-bottom:14px; background-color:#e7e7e7;
padding-left:36px;
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:520px;overflow:hidden;height:30px;}
.anliCon .anliList li .name a{ color:#333333; font-size:21px; 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_infoc{
	color: #c11923;
	border: 18px solid #c11923;
	padding: 20px;
	overflow: hidden;
}
.highlight_infoc li{
	float: left;
	line-height: 1.8em;
}
.highlight_infoc .part_1{
	width:46%;
	font-weight: 600;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-ideograph;
}
.highlight_infoc .title_1{
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.9em
}
.highlight_infoc .title_2{
	font-size:42px;
	line-height: 1.1em;
	/*letter-spacing: 3.2;*/
	padding-right: 20px;
}
.highlight_infoc .part_2{
	width:54%;
	font-size: 16.6px;
    padding-top: 80px;
	color:#000;
	line-height:32px;
}

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

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





.highlight_info{
	color: #c11923;
	
	padding: 20px;
	overflow: hidden;
}
.highlight_info li{
	float: left;
	line-height: 1.8em;
}
.highlight_info .part_1{
	width: 35%;
	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: 2.78em;
	line-height: 1.1em;
	/*letter-spacing: 3.2;*/
	padding-right: 20px;
}
.highlight_info .part_2{
	width: 65%;
	font-size: 14px;
}

.highlight_info  h2{
	font-size:50px;
	margin-bottom:56px;
	margin-top:20px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.highlight_info  h2.bott{
	
		margin-bottom:63px;
}
.highlight_info  p{
	color:#000;
	font-size:28px;
	margin-bottom:10px;
	line-height:34px;
	text-align: center;
}




.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:1590px; margin:auto;
    margin-bottom: 20px;
    margin-top: 10px;}

.bg-gray{ width:100%; margin:auto; background-color:#f0f2f5; 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:46px;
	margin-bottom:80px;
	margin-top:70px;
	text-align:center;
}

.newslist{ padding: 0px 0; color:#666; margin-bottom:50px;}
.newslist li{ padding: 0px 0px 0px;  margin-bottom:25px; float:left; width:49.68%; margin-right:10px;}
.newslist li:first-child {margin-left: 0;}

.newslist li:nth-child(2n){margin-right: 0;}

.newslist li .on{padding-top:10%;}
.newslist li .on1{padding-top:14%;}
.newslist h3{text-transform:uppercase;font-family: "Microsoft yahei";  font-size:31px; line-height: 30px;  color:#000000; margin-bottom:16px;}
.newslist h3 a{color:#000000;}
.newslist p.tagg{
	
	margin-bottom: 5px;
	font-size:18px;
	color:#585858;
	
	
    overflow:hidden;
    text-overflow: ellipsis;
    /*-webkit-text-overflow:ellipsis;*/
    white-space: nowrap;
	
}
.newslist p.tagg a{
	color:#585858;
}
.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; text-decoration: underline;}
.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{ padding:30px; padding-top:2%;padding-left: 18px;}

.divide {
    
    clear: both;
    display: block;
    float: none;
    width: 1590px;
	
	margin:auto;
	margin-top:10px;
}
.fmian{background-color:#fbfbfb;}
.case-title {

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

.contactright{ float:left;margin-top:28px;    margin-left: 260px;}

.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: #da0010 none repeat scroll 0 0;
float: left;
    height: 72px;
    width: 28%;

}*/


.abouttjiandan03 {
	width:1200px;
	height:718px;
	background-color:#fff;
	overflow: hidden;
	margin:auto;
}
.abouttjiandan03 .lxwmyshi {
	
	width:1180px;
		margin:auto;
}
.abouttjiandan03 .pp {
    width: 149px;
    height: 43px;
    background-color: #e04a2d;
    overflow: hidden;
    font-size: 22px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left: 0px;
    margin-top: 35px;
    padding: 3px;
    border-radius: 6px;
    margin: auto;
}

.abouttjiandan03 p.title{margin-bottom:40px;text-align:center; font-size:18px; color:#959595;}

.abouttjiandan03 p.title span{font-family: "Arial";}

.abouttjiandan03 h3 {
	margin: 166px auto 42px;
	text-align: center;
	font-size:52px;
	color:#585858;
	font-weight:bold;
	padding-bottom:82px;
	text-indent: 78px;
}

.abouttjiandan03 ul {
	width: 1590px;
	margin: 0 auto;
}

.abouttjiandan03 ul li {
	width: 239px;
	float: left;
	height: 278px;
	overflow: hidden;
	margin-left:12px;
}
.abouttjiandan03 ul li.first{margin-left:0px;}
.abouttjiandan03 ul li .i1 {
	width: 156px;
	height: 156px;
	background: url(../images/indexjiandan_15.jpg) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:38px;
}

.abouttjiandan03 ul li .i2 {
	width: 156px;
	height: 156px;
	background: url(../images/indexjiandan_17.jpg) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:38px;
}

.abouttjiandan03 ul li .i3 {
	width: 156px;
	height: 156px;
	background: url(../images/indexjiandan_19.jpg) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:38px;
}

.abouttjiandan03 ul li .i4 {
	width: 156px;
	height: 156px;
	background: url(../images/indexjiandan_21.jpg) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:38px;
}

.abouttjiandan03 ul li .i5 {
	width: 156px;
	height: 156px;
	background: url(../images/indexjiandan_23.jpg) no-repeat center;
	overflow: hidden;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	margin-left:38px;
}




.abouttjiandan03 ul li:hover .i1 {
	background: url(../images/indexjiandan_15.jpg) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
	
}

.abouttjiandan03 ul li:hover .i2 {
	background: url(../images/indexjiandan_17.jpg) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.abouttjiandan03 ul li:hover .i3 {
	background: url(../images/indexjiandan_19.jpg) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.abouttjiandan03 ul li:hover .i4 {
	background: url(../images/indexjiandan_21.jpg) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.abouttjiandan03 ul li:hover .i5 {
	background: url(../images/indexjiandan_23.jpg) no-repeat center;
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}





.abouttjiandan03 ul li:hover {
	background-color: #FFF;
}

.abouttjiandan03 ul li h4 {
	font-size: 18px;
	color: #0fa7c6;
	line-height: 16px;
	text-align: center;
}

.abouttjiandan03 ul li .line {
	width: 30px;
	height: 1px;
	
	overflow: hidden;
	margin: 10px auto 15px;
}

.abouttjiandan03 ul li p {
	font-size: 25px;
	color: #585858;
	line-height: 36px;
	text-align: center;
}


.Aboutfenxi888 .Ab_1 .Ab_fl { width: 570px; height:auto; }
.Aboutfenxi888 .Ab_1 .Ab_fl img { width: 100%; }
.Aboutfenxi888 .Ab_1 .Ab_fl.w500 { width: 500px; }
.Aboutfenxi888 .Ab_1 .Ab_fl.w550 { width: 506px; margin-top:15px; }

.Aboutfenxi888 .Ab_1 .Ab_fl.w550 a{color:#fff;}
.Aboutfenxi888 .Ab_1 .Ab_fl.w565 { width: 565px; }


.Aboutfenxi888 .Ab_1 .Ab_fl.w520 { width: 520px; }
.Aboutfenxi888 .Ab_1 .Ab_fr { width: calc(100% - 628px); height: auto; padding: 0px 0; box-sizing: border-box; }
.Aboutfenxi888 .Ab_1 .Ab_fr > div { position: relative; width: 100%; height:auto; padding: 0 0px; overflow: hidden; box-sizing: border-box; margin-top:0px; text-align:right; }
.Aboutfenxi888 .Ab_1 .Ab_fr p { font-size: 20px; color: #fff; line-height: 20px; }


.Aboutfenxi888  .Ab_1 .Ab_fr  p.htitle{ color:#e04a2d; font-size:30px; text-align:center; margin-top:10px; margin-bottom:10px;}
.Aboutfenxi888  .Ab_1 .Ab_fr  p.ltitle{ color:#09417b; font-size:30px; text-align:center; margin-top:10px; margin-bottom:20px;}

.Aboutfenxi888  .Ab_1 .Ab_fl  p{width:500px;color:#fff; font-size:20px; text-align:left; margin-top:10px; margin-bottom:10px; line-height:30px;}

.Aboutfenxi888 .Ab_1 .Ab_fl p.bgfen{

	width:510px;
	height: auto;
	color:#fff;
	line-height:36px;
	font-size:25px;

}

.Aboutfenxi888 .Ab_1 .Ab_fl p.bglfen{ color:#fff; font-size:24px; font-weight:bold;}
.Aboutfenxi888 .Ab_1 .Ab_fl p.textfen{ color:#fff; font-size:20px; margin-top:100px;}

.Aboutfenxi888 .Ab_1 .Ab_fl p.xiaoshou{ color:#fff; font-size:20px; margin-top:63px;}

.Aboutfenxi888 .Ab_1 .Ab_fl p.hoth{color:#da0010; font-size:30px;}
.Aboutfenxi888 .pp {
    width: 149px;
    height: 43px;
	background-color:#e04a2d;
    overflow: hidden;
    font-size: 22px;
    color: #FFF;
    line-height: 43px;
    text-align: center;
    margin-left:0px;
    margin-top: 35px;
	padding:3px;

	border-radius: 6px;
}


 .Aboutfenxi888{
	width: 100%;
	height:auto;
	background-color:#1c2a75;
	overflow: hidden;
	padding-bottom: 113px;
}
.Aboutfenxi888 .Ab_mian {
	
	width:1388px;
	margin:auto;
}
.Aboutfenxi888  .lxwmyshi{
	width:1388px;
	margin:auto;
	text-align:left;
	
}
.Aboutfenxi888 h3 {
	margin:100px auto 32px;
	text-align: left;
	font-size:46px;
	color:#fff;
	font-weight:bold;
	padding-bottom:10px;
}

.Aboutfenxi888 p.title{margin-bottom:40px;text-align:center; font-size:18px; color:#959595;}
.Aboutfenxi888 p.title span{font-family: "Arial";}

.fl {
    float: left;
}
.fr {
    float: right;
}
.jmshixunnews {
	width: 100%;
	height: 830px;
	background-color:#ecf4ff;
	overflow: hidden;
	margin-top:0px;
}

.jmshixunnews .lxwmyshi {
	width:1590px;
	margin:auto;
	
	
}
.jmshixunnews .img1{
	
	width: 100%;
	height:172px;
	background: url(../images/index_42.jpg) no-repeat center;
	overflow: hidden;
	
}

.jmshixunnews .pp {
    width: 189px;
    height: 33px;
	background-color:#e04a2d;
    overflow: hidden;
    font-size: 18px;
    color: #FFF;
    line-height: 33px;
    text-align: center;
	margin: auto;
    margin-top: 45px;
	padding:8px;
	margin-bottom:50px;

	border-radius: 30px;
}
.jmshixunnews .pp a{
	
	color:#fff;
}
.jmshixunnews .pp:hover{
	background-color:#e04a2d;
	opacity:0.8;
}

.jmshixunnews h3 {
	margin: 113px auto 32px;
	text-align: left;
	font-size:52px;
	color:#000000;
	padding-bottom:30px;

}

.jmshixunnews {
    width: 1200px;
    margin: 0 auto;
}
.jmshixunnews p.title{margin-bottom:40px;text-align:center; font-size:18px; color:#9c9c9c;}
.jmshixunnews p.title span{font-family: "Arial"; color:#9c9c9c;}


.jmshixunnews {
	width: 100%;
	height:766px;
	background-color:#fff;
	overflow: hidden;
}
.jmshixunnews .more{border: 1px #3f832e solid;
	height:50px;
	width:224px; 
	margin:auto;
	font-size:19px;
	text-align:center;
	line-height:50px;
	margin-top:60px;
	color:#fff;
	background-color:#3f832e;
	border-radius: 36px;
	
}
.jmshixunnews .more a{color:#fff;}
.jmshixunnews .pp:hover{
	background-color:#3f832e;
	opacity:0.8;
}

.scroll-pane{
	height:auto;
	float: right;
	width: 735px;
	outline: none;
}
.scroll-pane .jsnew{padding:0px;}
.scroll-pane li{
	padding-top:20px;
	padding-bottom: 10px;
	height:130px;
	padding-left:0px;
	padding-right:0px;
	
	/*box-shadow: 0px 1px 0px 0px rgba(0,0.2,0,.2);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);*/
	border-bottom: 1px solid #d6d6d6;
}
.scroll-pane li:first-child{padding-top:0px;}

.scroll-pane li a{
text-decoration:none;

}

.scroll-pane li .pview a {
	
	border-right: 1px solid #ccc;
    margin-right: 3px;
    margin-left: 3px;
	width: 235px;
    display: inline-block;
	margin-bottom: 5px;
}
.scroll-pane li .pview a:hover {
	color:#da0010;
}
.scroll-pane li .pview a:nth-child(3n+0){border:0}


.scroll-pane li h4{
	line-height: 36px;
}
.scroll-pane li h4 em{
	display: inline-block;
	vertical-align: top;
	width: 710px;
	color: #000000;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size:17px;
}
.scroll-pane li h4 span{
	float: right;
	color: #666666;
}
.scroll-pane li p{
	width: 738px;
	color: #000000;
	line-height: 20px;
	height: auto;
	overflow: hidden;
	font-size:12px;
	
}
.scroll-pane li p.pview{color:#969696; font-size:12.2px; margin-top:10px;}
.scroll-pane li:hover {
	
	
	height:130px;
	text-decoration:none;
}

.index_7pic{
	float: left;
	width: 734px;
}
.index_7pic .box{
	display: block;
}

.index_7pic a{
text-decoration:none;

}
.index_7pic .allh3  a{
	color:#000;
}
.index_7pic .viewp a{
	
	border-right: 1px solid #ccc;
    margin-right: 5px;
    margin-left: 3px;
	width: 232px;
	_width: 232px;
    display: inline-block;
	margin-bottom: 5px;
	
}

.index_7pic .viewp a:nth-child(3n+0){border:0}

.index_7pic .pich{
	float: left;
	width: 734px;
	height: 380px;
}
.index_7pic .word{
	float: right;
	width: 734px;
	margin-top: 0px;
}
.index_7pic .sj{
	font-size: 40px;
	color: #333333;
	line-height: 42px;
}
.index_7pic span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	
}

.index_7pic span.t-3{
	
	padding:6px;
	border-radius: 20px;
	color:#999999;
}
.index_7pic .allh3{
	line-height: 38px;
	padding-top: 0;
}
.index_7pic .allh3 em{
	font-size: 18px;
	color:#000;
}
.index_7pic .allp{
	height: 45px;
	color: #000000;
	font-size:12.3px;
	
	
}
.index_7pic .viewp{
	font-size:12.3px;
	color:#969696;
	border-bottom: 1px solid #d6d6d6;
}

.indexview {

	width:735px;
	height:138px;
	padding-top:0px;
}








































@media screen and (min-width: 1600px) and (max-width: 1920px) {

}
}

@media screen and (min-width: 1448px) and (max-width: 1599px) {


}

@media screen and (min-width: 1369px) and (max-width: 1448px) {


}

@media screen and (min-width: 1300px) and (max-width: 1368px) {


}

@media screen and (min-width: 1020px) and (max-width: 1281px) {


}




@media screen and (min-width: 640px) and (max-width: 1000px) {


}


@media screen and (max-width: 850px){/* 可视区域小于 850px, 设置更小font-size属性 */



}


#bannerNav a.cur{
	
	height: 58px;
    line-height: 58px;
    padding-left: 16px;
    font-size: 22px;
    color: #FFF;
    background-color: #da0010;
    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: "微软雅黑";}