@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑"
}
body {
	font-size: 14px;
	color: #666;
}
a {
	color: #666;
}
img {
	border: 0px;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
/* 次页中间公共部分开始 */
.ct {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.ct_a {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 5%;
}
.cta {
	float: left;
	height: 158px;
	width: 100%;
	margin-bottom: 3%;
	background-image: url(../images/child-nav-bgi.jpg);
}
.cta_a {
	float: left;
	height: 40px;
	width: 100%;
	background-color: #f7f7f7;
}
.ctlitel {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
}
.ctlitel_a {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	font-size: 15px;
	color: #666;
}
.ctlitel_a a {
	float: left;
	color: #666;
}
.ctar {
	float: right;
	width: 210px;
}
.ctlitel a {
	float: left;
	color: #fff;
}
.content {
	width: 1200px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.contitle {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.contitlea {
	width: 1200px;
	margin: 0 auto;
}
.contitlea h1 {
	text-align: left;
	font-size: 27px;
	font-weight: 500;
	height: 68px;
	line-height: 30px;
	color: #fff;
}
.lmname {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	height: 40px;
	float: left;
}
.lmname a {
	text-align: center;
	padding: 8px 8px;
	margin-right: 10px;
	color: #fff;
}
.dyname {
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-bottom: 5px;
	font-size: 26px;
	float: left;
	color: #015198;
	font-weight: bold;
	text-align: left;
	background: #f4f4f4;
	text-indent: 0.2em;
}
.thin {
	width: 100%;
	height: 1px;
	float: left;
	background: #eaeaea;
}
/*关于我们中间 */
.contxq {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}
/*企业荣誉中间 */
.contxq ul li {
	float: left;
	width: 23%;
	text-align: center;
	margin: 10px;
}
.contxq ul li a {
	width: 100%;
	text-align: center;
	float: left;
}
.contxq ul li a img {
	width: 262px;
	height: 140px;
	border: 1px solid #eaeaea;
}
.contxq ul li a img:hover {
	border: 1px solid #015198;
	transition: all 0.5s ease-out;
}
.contxq ul li span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
}
.contxq ul li span:hover {
	color: #015198;
	transition: all 0.5s ease-out;
}
/*行业应用中间 */
.contxq ul li h2 {
	width: 85%;
	height: 35px;
	font-weight: 100;
	line-height: 35px;
	float: left;
	margin-left: 7%;
	text-align: left;
	font-size: 16px;
}
.contxq ul li p {
	text-indent: 2em;
	line-height: 25px;
	width: 96%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 40px;
	font-size: 14px;
}
.tile {
    width: 369px;
    height: 345px;
    margin: 7px 13px 32px 13px;
    background-color: #000;
    display: inline-block;
    background-size: cover;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    /* box-shadow: 0px 43px 88px -75px rgba(0, 0, 0, 0.44); */
    overflow: hidden;
    color: white;
}
.tile img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all 0.3s ease-out;
}
.tile .text {
	z-index: 99;
	position: absolute;
	padding: 30px;
	height: calc(100% - 60px);
}
.tile h1 {
	font-weight: 300;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.tile h2 {
	font-weight: bold;
	margin-top: 10px;
	font-style: italic;
	transform: translateX(200px);
}
.tile p {
	font-weight: 300;
	margin-top: 20px;
	line-height: 29px;
	transform: translateX(-200px);
	transition-delay: 0.2s;
}
.animate-text {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.tile:hover {
	/*	box-shadow: 0px 30px 70px -10px rgba(0, 0, 0, 0.64);*/
	transform: scale(1.04);
	box-shadow: #8a8a8a 1px 2px 37px -2px;
}
.tile:hover img {
	opacity: 0.3;
}
.tile:hover .animate-text {
	transform: translateX(0);
	opacity: 1;
}
.dots {
	position: absolute;
	bottom: 20px;
	right: 30px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	color: currentColor;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.dots span {
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: transform 0.4s ease-out, opacity 0.5s ease;
	transform: translateY(30px);
}
.tile:hover span {
	opacity: 1;
	transform: translateY(0px);
}
.dots span:nth-child(1) {
	transition-delay: 0.05s;
}
.dots span:nth-child(2) {
	transition-delay: 0.1s;
}
.dots span:nth-child(3) {
	transition-delay: 0.15s;
}
/*品牌中间 */
#brandlist li {
	float: left;
	width: 20%;
	text-align: center;
}
#brandlist li a {
	width: 100%;
	height: 132px;
	text-align: center;
	float: left;
}
#brandlist li a img {
	width: 228px;
	height: 132px;
}
#brandlist li span {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
}
/*新闻中间 */
#plist {
	width: 100%;
	margin-top: 2%;
}
#plist li {
    width: 31.5%;
    height: 502px;
    /* margin-right: 20px; */
    float: left;
    position: relative;
    z-index: 10;
    overflow: hidden;
    transition: all 500ms;
    margin: 10px;
    box-shadow: #bdbdbd 1px 2px 13px -2px;
}
#plist li .mask {
	width: 378px;
	height: 249px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -292px;
	z-index: 20;
	transition: all 500ms;
	background: #015198;
	opacity: 0.3;
}
#plist li img {
    width: 378px;
    height: 249px;
}
#plist li div.box {
	padding: 15px;
	position: relative;
	z-index: 11
}
#plist li h3 {
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 8px;
}
#plist li .csbg {
	width: 395px;
	height: 252px;
	background: #015198;
	position: absolute;
	left: 0;
	bottom: -252px;
	z-index: 5;
	transition: all 500ms;
}
#plist li:hover {
	color: #fff;
}
#plist li:hover .mask {
	top: 0px;
}
#plist li:hover .csbg {
	bottom: 0px
}
#plist li a:hover {
	color: #fff;
}
.ju_abouta {
    width: 99%;
    height: 96px;
    border-bottom: 1px #ededed solid;
    float: left;
}

