@charset "utf-8";
/************************************************************************
 * 公司	: suyee inc.
 * 网址	: www.suyee.net.cn
 * 作者QQ: 新月(46780956)
 * 日期	: 2019.03.25
************************************************************************/
/*.pcDIV	{display: block;}*/
.mobileDIV {	display: none;}
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {	display: block}
/* 灰度滤镜
.star img {    filter: grayscale(100%);    -webkit-filter: grayscale(100%);    transition: -webkit-filter 2s;    transition: filter 2s;} */
/* common */
* {	margin: 0;	padding: 0;}
html {	height: 100%}
div, h1, h2, h3, h4, h5, h6, p, form, label, input, img, span {	margin: 0;	padding: 0;}
ul, ol {	margin: 0;	padding: 0;	list-style-type: none;}
img {	border: 0;	max-width: 100%;	height: auto;	width: auto\9; /* ie8 */}
body {
	display: block;
	width: 100%;
	max-width: 2200px;
	margin: 0 auto;
	background: #FFF;
	transition: all ease-out 0.3s;
	color: #666;
	font-size: 1em;
	line-height: 1.4;
	font-family: Arial, "Microsoft YaHei", "微软雅黑", "宋体";
}
a:link {	text-decoration: none;  color: #555;}
a:visited {	text-decoration: none;	color: #555;}
a:hover {	text-decoration: none;	color: #0B6ECA;}
a {
    text-decoration: none;
    outline: none;
    transition: all ease-out 0.3s;
}
li, img {
    transition: all ease-out 0.3s;
}
a:active {	text-decoration: none;	color: #555;}
/*主色 #0c4ca3 = rgba(12,76,163,0.9)*/
.clear{ clear:both !important; font-size:0 !important; line-height:0 !important; height:0 !important;}
.txtCenter{ text-align:center!important;}
.txtleft{ text-align: left!important;}
.txt16{ font-size:16px!important;line-height:26px!important;}
.moree{ display:block; float:right; margin:6px 20px 0 0; border:0;}
.leftimg{ display:block; float:left; margin:0; padding:0; border:none;}
.hand	{cursor:pointer}
.overflow	{overflow:auto; overflow:hidden}
.none	{display:none !important}
.hide	{display:block; overflow:hidden; position:absolute; top:0; left:0; width:0; height:0; text-indent:-9999px;}
.pos_rel	{position:relative;}

/* tabel 全局 */
.tabelMain{ width:100%;
	margin: 32px auto 0;
    max-width: 900px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    position: relative;
}
.tabelMain th{  padding:7px 0; border-top: #d8d8d8 1px solid; position: relative;}
.tabelMain tr{  background:#FFF; }
.tabelMain tr td { text-align: center;  border-top: #d8d8d8 1px solid; padding:7px 4px; }
.tabelMain tr td:first-child { text-align:left; }
.tabelMain tr td:nth-of-type(2) {  background:#ECECEC; }


.tabelMessage{ float:left; width:100%; /*border-bottom: #666 1px solid;*/ }
.tabelMessage td{  border-bottom: #d8d8d8 1px solid; padding:10px 0;}
.tabelMessage tr:last-child td{  border-bottom:none;}
.tabelMessage .tdR{ padding-right:5%;}
.tabelMessage .tdone{border-top: #008BD2 2px solid;}


/* 表单与按钮 */
.btn:hover, .btn-quote:hover, .knop:hover {  text-decoration:none!important;}
	
/* 全局公共 */
.relative{ position:relative;}
.subtitle{display: block; width:100%; float:left;line-height: 2;  }
.til_left{ text-align:left !important; float:left!important;margin:auto;}

.zindex99{z-index:99; position: relative;}
.FFF_9{ color: rgba(255,255,255,0.9) !important;}
.FFF_8{ color: rgba(255,255,255,0.8) !important;}
.FFF_8 a{ color: rgba(255,255,255,0.8) !important;}
.FFF_8 a:hover{ color: rgba(255,255,255,0.95) !important;}
.fir_title{ width:100%; text-align:center; font-weight:normal; font-size:30px; line-height:40px; color:#333; padding-top:60px; text-transform : uppercase/*全字母大写*/;}
.sec_title{ width:100%; text-align:center; font-weight:normal; font-size:16px; line-height:30px; color:#555; padding-bottom:35px; }
.linep{ display:block; margin:7px auto; width:60px; height:2px; background:#0966CA; overflow:hidden; font-size:0; }
.linep_color{ background:#009746;  }
.marginBTM35{ margin-bottom:35px;}
.paddingBTM65{ padding-bottom:65px;}
.paddingBTM60{ padding-bottom:60px;}
.paddingBTM35{ padding-bottom:35px;}
.paddingBTM25{ padding-bottom:25px;}
.paddingBTM15{ padding-bottom:15px;}
.paddingBTM10{ padding-bottom:10px;}
.paddingTop65{ padding-Top:125px;}
.paddingTop45{ padding-Top:45px;}
.paddingTop35{ padding-Top:35px;}
.paddingTop25{ padding-Top:25px;}
.paddingTop15{ padding-Top:15px;}
.paddingTop10{ padding-Top:10px;}
.text_3{text-overflow:ellipsis; }/*需要配合<nobr>*/
/*---------------------------------//banner-----------------------------------*/
#bannerMain {
	position: relative;
	width: 100%;
	height: 430px;
	overflow: hidden;
	text-align: center;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bannerMain:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.15);
	z-index: 1;
}
#bannerMain:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
/*#bannerMain.on img {transform: matrix(1.0, 0, 0, 1.0, 0, 0);-webkit-transition: all 5.0s ease;-moz-transition: all 5.0s ease;-ms-transition: all 5.0s ease;-o-transition: all 5.0s ease;transition: all 5.0s ease;}
#bannerMain img {transform: matrix(1.1, 0, 0, 1.1, 0, 0);   position: absolute;    top: 0;    left: 50%;    width: 1920px;	 max-width: 1920px;    margin-left: -960px;    }
.banner01{background:url(../images/banner_contact.jpg) center center no-repeat ; }
.banner02{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner03{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner04{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner05{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner06{background:url(../images/banner06.jpg) center top no-repeat ; }*/
#bannerTxt {
	width: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 8.5px;
	opacity: 0.5;
	font-family: "monts";
	font-weight: 400;
}
/*---------------------------------//body-----------------------------------*/

 
.contect,#contect{ display:block; width:100%; float:left; margin:0;  }
.bg_color{ background:#F5F5F5;}
.bg_i1{ background: url(../images/bg01.jpg)  center center no-repeat; background-size: cover;}
.bg_i3{ background: url(../images/bg05.jpg)  center center no-repeat; background-size: cover;}
.bg_i2 {/*background-image: url(../images/bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;*/
    position: relative;
    width: 100%;
    min-height: 470px;
    text-align: center;
    color: #fff;
}
.bg_i2:before {
    content: '';
    display: block;
  /* background-color: rgba(0, 0, 0, 0.05);*/
    position: absolute;
    top: 0; bottom:0;
    left: 0; right:0;
    z-index: 0;
}
























/* 调谐 tuning--------------*/
.Advantages {
	padding: 60px 0;
	/*background: url(../images/bg_advantages.jpg) center center no-repeat;*/
	background-size: cover;
}
.Advantages #body {
	/*max-width: 800px;*/
}
.Advantages ul {
	margin-top: 15px;
	padding-bottom: 15px;
}
.Advantages ul li {
	list-style: none;
	padding-left: 32px;
	position: relative;
	font-size:16px;
	padding-bottom:10px;
}
.Advantages ul li:before {
	content: "\f046";
	font-family: "FontAwesome";
	color: #FDBF57;
	font-size: 22px;
	position: absolute;
	top: -5px;
	left: 0;
}
.tuning_left {
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}
.tuning_left p, .tuning_right p {
	padding-top: 15px;
}
.tuning_right {
	float: left;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0;
}
.tun_left {
	float: left;
	width: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0;
}
.tun_left p, .tun_right p {
	padding-top: 15px;
	line-height: 30px;
	font-size: 16px;
}
.tun_right {
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
/* 测试台 Test Bench--------------*/
.testbank_left {
	line-height: 1.8;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 50px;
}
.testbank_left p {
	padding-top: 15px;
}
.testbank_right {
	/*background-image: url(../images/bg_dynotest.jpg);*/
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left 50%;
	background-size: cover;
}
.cont_left {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}
.cont_left p, .cont_right p {
	padding-top: 15px;
	font-size:16px;
	line-height:2;
}
.cont_right {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.dec_list {
	list-style: decimal;
	margin: 0 0 24px 20px;
}
.dec_list li {
	margin-left: 2px;
}
.ico_list {
	margin: 15px 0 24px 20px;
}
.ico_list li {
	list-style: none;
	padding-left: 18px;
	position: relative;
}
.ico_list li:before {
	content: "";
	content: "\f054";
	font-family: "FontAwesome";
	/*color: #FFF;*/
	font-size: .6em;
	position: absolute;
	top: 1px;
	left: 4px;
}
/* 客户服务-下载-联系-留言--------------*/
ul.Agent_list {
	width: 100%;
	float: left;
	margin-bottom: 30px;    /* background: #F8F9FB;*/
	padding-bottom: 40px;
		border: 1px solid rgb(238, 238, 238);
	background: #f7f9fc;
}
ul.Agent_list:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
ul.Agent_list li {
	float: left;
	width: 48%;
	margin: 2% 3% 3% 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 40px 0 40px;
	/*   border: 1px solid #d8d8d8;*/
	border-radius: 6px;
}
ul.Agent_list li:nth-of-type(2n) {
	margin-right: 0;
}
.agleft h2{ 
	font-size: 1.63em;
	line-height: 3.4;
	color: #ffaa00;
}
.agleft p {
	font-size: 16px;
	line-height: 70px;
	color: #333333;
}
.agleft p i {
	color: #ffaa00;
	font-size: 30px !important;
	margin-right: 20px;
}
.agleft {
	padding-left: 7% !important;

}
.agright {
	padding-right: 7% !important;
}
.code {
	margin-bottom: 20px;
}
.code img {
	width: 30%;
	float: left;
}
.code span {
	color: #ffaa00;
	font-size: 25px;
	/* padding-top: 50px; */
	line-height: 131px;
	margin-left: 20px;
	clear: both;
	font-style: italic;
}
/* 当前位置---------------*/
/*.location_wrap {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.location_wrap:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.page_nav {
	padding: 10px 0;
	width: 1200px;
	margin: 0 auto;
	color: #797981;

}
.page_nav li {
	position: relative;
	display: inline;
	padding-right: 16px;
	padding-left: 11px;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}
.page_nav li:first-child {
	padding-left: 0;
}
.page_nav li:after {
	content: "";
	position: absolute;
	right: -3px;
	top: 4px;
	width: 6px;
	height: 6px;
	border-top: #797981 1px solid;
	border-right: #797981 1px solid;
	transform: rotate(45deg);
}
.page_nav li:last-child {
	color: #797981;
	padding-right: 0;
	margin-right: 0;
}
.page_nav li:last-child:after {
	display: none;
}
.page_nav a {
	color: #797981;
}
.page_nav a:hover {
	color: #797981;
	text-decoration: underline;
}*/


/*----刷写设备-----------*/
ul.shebei{
	width:100%; float:left;
	padding-top:20px;
}
ul.shebei li {
    float: left;
	box-sizing:border-box;
    width: 32%;
    margin-right: 2%;
    margin-bottom:24px;
}
ul.shebei li:nth-of-type(3n) {
	margin-right: 0;
}
ul.shebei li p.newspic {
	width: 100%; border:rgba(0,0,0,0.1) 1px solid; box-sizing:border-box;
	height: 255px;
	overflow: hidden;
	position: relative;
}
ul.shebei li p.newspic img {
	width: 100%;
}
ul.shebei li p.newspic:before {background-color: rgba(0,0,0,0);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
		background-color: transparent;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}
ul.shebei li:hover p.newspic:before {
	background-color: rgba(0,0,0,.5);
}


ul.shebei li:hover p.newspic:after {
	content: "\f00e";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .3;
	color: #fff;
	font-size: 60px;
}
ul.shebei li h3 {
	width: 100%; text-align:center;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 550;
	height: 30px;
	overflow: hidden;
	color: #222;
	margin-top: 10px;
}


.equleft{
	width:50%;
	float:left;
	font-size:16px;
}
.equleft h3{
	padding-bottom:20px;
}
.equleft p{
	line-height:30px;
	padding-bottom:40px;
	
}
.equright{
	width:50%;
	float:right;
}
.equright img{
	width:100%;

}
.equright p{
	width:70%;float:right;
}








/********new 首页关于我们*********/
.index_bg{ background:url(../images/index_bg1.jpg) no-repeat center center; height:100%;}
.index_bg #body{ max-height:480px; padding:100px 0;}
.con_fl{ float:left; width:50%;}

.con_fl h3{ float:left;  width:100%; line-height:3; font-size:22px; color:#6c6f7b;}
.con_fl h4{ float:left;  width:96%; text-align:justify; font-weight:normal; line-height:1.8; color:#6c6f7b; font-size:16px;}
.con_imgtxt{ height:90px;}
.con_imgtxt span{ display:block; float:left;}
.con_imgtxt span.fl img{ width:65px;}
.con_imgtxt span.fr{ padding-left:20px;width: calc( 100% - 120px); height:100%;}
.con_imgtxt span.fr h1{color:#3858c8; font-size:28px;}
.con_imgtxt span.fr h2{color:#3858c8; font-size:20px;}

.con_fr{ float:right; width:50%;}
.index_num li{ width:auto !important; margin:0px 0 40px 20% !important; box-sizing:border-box; float:left; }
.index_num li h2{color:#3858c8; font-size:78px;}

/********new 首页我们的产品*********/
.title_first {
	display: block;
	width: 100%;
	text-align: center;

	font-size: 48px;
	line-height: 3;
	color:#3858c8;

	text-transform : uppercase/*全字母大写*/;
}
.mart80{ margin-top:80px;}
.title_secd {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #6c6f7b; line-height:1.6;
	margin-bottom: 30px;
}
.index_more{ display:block; float:left; width:100%; margin:20px 0;}
.index_more a{ background:#fc9700; width:160px; height:50px; line-height:50px; text-align:center; display:block; border-radius:26px; color:#fff; font-size:20px; }

/********new 行业应用*********/
.pro_bg{background: url(../images/index_bg2.jpg) no-repeat center center;
    height: 100%; max-height:1110px; padding-bottom:150px;}
.slideTxtBox {
    width: 100%;
    text-align: left; margin-top:50px;
}
.slideTxtBox .hd {
 height:270px;
    position: relative;
}
.slideTxtBox .hd ul {
    float: left; width:100%;
    position: absolute;
  
}
.slideTxtBox .hd ul li:last-child {
    margin-right: 0;
}
.slideTxtBox .hd ul li {
    float: left; width:23.5%; height:270px; padding:40px; box-sizing:border-box;
    margin-right:2%;
    cursor: pointer;
    font-size: 18px;   
}

.slideTxtBox .hd ul li.on{ background:#fff;}
.slideTxtBox .hd ul li i{    display: block;
    margin: 0 auto;
    width: 100%;
    height: 90px;
    line-height: 90px; margin-bottom:15px;
    text-align: center;
    overflow: hidden; background-position:center left; background-repeat:no-repeat;}
.slideTxtBox .hd ul li:nth-of-type(1) i{  background-image: url(../images/icon1.png);}
.slideTxtBox .hd ul li:nth-of-type(2) i{  background-image: url(../images/icon2.png);}
.slideTxtBox .hd ul li:nth-of-type(3) i{  background-image: url(../images/icon3.png);}
.slideTxtBox .hd ul li:nth-of-type(4) i{  background-image: url(../images/icon4.png);}

.slideTxtBox .hd ul li h1{ color:#6c6f7b; font-size:20px; font-weight:normal;}
.slideTxtBox .hd ul li h2{color:#6c6f7b; font-size:18px;font-weight:normal; transition: all 0.2s ease 0s;
    position: relative;}
	.slideTxtBox .hd ul li h2:before{    content: "";
    display: block;
    position: absolute;
    width: 30%;
    bottom: -30px;
    margin: 0 auto;
    height: 10px;
    background: #fc9700;
    transition: all 0.3s ease;}
	.slideTxtBox .hd ul li h2:after{    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom:-30px;
    margin: 0 auto;
    height: 10px;
    background: rgba(252,151,0,0.1);
    transition: all 0.3s ease;}
.slideTxtBox .bd, .slideTxtBox .bd ul {
    width: 100%;
    float: left;
}
.slideTxtBox .bd ul {

    zoom: 1;
}
.slideTxtBox .bd ul li {
    background: no-repeat left 15px;
    padding: 0;
    font-size: 16px;
    color: #444; float:left;
}
.slideTxtBox .bd li {
    line-height: 24px;
    padding: 30px 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slideTxtBox .bd .map { 
    display:block ; color:#fff;
    float: left;
    position: relative; text-align:center; padding:40px 180px; box-sizing:border-box;
    overflow: hidden; width: 100%; background:url(../images/index_bg2s.jpg) center center no-repeat; background-size:cover;
   height: 386px;
}
.slideTxtBox .bd .map h1{ font-size:32px; font-weight:normal; line-height:3;}
.slideTxtBox .bd .map h2{ line-height:1.8;font-weight:normal; font-size:16px;}
.slideTxtBox .bd .map p{ margin-top:40px;}

/**********new内页banner***************/

.index-banner {

   background-repeat: no-repeat;
    background-position: top center;
/*    background-attachment: fixed;*/
    /* min-width: 1200px; */
  /*  position: relative;*/
    width: 100%;
  
    text-align: center;
    color: #fafafa;
    /* background-size: 100%; */
}
/*.index-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 76, 163, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}*/

.about_ban{ min-height:244px !important;}
.news_ban{/* min-height:244px;*/}
.news_ban ul{ display:none;}
.ban-title h2 {
    font-size: 48px;
    color: #ffffff;
   padding-bottom:20px;
 
	 text-align:left;
}
.ban-title p {
    font-size: 16px;
    color: #fff; font-weight:normal;
    line-height: 26px;
 text-align:left;
    text-transform: uppercase;
}


.submenu{float:left; position:absolute; bottom:30px;}
	.submenu li {
    float: left;
    font-size: 20px;
    color: #333; 
 
    border-right: 1px solid #fff;  padding: 0 25px;
}

	.submenu li:first-child{ padding-left:15px;}
.submenu li a {
    color: #fff;
    display: block;
    font-size: 16px;height:25px;
    line-height: 25px; 
    transition: all 0.2s ease 0s;position: relative;
}
	.submenu li a:before{
  content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: -10px; margin:0 auto;
    height: 4px;
    background: #fff;
    transition: all 0.3s ease;}
	.submenu  li a:hover:before{width: 100%;
	 }
	.submenu li:last-child{ border-right: none;}
	
	 .submenu li.cur a:before{width: 100%;}

	.submenu a:hover, .submenu li.cur a {
    color:#fff;  
    
}
.submenu li.cur a {font-weight:bold;}

/**************new右侧导航栏***************/
.sidebar{position:fixed;z-index:2;right:0;top:50%;}
	.sidebar div{background:#1e2387;color:#fff;margin-bottom:2px;cursor:pointer;}
		.sidebar div a{display:block;color:#fff;}
		.sidebar div i{display:block;width:60px;font-size:30px;line-height:40px;height:40px;text-align:center;}
		.sidebar div span{display:block;font-size:12px;}
			.sidebarchat,.sidebarlink,.sidebartop{width:60px;height:60px;padding:5px;text-align:center;}
			.sidebarchat:hover,.sidebartel:hover,.sidebarlink:hover,.sidebartop:hover{background:#009de5;}
			.sidebar div.sidebarchat,.sidebar div.sidebartel,.sidebar div.sidebarlink{padding:10px 5px;height:50px;position:relative;}
			.sidebar div.sidebarchat{animation:sidebarchatmc 1s infinite ease-in-out;-moz-animation:sidebarchatmc 1s infinite ease-in-out;-webkit-animation:sidebarchatmc 1s infinite ease-in-out;-o-animation:sidebarchatmc 1s infinite ease-in-out;}
			@keyframes sidebarchatmc{
				0%{background:#009de5;}
				50%{background:#1e2387;}
				100%{background:#009de5;}
			}
			.sidebar div.sidebarchat i,.sidebar div.sidebartel i,.sidebar div.sidebarlink i{position:absolute;top:5px;left:5px;}
			.sidebar div.sidebarchat span,.sidebar div.sidebartel span,.sidebar div.sidebarlink span{position:absolute;display:block;text-align:center;width:60px;bottom:5px;left:5px;}			
			.sidebar div.sidebarchat dl,.sidebar div.sidebartel dl{position:absolute;z-index:-1;top:0;right:-208px;white-space:nowrap;transition:all ease-out 0.3s;}
			.sidebar div.sidebarlink dl{position:absolute;z-index:-1;bottom:0;right:-190px;transition:all ease-out 0.3s;width:150px;color:#333;text-align:center;}
			.sidebar div.sidebarchat dl{width:140px;text-align:center;}
			.sidebar div.sidebartel dl{width:260px;text-align:center;}
			.sidebar div.sidebarlink dl{overflow:hidden;}
			.sidebar div.sidebarchat dt,.sidebar div.sidebartel dt{font-size:30px;line-height:70px;background:#009de5;margin:0 0 2px;}
			.sidebar div.sidebarlink dt{float:left;width:150px;box-sizing:border-box;margin:0 0 2px;}
			.sidebar div.sidebarlink dt figure{padding:5px;background:#fff;font-size:12px;width:140px;}
			.sidebar div.sidebarlink dt img{height:134px;}
			.sidebar div.sidebarchat dd,.sidebar div.sidebartel dd{line-height:34px;background:#009de5;}
			.sidebar div.sidebarchat:hover dl,.sidebar div.sidebartel:hover dl,.sidebar div.sidebarlink:hover dl{right:72px;}

	/*********联系方式**********/
	    .inner_cont {
    width: 100%;
    float: left;
    margin:15px 0 30px ;
    overflow: hidden;
    padding: 48px 0 38px;
    background-color: #f8f8f8;
}
.inner_cont .tit {
    float: left;
    width: 40%;
    text-align: center;
    display: block;
    font-size: 25px;
    color: #0066CC;
    background: url(../images/logo.png) center top 30px no-repeat;
    background-size: 25%;
    padding-top: 140px;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 28px;
    color: #0359be;
}
.inner_cont .tit .font {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 18px;
    color: #666;
}
.txt_area {
    float: left;
    padding-left: 38px;
    border-left: 1px solid #ccc;
}
.txt_area dl {
    margin-bottom: 15px;
}
.txt_area dd {
    display: inline-block;
    margin-left: 13px;
    font-size: 17px;
    color: #666;
    vertical-align: middle;
}
.txt_area dt {
    display: inline-block;
    color: #2367B5;
    font-size: 0px;
    font-family: FontAwesome;
    font-style: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: #2367B5 1px solid;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
}
.txt_area .dt_v1:before {
	content: "\f041";font-size: 30px;
}
.txt_area .dt_v2:before {
	content: "\f095";font-size: 30px;
}
.txt_area .dt_v3:before {
	content: "\f1ac"; font-size:26px;
}
.txt_area .dt_v4:before {
	content: "\f0e0"; font-size:26px;
}
	
	/*********在线留言**********/
	        .tabelMessage {
	float: left;
	width: 100%; /*border-bottom: #666 1px solid;*/ margin:30px 0;
}
.tabelMessage td {
	border-bottom: #d8d8d8 1px solid;
	padding: 10px 0;
}
.tabelMessage td  strong{ font-size:14px;}
.tabelMessage tr:last-child td {
	border-bottom: none;
}
.tabelMessage .tdR {
	padding-right: 5%;
}
.tabelMessage .tdone {
	border-top: #008BD2 2px solid;
}
.tabelMessage .inputtxt {
	padding: 0 5px;
	width: 30%;
	line-height: 32px;
	height: 32px;
	border: 1px solid #d9d9d9;
	color: #808080;
	background: #f8f8f8;
}
.tabelMessage .inputtxt:before{ content:"\f015";
    width: 5%;
    height: 32px;
    font-size: 1.0em;
    text-align: center;
    display: block;
    line-height: 100px;}
.tabelMessage .inputent {
	width: 70%;
	height: 180px;
}
.tabelMessage .inputcode {
	width: 65px;
}
.tabelMessage .tijiao {
	background-color: #3292de;
	padding: 0 20px;
	border: none;
	cursor: pointer; width:auto;
	margin: 0;
	font: normal 14px/35px "微软雅黑", "宋体";
	color: #FFF;
}
.tabelMessage .botton01 { margin-top:15px; display:block; width:115px; text-align:center;
	background-color: #009D1B; border-radius:5px; overflow:hidden;
	padding: 5px 0;
	border: none;
	cursor: pointer;
	margin: 0;
	color: #FFF !important;
}
.tabelMessage .botton01:hover { width:130px;}




/**********律所简介*************/
#prowarp_txt {
width:100%; margin:0 auto; 
}

#prowarp_txt p {
	font: normal 1em/1.6em Arial, "微软雅黑", Arial, "宋体"; text-indent:2em; 
	padding: 5px 0px;
	text-align: justify;
}


ul.ourinList {
float:left;
    background: #fff; color:#333; padding:40px 0;
   /* box-shadow: 0 8px 25px rgba(224, 183, 114,0.1);*/
}
ul.ourinList li{ width:25%; box-sizing:border-box; float:left; text-align:center; position:relative;}
ul.ourinList li:last-child{ border-right:none;}
ul.ourinList li .counterDX { color:#133982;
    font-size: 54px;line-height:1;
    margin-top: 15px;
}
ul.ourinList li:after{ content: "";
    z-index: 999;
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    background:rgb(224, 183, 114);
    width:1px;
    height: 35px;}
	ul.ourinList li:last-child:after{ display:none;}
ul.ourinList li p{ text-align:center !important; text-indent:0 !important;}
ul.ourinList li .unit {
    font-size:1.5em;
    vertical-align: top;
}
ul.ourinList li .title {
    color: #999;
    font-size:1em;
    line-height: 20px; 
}



/*********律师列表************/
.case_list{width:98%; margin:0 auto;}
.case_list li {
	width: 22.3%;
	float: left;
	margin: 20px 3.5% 20px 0px;
	transition: all .36s ease;
	position: relative;
	
}
.case_list li:hover:after {
	width: 100%;
	opacity: 1;
}

.case_list li:nth-of-type(4n) {
	margin-right: 0px;
}
.case_list li a {
	display: block;/* padding:20px;*/
}
.case_list .img {
	position: relative;
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.case_list .img img {
	position: absolute;
	height:100%;
	width: 100%;
	overflow: hidden;
	transition: all .6s ease;
}
.case_list a:hover p.img img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06); overflow:hidden;transition: all .6s ease;
}
.case_list h3{
      text-align: center;
    font-size: 1em;
    font-weight: normal;
    line-height: 35px;}
	
/*********律师详情************/
.right_con{width:100%; margin:0 auto;}
.lawyer_div{
	height: 340px;
	width:100%; margin:0 auto;
}
#lawyer_img {
    float: left;
}
#lawyer_img img{width:200px;}

.law_right {
	display:block; float:left;
	margin-left: 20px;
	width: calc( 100% - 260px);
}
.law_right font{ color:#133982; font-weight:bold;}
.law_right h1{ font-weight:normal; font-size:1em; padding-bottom:10px;}
.law_right p{ font-size:1em; line-height:1.8em; padding-bottom:10px;}
.lawyer_title{height: 45px;
    line-height:45px; display:block; margin:0 auto;
    background: #f4f4f4;
   width:100%;}
	.lawyer_title em{ font-style:normal; background:#133982; padding:0 30px;height: 45px;  line-height: 45px; display:block; float:left; font-weight:normal; font-size:1em; color:#fff;}
	.lawyer_con{ font-size:1em; line-height:1.8em; text-align:justify;}
	
	
/*********荣誉证书**********/




	ul.honor_list {
	width: 100%;
	float: left;
	margin: 20px 0px 40px;
}
ul.honor_list li {
	float: left;
width: 33.3%;
    margin: 0 0 20px 0%;
}
ul.honor_list li a {
	display: block;
	margin: 0 20px; 
}
ul.honor_list li a img {
	display: block;
	height: 160px;
	border: none;
	margin: 0 auto; border:solid 1px #efefef; padding:1px;
}
ul.honor_list li a span {
	display: block;
	font: normal 1em/2em "微软雅黑", Arial, "宋体";
	text-align: center
}
ul.honor_list li a span:hover {
	color: #0a62c8;
}


/********客户伙伴*************/
ul.tablebox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 6%;
}
ul.tablebox li {
	float: left;vertical-align: middle;
	width: 32.5%; box-sizing:border-box;
	margin: 0.5% 1% 0.5% 0;
	text-align: center;cursor: pointer; line-height:40px; height:40px; font-size:15px; position:relative; background:#f0f0f0;transition: all 0.8s;
	overflow:hidden;
}
ul.tablebox li:nth-child(3n){ margin-right:0;}
ul.tablebox li:hover{ background:#f5f8fa;transition: all 0.8s;}


ul.partner_img {
	width: 100%;
	overflow: hidden;
	
}
ul.partner_img li {
	float: left;vertical-align: middle;
	width: 32.5%; box-sizing:border-box;
	margin: 0.5% 1% 0.5% 0;
	
	text-align: center;cursor: pointer;
	
}
ul.partner_img li:nth-child(3n){ margin-right:0;}
ul.partner_img li p{border: solid 1px #f0f0f0;overflow:hidden; max-height:75px;}
ul.partner_img li h5{ line-height:30px; font-weight:normal; font-size:16px;}
ul.partner_img li p img {width: 100%; height:auto; 
/* height:90px;*/
    transition: all 0.8s ease 0s;
    -webkit-transform: all 0.8s ease 0s; 
    }
ul.partner_img li p:hover img {
transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
		  transition: all 0.8s; 

    }




/**********加入我们**********/
.box1 {
    margin-left: 0;
}

.box {
    float: left;
    width:30%;
    margin-right:5%; margin-bottom:22px;
}
.box:last-child{margin-right:0;}
.box dt {
    height: 190px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    text-align: center;
    color:#2367B5;
}
.box1 dt i {
    background-position: 0 0;
}
.box dt i {
    display: block;
    width: 150px;
    height: 140px;
    margin: 0 auto 20px;
    background-image: url(../images/career_icon.png);
    background-repeat: no-repeat;
}
.box2 dt i {
    background-position: 0 -150px;
}
.box3 dt i {
    background-position: 0 -300px;
}

 .box dd {
    padding-left: 13px;
    margin-bottom: 10px;
   /* background: url(ico/ico_dian3.png)  0 9px no-repeat;*/
    word-break: keep-all; position:relative;
}
 .box dd:before{content: "";
    position: absolute;
    left: 0;
    top:5%;
 
    width: 4px;
    height:4px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #ff9318;}
.botm {
    width:1200px;
    margin-left: 0;
}
.botm dt {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom:none;
    text-align: center;
}

	
	
  .tit_sec {
    position: relative;
    width: 100%; float:left;
    margin: 50px 0 30px ;
    text-align: center;
    color: #333;
}
.tit_sec h3 {
    margin-bottom: 30px;
    font-size:2em; font-weight:normal;
    line-height: 50px;
    letter-spacing: -0.5px;
}
.tit_sec h2 { position:relative;
    margin-bottom: 30px;
    font-size: 38px; font-weight:normal;
    line-height: 50px;
    letter-spacing: -0.5px;
}
.tit_sec h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 2px;
    width: 60px; margin-left:-30px;
    background: #f27321;
}
.tit_sec p {
    font-size: 18px;
    letter-spacing: -0.5px;
    word-break: break-all;
    line-height: 24px;
}

.tit_sec h1 {
    position: absolute;
    left: 50%;
    top: -10px;
    width: 18px; overflow:hidden; 
    height: 2px;
    margin-left: -9px;
    background: #133982;
}


  .jobbox {
	width: 100%;
	float: left;
	padding: 30px 0;
	border-top: 1px solid #e0e0e0;
}

.jobbox h5 {
	float: left;
	position: relative;
	width:30%;
	font-size: 25px;
	font-weight: normal;
	color: #2367B5;
}

.jobbox h5:after {
	content: "";
	position: absolute;
	left: 0;
	top: -31px;
	width: 250px;
	height: 1px;
	background: #2367B5;
	overflow: hidden;
}

.jobbox .jobinfor {
	float: left;
	display: block;
	width: 70%;
}



/*********服务范围************/

 .business-list{width:100%;}
 .business-list ul {
  margin: -15px;
}
 .business-list ul li {
  float: left;
  width: 30%; height:220px;
  box-sizing:border-box;
  margin: 15px;
  padding: 40px 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
 .business-list ul li  i{ font-size:4em;color:#133982;}
 .business-list ul li:hover {
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
 .business-list ul li:hover a {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
 .business-list ul li:hover a h6 {
  color:#133982;
}
 .business-list ul li a {
  display: block;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
 .business-list ul li a .iconfont {
  color: #15ab47;
  font-size: 70px;
}
 .business-list ul li a h6 {
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
 .business-list ul li a p {
  text-align: left;
  padding-top: 10px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}