@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: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-----------------------------------*/
#bodyMain:after,#body:after,#contect:after,.contect:after
{ content: ''; clear: both; display: block; font-size: 0;}
#bodyMain{    width:100%; background-size:cover;}
#body{ width:1200px; margin:0 auto; padding:30px 0 0; box-sizing:border-box;}
 
.contect,#contect{ display:block; width:100%; float:left; padding:0; 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;
}*/
/* footer-----------------------------------*/
#footmain:after, #foot:after, footbar:after, #footer:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
#footmain { clear:both;
	width: 100%;
	
	background: #0f267a;
	color: #fff; height:auto;
}
#footer {

	width: 1200px;
	margin: 0 auto; padding: 70px 0 50px;
}

ul.foot_nav {	float: left;}
ul.foot_nav li {	float: left;}
ul.foot_nav li a { padding-right:30px; font-size:1em; line-height:2; color: #fff;}
ul.foot_nav li a:hover{	color:#FFF;text-decoration: none;}
.foot_code {float:right;top:0;}
.foot_code p.code_img { width:90px;	float: left; padding-right:10px;}
.foot_code p.code_img img{ width:100%; }
.foot_code p.code_txt { float: left; font-size:18px; line-height:2;}
.foot_code p.code_txt font{ color:#fc9700; font-size:22px; }

.foot_logo{float:left;}
.foot_logo p{ line-height:2;}
.foot_logo p:nth-of-type(1){ font-size:22px;}
.foot_logo p:nth-of-type(2){ font-size:20px;}


.copyright {
	border-top:solid 1px #fc9700;
	float: left;
	width: 100%; 
	
	line-height:1.5; padding:20px 0;
}
.copyright p {
	color:rgba(255,255,255,0.2); font-size:20px; margin:0 auto; width:1200px; text-align:left;
}
.copyright a:hover {
	color: #ccc;
	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;
}




/* page -----------------------------------*/
          #pages {
	font-family: Arial, 宋体;
	padding: 20px 0 25px;
}
#pages:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.bottom_pages {
	width: 100%;
	float: left;
}
.pages_center {
	margin: 0px auto;
	text-align: center;
}
#pages a.a1 {
	background: #133982;
	width: 56px;
	padding: 0;
}
#pages a.hover {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #133982;
	border: 1px solid #e3e3e3;
	color: #FFF;
	text-align: center;
	padding: 0 10px;
}
#pages a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff !important;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #666;
	padding: 0 10px;
}
#pages a:hover {
	background: rgba(1, 113, 213, 1) !important;
	color: #FFF;
	text-decoration: none;
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: rgba(1, 113, 213, 1);
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}


/********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 首页技术服务************/

/*.index_c{    width: 100%;
    overflow: hidden;
    position: relative;}*/