.ju_aboutarts {
    float: left;
    width: 100%;
    margin-left: 7px;
    margin-top: 7px;
}
.ju_aboutarts a {
color: #015198;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 50px;
}
.ju_aboutarts p {
	line-height: 28px;
	width: 100%;
	float: left;
}
.xxjs {
	width: 230px;
	height: 161px;
	float: left;
	text-align: center;
}
.dates {
    width: 18%;
    float: right;
    text-align: left;
    color: #cacaca;
    line-height: 32px;
    text-indent: 2em;
    margin-top: 13px;
}
.xxjs a img {
	margin-top: 15px;
	height: 130px;
	width: 130px;
}
/*在线反馈 */
.message {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	font-size: 16px;
}
.message table {
	width: 100%;
}
.message table tr td {
	text-align: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f1f1f1;
	border: none;
}
.red {
	color: #f00;
}
.message input {
	border: 1px solid #e4e4e4;
	height: 37px;
	line-height: 37px;
	width: 99%;
	/* background: #f4f4f4; */
	border-radius: 5px;
}
#message {
	border-radius: 5px;
	border: 1px #e5e5e5 solid;
}
#submitLogin {
	background-color: #015198;
	color: #fff;
	float: left;
	height: 44px;
	line-height: 44px;
	margin-top: 16px;
	text-align: center;
	width: 350px;
	border-radius: 5px;
}
/*产品中心中间 */
#prlist li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}
#prlist li a {
	width: 277px;
	height: 200px;
	text-align: center;
	float: left;
	border: 1px #ededed solid;
}
#prlist li a img {
	width: 265px;
	height: 185px;
	text-align: center;
	margin-top: 7px;
}
#prlist li span {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	float: left;
}
#prlist li span a {
	border: none;
}
/*产品中心详情 */
.prxqzs {
	width: 1200px;
	height: 380px;
	float: left;
	margin-top: 30px;
}
.primg {
	width: 50%;
	height: 380px;
	float: left;
}
.primg img {
	float: left;
	height: 100%;
}
.prdel {
	width: 50%;
	float: left;
	height: 380px;
}
.prxxsj {
	width: 465px;
	float: left;
	margin-left: 20px;
}
.prxxsj table {
	width: 100%;
	margin-bottom: 10px;
}
.prxxsj table tr {
	width: 100%;
	height: 46px;
}
.prxxsj table tr td {
	float: left;
	height: 46px;
	line-height: 46px;
	color: #333;
	background: #F6F6F6;
	text-align: center;
	font-size: 15px;
}
#gry {
	background: #ECECEC;
	border-right: 1px #fff solid;
}
.prxxsj span {
	width: 99%;
	float: left;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	margin-left: 1%;
}
.prxxsj p {
	color: #E00000;
	font-size: 21px;
	height: 50px;
	font-style: italic;
	width: 99%;
	float: left;
	margin-left: 1%;
}
.qqxs {
	width: 99%;
	float: left;
	height: 40px;
	margin-left: 1%;
}
.qqxs a {
	float: left;
	margin-right: 20px;
}
.qqxs a img {
	float: left;
}
.cpshuom {
	float: left;
	width: 1200px;
	height: 400px;
	margin-top: 40px;
	border-bottom: 1px #ECECEC solid;
	margin-bottom: 40px;
}
.shuomwz {
	float: left;
	margin-top: 20px;
	width: 100%;
}
/*现货资源*/
.kccxtitle {
	width: 100%;
	float: left;
	height: 60px;
	margin-bottom: 20px;
}
.kccxleft {
	width: 50%;
	float: left;
}
.kccxright {
	width: 50%;
	float: right;
}
.kccxright span {
	float: left;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	margin-left: 20px;
}
.kccxright span input {
	height: 33px;
	line-height: 33px;
	border: 1px #DBDBDB solid;
}
#brand {
	width: 138px;
}
#xl {
	width: 243px;
}
#xhcc {
	width: 83px;
	height: 35px;
	background: #E70010;
	color: #fff;
	font-size: 16px;
	float: left;
	margin-top: 12px;
	border: none;
}
#xhcc_a {
	width: 83px;
	height: 37px;
	background: #015198;
	color: #fff;
	font-size: 16px;
	float: left;
	/* margin-top: 12px; */
	border: none;
}
.xhlist {
	width: 100%;
	float: left;
}
.xhlist table {
	border: 15px #F9F9F9 solid;
	width: 100%;
	margin: 0 auto;
}
.xhlist table tr:nth-child(2n+1) {
	background: #EAEAEA;
}
#xhbt {
	height: 38px;
	background: #0041A1;
	width: 100%;
	color: #fff;
	text-align: center;
}
.xhlist table tr td {
	height: 38px;
	line-height: 38px;
	text-align: center;
}
/*各页面详情页*/
.xxbiti {
	float: left;
	width: 100%;
	height: 75px;
	text-align: center;
	border-bottom: 1px #ECECEC solid;
	margin-bottom: 35px;
}
.xxbiti h1 {
	font-size: 26px;
	width: 100%;
	float: left;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
}
.xxbiti span {
	width: 100%;
	font-size: 14px;
	color: #9c9c9c;
	float: left;
	height: 30px;
	line-height: 35px;
}
/*百度地图样式*/
.BMap_bubble_title {
	width: auto;
	text-align: center;
	color: orangered;
	margin-bottom: 11px;
	font-weight: bold;
}
.imgen {
	display: none;
}
.newsimg {
	width: 130px;
	height: 130px;
}
.about-his-item {
	background: url(../images/his_hr01.gif) repeat-y 64px top;
	width: 89%;
	margin-top: 4%;
}
.about-his-item h2 {
	background: url(../images/his_i01.png) no-repeat left top;
	height: 32px;
	padding: 17px 0 44px 71px;
	margin-left: 36px;
	line-height: 24px;
	font-size: 48px;
	color: #104682;
}
.about-his-item .bix {
	overflow: hidden;
	width: 100%;
}
.about-his-item .his-pic {
	width: 120px;
}
.fl {
	float: left;
	display: inline;
}
.about-his-item .his-pic p {
	padding-top: 37px;
}
.contxq p {
/*
	margin-top: 8px;
	line-height: 28px;
*/
}
.about-his-item .his-conts {
	width: 99.6%;
}
.fr {
	float: right;
	display: inline;
}
.about-his-item .his-conts .cont {
	background: url(../images/his_i03.png) no-repeat 9px 31px;
	padding-left: 14px;
}
.about-his-item .his-conts .cont dl {
	width: 100%;
	margin-top: 30px;
	color: #fff;
	/*	background: #f1f1f1;*/
	border-radius: 8px;
}
.about-his-item .his-conts .cont dt {
	font-size: 20px;
	height: 86px;
	font-weight: bold;
	border: 6px solid #e4e4e4;
	color: #003463;
	background: #fff;
	width: 86px;
	text-align: center;
	line-height: 86px;
	border-radius: 72px;
	float: left;
	transition: all 0.3s ease-out;
}
.about-his-item .his-conts .cont dt:hover {
	border: 6px solid #003463;
	color: #003463;
	transition: all 0.3s ease-out;
}
.about-his-item .his-conts .cont dd {
	/* margin: 7px; */
	float: left;
}
.about-his-item .his-conts .cont dd p {
	color: #313131;
	font-size: 18px;
	text-indent: 1em;
	line-height: 31px;
	transition: all 0.5s ease-out;
}
.about-his-item .his-conts .cont dd p:hover {
	color: #f00;
	text-indent: 1.3em;
	transition: all 0.5s ease-out;
}


