﻿@charset "utf-8";
/* CSS Document */
*{ padding: 0; margin: 0; }
img {border:none;}
body {
	font-size:14px;
	color:#666; 
	line-height:25px;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif
}
ul,li,dl,dt,dd{
	list-style-type:none;
	margin:0;
	text-indent:none;
	display:inline-block;
	padding:0;
}
a{
	text-decoration:none;
	color:#666666;
}
a img{
	border:none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
}
.h25{
	height:25px;
}
.fb14,.fb14:link,.fb14:visited,.fb14:hover{
	font-size:14px;
	color:#404040;
	text-decoration:none;
}
.ban li a{
	display:inline-block;
	width:100%;
	height:100%;
}
.ban li a img{
	width:100%;
	max-width:100%;
}
.ban .bx-wrapper{
	position:relative;
}
.ban .bx-controls{
	width:100%;
	position:absolute;
	left:0;
}
.ban .bx-default-pager{
	position:absolute;
	z-index:10;
	text-align:center;
	width:100%;
	bottom:10px;
}
.ban .bx-default-pager .bx-pager-item{
	width:25px;
	display:inline-block;
	margin:0 2.5px;
	height:5px;
}
.ban .bx-default-pager .bx-pager-item a{
	text-indent:-99999px;
	display:block;
	width:20px;
	opacity:0.5;
	height:3px;
	overflow:hidden;
	background:#FFF;
}
.ban .bx-default-pager .bx-pager-item a.active{
	background:#333;
}
.ban .bx-controls-direction a{
	width:56px;
	height:100px;
	top:-340px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	opacity:0.5;
	z-index:999999999;
	transition:opacity 0.2s ease-in 0.2s;
}
.ban .bx-prev{
	background:url(../images-2016-2/arrow_left.jpg);
	left:0;
}
.ban .bx-next{
	background:url(../images-2016-2/arrow_right.jpg);
	right:0;
}
.ban .bx-controls-direction a:hover{
	opacity:0.8;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {background:url(white.png) center top no-repeat !important;}

.tp-leftarrow:hover{background:url(prenext.png) left top no-repeat !important;}
.tp-rightarrow:hover{background:url(prenext.png) right top no-repeat !important;}
/** BULLETS **/
.tp-bullets {z-index:1001;position:absolute;bottom:0px;}

.tp-bullets.simplebullets.round .bullet {cursor:pointer;position:relative;background:url(black.png) center top no-repeat; width:20px; height:20px;float:left;
    -webkit-transition: background 0.1s linear;-moz-transition: color, background 0.1s linear;-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;}
.tp-leftarrow.large {z-index:100;cursor: pointer;position:relative;background:url(prenext.png) left bottom no-Repeat;
	width:46px;	height:46px;margin-left:0px;margin-top:-21px;}

.tp-rightarrow.large {z-index:100;cursor:pointer;position:relative;background:url(prenext.png) right  bottom no-Repeat;width:46px;height:46px;margin-left:0;margin-top: -21px;}
.tp-bullets.tp-thumbs { z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
.pagination h2{
	display:none;
}
.nav-links span,.nav-links a{
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    background: #fff;
    color: #9a9999;
	transition:background 0.2s;
	display:inline-block;
}
.nav-links span,.nav-links a:hover{
    background: #3ca5f6;
    color: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(loader.gif) center center no-repeat;
    background-color: #fff;
    margin: -22px -22px;
    top: 40%;
    left: 40%;
    z-index:10000;
    position: absolute;
    width:348px;
    height:160px;
}
/*  Flash END */  
  
.main{width:970px;margin:0 auto;}

.youshi{
	width:960px;
	float:left;
}
.youshi_til{
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:49px;
	margin-bottom:20px;
	background:url(images/bg1.jpg) repeat-x;
}
.youshi_bg{
	width:960px;
	height:306px;
	background:url(images/bg3.jpg) no-repeat;
	float:left;
}
.tilc{
	display:table;
	margin:0 auto;
}
.tilcT{
	float:left;
	height:49px;
	background:url(images/bg2.jpg) repeat-x;
	line-height:49px;
	color:#fff;
	font-size: 22px;
    font-weight: 800;
	padding:0 50px;
}
.youshi_1{
	width:293px;
	padding-top:76px;
	padding-left:40px;
	text-indent:2em;
	float:left;
}
.youshi_3{
	width:314px;
	padding-top:65px;
	padding-right:40px;
	text-indent:2em;
	float:right;
}
.youshi_2{
	width:293px;
	padding-top:90px;
	padding-left:40px;
	text-indent:2em;
	float:left;
}
.youshi_4{
	width:314px;
	padding-top:75px;
	padding-right:40px;
	text-indent:2em;
	float:right;
}
.fgbg{width:960px;float:left;margin-top:20px;}
.fgbgCustor{width:960px; height:220px;float:left;margin-top:20px;}
.Case_Customer{width:960px; height:393px;float:left;margin-top:20px;}

.cpzx{
	width:201px;
	float:left;
}
.cpzx_til{
	width:201px;
	height:59px;
	float:left;
	line-height:59px;
	text-align:center;
	font-size:16px;
	font-weight:800;
	background:#fb6427;
	color:#fff;
}
.cpzx_bg{
	width:201px;
	background-color:#fb6427;
	float:left;  
	*padding-bottom:3px; 
	_padding-bottom:3px;
}
.cpzx_wbg{
	width:195px;
	background-color:#f6f6f6;
	margin:0 3px 3px 3px;
	float:left;
}
.cpzx_stil{
	width:145px;
	height:39px;
	padding-left:25px;
	line-height:39px;
	margin-top:12px;
	margin-left:12px;
	color:#000;
	font-weight:bold;
	background:url(images/cpzx2.jpg);
	float:left;
}
.cpzx_xx{
	width:170px;
	margin-left:12px;
	float:left;
}
.cpzx_xxbg{
	width:155px;
	line-height:32px;
	font-size:14px;
	margin:0 auto;
	border-bottom:dashed 1px #d7d7d7;
}
.links{
	width:177px;
	float:left;
	margin-left:12px;
}
.links_til{
	width:177px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	background-color:#fb6427;
	float:left;
}
.links_bg{
	width:182px;
	font-size:12px;
	line-height:28px;
	padding-top:15px;
	color:#000;
	float:left;
}
.rexiao_bg{
	width:736px;
	float:right;
}
.rexiao_til{
	width:736px;
	height:48px;
	line-height:48px;
	color:#FFF;
	background:url(images/title2.jpg) no-repeat;
	float:left;
}
.rexiao_til a.hotTit{
	display:inline-block;
	width:175px;
	text-align:center;
	font-size:16px;
	font-weight:800;
	color:#026bbc;
}
.rexiao_til a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
.rexiao_til a:hover{
	color:#FF0000;
}
  
.rexiao_cpbg{
	width:221px;
	margin-top:19px;
	margin-left:18px;
	float:left;
}

.rexiao_cp{
	background: rgba(0, 0, 0, 0) url("images/bg5.jpg") no-repeat scroll 0 0;
	width:198px;
	height:178px;
	padding:16px 11px 17px 12px;
	float:left;
}
.rexiao_cpwz{
	width:198px;
	height:24px;
	line-height:24px;
	margin-left:12px;
	margin-top:10px;
	text-align:center;
	color:#000;
	float:left;
}

.liyou_til{
	width:960px;
	height:90px;
	float:left;
}
.liyou_lypic{
	width:960px;
	height:190px;
	float:left;
}
.liyou_bg1{
	width:440px;
	height:141px;
	padding-left:470px;
	padding-top:155px;
	padding-right:50px;
	line-height:30px;
	background:url(images/ysbg1.jpg) no-repeat;
	float:left;
}
.liyou_bg2{
	width:375px;
	height:162px;
	padding-left:53px;
	padding-top:183px;
	padding-right:532px;
	line-height:30px;
	background:url(images/ysbg2.jpg) no-repeat;
	float:left;
}
.liyou_bg3{width:440px;height:141px;padding-left:470px;padding-top:182px;padding-right:50px;line-height:30px;background:url(images/ysbg3.jpg) no-repeat;float:left;}
.liyou_bg3 img{margin-top:10px;}

.liyou_bg4{
	width:365px;
	height:148px;
	padding-left:53px;
	padding-top:190px;
	padding-right:542px;
	line-height:30px;
	background:url(images/ysbg4.jpg) no-repeat;
	float:left;
}
.liyou_bg5{
	width:440px;
	height:146px;
	padding-left:470px;
	padding-top:187px;
	padding-right:50px;
	line-height:30px;
	background:url(images/ysbg5.jpg) no-repeat;
	float:left;
}
.kehu_til{
	width:960px;
	height:77px;
	float:left;
}
.kehu_kediv{
	width:960px;
	margin-top:10px;
	float:left;
}
.kehu_khpic{width:152px;height:61x;margin-left:8px;float:left;}
    .kehu_khpic img:hover{filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}

.anli{
	width:403px;
	float:left;
}
.anli_til{
	width:403px;
	height:30px;
	line-height:30px;
}
.anli_til span{
	display:inline-block;
	font-size:16px;
	padding:0 15px;
	border-bottom:1px solid #036ab9;
	color:#036ab9;
	font-weight:600;
	float:left;
	height:30px;
	width:94px;
}
.anli_til a{
	display:inline-block;
	height:30px;
	float:left;
	background:url(images/more.jpg) no-repeat right center;
	border-bottom:1px solid #cecece;
	width:279px;
}
.anli_bg{width:403px; height:358px;background-color:#eef2f5;float:left;}

.anli_picbg{width:181px;height:161px;margin-left:15px;float:left; margin-top:11px;}
.anli_pic{width:181px;height:139px;text-align:center;color:#585858;}
.anli_pic img{
	width:181px;
	height:139px;
}
   .anli_name{width:181px; height:17px; padding-top:5px; text-align:center;}  .anli_name a{color:#585858;}  .anli_name a:hover{color:#F00;}

.khjz{
	width:526px;
	float:right;
}
.khjz_til{
	width:526px;
	height:30px;
}
.khjz_bg{
	width:526px;
	float:left;
	margin-top:15px;
}
.khjz_til a{
	width:402px;
}
.khjz_pic{width:162px;padding:7px;border:solid 1px #e8e6e7;float:left;}
.khjz_pic img{
	width:162px;
}
.khjz_wenzi{width:332px;float:right;}
   .khjz_wenzi #witness_tit{color:#036fb8; font-size:16px; font-weight:bold; line-height:35px;}
   .khjz_wenzi #witness_con{color:#343434; font-size:13px;}

.gyjg_til{
	width:960px;
	height:53px;
	float:left;
}
.gyjg_left{
	width:650px;
	float:left;
}
.gyjg_jjtil{
	width:650px;
	height:35px;
	margin-top:8px;
	float:left;
}
.gyjg_fctilbg{
	width:650px;
	height:35px;
	background:url(title10.jpg)  no-repeat;
	margin-top:8px;
	float:left;
}
.gyjg_jj{width:640px;padding-left:10px;padding-top:12px;float:left;}
   .gyjg_jj img{float:left; margin-right:15px;}  .gyjg_jj a{color:#e35c02; font-size:14px;}  .gyjg_jj a:hover{color:#FF0000;  font-family:"Microsoft YaHei";}
.gyjg_ry{width:650px;height:125px;float:left;}

 .lzl_picsub{width:650px; height:125px; float:left;}
 .lzlpic_bot{width:650px; height:87px;padding-top:20px;}
 .ctllf{width:16px; height:87px; background:url(arrowleft.jpg) right  no-repeat; float:left; cursor:pointer;}
 .ctlrg{width:16px; height:87px; background:url(arrowright.jpg)   no-repeat; float:right; cursor:pointer;}
 .ctlmid{width:608px; height:87px; float:left; padding-left:4x;}
 .oneday_spic{width:129px;height:87px;margin-left:9px;float:left; cursor:pointer;}  .oneday_spic img:hover{border:1px solid #ff0000;}






.gyjg_fcbg{
	width:650px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
.gyjg_fc{
	width:148px;
	padding-left:12px;
	height:108px;
	text-align:center;
	line-height:30px;
	float:left; font-size:12px;color:#333534;
}


.gyjg_right{
	width:278px;
	height:590px;
	padding-left:21px;
	background:url(bg6.jpg) repeat-y;
	float:right;
}
.newsbg{
	width:278px;
	float:left;
}
.newstilbg{
	width:278px;
	height:33px;
	margin-top:8px;
	background:url(title11.jpg) no-repeat;
	float:left;
}
.newstil{
	width:100px;
	height:33px;
	line-height:33px;
	padding-left:28px;
	font-size:14px;
	font-weight:bold;
	color:#3a6abf;
	float:left;
}
.more{width:40px;height:33px;line-height:33px;padding-right:14px;font-size:12px;float:right;}
    .more a{color:#323431;}  .more a:hover{color:#FF0000;}
.news_xx{width:278px;border-bottom:dashed 1px #dadada;padding-bottom:13px;padding-top:15px;font-size:12px;color:#555454;float:left;}
    .news_xx span{color:#e35c02; font-size:14px; line-height:30px;}
	.news_xx a{color:#e35c02; font-size:12px;}  .news_xx a:hover{color:#FF0000;}
.news_listbg{
	width:278px;
	float:left;
}
.news_list{width:268px;height:24px;padding-top:5px;padding-left:10px;line-height:24px;background:url(arrow2.jpg) no-repeat left 13px;float:left;}
.news_list a{color:#787777;}   .news_list a:hover{color:red;}
.blank8 { height:8px; width:1px; overflow:hidden; clear:both;}

.bottom_bg{width:100%;height:48px;background:url(images/bg7.jpg) repeat-x;line-height:48px;text-align:center;font-size:14px;color:#fff;}
.bottom_bg a{color:#fff;} .bottom_bg a:hover{color:#FF6600;}

.bottom_wz{width:100%;height:151px;	background-color:#e9e9e9;}
.bottom_bg2{width:960px;margin:0 auto;}

.bottom_logo{
	width:318px;
	height:151px;
	float:left;
}
.bottom_ljy{
	width:640px;
	height:101px;
	padding-top:40px;
	text-align:center;
	font-size:12px;
	color:#696767;
	float:left;
}
.bottom_zi_xb{
	width:710px;
	height:70px;
	padding-top:20px;
	text-align:center;
	font-size:12px;
	color:#696767;
	float:left;
}
.page{
	width:100%;
	text-align:right; 
	padding-top:15px;
	margin-top:15px;
	border-top:solid 1px #d7d7d7;
}



.page ul{float:left;padding:12px 0px 12px 16px;}
.page ul li{float:left;font-family:Tahoma;line-height:17px;margin-right:6px;border:1px solid #E9E9E9;}
.page ul li a{float:left;padding:2px 4px 2px;color:#555;display:block;}
.page ul li a:hover{color:#FF6600;}
.page ul li.thisclass,.page ul li.thisclass a{background-color:#F8F8F8; color:#FF6600;}
.page .pageinfo{line-height:21px;padding:12px 10px 12px 16px;color:#999;}
.dede_pages .pageinfo strong{color:#555;font-weight:normal;margin:0px 2px;}


.position{width:934px;height:30px;line-height:30px;padding-left:24px;font-size:12px;color:#000;border:solid 1px #d8d8d8;float:left;}
.cptil{
	width:704px;
	height:35px;
	line-height:35px;
	padding-left:30px;
	background:url(bg8.jpg) repeat;
	border:solid 1px #d8d8d8;
	color:#000;
	font-weight:bold;
	float:left;
}
.cpbg{
	width:734px;
	border:solid 1px #d7d7d7;
	float:left;
	margin-top:15px;
	padding-bottom:15px;
}
.cpzx_pic{
	width:198px;
	height:178px;
	border:solid 1px #bcbcbc;
	float:left;
}
.cpzx_cpwz{
	width:198px;
	height:24px;
	line-height:24px;
	margin-top:10px;
	text-align:center;
	color:#000;
	float:left;
}
/*浜岀骇椤甸潰鏂伴椈*/
.news_ebg{
	width:470px;
	border:solid 1px #d7d7d7;
	float:left;
	margin-bottom:10px;
}
.news_erbg{
	width:470px;
	border:solid 1px #d7d7d7;
	float:right;
	margin-bottom:10px;
}
.news_etil{
	width:450px;
	height:35px;
	line-height:35px;
	padding-left:20px;
	background:url(bg8.jpg) repeat;
	color:#000;
	font-weight:bold;
	float:left;
}
.news_ewzbg{width:455px; height:145px;padding-left:15px;padding-bottom:10px;padding-top:10px;float:left;}
.news_ewzbg ul li{list-style:none;width:440px;height:24px;padding-top:5px;padding-left:10px;line-height:24px;	background:url(images/arrow2.jpg) no-repeat left 15px;}

/*浜岀骇宸ョ▼妗堜緥*/
.anli_epicbg{
	width:226px;
	margin-left:10px;
	margin-top:30px;
	float:left;
}
.anli_epic{
	width:214px;
	height:169px;
	padding:5px;
	border:solid 1px #d3d3d3;
	float:left;
}
.anli_ewz{
	width:226px;
	height:35px;
	line-height:35px;
	text-align:center;
	float:left;
}
/*鍏充簬閿﹀伐浜岀骇椤甸潰*/
.gyjg_ebg{
	width:734px;
	border-bottom:solid 1px #d7d7d7;
	border-left:solid 1px #d7d7d7;
	border-right:solid 1px #d7d7d7;
	float:left;
}
.gyjg_etil{
	width:694px;
	padding:20px;
	font-size:18px;
	font-weight:bold;
	color:#e70202;
	text-align:center;
	border-bottom:solid 1px #e0e0e0;
	float:left;
}
.gyjg_ewz{
	width:694px;
	padding:20px;
	line-height:30px;
	color:#000;
	float:left;
}
.arc_info{width:100%; height:25px; line-height:25px; text-align:center; font-size:12px;}  .arc_info a{font-size:12px;} #hit{color:#F00;}
.arc_body{width:100%; height:auto; margin:10px 0px; font-size:14px; line-height:25px;}  .arc_body a:hover{color:#FF0000; font-family:"Microsoft YaHei";}
.prenext{width:694px; height:25px;font-size:12px; line-height:25px;}
.prenext a{color:#000;}   .prenext a:hover{color:#F00;}
.arc_body table,.xgcpxg_picbg table{
	width:100%;
	border:1px solid #dfdfdf;
	border-left:none;
	border-top:none;
	margin:15px 0;
}
.arc_body table td,.xgcpxg_picbg table td{
	border:1px solid #dfdfdf;
	border-right:none;
	border-bottom:none;
	text-align:center;
	font-size:12px;
	line-height:25px;
}
.arc_body img{
	max-width:100%;
	height:auto;
	display:table;
	margin:25px auto;
}
.link_ewz{
	width:694px;
	padding:20px;
	line-height:30px;
	color:#000;
	float:left;
}
.link_epic{
	width:722px;
	height:458px;
	float:left;
}
/*瀹㈡埛瑙佽瘉浜岀骇*/
.khjz_ebg{width:700px;float:left;margin-top:15px;padding-bottom:10px;margin-left:15px;border-bottom:solid 1px #d7d7d7;}

   .arc_tit{width:700px; height:35px;color:#036fb8; font-size:16px; font-weight:bold; line-height:35px;}
   .arc_description{width:700px;color:#343434; font-size:12px;}
   .arc_link{width:700px; height:25px; padding:10px 0; text-align:right;}


.khjz_ewz{width:500px;float:right;}
    #wt_title{font-size:16px; font-weight:bold; line-height:35px;}  #wt_title a{color:#036fb8; }
    #wt_desc{color:#343434; font-size:13px;}
/*閿﹀伐椋庨噰浜岀骇*/
.jgfc_epicbg{
	width:148px;
	margin-top:19px;
	margin-left:28px;
	float:left;
}
.jgfc_epic{
	width:148px;
	height:108px;
	float:left;
}
.jgfc_ewz{
	width:148px;
	height:24px;
	line-height:24px;
	margin-top:10px;
	text-align:center;
	color:#000;
	float:left;
}
/*璧勬枡涓嬭浇浜岀骇椤甸潰*/
.zlxz_ebg{
	width:675px;
	float:left;
	padding-left:25px;
	margin-top:10px;
	padding-bottom:5px;
	margin-left:15px;
	background:url(images/arrow3.jpg) no-repeat left 8px;
	border-bottom: dashed 1px #d7d7d7;
}


/*浜у搧涓績淇敼css*/
.cpzxxg_fg{
	width:734px;
	float:left;
}
.cpzxxg_r{
	width:201px;
	float:right;
}
.cpzxxg_l{
	width:746px;
	float:left;
}
.cpzxxg_picleft{width:394px;margin-left:10px;margin-top:10px;float:left;}
.cpzxxg_pic{width:392px;height:294px;border:solid 1px #e5e5e5;float:left; margin-bottom:10px;}

.cpzxxg_pwz{
	width:392px;
	margin-top:10px;
	float:left;
}
.cpzxxg_arrowl{
	width:8px;
	height:9px;
	margin-top:20px;
	float:left;
}
.cpzxxg_arrowr{
	width:8px;
	height:9px;
	margin-top:20px;
	float:right;
}
.cpzxxg_spic{
	width:62px;
	height:51px;
	margin-left:10px;
	float:left;
}
.cpzxxg_spicbg{
	width:375px;
	height:51px;
	float:left;
}
.cpzxxg_picright{
	width:301px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:right;
}
.cpzxxg_prtil{
	width:301px;
	height:25px;
	float:left;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	color:#000;
	border-bottom:dashed 1px #ccc;
}
.cpzxxg_pfenlei{
	width:301px;
	height:25px;
	float:left;
	padding-top:10px;
	font-size:16px;
}
.cpzxxg_pjianjie{
	width:311px;
	float:left;
	padding-top:10px;
}
.cpzxxg_pfenxiang{
	width:301px;
	height:32px;
	float:left;
	padding-top:10px;
}
.cpzxxg_pbut{
	width:301px;
	height:40px;
	float:left;
	padding-top:10px;
}
/*鐩稿叧浜у搧css*/
.xgcpbg{
	width:734px;
	border:solid 1px #d7d7d7;
	float:left;
}
.xgcpxg_titlbg{
	width:724px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#0162af;
	background:url(images/bg9.jpg) repeat-x;
	float:left;
}
.xgcpxg_picbg{
	width:734px;
	float:left;
}
.xgcpxg_picdiv{
	width:222px;
	margin-left:17px;
	margin-top:15px;
	float:left;
}
.xgcpxg_pic{
	width:218px;
	height:156px;
	padding:1px;
	border: solid 1px #ccc;
	float:left;
}
.xgcpxg_picwz{
	width:220px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
/*浜у搧绠€浠媍ss*/
.cpjjxg_til{
	width:717px;
	height:35px;
	line-height:34px;
	padding-left:18px;
	color:#FFF;
	font-weight:bold;
	background:url(images/cpsm.jpg) no-repeat;
	float:left;
}
.cpjjxg_wenzi{
	width:704px; 
	height:auto;
	margin:10px auto;
	padding-bottom:50px;
	background:url(images/myd.jpg) 2px bottom no-repeat;}

.cpjjxg_llfw{width:704px;margin-left:15px;margin-top:10px;font-size:13px;float:left;}
    .cpjjxg_llfw span{color:#0162af; font-weight:bold;font-size:14px;}

.cpytxg_picbg{
	width:130px;
	margin-left:10px;
	float:left;
}
.cpytxg_pic{
	width:130px;
	height:83px;
	float:left;
}
.cpytxg_pzi{
	width:130px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
/*浜у搧涓績鍙充晶鏂伴椈css*/
.cpzxxg_news{
	width:201px;
	margin-top:10px;
	float:left;
}
.cpzxxg_ntil{
	width:191px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	background-color:#0870c5;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	float:left;
}
.cpzxxg_nwzbg{
	width:194px;
	padding-left:5px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	float:left;
}
.cpzxxg_nlist{
	width:180px;
	height:24px;
	padding-top:5px;
	padding-left:10px;
	line-height:24px;
	background:url(images/arrow2.jpg) no-repeat left 15px;
	float:left;
	overflow:hidden;
}
   .cpzxxg_nlist a{color:#787777;}
.cpzxxg_cpfw{
	width:734px;
	height:410px;
	margin-top:10px;
	float:left;
}
.cpzxxg_xiazai{
	width:196px;
	padding-left:2px;
	padding-bottom:10px;
	padding-top:18px;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	float:left;
}
.hydt,.jgzx{
	width:960px;
	float:left; margin-bottom:10px;
}
 .hydt-title{
	height:52px;
}
 .jqzx-tlebg{
	height:45px;
	background:url(images/til-hydt.jpg) no-repeat;
}
 .jqzx-tle{
	 width:200px;
	 padding-top:7px;
	 padding-left:45px;
	 font-size:16px;
	 font-weight:bold;
	 font-family: "Microsoft YaHei" ! important;
	 color:#3b6bc0;
	 float:left;
	 
}
 .more{
	 width:60px;
	 padding-top:10px;
	 padding-right:10px;
	 float:right;
	 
}
 .jqzx-pic{
	 width:308px;
	 height:230px;
	 padding-top:20px;
	 float:left;
	 
}
 .jqzx-rig{
	 width:624px;
	 height:230px;
	 padding-top:20px;
	 float:right;
	 
}
  .jqzx-rig-til{
	 width:624px;
	 line-height:24px;
	 font-size:16px;
	 font-weight:bold;
	 color:#e35c02;
	 float:left;
	 
}
  .jqzx-rig-tilxx{
	 width:624px;
	 line-height:24px;
	 padding-top:15px;
	 float:left;	 
}
  .jqzx-lb{
	 width:624px;
	 border-top:dashed 1px #9d9d9d;
	 padding-top:10px;
	 margin-top:10px;
	 float:left;	 
}
  .jqzx-lb-list{
	 
}
  .jqzx-lb-list ul li{
	 width:290px;
	 padding-left:10px;
	 background:url(images/arrow.jpg) left 10px no-repeat;
	 line-height:28px;
	 float:left;	 
}

 .hydt-left{
	 width:350px;
	 float:left; 
}
 .hydt-right{
	 width:265px;
	 float:right;
}
 .hydt-til{
	 width:350px;
	 line-height:24px;
	 font-size:16px;
	 font-weight:bold;
	 color:#e35c02;
	 float:left; 
}
 .hydt-tilxx{
	 width:340px;
	 line-height:24px;
	 padding-top:10px;
	 padding-bottom:10px;
	 border-bottom:dashed 1px #9d9d9d;
	 float:left; 
}
 .hydt-word{
	 width:350px;
	 padding-top:10px;
	 float:left; 
}
  .hydt-word ul li{
	 width:290px;
	 padding-left:10px;
	 background:url(images/arrow.jpg) left 10px no-repeat;
	 line-height:28px;
	 float:left;	 
}
 .hydt-pic{
	 width:119px;
	 padding-top:10px;
	 line-height:24px;
	 padding-left:13px;
	 float:left; 
}
 .hydt-picr{
	 width:119px;
	 padding-top:10px;
	 line-height:24px;
	 float:right; 
}
.bottom_bg a{
	margin:0 5px;
}
.myDiv{
	width:970px;
	margin:0 auto;
}
.wmyDiv{
	width:100%;
}
.top{
	height:30px;
	line-height:30px;
	background:#f6f6f6;
	font-size:12px;
	color:#666666;
}
.logo{
	padding:15px 0;
}
.nav,.swiper-container{
	height:37px;
	background:#ff6c00;
}
.nav li{
	display:inline-block;
	line-height:37px;
	width:104px;
	text-align:center;
}
.nav a,.swiper-container a{
	color:#fff;
}
.nav li:hover,.nav li.now,.swiper-container li:hover{
	background:#dc0c0c;
}
.indexCat{
	display:inline-block;
	height:30px;
	width:100%;
	
}
.indexCat dt{
	width:110px;
	height:30px;
	float:left;
	line-height:30px;
	background:#f0eded url(images/bg1.png);
	color:#fff;
	text-align:center;
	
}
.indexCat dd{
	background:#f0eded;
	float:left;
	height:30px;
	font-size:12px;
	line-height:30px;
	width:860px;
}
.myTit{
	position:relative;
	height:50px;
	margin:15px auto;
	line-height:50px;
	border-bottom:1px solid #c2c2c2;
	text-align:center;
}
.myTit h2{
	font-size:18px;
	margin:0;
	padding:0;
}
.myTit .line{
	background:#ff6c00;
	width:100px;
	height:8px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	margin-top:-4px;
}
.indexPlist{
	margin-top:31px;
}
.lineOne{
	width:250px;
}
.indexPlist .img{
	border:1px solid #e8e8e8;
}
.indexPlist .tit{
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
}
.indexPbox{
	width:204px;
	margin-left:19.25px;
	margin-right:19.25px;
	margin-bottom:10px;
}
.indexTit{
	color:#fc662a;
	font-size:18px;
	height:56px;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	display:block;
	background:url(images/bg2.jpg);
	line-height:56px;
}
.indexScroll{
	height:145px;
	width:100%;
	position:relative;
	background:url(images/bg3.jpg) repeat;
}
.indexScroll .myul{
	width:880px;
	height:70px;
	display:block;
	margin:0 auto;
	padding:37px 0;
}
.indexScroll li{
	float:left;
}
.indexScroll .bx-controls{
	position:absolute;
	width:970px;
	left:0;
	height:30px;
	top:60px;
	z-index:999;
}
.indexScroll .bx-prev,.indexScroll .bx-next{
	width:15px;
	height:30px;
	text-indent:-9999px;
	display:block;
}
.indexScroll .bx-prev{
	background:url(images/subl.jpg);
	float:left;
	margin-left:25px;
}
.indexScroll .bx-next{
	background:url(images/subr.jpg);
	float:right;
	margin-right:25px;
}
.indexScroll li a{
	width:164px;
	height:70px;
	display:block;
	border:1px solid #dfdfdf;

}
.indexBan{
	padding:10px 0;
}

.line_1{
	height:315px;
	width:100%;
	padding-bottom:35px;
	margin-bottom:35px;
	background:url(images/bg4.jpg) no-repeat center bottom;
}
.stit{
	font-size:20px;
	color:#ff6c00;
	font-weight:normal;
}
.line_1 .stit{
	background:url(images/ico1.jpg) no-repeat left center;
	padding-left:75px;
	padding-top:15px;
	padding-bottom:15px;
}
.line_2{
	height:389px;
}
.line_2 .stit{
	background:url(images/ico2.jpg) no-repeat left top;
}
.line_3 .stit{
	background:url(images/ico3.jpg) no-repeat left top;
}
.line_4 .stit{
	background:url(images/ico4.jpg) no-repeat left top;
}
.line_4{
	height:363px;
}
.indexTxt{
	background:url(images/bg5.jpg) no-repeat left top;
	padding-top:30px;
}
.indexTxt h3{
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
	background:url(images/bg6.jpg) no-repeat left center;
	padding-left:20px;
}
.indexTxt p{
	font-size:14px;
	color:#6b6969;
	line-height:29px;
}
.tbg{
	height:118px;
	width:100%;
	background:url(images/tbg.jpg) no-repeat 10px center;
}
.imgbox img{
	margin:0 8px 35px 8px;
}
.mytit a{
	display:block;
	height:45px;
	line-height:45px;
	width:110px;
	font-size:18px;
	color:#525252;
}
.mytit a.fr{
	background:url(images/more.jpg) no-repeat right center;
}
.geline{
	with:100%;
	height:20px;
	background:url(images/bg7.jpg) repeat-x left center;
}
.anliBox li{
	width:485px;
	float:left;
	margin:10px 0;
}
.anliBox .img{
	width:162px;
	float:left;
	border:1px solid #e8e6e7;
	padding:3px;
}
.anliBox .txt{
	width:305px;
	float:right;
}
.anliBox .txt h3{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
}
.anliBox .txt h3 a{
	color:#fe6100;
}
.anliBox .txt p{
	font-size:12px;
	line-height:25px;
	margin:0;
}
.tbod{
	border-bottom:1px solid #cfcfcf;
	position:relative;
}
span.bgc{
	position:absolute;
	height:5px;
	width:80px;
	left:0;
	bottom:-3px;
	display:inline-block;
	background:#ff6c00;
}
.newImg{
	width:308px;
}
.newBox{
	width:100%;
}
.stick h2{
	font-size:16px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.stick h2 a{
	color:#525252;
}
.stick h2 span{
	font-size:12px;
	color:#ababab;
	font-weight:normal;
}
.stick p{
	font-size:12px;
	color:#525252;
	line-height:22px;
	margin:0;
}
.stick{
	border-bottom:1px dashed #8f8f8f;
	padding-bottom:5px;
	margin-bottom:5px;
}
.newBox li{
	width:50%;
	float:left;
	font-size:12px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.newBox li a{
	background:url(images/ico5.jpg) no-repeat left center;
	padding-left:15px;
}

.flink{
	line-height:25px;
	background:#ff6c00;
	text-align:center;
	color:#fff;
	font-size:12px;
}

.mobile{
	display:none;
}
.flink a{
	color:#fff;
	
	margin-left:5px;
}
.foot{
	background:#e9e9e9;
	padding:15px 0;
}
.foot .txt{
	width:500px;
	font-size:12px;
	line-height:25px;
	color:#686666;
}
@media (max-width: 767px) {
	.rexiao_bg{
	width:100%;
	float:none;
}
	.khjz_ebg{
	width:100%;
	padding-left:0;
	margin-left:0;
}
.khjz_ewz{
	width:calc( 100% - 190px );
}
.cpbg,.cptil,.position,.main,.page,.gyjg_ebg,.gyjg_etil,.gyjg_ewz{
	width:100%;
	margin:0;
	padding:0;
}
.news_ebg,.news_erbg{
	width:98%;
	margin:1%;
}

.hz img{
		max-width:100%;
	}
	.fgbg{
	width:100%;
}
	body{
		padding:0 10px;
	}
	.hz{
		max-width:100%;
	}
	.indexCat dd{
		width:calc( 100% - 110px );
		overflow:hidden;
	}
	.lineOne{
		width:100%;
		text-align:center;
	}
	.indexPbox{
		width:48%;
		margin:0 1%;
	}
	.indexPbox img{
		width:100%;
		height:180px;
	}
	.indexScroll .myul{
		width:100%;
	}
	.indexScroll li img{
		max-width:100%;
		height:auto;
	}
	.line_1 .fl{
		max-width:100%;
	}
	.line_1 .fr{
		max-width:100%;
		text-align:center;
		margin:15px auto;
	}
	.tbg{
		background-size:100% auto;
	}
	.imgbox img{
		width:30%;
		height:auto;
		margin:1%;
	}
	.h20{
		
	}
	.top{
		display:none;
	}
	.pc{
		display:none;
	}
	.myDiv{
		width:100%;
	}
	img{
		max-width:100%;
		height:auto;
	}
	.logo{
		height:auto;
		max-width:100%;
	}
	.mobile{
	display:block;
	}
	
	.mobile .features-section li{
		display:inline-block;
		height:35px;
		line-height:35px;
		width:100px;
		text-align:center;
	}
	.ban li{

		width:100%;

	}
	.pcat{
		width:calc( 100% - 2px );
		height:auto;
	}
	.pcat li{
		width:30%;
		margin:10px 1%;
	}
	.plistIndex li:first-child{
		margin:0 10px;
	}
	.plistIndex li{
		margin:0 10px;
		width:calc( 50% - 22px );
	}
	
	.plistIndex li{
		margin-bottom:15px;
	}
	.plistIndex li img{
		height:168px;
	}
	.newImg{
		width:100%;
		clear:both;
		float:none;
		height:auto;
		margin-bottom:15px;
	}
	.newImg img{
		width:100%;
		height:auto;
		float:none;
	}
	.newBox{
		width:100%;
		clear:both;
		float:none;
	}
	.anliBox li{
		width:100%;
		display:table;
		float:none;
	}
	.anliBox .img{
		height:auto;
	}
	.anliBox .txt{
		width:calc( 100% - 180px );
	}
	.flink{
		overflow:hidden;
		display: flex;
		height:30px;
	}
	.foot .fl{
		float:none;
		margin:0 auto;
	}
	.foot .txt{
		width:calc( 100% - 10px );
		padding:0 5px;
	}
	.mtel{
		position:fixed;
		width:80px;
		right:5px;
		top:calc( 50% - 40px );
		height:80px;
		border-radius:20px;
		overflow:hidden;
		z-index:999999999;
	}
	.mtel img{
		max-width:100%;
	}
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
	table.fuwu,.index-service,#tedian table,.local div.fr,#pnav,.weiBo,.sidebar,.pabout,.con-d,#dituContent,.top,#subMenuContent,.nav .top-nav .navbg,#leftsead,.searchBox,.block_7,.tel_Email,#leftMenu{
		display:none;
	}
	.logo h1{
		font-size:16px;
	}
	.container{
		width:99%;
		margin:0 auto;
	}
	#ban li{
		background-size:auto 200px;
		height:180px;
		width:100%;
	}
	.nav{
		position:fixed;
		left:0;
		width:100px;
		height:100%;
		top:0;
		z-index:20140401;
		left:-100px;
		background:#333;
	}	
	.nav .top-nav {
    	float: none;
    	font-size: 12px;
    	height: 35px;
    	line-height: 35px;
		width:100px;
    	overflow: hidden;
		padding:0;
		overflow:hidden;
		border-bottom:1px solid #232323;
		border-top:1px solid #464646;
		margin:0;
	}
	.nav .top-nav a{
		color:#FFF;
	}
	.navbar-header{
		display:block;
		position:fixed;
		z-index:20150401;
		top:18px;
		right:0;
	}
	.navbar-brand{
		display:block;
		width:30px;
		height:30px;
		background:#333;
		background:url(image/menu_bars.png) no-repeat center center;
		text-indent:-20000px;
	}
	.block_3{
		width:100%;
		float:none;
	}
	.aboutBan,.telbg,.proBanc,.anlibg,.newsbg{
		background-size:auto 100px;
		height:100px;
	}
	.pageRight,.telbg,.proBanc,.newsbg{
		float:none;
		width:98%;
		padding:0 1%;
	}
	.pageRight img{
		width:100%;
		
	}
	.wp-caption{
		max-width:100%;
	}
	#tedian img{
		max-width:100%;
		height:auto;
	}
	.pageRight .ImgBox img{
		min-height:168px;
		max-height:168px;
	}
	.pageRight .imageP img{
		width:150px;
		height:83px;
	}
	.pageRight .fuwu img{
		width:100px;
		height:46px;
	}
	.pageArt table.fuwu td div{
		width:auto;
	}
	.pageArt ul.hornor li{
		width:44%;
		margin:20px 2%;
	}
	.ImgBox li.proli,#equiment_xg li{
		width:45%;
		margin:10px 2%;
	}
	.ImgBox li.proli .block,#equiment_xg li .block{
		width:100%;
		height:auto;
	}
	.Gpinfo{
		height:auto;
		width:100%;
		border:none;
	}
	.proBan{
		float:none;
		width:100%;
		
		height:auto;
		
	}
	.proBan img{
		width:100%;
		max-width:480px;
		height:auto;
		max-height:320px;
		margin:0 auto;
	}
	.proInfo{
		width:98%;
		margin:10px auto;
		float:none;
	}
	.pnav h2 a{
		width: auto;
	}
	.jiegouimg{
		width:100%;
	}
	.jiegouimg img{
		width:100%;
		height:auto;
	}
	#canshu {
		width:90%;
		overflow:hidden;
		display:none;
	}
	#canshu table td{
		word-break:break-all; 
		word-wrap:break-word;
	}
	#anli_xg li{
		float:none;
		width:100%;
		margin:5px 0;
	}
	#anli_xg li.mid{
		margin:5px 0;
	} 
	#anli_xg li .block{
		width:96%;
		padding:1%;
		float:none;
		margin:0 auto;
	}
	#anli_xg li .block img{
		width:100%;
		height:auto;
	}
	.twoF{
		float:none;
		width:100%;
	}
	.input-textarea{
		width:50%;
	}
	.proInfo h2{
		width:auto;
	}
	#comment{
		width:90%;
	}
	.faqcategory{
		height:100px;
		
	}
	.faq_content{
		width:80%;
		margin:0 auto;
	}
	.faq_content #search_field{
		width:100%;
	}
	.faq_content #search_block{
		width:100%;
	}
	.anlicontainer{
		width:99%;
		margin:0 auto;
	}
	.fanganBox li {
		width:100%;
		float:none;
	}
	.fanganBox li div{
		float:none;
		margin:0 auto;
	}
	.fanganBox li div img{
		width:100%;
		height:auto;
		max-width:480px;
	}
	.fanganBox li .title{
		width:100%;
	}

	.newsArt,.solutionArt{
		width:99%;
		margin:0 auto;
	}
	.newsArt img,.solutionArt img{
		width:100%;
		height:auto;
	}
	.list-equiment table{
		white-space:normal;
	}
	.local h1{
	
	}
	#pagecomment #comment{
		width:80%;
	}
	.ImgBox li.proli .title{
		width:100%;
		padding:0;
	}
	.mtel{
		position:fixed;
		width:80px;
		left:5px;
		top:calc( 50% - 40px );
		height:80px;
		border-radius:20px;
		overflow:hidden;
		z-index:999999999;
	}
	.mtel img{
		max-width:100%;
	}
	.renzheng,.bx-has-pager{
		display:none;
	}
	.rexiao_cpbg{
		width:calc( 50% - 36px );
	}
	.cpzx_pic,.xgcpxg_pic,.xgcpxg_picwz,.cpjjxg_til,.cpjjxg_wenzi{
		max-width:100%;
		height:auto;
	}
	.rexiao_cpbg img{
		max-width:100%;
		height:auto;
	}
	.cpzxxg_news{
		display:none;
	}
	.xgcpxg_picbg{
		max-width:100%;
	}
	.xgcpxg_picdiv{
		width:calc( 20% - 34px );
	}
}
@media (max-width: 480px) {
	.pcat li{
		width:46%;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.inTit{
		font-size:16px;
	}
}