.index_bg3{ background:url(../images/index_bg3.jpg) no-repeat center center;height: 100%;
    min-height: 925px;
    background-size:cover;}
	
	.service_ul{ width:100%; margin:0 auto;}
	.service_ul>dt{ width:50%; float:left; margin:40px 0; padding-right:60px; box-sizing:border-box; } 
	.service_ul>dt:nth-of-type(2n) {
padding-left:60px; padding-right:0;
}
	.service_ul dt p{ float:left; display:block;}
	.service_ul dt p img{ width:100%; float:left;}
	.service_ul dt span{ width:520px; min-height:165px;  display:block; float:left;border-left: solid 10px #fc9700; background:#f0f0f0; padding:30px 40px ;
    box-sizing: border-box;}
	
	.service_ul dt span h3{ color:#003399; font-size:28px; line-height:2;}
	.service_ul dt span h4{ font-weight:normal; font-size:16px; color:#000; line-height:1.6;}
	
	

	.index_s{width:1200px; margin:0 auto; padding-top:50px; }
	.white{ color:#fff;}
	
	.index_c{ width:100%;overflow:hidden; position:relative; }
		.index_c .hd{ overflow:hidden; position:absolute; right:5px; bottom:30px; z-index:1; width:100%; }
		.index_c .hd ul{ overflow:hidden; zoom:1; width:80px;margin:0 auto;  }
		.index_c .hd ul li{ float:left; margin-right:2px;  width:16px; height:16px; border-radius:100%; margin:0 5px;  text-align:center;background:rgba(255,255,255,0.4);  cursor:pointer; }
		.index_c .hd ul li.on{ background:rgba(255,255,255,1); }
		.index_c .bd{ position:relative; height:100%; z-index:0;   }
		.index_c .bd li{ zoom:1; vertical-align:middle; }
		.index_c .bd img{ width:100%;  display:block;  }

	
.index_c .bd li span.c_span{ display:block; float:left; width:100%; text-align:center; margin:0 auto;}

.index_c .bd li span.c_span h1{  font-size:28px; line-height:4; position:relative;}
.index_c .bd li span.c_span h1:after{position: absolute;
left: 50%;
bottom: 0px;
content: "";
width: 60px;
margin-left: -30px;
height: 4px;
overflow: hidden;
background-color: rgba(255,255,255,0.8);}
.index_c .bd li span.c_span  h2{  font-size:48px;line-height:3;   }

.index_c .bd li span.c_span  h3{ font-size:32px; color:#fc9700; line-height:2; }
.index_c .bd li span.c_span  h5{color:#ffffff; font-size:16px; font-weight:normal; line-height:2; }

.bg_q1{ background-image: url(../images/quality_a_in.jpg) ; background-repeat:no-repeat; background-size: cover;}
.bg_q2{  background-image: url(../images/quality_b_in.jpg) ; background-repeat:no-repeat; background-size: cover;}
.bg_q3{ background-image: url(../images/quality_c_in.jpg) ;background-repeat:no-repeat;  background-size: cover; height:188px;}
.bg_q4{  background-image: url(../images/quality_d_in.jpg)  ; background-repeat:no-repeat; background-size: cover;  height:188px;}

.bg_q5{ background-image: url(../images/service_a_in.jpg) ;background-repeat:no-repeat; background-size: cover;}
.bg_q6{  background-image: url(../images/service_b_in.jpg);background-repeat:no-repeat;  background-size: cover;}
.bg_q7{  background-image: url(../images/service_c_in.jpg);background-repeat:no-repeat; background-size: cover;}
.bg_q8{ background-image: url(../images/service_d_in.jpg) ;background-repeat:no-repeat;  background-size: cover;}
.bg_q1:before,.bg_q2:before,.bg_q3:before,.bg_q4:before,.bg_q5:before,.bg_q6:before,.bg_q7:before,.bg_q8:before{content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  /*  background-color: rgba(255,255,255,0.8);*/
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.index_sul li div h3  {
/*position:absolute; top:20px;*/
}
.index_sul li div h4{/* position:absolute;top:80px;*/ padding-right:30px; width:auto !important;}

/************new 首页 资讯中心**********************/

		.slideNews{ width:100%; height:280px; overflow:hidden; position:relative;   }
		.slideNews .hd{ height:16px; overflow:hidden; position:absolute; right:500px; bottom:40px; z-index:1; }
		.slideNews .hd ul{ overflow:hidden; zoom:1; float:left;   }
		.slideNews .hd ul li{ float:left; margin-right:2px;  width:16px; height:16px; border-radius:100%; line-height:14px; text-align:center; background:rgba(255,255,255,0.4); cursor:pointer;margin-left:15px; }
		.slideNews .hd ul li.on{ background:rgba(255,255,255,1); color:#fff; }
		.slideNews .bd{ position:relative; height:100%; z-index:0;   }
		.slideNews .bd li{ zoom:1; vertical-align:middle; width:100%; background:#0f267a;height:280px; }
		.slideNews .bd li span{ display: block; float:left;}
		.slideNews .bd li .fl{ float:left; width: calc( 100% - 450px); padding:40px 50px; box-sizing:border-box; }
		.slideNews .bd li .fr{ float:right; width:450px; height:280px;}
		.slideNews .bd img{ width:100%; height:100%; display:block;  }
.slideNews .bd li .fl h1{color:#fc9700; font-size:22px; line-height:2;transition: all 0.2s ease 0s;
    position: relative;}
.slideNews .bd li .fl h1:after{content: "";
    display: block;
    position: absolute;
    width: 25px;
    bottom: -5px;
    margin: 0 auto;
    height: 2px;
    background: #fc9700;
    transition: all 0.3s ease;}
.slideNews .bd li .fl p{color:#fff; font-size:16px; line-height:2; padding-top:20px;}
.slideNews .bd li .fl a{ color:#fff; font-size:16px; display:block; float:left; position:absolute; bottom:35px; }
 .hand_bg{background: url(../images/index_bg4.jpg) no-repeat center center; margin-top:-100px;
    height: 100%;
    max-height: 435px;
    padding-bottom: 150px;}
/************new 我们的优势*************/
ul.advantage{ width:100%; float:left;}
ul.advantage li{ float:left; width:25%; text-align:center; box-sizing:border-box; padding:35px 0; }
ul.advantage li:last-child{ padding-right:0px;}


ul.advantage li a i {
    display: block;
    margin: 0 auto;
    width:100%;
    height: 90px;
    line-height: 90px;

    text-align: center;

  overflow:hidden; background-repeat:no-repeat; background-position:center center

}
ul.advantage i.icon5{  background-image: url(../images/icon5.png);}
ul.advantage i.icon6{ background-image: url(../images/icon6.png) ; }
ul.advantage i.icon7{ background-image: url(../images/icon7.png);}
ul.advantage i.icon8{ background-image: url(../images/icon8.png); }

ul.advantage li a h2{color:#3858c8; font-size:28px; line-height:2;}
ul.advantage li a h5{color:#6c6f7b; font-weight:normal; font-size:16px; line-height:1.6;}

/**********new内页banner***************/

.index-banner {
margin-top:131px;
   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;
}*/
.w1200{width:1200px;
    margin: 0 auto;
    position: relative;  min-height:380px;}
	.ban-title {
    position: absolute;
    left: 0; width:50%;
    top:50px;
  padding:30px 15px;
 /*   background:rgba(11, 113,211,0.7);*/
}
.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行业应用**********/
.industry_bg{  clear:both; background-repeat:no-repeat; background-size:cover; /*max-height:800px; padding-bottom:160px; */width:100%; min-height:1124px; background-position:center center; }
.industry_con{clear:both; width:1200px; margin:0 auto; background:#fff; min-height:220px; max-height:280px; padding-bottom:50px; position:relative; background-color:rgba(255,255,255,1)}
.ind_fl{  clear:both;display:block;  padding:50px 30px 0px 30px;width:25%; height:100%;box-sizing:border-box; float:left; }
.ind_fl:after{content: "";
    position: absolute;
    left: 0;
    bottom:0px;
    width:100%;
    height: 20px;
    overflow: hidden;
    background: #fc9700;}
	.ind_fl h1{ font-size:20px; color:#fc9700; font-weight:normal; padding-top:30px;}
	.ind_fl p{font-size:28px; color:#fc9700; font-weight:100; line-height:28px;}
.ind_fr{ clear:both; display :block; padding:50px 30px 0px 30px;width:75%; height:100%;box-sizing:border-box; right:0;position:absolute;}
.ind_fr:after{content: "";
    position: absolute;
    left: 0;
    bottom:0px;
    width:100%;
    height: 20px;
    overflow: hidden;
    background: #3858c8;}
.ind_fr h1{ font-size:32px; color:#3858c8; padding-bottom:30px;}
.ind_fr p{ font-size:16px; color:#3858c8; line-height:26px;}
/*********new材料概览**********/
p.tips{ font-size:18px; color:#6c6f7b; line-height:1.8; padding:60px 25px;} 
.pro_con{ width:100%; margin:30px 0 120px;  clear:both; }
.pro_con ul.pro_ul{ width:100%; margin:0 auto;clear:both; }
.pro_con ul.pro_ul:after {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}
.pro_con ul.pro_ul li:after { 
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

.pro_con ul.pro_ul>li{ float:left; width:50%; box-sizing:border-box; padding:30px 60px 30px 0;display:block;}
.pro_con ul.pro_ul>li:nth-of-type(2n){padding-right:0; padding-left:60px;}

.pro_con ul.pro_ul li h3{ width:100%; float:left;height:160px; line-height:160px; overflow:hidden;  background: -moz-linear-gradient(top, #f0f0f0 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #f0f0f0 0%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #f0f0f0 0%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #f0f0f0 0%, #f6f6f6 100%);}
	.pro_con ul.pro_ul li h3 span{border-left:solid 10px #fc9700;font-size:32px; color:#3858C8; padding-left:30px;   display:block; float:left; width:100%; box-sizing:border-box; background-repeat:no-repeat; background-position:right center;
  }
  .pro_con ul.pro_ul:nth-of-type(1) li:first-child h3 span{ background-image:url(../images/lvhejin.jpg);}
   .pro_con ul.pro_ul:nth-of-type(1) li:last-child h3 span{ background-image:url(../images/buxiugang.jpg);}
      .pro_con ul.pro_ul:nth-of-type(2) li:first-child h3 span{ background-image:url(../images/hejingang.jpg);} 
	     .pro_con ul.pro_ul:nth-of-type(2) li:last-child h3 span{ background-image:url(../images/special_hejin.jpg);} 
		    .pro_con ul.pro_ul:nth-of-type(3) li:first-child h3 span{ background-image:url(../images/tahejin.jpg);} 
			  .pro_con ul.pro_ul:nth-of-type(3) li:last-child h3 span{ background-image:url(../images/tonghejin.jpg);} 
	.pro_con ul.pro_ul li h3  img{ float:right;}
/*.pro_con ul li p img{ float:left;}*/

/*.pro_tab { margin:30px 0; float:left;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 20px; color:#000; line-height:2;
}
.pro_tab td a{ width:100%; display:block; color:#000;}
.pro_tab td a:hover{color:#003399;}*/
.classify_ul { width:90%; margin:30px 5%; float:left;}
.classify_ul:after { 
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}
.classify_ul li{ float:left; width:50%; text-align:center; font-size: 20px; color:#000; line-height:2;}
.classify_ul li a{ display:block; float:left; width:100%; color:#000;}
.classify_ul li a:hover{color:#003399;}
.first_ul li{ width:33.3% !important;}
/*********new材料概览详情页**********/
.location {
	width: 100%;
	height: 25px;
	line-height: 25px; margin-bottom:30px; 
}
.location span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 20px;
	color: #3858c8;
}
.location span:before {
	position: absolute;
	top: 0;
	left: 7px;
	font-family: 'FontAwesome';
	content: "\f105";
}
.location span:nth-of-type(1):before {

	left: 0px;
	font-family: 'FontAwesome';
	content: "\f015";  font-size:20px;
}

.inner_con{ padding:30px 15px 150px !important;}
.mate_div{
	min-height: 340px; padding:20px 0; box-sizing:border-box;
	width:100%; 
}
.mate_div:after{ content:"":clear:both;}
#mate_img {
    float: right;width:420px;
}
#mate_img img{width:100%; height:100%;background: url(../images/loading.gif) center center no-repeat; }

.mate_right {
	display:block; float:left;

	width: calc( 100% - 520px);
}
.mate_right font{ font-weight:bold;}

.mate_right p{color:#000;  font-size:20px; line-height:1.8; padding-bottom:10px;}
.mate_right h3{ font-weight:normal; font-size:18px; line-height:1.6; color:#000;}
p.mate_title{ clear:both; width:100%;float:left; border-bottom:solid 2px  #3858c8; height:45px; line-height:25px; margin:40px 0; }
p.mate_title span{ float:left; display:block; font-size:20px;  font-weight:bold; color: #3858c8; position:relative;}
p.mate_title span:after{ content: "";
    display: block;
    position: absolute;
    width:100%;
    bottom: -20px;
    margin: 0 auto;
    height: 5px;
    background: #3858c8;
   }


div.mate_con{ display:block; float:left; font-size:20px; line-height:2; color:#000;}
div.mate_con font.bold{ font-weight:bold;}
p.mate_img { display:block; float:left; margin:0 auto; width:100%;text-align:center;}
p.mate_img img{ max-width:100%;}

/********new 常见问题************/
 .asklist{width: 100%;overflow: hidden;}
.asklist li{width: 100%; float:left;border-bottom: 1px dotted #f0f0f0;padding: 60px 0; cursor:pointer;}
.asklist li dt{
	float: left;
	overflow: hidden;
	width: 115px;
	text-align: center;background:#003399; padding:10px 20px; box-sizing:border-box;
}
.asklist li dd{
	float: right;
	overflow: hidden;
	width: calc( 100% - 150px);
}

.asklist li dt h1{font-size: 48px;color: #fff; }
.asklist li dt h2{color: #fff; font-size:20px;border-top:solid 1px #fff; line-height:2}
.asklist li dd h1 {font-size: 28px; color:#6c6f7b;width: 93%;display: block; padding-left:11px; }
.asklist li dd p.ask_p{font-weight: normal;color: #838383; font-size:16px; padding:11px; line-height:28px; height:70px;overflow: hidden;
transition:all ease-out 0.3s;
/*    
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
	text-align:justify;*/}
.asklist li dd.on p.ask_p{ height: auto !important; background:#F4F4F4; }


/*********new 新闻资讯************/
.pgnewslist ul{background:#fff;overflow:hidden; width:100%; margin:0 ;}
		.pgnewslist li{ float:left;  width:100%; box-sizing:border-box;clear:both;border-bottom:1px dashed #eee;padding:20px;transition:all ease-out 0.3s; margin:20px 0; background:rgba(250,250,250,0.8); position:relative;}
	
		
		.pgnewslist li figure{float:left;margin-right:30px;height:185px;width:320px; overflow:hidden;}
		.pgnewslist li figure img{width:100%;height:100%;transition:all ease-out 0.6s;}
		
		.news_fr{ float:right; 	width: calc( 100% - 360px); display:block;}
		.pgnewslist li h4{font-size:28px;color:#3858c8;transition: all 0.3s; position:relative; margin-bottom:30px;}
		.pgnewslist li h4:before{content: "";
    display: block;
    position: absolute;
    width:100px;
    bottom: -10px;
    margin: 0 auto;
    height: 4px;
    background: #fc9700;
    transition: all 0.3s ease;}
		.pgnewslist li a{display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; }
		.pgnewslist li:hover h4{transition: all 0.3s; color:#0b6eca;}
	
		.pgnewslist li p:nth-of-type(1){}
		.pgnewslist li p:nth-of-type(2) time{font-size:13px; line-height:24px; color:#999; position:absolute; bottom:20px;}
		.pgnewslist li p:nth-of-type(1){ font-size:14px;color:#838383; line-height:24px;
    overflow: hidden; text-overflow: -o-ellipsis-lastline; text-align:justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; margin:20px 0;}
		.pgnewslist li:hover{background:#f5f8fa;}
 
 
 	.pgnewslist li:hover figure img{-webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);}

/*********new我们的服务*************/
  .w1160{ width:1160px !important; padding:50px 0  100px !important;}
  .s_title{ font-size:48px; color:#3858c8; margin-top:40px; line-height:2;}


   p.s_ban{
	  /*  letter-spacing:5px;*/ background:url(../images/service_ban.jpg) no-repeat center center; width:100%; height: 386px; line-height:386px; text-align:center; color:#fff; font-size:48px; font-weight:bold; margin:40px 0; background-size:100%;
}
.service_ul{ width:100%; margin:0 auto;}
	.service_ul>li{ width:50%; float:left; margin:40px 0; padding-right:60px; box-sizing:border-box; } 
	.service_ul>li:nth-of-type(2n) {
padding-left:60px; padding-right:0;
}
	.service_ul li p{ float:left; display:block; width:100%;}
	.service_ul li p img{ width:100%; float:left;}
	.service_ul li div{ width:100%; min-height:165px;  display:block; float:left;border-left: solid 10px #fc9700; background-color:#f0f0f0; padding:30px 40px ;
    box-sizing: border-box;}
	
	.service_ul li div h3{ color:#003399; font-size:28px; line-height:2; float:left; width:100%;}
	.service_ul li div h4{ font-weight:normal; font-size:16px; color:#000; line-height:1.6;float:left; width:100%; box-sizing:border-box;}

.s_txt{ color:#6c6f7b; font-size:20px; line-height:1.6; margin:20px 0; display:block; float:left;}  

ul.device_ul {
	float: left;
	width: 90%; margin:0 5%;
}

ul.device_ul li {
	
	float: left;
	width: 30%;
	margin:2.5% 5% 2.5% 0;
}
ul.device_ul li:after{clear:both; content:""; font:0}
ul.device_ul li:nth-of-type(3n) {
	margin-right: 0 !important;
}

ul.device_ul li a {
	float: left;
	display: block;
	width: 100%;
}

ul.device_ul li a p.datu {
	width: 100%;
	max-height: 425px;
	overflow: hidden;
 float:left; display:block;
}

ul.device_ul li a p.datu img {
	width: 100%;
	transition: all .36s ease; height:auto;
}

ul.device_ul li a:hover p.datu img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06)
}

ul.device_ul li a h2 {
	width: 94%;
	padding: 1% 3%;
	transition: all .36s ease;
	display: block;
	 text-align:center;
	font: normal 28px/40px "微软雅黑", "宋体";
	color: #333;
	overflow: hidden;
}

ul.device_ul li a:hover h2 {

	color: #3858c8;
}


ul.device_num{float: left;
	width: 90%; margin:0 5%;}
ul.device_num li{ float: left;
	width: 30%;
	margin:2.5% 5% 2.5% 0; text-align:center;}
	ul.device_num li:nth-of-type(3n) {
	margin-right: 0 !important;
}
ul.device_num li h2{ font-size:130px; color:#3858c8; line-height:1.2; font-weight:normal;}
ul.device_num li p{ font-size:28px; color:#333;}

/*********new 公司概况**************/
.about_bg{  clear:both; background-repeat:no-repeat; background-size:cover; max-height:800px; padding-bottom:160px; background-image:url(../images/about_a.jpg);  }
.about_con{ margin:0 auto; width:930px; padding-top:240px; }
.about_con span{ display:block; float:left; margin:0 auto; text-align:center; width:100%;}
.about_con h1{ font-size:48px; color:#003399; line-height:1.5;text-align:center;}
.about_con h2{ font-size:28px; color:#003399; font-weight:normal;text-align:center;line-height:1.5;}
.about_con h3{font-size:28px; color:#6c6f7b; padding:20px 0;text-align:center;}
.about_con p{color:#6c6f7b; font-size:20px;text-align:left; line-height:1.5; text-align:justify;}

p.about_title{ font-size:48px; color:#003399; text-align:center; padding:80px 0; font-weight:bold;}
	.culture{ width:100%;overflow:hidden; position:relative; }
		.culture .hd{ overflow:hidden; position:absolute; right:5px; bottom:30px; z-index:1; width:100%; }
		.culture .hd ul{ overflow:hidden; zoom:1; width:80px;margin:0 auto;  }
		.culture .hd ul li{ float:left; margin-right:2px;  width:16px; height:16px; border-radius:100%; margin:0 5px;  text-align:center; background:rgba(255,255,255,0.4); cursor:pointer; }
		.culture .hd ul li.on{ background:rgba(255,255,255,1); }
		.culture .bd{ position:relative; height:100%; z-index:0;   }
		.culture .bd li{ zoom:1; vertical-align:middle; background-size:cover; min-height:500px;}
		.culture .bd img{ width:100%;  display:block;  }

	
.culture .bd li div.c_span{ display:block; float:left; position:absolute; top:50px;width: 900px; 
  color:#fff;text-align:center;
    line-height: 40px;
    overflow: hidden;
  
    top: 20%;
    margin-top: -20px;
    left: 50%;
    margin-left: -450px;}
	
	.culture .bd li div.c_span h1{  font-size:28px; line-height:4; position:relative;}
	.culture .bd li div.c_span h1:after{position: absolute;
    left: 50%;
    bottom: 0px;
    content: "";
    width: 60px;
    margin-left: -30px;
    height: 4px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);}
	.culture .bd li div.c_span  h2{  font-size:48px;line-height:3;   }


  .digital { clear:both; float:left;
	background-image: url(../images/about_d.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	color: #fafafa;min-height: 470px;

}
.main {
	width: 1200px;
	 height:100%;
	margin: 0 auto;
	font-size: 0;
	z-index: 99;
	position: relative; padding-top:30px;
}
.mumping_mun li {
	width: 22%;
	display: inline-block;
	margin: 70px 0 70px 3%;
}
.mumping_mun li:last-child{ }
.mumping_mun {
	width: 100%;
	list-style: none;
}
.mumping_mun p {
	font-size: 16px;
	width: 100%;
	display: block;
	clear: both;text-align: left;
	font-weight: normal;
}
.mumping_mun h2 { display:block; position:relative;
	font-size: 88px; font-weight:normal;
	line-height:1.2;
	width: 100%;
	float: left;
	text-align: left;
}
.mumping_mun h2:after {
	content: ' +';
	color:#fc9700;
	font-size: 30px; font-weight:normal; position:absolute; top:10px;
}
 .digital h1{ position:absolute; color:#fff; bottom:100px; font-size:48px; text-align:center; width:100%; /*letter-spacing:5px;*/}
 .mumping_mun h3{font-size: 1.5em;
    vertical-align: top;}
 
 
 
 
 	.contact{clear:both; float:left; width:100%; margin:100px 0;}
    .contact .fl{ float:left; width:50%; position:relative; height:320px;}
	p.con_title{    font-size: 48px;
    color: #3858c8;
    text-align:left;
    /* padding: 80px 0; */
    font-weight: bold;}
	
	 .contact .fl h3{ font-weight:normal;color:#6c6f7b; font-size:16px;}
	  .contact .fl h4{ font-weight:normal;color:#6c6f7b; font-size:16px; line-height:1.5; position:absolute; bottom:0;}
	.contact .fr{ float:right; width:30%;}
	
	.right_form p {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.right_form .inputtxt { background:#f0f0f0; border-radius:10px;  font-family:Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    text-align: left;
    min-height: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 14px 25px 15px;
  
    text-transform: capitalize;

    outline: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d7d8d8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.right_form .inputent{ height:120px;}
.right_form .inputtxt:focus {    border: 1px solid #ffbe00;}
.send { cursor:pointer;
 
    width: 160px; border-radius:24px;
    color: #fff; background:#fc9700;
    border: none;
    font-size: 20px;
   
    line-height: normal;
    padding: 12px 20px 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.send:hover {  background:#3858c8;}

/************new 公司历程 ****************/
.history_bg{background-image:url(../images/about_c.jpg);  height:auto;padding-bottom:400px;  background-size:cover;}
.container{ width:100%; margin:0 auto; padding-top:350px; list-style-type: none;
    border-bottom: 1px solid #fff;}
/*横向时间轴*/
.time-horizontal {
   
   width:1200px;
    padding: 0px;
    margin: 0 auto;
}
 
.time-horizontal li {
    float: left;
    position: relative;
    text-align: center;
    width: 12.5%;
    padding-top: 10px;
}
 .time-horizontal li p{ position: absolute;
  bottom:100px;
    color: #fff; font-size:20px;
    text-align:left;
    width: 100%;}
	.time-horizontal li:nth-of-type(2n) p{ position: absolute;
    top: 100px;
    color: #fff; }
	.time-horizontal li:nth-of-type(2n) h2{ position: absolute;
    top: 30px;
    color: #fff;
  }
	
	 .time-horizontal li h2{ color:#fc9700; font-size:46px; font-weight:bold; position:absolute; width:100%; text-align:left; bottom:30px;}
	 .time-horizontal li b{ width:100%;}
.time-horizontal li b:before {
    content: '';
    position: absolute;
    top: -25px;
    left:39%;

   border-color: transparent transparent #fc9700 transparent;
width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
}
.time-horizontal li:nth-of-type(2n) b:before {
    content: '';
    position: absolute;
    top: 5px;
    left:39%;

   border-color:  #fff transparent transparent  transparent;
width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
}


.time-horizontal li:after{content: "";
    display: block;
    position: absolute;
    width:90%; right:10%;
    bottom: 5px;
    margin: 0 auto;
    height: 10px;
    background: #fc9700;
    transition: all 0.3s ease;}
	
	.time-horizontal li:nth-of-type(2n):after{content: "";
    display: block;
    position: absolute;
     width:90%; right:10%;
    bottom: 5px;
    margin: 0 auto;
    height: 10px;
    background: #fff;
    transition: all 0.3s ease;}
	

/*************内页左侧列表***************/
.relative{ position:relative;  }
.pro_fl{ position: absolute; left: 0; top: -130px; z-index: 10; width:290px;  }
.pro_fl h2.title {color:#fff;
    background-color:rgba(19, 57, 130,0.7); text-align:left; padding-top:30px;
    height: 130px !important; box-sizing: border-box; padding-left:20px; 
}	
.pro_fl:before{clear: both;
    content:"\f24e";
    font-family: 'FontAwesome';
    font-size: 50px;
    width: 60px;
    height: 45px;

    color: rgba(255,255,255,0.15);
    position: absolute;
    right:20px;
    top:50px;
    transition: all 0.8s;}
	.pro_fl:hover:before{transform: rotateY(180deg);transition: all  0.8s;  
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);}
.pro_fl h2.title span{font-size: 0.6em; line-height: 16px;}

ul.prolist li{width: 100%;
    float: left;
    background: #f5f8fa;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    font-size: 16px;
    color: #7b8a96; font-size:1em;
    text-indent: 20px; margin-bottom:5px; box-sizing:border-box;position:relative;}
/*ul.prolist li:hover{ border-left:solid 3px rgba(19, 57, 130,1); box-sizing:border-box;}*/
ul.prolist li a{ display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;}
ul.prolist li:after{content: "";
    z-index: 999;
    position: absolute;
    top:0px;
   left:0px;
    display: block;
   background:#f5f8fa ;
   
    width: 3px;
    height:45px;
  }
ul.prolist li.on:after{
					  background:rgba(19, 57, 130,1);
				}
ul.prolist li.on:after a{ color:#0B6ECA;}
ul.prolist li:hover:after{
			  background:rgba(19, 57, 130,1);
				}
span.left_contact{ float:left; display:block; border:solid 1px rgba(19, 57, 130,0.1); width:100%;padding:10px 20px; box-sizing:border-box; height:330px; }
	span.left_contact h4{ border-bottom: 1px #ddd dashed; padding:10px 0; font-weight:normal; color:#133982; margin-bottom:10px;}	
		span.left_contact h4 i{ color:rgb(224, 183, 114); font-size:20px; padding-right:6px;}
	
	
	.inptext{
    padding: 0 5px;
    width: 100%;
    line-height: 32px;
    height: 32px;
    border: 1px solid #f8f8f8;
    color: #808080;
    background: #f8f8f8; margin:5px 0; box-sizing:border-box; 
}	
.intextarea{padding: 0 5px;
    width: 100%;
    line-height: 32px;
    height: 80px;
    border: 1px solid #f8f8f8;box-sizing:border-box;
    color: #808080;
    background: #f8f8f8; font-family:"微软雅黑;"}
	
	.tijiao{background-color:#d9d9d9;
  width:100%;
    border: none;
    cursor: pointer;
    margin: 0;
    font: normal 14px/35px "微软雅黑", "宋体";
    color: #666;transition:all ease-out 0.3s;}
	.tijiao:hover{background-color:#133982; color:#fff;transition:all ease-out 0.3s;}
	
	

/*********new新闻详情***************/

    #View_tit {font: normal 28px/40px "微软雅黑", Arial;
	color: #222;
	width: 100%;
	text-align:left;
	 position:relative;
}
#View_tit h3 {
	font: bold 24px/36px "微软雅黑", Arial;
	color: #333;
}
#View_tit h4 {
	padding: 5px 0 6px;
	font-size: 14px;
	color: #838383; font-weight:normal;
}
    #View_tit:after{content: "";
    display: block;
    position: absolute;
    width: 100px;
    bottom: 0px;
    margin: 0 auto;
    height: 5px;
    background: #fc9700;
    transition: all 0.3s ease;}
#NewView {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 20px 0;
	font: normal 16px/32px "微软雅黑", Arial;
	word-wrap: break-word;
	color: #838383;    text-align: justify;
    font-size: 16px;
}
#NewView p {
/*
    text-indent: 2em;*/
    text-align: justify;
    font-size: 14px;
    /* line-height: 30px; */
}
#NewView img{ text-align:center; margin:0 auto;}
#PREVIOUS_NEXT {
	min-height: 50px;
	float: left;
	position: relative;
	width: 100%;
	border-top: #E9E9E9 1px solid;
	font: normal 14px/35px "微软雅黑", Arial, "宋体";
	overflow: hidden; margin-top:80px;
}
#PREVIOUS_NEXT i {
	color: #bbb;
	padding-right: 5px;
}
.PREVIOUS {
	height: 35px;
	overflow: hidden;
}
.PREVIOUS a, .NEXT a {
	color: #666;
}
.PREVIOUS a:hover, .NEXT a:hover {
	color: #0a62c8;
}
.NEXT {
	height: 35px;
	overflow: hidden;
}
	
	/*********联系方式**********/
	    .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;
}


.culture .bd li div.c_span {
  
    width: 1200px;
    margin-left: -600px;
}

.yinshen_bg{display:none;}