:after, :before {
	box-sizing: inherit
}
.col-sm-6 {
    float: left;
    width: 48%;
}
.AGrid-row {
	clear: both
}
.AGrid-row:before, .AGrid-row:after {
	content: " ";
	display: table;
	line-height: 0
}
.AGrid-row:after {
	clear: both
}
/*大盒子背景*/
.bg-white {
	background-color: #fff
}
.developer-toolbag-block {
	max-width: 1200px;
	text-align: center;
	padding: 20px 0;
	clear: both;
	margin: 0 auto
}
/*标题*/
.titleBar {
	text-align: center
}
.titleBar .caption {
    font-size: 29px;
    color: #114b8a;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    margin-bottom: 10px;
}
.descript {
    margin-bottom: 40px;
    font-size: 16px;
    width: 72%;
    margin: 0 auto;
    line-height: 32px;
}
.center-layer {
	text-align: center;
	font-size: 0
}
/*列表*/
.tool-package>div {
	padding: 0 12px
}
.tool-package .tilea {
	height: 145px;
    transition: box-shadow .5s ease;
    padding: 19px 14px 21px 11px;
    margin-top: 17px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #ddd;
}
/*鼠标悬浮列表上方渐变色*/
.tool-package .tilea:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 0;
	height: 10px;
	background: rgba(21,0,255,0.10);
	background-repeat: no-repeat;
