@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
body {
	font-family:"microsoft yahei", "微软雅黑" !important;
	font-size:14px;
	line-height:1.6em;
	color:#000;
}
.dw{
	display: table;
    word-spacing:-1em;
}
.dv{
	display:inline-block;
	vertical-align: middle;
}
.clear {
	clear:both;
}
/* 头部 */
.start{
	width:100%;
	min-width: 1400px;
	padding:20px 0;
}
.logo{
	margin-left:7%;
}
.logo img{
	width:100%;
	display:block;
	padding:2.5px 0;
}
.nav{
	margin-left:6%;
	width:40%;
}
.nav_ul{
	list-style-type:none;
	
}
.nav_ul li+li{
	margin-left:6%;
}
.nav_li{
	float:left;
}
.nav_li a{
	color:#000;
	font-size:16px;
	text-decoration:none;
}
.pick{
	color:#0e7fd4 !important;
	font-weight:bold;
	border-bottom: 1px solid #0e7fd4;
	padding:0 5px 10px 5px;
}
.hotline{
	float:right;
	margin-right:7%;
	background:url(../../images/picture/landing/400.png) no-repeat left;
	background-size: 45px auto;
	padding-left:50px;
	height:45px;
}
.hotline_p1{
	font-size:14px;
	line-height:14px;
	margin-top:3px;
	margin-bottom:5px;
}
.hotline_p2{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#0e7fd4;
}
/* banner */
.banner{
	width:100%;
	position: relative;
}
.banner ul{
	list-style-type:none;	
}
.cesiul{
	width:100%;
	height:594px;
}
.cesi{
	background: url(../../images/picture/landing/banner.jpg) no-repeat top;
	width:100%;
	height:594px;
	min-width: 1417px;
}
.cesi1{
	background: url(../../images/picture/landing/banner1.jpg) no-repeat top;
	width:100%;
	height:594px;
	min-width: 1417px;
}
.cesi2{
	background: url(../../images/picture/landing/banner4.jpg) no-repeat top;
	width:100%;
	height:594px;
	min-width: 1417px;
}
.cesi3{
	background: url(../../images/picture/landing/banner5.jpg) no-repeat top;
	width:100%;
	height:594px;
	min-width: 1417px;
}
.point {
	width: 50px;
	position: absolute;
	bottom: 10px;
	right:30px;
}
.point li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
}
.point li a {
	background: url(../../images/picture/landing/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.point li a.flex-active,
.point li.active a {
	background-position: 0 0;
}
/* banner留言 */
.contact{
	position:absolute;
	width:30%;
	min-width: 540px;
	background-color:#fff;
	/* left:35%; */
	bottom:70px;
	border-radius:10px;
	text-align:center;
}
.conta{
	bottom:52px !important;
}
.topic{
	width:100%;
	padding:30px 0 50px 0;
}
.lin{
	border-bottom:1.5px solid #b0b0b0;
	width:17.5%;
}
.contact_tie{
	color:#0a7acd;
	font-size:24px;
	font-weight:bold;
	padding:0 20px;
	text-shadow: 1px 1px 1px #c6c5c5;
}
.enter{
	width:80%;
	margin:0 auto;
}
.en_ul{
	list-style-type:none;
	width:100%;
}
.en_ul li+li{
	margin-top:20px;
}
.en_li{
	width:100%;
}
.en_li span{
	font-size:14px;
	margin-right:10px;
}
.en_input{
	width:calc(100% - 85px);
	height:36px;
	padding-left:10px;
	line-height:36px;
	font-size:14px;
}
.push_butn{
	width:80%;
	margin:35px auto 30px auto;
}
.push_butn1{
	width:80%;
	margin:35px auto 20px auto;
}
.push_butn button+button{
	margin-left:40px;
}
.push_butn1 button+button{
	margin-left:40px;
}
.su_butn{
	width:calc((100% - 45px)/2);
	height:36px;
	line-height:36px;
	font-size:16px;
	background-color:#0e7fd4;
	border:0;
	color:#fff;
	cursor:pointer;
}
.fs-alone{
	text-align:center;
	font-size:14px;
	margin-top:15px;
}
.fs-alone span{
	color:red;
	font-size:16px!important;
	font-weight:bold;
	margin:0 3px;
}
/* 国内专利业务 */
.box{
	width:100%;
}
.detail{
	width:1280px;
	margin:0 auto;
	padding:30px 0 50px 0;
}
.title{
	width:100%;
}
.rendering{
	text-align:center;
	font-size:16px;
}
.title ul{
	list-style-type:none;
	padding:10px 0;
}
.line{
	border-bottom:1px solid #000;
	width:350px;
}
.tit_name{
	font-size:30px;
	font-weight:bold;
	width:580px;
	text-align:center;
}
.product{
	width:100%;
	margin-top:50px;
}
.pro_left{
	width:300px;
	background-color:#f1f1f1;
	margin-right:10px;
	padding-bottom:96px;	
}
.zoom{
	width:300px;
	height:313px;
	overflow: hidden;
}
.zoom img{
	width:300px;
	height:313px;
	display: block;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
	transition:.3s ease-in;
}
.pro_left:hover .zoom img{ 
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1)
}
.assemble_h3{
	font-size:16px;
	margin-left:30px;	
	margin-top:15px;
}
.assemble_p{
	font-size:12px;
	margin-left:30px;
	margin-right:30px;
	margin-top:8px;
}
.assemble_but{
	width:120px;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:14px;
	background-color:#0e7fd4;
	border-radius:14px;
	border:0;
	margin-left:30px;
	margin-top:20px;
	cursor:pointer;
	outline: none;
}
.pro_left:hover .assemble_but{
	width:120px;
	height:28px;
	line-height:28px;
	color:#0e7fd4;
	font-size:14px;
	background-color:#fff;
	border-radius:14px;
	border:1px solid #0e7fd4;
	margin-left:30px;
	margin-top:20px;
	cursor:pointer;
	outline: none;
}
.pro_right{
	width:calc(100% - 310px);
}
.pro_ul{
	width:100%;
	list-style-type:none;
}
.pro_ul li+li{
	margin-left:10px;
}
.pro_li{
	width:calc((100% - 30px)/4);
	background-color:#f1f1f1;
}
.zoom_a{
	width:235px;
	height:150px;
	overflow: hidden;
}
.zoom_a img{
	width:235px;
	height:150px;
	display: block;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
	transition:.3s ease-in;
}
.pro_li:hover .zoom_a img{ 
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1)
}
.Inside{
	border:2px solid #0e7fd4;
	box-sizing: border-box;
}
.Inside_img{
	width:231px;
	height:150px;
	overflow: hidden;
}
.Inside_img img{
	width:231px;
	height:150px;
	display: block;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
	transition:.3s ease-in;
}
.pro_li:hover .Inside_img img{ 
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1)
}
.single_h3{
	font-size:16px;
	margin-left:30px;
	margin-top:5px;
}
.single_p{
	font-size:12px;
	margin-left:30px;
	margin-top:2px;
}
.single_but{
	width:120px;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:14px;
	background-color:#0e7fd4;
	border-radius:14px;
	border:0;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:15px;
	outline: none;
	cursor:pointer;
}
.pro_li:hover .single_but{
	width:120px;
	height:28px;
	line-height:28px;
	color:#0e7fd4;
	font-size:14px;
	background-color:#fff;
	border-radius:14px;
	border:1px solid #0e7fd4;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:15px;
	outline: none;
	cursor:pointer;
}
.cancel{
	margin-left:0 !important;
}
.pro_li_mor{
	margin-top:10px;
}
/* 分割banner */
.parting{
	width:100%;
	position:relative;
	background: url(../../images/picture/landing/banner2.png) no-repeat top;
	height:235px;
	min-width: 1417px;
}
.billing{
	position:absolute;
	top:60px;
	/* left:623px; */
}
.billing h2{
	color:#fff;
	font-size:48px;
	text-align:center;
}
.billing ul{
	list-style-type:none;
	text-align:center;
	margin:36px auto 0 auto;
}
.parting_line{
	border-bottom:2px solid #fff;
	width:50px;
}
.subsidy{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin:0 20px;
}
.billing_but{
	width:145px;
	height:34px;
	line-height:34px;
	color:#0e7fd4;
	font-size:18px;
	font-weight:bold;
	background-color:#fff;
	border-radius:17px;
	border:0;
	margin-top:26px;
	margin-left:237px;
	cursor:pointer;
}
.billing_but:hover{
	color:#fff;
	background-color:#0e7fd4;
	box-shadow: 0px 0px 5px #fff;
}
.billing_img{
	margin-left:10px;
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align: middle;
	background:url(../../images/picture/landing/button.png) no-repeat right;
	background-size: 100% auto;
	margin-top:-2px;
}
/* 国外专利业务 */
.foreign{
	width:100%;
	margin-top:50px;
}
.foreign_ul{
	list-style-type:none;
	width:100%;
}
.foreign_ul li+li{
	margin-left:15px;
}
.oversea{
	width:calc((100% - 61px)/4);
	background-color:#f1f1f1;
	border:2px solid #f1f1f1;
	position:relative;
	overflow: hidden;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
}
.biankuang_1{
	height: 3px;
	top: -6px;
	left:0px;
	border-left: 3px solid #0e7fd4;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top: 3px solid #0e7fd4;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 3px solid #0e7fd4;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 3px solid #0e7fd4;
}
.oversea_btn {
	position: absolute;
	z-index:9;
	bottom: -40px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	overflow: hidden;
	background:rgba(207, 208, 211, 0);
	cursor: pointer;
	transition:all  300ms;
	-webkit-transition:all  300ms;
	-moz-transition:all  300ms;
	-o-transition:all  300ms;
}
.oversea_btn_show{
	text-align:center;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	height: 50px;
	position: absolute;
	z-index:9;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	/* padding: 20px 15px ; */
	cursor: pointer;
	background-color: rgba(14, 127, 212,0.8);
}
.oversea a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.oversea_h3{
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
.oversea_h31{
	text-align:center;
	font-size:16px;
	padding:39.5px 0;
}
.oversea_p{
	font-size:12px;
	margin:5px 15px 20px 15px;
	text-align:center;
}
.recall{
	margin-left:0 !important;
}
.oversea_mor{
	margin-top:30px;
}
/* 分割banner */
.parting1{
	width:100%;
	position:relative;
	background: url(../../images/picture/landing/banner3.png) no-repeat top;
	height:235px;
	min-width: 1417px;
}
/* .parting1 img{ */
	/* display:block; */
/* } */
.billing1{
	position:absolute;
	top:65px;
	/* left:23%; */
}
.billing1 h2{
	color:#fff;
	font-size:48px;
	text-align:center;
	text-shadow: 0px 4px 5px #3c5a72;
}
.billing1 h2 span{
	color:red;
	margin:0 10px 0 5px;
}
.billing_but1{
	width:390px;
	height:50px;
	line-height:50px;
	color:#0e7fd4;
	font-size:24px;
	font-weight:bold;
	background-color:#fff;
	border-radius:25px;
	border:0;
	margin-top:55px;
	margin-left:330px;
	box-shadow: 0px 4px 5px #3c5a72;
	outline:none;
	cursor:pointer;
}
.billing_but1:hover{
	color:#fff;
	background-color:#0e7fd4;
	box-shadow: 0px 0px 5px #fff;
}
/* 优势对比 */
.box_bag{
	background:url(../../images/picture/landing/boxbag.png) no-repeat top;
	background-size: 100% auto;
}
.contrast{
	background:url(../../images/picture/landing/advantage.png) no-repeat center;
	background-size: 100% auto;
	width:80%;
	margin:50px auto 0px auto;
}
.kyzh{
	width:370px;
	padding:0 75px;
}
.kyzh h3{
	color:#fff;
	text-align:right;
	font-size:24px;
	width:100%;
	margin-top:65px;
	line-height:24px;
}
.underscore{
	border-bottom:5px solid #fff;
	margin-top:30px;
}
.kyzh_ul{
	list-style-type:none;
	margin-top:50px;
	margin-bottom:30px;
	width:100%;
}
.kyzh_li{
	width:100%;
	text-align:right;
	height:105px;
}
.supty{
	background-color:#fff;
	color:#000;
	padding:0 25px;
	font-size:22px;
	line-height:36px;
	border-radius:18px;
	display:inline-block;
}
.ascency{
	font-size:14px;
	color:#fff;
	margin-top:20px;
}
.some{
	width:350px;
	padding:0 75px;
}
.some h3{
	color:#000;
	text-align:left;
	font-size:24px;
	width:100%;
	margin-top:65px;
	line-height:24px;
}
.underscore1{
	border-bottom:5px solid #b8b8b8;
	margin-top:30px;
}
.some_ul{
	list-style-type:none;
	margin-top:50px;
	margin-bottom:30px;
	width:100%;
}
.some_li{
	width:100%;
	text-align:left;
	height:105px;
}
.supty1{
	background-color:#b8b8b8;
	color:#000;
	padding:0 20px;
	font-size:18px;
	line-height:30px;
	border-radius:15px;
	display:inline-block;
}
.ascency1{
	font-size:14px;
	color:#5e5e5e;
	margin-top:20px;
}
/* 留言 */
.box_bag1{
	background:url(../../images/picture/landing/liuyan.png) no-repeat top;
	/* background-size: 100% auto; */
}
.title1{
	width:100%;
}
.rendering1{
	text-align:center;
	color:#fff;
	font-size:16px;
}
.title1 ul{
	list-style-type:none;
	padding:10px 0;
}
.line1{
	border-bottom:1px solid #fff;
	width:350px;
}
.tit_name1{
	font-size:30px;
	font-weight:bold;
	width:580px;
	text-align:center;
	color:#fff;
}
.liuyan{
	width:100%;
	background-color:#fff;
	position:relative;
	margin-top:65px;
}
.people{
	position:absolute;
	top:-30px;
	left:26.5%;
}
.ad{
	width:45%;
	float:left;
	margin-left:50px;
	padding-top:51px;
}
.ad1{
	color:red;
	font-size:30px;
}
.ad2{
	font-size:30px;
	margin:23px 0 12px 0;
}
.ad3{
	font-size:18px;
}
.ad_line{
	width:50px;
	border-bottom:3px solid #000;
	margin:25px 0;
}
.ad4{
	font-size:30px;
}
.ad4 span{
	color:red;
}
.ad5{
	font-size:20px;
	margin-top:18px;
}
.zhfrom{
	width:500px;
	float:right;
	margin-right:50px;
	padding-top:51px;
}
.zhfrom_ul{
	width:100%;
	list-style-type:none;
}
.zhfrom_ul li+li{
	margin-top:25px;
}
.zhfrom_li{
	width:100%;
	border:1px solid #737373;
	border-radius:5px;
}
.zhfrom_img{
	width:32px;
	padding:10px 15px;
	border-right:1px solid #737373;
}
.zhfrom_input{
	border:none;
	width:calc(100% - 78px);
	padding-left:15px;
	font-size:16px;
	line-height:52px;
	outline: none;
	border-radius:5px;
}
.zhfrom_but{
	width:100%;
	height:52px;
	line-height:52px;
	background-color:#0e7fd4;
	border:none;
	outline:none;
	letter-spacing:15px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin-bottom:50px;
	cursor:pointer;
}
/* 荣誉资质 */
.box_bag2{
	background-color:#ededed;
}
.honor{
	width:100%;
	margin-top:70px;
}
.plaque{
	width:1050px;
	margin:0 auto;
	list-style-type:none;
}
.plaque li+li{
	margin-left:80px;
}
.plaque_li{
	width:485px;
}
.plaque1{
	width:100%;
	list-style-type:none;
	margin-top:40px;
}
.plaque1 li+li{
	margin-left:10px;
}
.plaque1_li{
	width:calc((100% - 50px)/6);
}
/* 客户案例证书 */
.cert{
	margin-top:50px;
	width:100%;
}
.cert ul{
	list-style-type:none;
	width:100%;
}
.cert ul li+li{
	margin-left:30px;
}
.cert ul li{
	width:calc((100% - 90px)/4);
}
.cert ul li img{
	display:block;
}
.cert_no{
	margin-left:0!important;
}
.cert_top{
	margin-top:30px;
}
.cert_p{
	text-align:center;
	font-size:14px;
	line-height:30px;
	/* border-bottom:3px solid #ccc; */
	background-color:#0e7fd4;
	color:#fff;
	padding-bottom:2px;
}
/* 合作客户 */
.box_bag3{
	background:url(../../images/picture/landing/client.png) no-repeat top;
	/* background-size: 100% auto; */
}
.detai2{
	width: 1280px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}
.client{
	width:100%;
	margin-top:70px;
}
.client1{
	list-style-type:none;
	width:100%;
}
.client1 li+li{
	margin-left:20px;
}
.client1 li{
	width:calc((100% - 80px)/5);
}
.client2{
	list-style-type:none;
	width:1020px;
	margin:35px auto;
}
.client2 li+li{
	margin-left:20px;
}
.client2 li{
	width:calc((100% - 60px)/4);
}
.copy{
	text-align:center;
	font-size:14px;
	color:#fff;
	margin-top:100px;
}
.copy a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
/* 商桥咨询入口 */
.advisory{
	background:url(../../images/picture/landing/advisory.png) no-repeat top;
	background-size: 100% auto;
	width:140px;
	position:fixed;
	right:2.5%;
	top:23%;
	padding:10px;
}
.qrcode{
	padding:10px;
	width:calc(100% - 20px);
}
.advisory h3{
	font-size:18px;
	color:#fff;
	border-bottom:1px solid #fff;
	line-height:18px;
	padding:5px 0 15px 0;
	margin:0 5px;
	text-align:center;
	/* letter-spacing:3px; */
}
.advisory ul{
	list-style-type:none;
	margin-top:20px;
}
.advisory ul a+a{
	margin-top:10px;
}
.advisory ul a{
	text-decoration:none;
	display:block;
}
.advisory ul li{
	margin:0 12px;
	color:#fff;
	font-size:16px;
	border:1px solid #fff;
	border-radius:3px;
	text-align:center;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
.obvious{
	position:relative;
	background-color:#fff;
	color:#ff0000!important;
}
.digital{
	width:20px;
	height:20px;
	border-radius:20px;
	color:#fff;
	background-color:#ff0000;
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:14px;
	line-height:20px;
}
.advisory_p{
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	padding:8px 0;
	margin:20px 5px 0 5px;
	line-height:24px;
}
.advisory_top{
	width:50px;
	margin-left:calc((100% - 50px)/2);
	margin-top:11px;
	margin-bottom:10px;
}
/* 电话提示  */
.pointa{
	width:100%;
	height:100%;
	background:rgb(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	display:none;
}
.prompt{
	width:400px;
	border-radius: 25px;
	background:#0e7fd4;
	position:absolute;
	top:calc((100% - 110px)/2);
	left:calc((100% - 400px)/2);
	padding:50px 0;
	text-align:center;
}
.prompt p{
	font-size:22px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	letter-spacing: 3px;
}