/*	background-image: linear-gradient(-252deg, rgba(20,98,204,0.80) 0%, rgba(1,182,201,0.50) 98%)*/
	background-image: linear-gradient(-252deg, #0041a1 0%, #4295de 98%);
}
.tool-package .tilea:hover:before {
	width: 100%
}
.tool-package .tilea:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10)
}

/*文字*/
.tool-package .center-layer .layer-text {
	width: 100%;
	float: left;
	text-align: center
}
.tool-package .dev-list {
    font-size: 19px;
    color: #114b8a;
    margin-bottom: 11px;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 2px;
}
.tool-package .dev-list a {
    float: right;
    border: 3px solid #ff3b3b;
    font-size: 14px;
    padding: 4px 7px;
    color: #ffffff;
    font-weight: normal;
    background: linear-gradient(30deg,#ff3b3b,#b70000);
}

.tool-package .dev-text {
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	line-height: 24px;
	text-align: left;
}

.m_map {
	width: 989px;
	height: 795px;
	margin: 30px auto;
	position: relative;
	background: url(../images/diru.png) no-repeat 0 0;
}
.tait {
	font-size: 36px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	left: 100px;
}
.tait span {
	color: #ff6d3b;
}
.tait2 {
	font-size: 36px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding: 50px 0px;
}
.mpa {
	position: absolute;
	cursor: pointer;
	background: url(../images/fi01.png) no-repeat 4px 20px;
	width: 44px;
	height: 63px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp:hover {
	background: url(../images/fi2.png) no-repeat 4px 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp {
	position: absolute;
	cursor: pointer;
	background: url(../images/fi1.png) no-repeat 4px 20px;
	width: 24px;
	height: 63px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp:hover {
	background: url(../images/fi2.png) no-repeat 4px 20px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.hover_tu {
	background: url(../images/fi2.png) no-repeat 4px 20px;
}
.mp .mito {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
    color: #666666;
    width: 38px;
}
.mp .find_mi1 {
	width: 55px;
}
.mp .find_mi2 {
	left: -5px;
	width: 55px;
}
.feng {
    position: absolute;
    display: none;
    width: 338px;
    left: -235px;
    top: -178px;
    z-index: 10;
    background: #fff;
    border-radius: 9px;
	border: 1px solid #ccc;
}
.feng .sang {
	position: absolute;
	left: 235px;
	bottom: 0px;
	width: 14px;
	height: 8px;
}
.feng .tree {
    width: 391px;
    margin: 0px;
}
.feng .tree .boou {
	width: 86px;
	height: 62px;
	float: left;
}
.feng .tree .du_size {
    float: left;
    width: 361px;
    /* margin-top: 15px; */
    padding: 12px;
}
.feng .tree .du_size p {
	font-size: 14px;
	line-height: 23px;
}
.mp1 {
    left: 176px;
    top: 272px;
}
.mp2 {
    left: 342px;
    top: 397px;
}
.mp3 {
    left: 489px;
    top: 511px;
}
.mp4 {
    left: 429px;
    top: 512px;
}
.mp5 {
	left: 524px;
    top: 566px;
}
.mp6 {
left: 556px;
    top: 626px;
}
.mp7 {
left: 428px;
    top: 609px;
}
.mp8 {
	left: 548px;
	top: 407px;
}
.mp9 {
	left: 625px;
	top: 398px;
}
.mp10 {
	left: 612px;
	top: 325px;
}
.mp10 {
    left: 612px;
    top: 358px;
}
.mp11 {
left: 605px;
    top: 482px;
}
.mp12 {
     left: 601px;
    top: 547px;
}
.mp13 {
    left: 668px;
    top: 546px;
}
.mp14 {
    left: 742px;
    top: 523px;
}
.mp15 {
    left: 699px;
    top: 572px;
}
.mp16 {
    left: 614px;
    top: 632px;
}
.mp17 {
    left: 646px;
    top: 648px;
}
.mp18 {
    left: 692px;
    top: 477px;
}
.mp19 {
    left: 727px;
    top: 447px;
}

.mp21 {
left: 708px;
    top: 387px;
}
.mp23 {
	    left: 681px;
    top: 308px;
}
.mp24 {
left: 711px;
    top: 309px;
}
.mp25 {
    left: 790px;
    top: 289px;
}
.mp26 {
    left: 825px;
    top: 226px;
}
.mp27 {
	left: 864px;
    top: 146px;
}
.mp30 {
left: 687px;
    top: 640px;
}
.mp32 {
left: 570px;
    top: 699px;
}
.mp33 {
    left: 770px;
    top: 483px;
}

.mp40 {
    left: 658px;
    top: 349px;
}
.mp41 {
    left: 218px;
    top: 466px;
}
.mp47 {
    left: 511px;
    top: 332px;
}
.mp48{
    left: 354px;
    top: 309px;
}
.mp49{
     left: 595px;
    top: 277px;
}
.mp61 {
    left: 534px;
    top: 473px;
}
