body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
dt,
dd,
input,
textarea,
th,
td,
fieldset,
legend,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0 none
}

ul,
ol,
li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-spacing: 0
}

html,
body{
	
/*   -webkit-user-select:none;*/
/*    -moz-user-select: none; */
/*    -ms-user-select: none;     */
/*/*     user-select:none;/*禁用页面内容选中和复制操作*/        */*/
/*    -webkit-touch-callout:none;/*禁用长按页面时的弹出菜单(iOS下有效)*/*/
/*    -webkit-tap-highlight-color:rgba(0,0,0,0);/*去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)*/       */
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -o-user-select: none;*/
/*  -ms-user-select: none;	*/

}
i,
em,
u {
	font-style: normal;
	text-decoration: none;
}

*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	color: #333;
	min-width: 320px;
	background:#ffffff;
}

q:before,
q:after {
	content: ""
}

html,
body,
input,
select,
button,
textarea {
	font: 16px/1.5 "微软雅黑", "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #ababab;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*图片居中*/
.center{-webkit-align-items:center;display:-webkit-flex;-webkit-justify-content:star;}
/*图片居中2*/
.vertical{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-moz-flex;display:-ms-flexbox;display:flex;/* 水平居中*/
-webkit-box-align:center;-moz-box-align:center;-ms-flex-pack:center;/* IE 10 */
-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */
-webkit-box-pack:center;-ms-flex-align:center;-moz-box-pack:center;/* IE 10 */
-webkit-align-items:center;-moz-align-items:center;align-items:center;}

.text-search input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #ffffff; 
} 
.text-search input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ffffff; 
} 
.text-search input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ffffff; 
} 
.text-search input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ffffff; 
}


em {
	font-style: normal;
	font-weight: normal
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.pv{display:block;float: left;}
.mv{display:none;}
.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #000000;
}

.clear {
	clear: both;
	height: 0px;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
.col2{
	width: 50%;float: left;
}
a {
/*	-webkit-tap-highlight-color: transparent;*/
/*	-webkit-touch-callout: none;*/
/*	-webkit-user-select: none;*/
}

input,
select,
button {
	outline: none;
	-webkit-outline: none;
}

.c07 {
	color: #0070ac;
}

.w1430 {
	max-width: 1430px;
	margin: 0 auto;
}

.w1170 {
	max-width: 1170px;
	margin: 0 auto;
}

.w1190 {
	max-width: 1190px;
	margin: 0 auto;
}
.mt0 {
    margin-top:0px;
}
.mt20 {
    margin-top:20px;
}
.mt10 {
    margin-top:10px;
}
.mt30 {
    margin-top:30px;
}
.mt40 {
    margin-top:40px;
}
.mt50 {
    margin-top:50px;
}
.mt60 {
    margin-top:60px;
}
.mt70 {
    margin-top:70px;
}
.ml20 {
    margin-left:20px;
}
.pt50 {
    padding-top:50px;
}
.pb50 {
    padding-bottom:50px;
}
.bg-w{
	background: #ffffff;;
}
.bg-g{
	background: #F8F8F8;
}
.mt30 {
    margin-top:30px;
}
.bt30 {
    margin-bottom:30px;
}
.edit_warp>h1,.edit_warp>p{
	max-width: 1170px;
	margin: 0 auto;
}
.cus-viewer-prev,.cus-viewer-next{
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	width: 100px;
	position: fixed;
	display: block;
	z-index: 1000;
	background-size: 54px 88px;
    background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .3;
	transition: all 1s;

}
.cus-viewer-prev:hover,.cus-viewer-next:hover{
	opacity: 1;
}
.cus-viewer-prev{
	
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.cus-viewer-next{

	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* #region 顶部banner*/
.banner {
	/*height:780px;*/
	height: 800px;
	overflow:hidden;
}
#bannerSwiper{height:100%;width:100%;}
#bannerSwiper:hover .swiper-button-prev,#bannerSwiper:hover .swiper-button-next {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.4);
	
}
.banner .swiper-slide a{ width:100%;height:100%;display:block;background: center no-repeat;background-size:cover;}
.banner .swiper-slide a img{width: 100%;height: 100%; object-fit:cover;}
.banner .swiper-pagination-bullet {
	width: 13px !important;
	height: 13px !important;
	margin: 0 7px !important;
	opacity: 0.3;
	-webkit-opacity: 0.3;
}

.banner .swiper-pagination-bullet-active {
	/*width: 25px !important;
	
	background: #fff !important;*/
	background: #FFA419 !important;
	border-radius: 10px !important;
	opacity: 1.0;
	-webkit-opacity: 1.0;
}

.banner .swiper-pagination {
	bottom: 5% !important;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;

}
/*
.banner .swiper-button-prev {
	left: 0;
	background: url(../images/btn_lf.jpg) no-repeat center !important;
	background-size: 100%;
}

.banner .swiper-button-next {
	right: 0;
	background: url(../images/btn_lr.jpg) no-repeat center !important;
	background-size: 100%;
}*/
.banner .swiper-button-prev,.banner .swiper-button-next{
	opacity: 0;
	transition: all 1s;
}



.banner .swiper-button-prev
{
	left: 65px;
}
.banner .swiper-button-next{
	right: 65px;
}
.banner .swiper-slide {font-size: 18px;}
.banner .swiper-slide .btn_more {
	background: #0071E3;
    color: #ffffff;
    padding: 10px 60px 10px 60px;
    border-radius: 25px;
    border: 1px solid #0071E3;
	float:left;
	margin-right:5%;
	position: absolute;
    left: 60%;
    top: 56%;
}
.banner .swiper-slide .btn_more:hover {
    color: #ffffff;
    background: #FFA419;
    border: 1px solid #FFA419;
	transition: ease-in-out .6s;
}

.banner .swiper-slide .btn_apply {
	background: #ffffff;

	padding: 10px 60px 10px 60px;
    border-radius: 25px;
    border: 1px solid #0071E3;
	float:left;
	position: absolute;
    left: 72%;
    top: 56%;
}
.banner .swiper-slide .btn_apply:hover {
    background: #FFA419;
    border: 1px solid #FFA419;
	transition: ease-in-out .6s;
}
.product_solution {
	padding:2% 0 1% 0;
	/*background: #f5f5f5;*/
}

/* #endregion */

.header {
	/*height: 100px;
	height: 140px;*/
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	right: 0;
	color: #fff;
}
/* #region 头部和导航菜单*/
.header a {
	color: #fff;
	transition: ease-in-out .3s;
}

.header .logo {
	margin-top: 32px;
	margin-left:12%;
}
.header .lrcont{	
    margin-right:12%;
}
.header .lrcont_top {
	height: 43px;
	line-height: 43px;
	margin-right:1%;
	text-align: right;
}

.header .lrcont_top ul {
	overflow: hidden;
}

.header .lrcont_top li {
	float: right;
	margin-left: 45px;
	position: relative;
}

.header .lrcont_nav li input {
	width: 154px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
	background: none;
	padding: 0 38px 0 10px;
	color:#ffffff;
}

.header .lrcont_nav li .btn_search {
	width: 21px;
	height: 22px;
	background: url(../images/icon_search.png) no-repeat center;
	border: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

.header .lrcont_top a:hover {
	color: #FFA419;
}

.header .navParent {
	height: 40px;
}

.header .navParent .navLip {
	line-height: 40px;
	/*float: right;*/
	float: left;
	margin-left: 18px;
	padding: 0 20px;
	height: 40px;	
	transition: ease-in-out .6s;
	border-radius: 25px;
}
.header .lrcont_nav li:first-child{margin-left:0px;}
.header .navParent .navLip a {
	display: block;
}
.header .navParent .navLip a::after{
	
}
.header .navParent .navLip.active,
.header .navParent .navLip:hover {
	background: #FFA419;
	color:#ffffff;
}
.header .navParent .navsearch {
	line-height: 40px;
	/*float: right;*/
	float: left;
	margin-left: 10px;
	position: relative;
	height: 40px;	
	transition: ease-in-out .6s;
}
.header_active {
	
	color: #333;
    /*background: #fff;*/

}
/* #region 头部和导航菜单*/
.header_active .lrcont_top a ,.header_active li.navLip>a{
	color: #333;
}

.header_active .navLip.active>a{
	color: #fff;
} 


.header_active .lrcont_top li input {
	
	border: 1px solid #0070ac;

}


.header_active .lrcont_top li .btn_search {
    filter: invert(100%);
  
}
#header_atc{
	background: #fff;
	width: 100%;
	/*height: 285px;;opacity: 0;*/
	height: 0;
	position: absolute;
	z-index: 998;
	opacity: 0;

	
}
.header .navParent .navLip:hover .sec-menu{

	transform:translateY(10px);
	opacity: 1;
	
visibility:visible;
}

.sec-menu{
	position: absolute;
	width: 100%;
	left: 0; background: #fff;
	opacity: 0;
	transition: all  .3s;
	transform:translateY(0);
	visibility: hidden;
	padding-bottom:20px;
	
}
.sec-menu:before {
    content: " ";
    display: block;
    width: 100%;
    /*margin-top: 50px;
	border-top: 1px solid #eeeeee;*/
}
/*
.navLip:hover .sec-menu{display: block;}*/

li.navLip:hover>a,li.navLip>a:hover{color: #fff;}

.sec-menu a{font-size: 14px;color:#818181;font-weight: 300;}
.sec-menu a:hover{color:#2F69E4;}
.sec-menu dt a{
	font-size: 18px;color:#333;font-weight: 600;
}
.sec-menu>dl>dd{float: left; padding: 20px 10px; width: 25%;height:235px;overflow: hidden; vertical-align:middle; }
.sec-menu>dl>dd img{object-fit: contain; /*width: 128px;height: 128px;*/width:95%; transition: all .6s; overflow: hidden; }
.sec-menu>dl>dd img:hover{transform:scale(1.2);}
.sec-menu>dl>dd{border-top: 0px solid #eeeeee;}

.sec-menu>dl>dd>dl{color: #333; background: #F9FAFC;font-size: 14px;padding-top:15px;padding-bottom:15px;overflow: hidden; display: flex;flex-direction: row;}
.sec-menu>dl>dd:nth-child(-n+3) {border-top: none;}
.sec-menu>dl>dd:nth-child(3n+3) dl,.sec-menu>dl>dd:last-child dl {border-right: none;}
.sec-menu>dl>dd>dl>dd{overflow:hidden;/*float:left;display: block;*/display:flex ;/*flex-direction: column;*/ flex-shrink: 1; align-items: center;/* vertical-align: middle;*/padding-left :5px;padding-right: 5px; }
.sec-menu>dl>dd>dl>dd a.title{
	line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.sec-menu>dl>dd>dl>dd>dl{width: 100%;}
/*.sec-menu>dl>dd>dl>dd>dl>dt{text-align:center;}*/
.sec-menu>dl>dd>dl>dd:last-child{margin-left: 10px;vertical-align: top;flex: 1;  height: 185px; display: flex; align-items: start;}
.sec-menu>dl>dd>dl>dd>dl>dd>ul{
	/*padding-left: 10px;*/
	margin-top: 10px;
}
.sec-menu>dl>dd>dl>dd>dl>dd>ul a{
	font-size:14px;
}
.sec-menu>dl>dd>dl>dd>dl>dd>ul>li{
	width: 100%;
	overflow: hidden;
}
.sec-menu>dl>dd>dl>dd>dl>dd>ul>li a{
	display:block;overflow: hidden;text-overflow:ellipsis;
	
	line-height: 26px;
	white-space:nowrap;
}
/*.sec-menu>dl>dd>dl>dd>dl>dd>ul>li:last-child a{
	color:#333;
	font-weight: 400;
}*/
/* #region 产品二级菜单*/

.pro-sec-menu>dl>dd{float: left; padding: 20px 10px; width: 25%;height:235px;overflow: hidden; vertical-align:middle; }
.pro-sec-menu>dl>dd:nth-child(-n+4) {border-top: none;}
.pro-sec-menu>dl>dd:nth-child(4n+4) dl,.pro-sec-menu>dl>dd:last-child dl {border-right: none;}
.i-service li:last-child {

}
/* #endregion*/

.bshare-custom{
	padding:20px 0;
	text-align: right;
}
.bshare-custom span{
	font-weight: 600;
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
/* #region 新闻二级菜单*/
.news-sec-menu>dl>dd>dl>dd{
	width: 156px;
	display: flex;
    flex-direction: column;
    flex-shrink: 1;
    align-items: center;
    /* vertical-align: middle; */
    padding-left: 5px;
    justify-content: center;
    padding-right: 5px;
}
.news-sec-menu>dl>dd
{
	height:auto ;
}
.news-sec-menu>dl>dd img{width:100%;height:180px;object-fit: cover;border-radius:18px;}
.news-sec-menu>dl>dd img:hover{border-radius:18px;}
.news-sec-menu>dl>dd>dl>dd:last-child{ height:450px; display: flex; align-items: start; justify-content: start;}
.news-sec-menu>dl>dd>dl>dd>dl>dt{
	margin-top: 5px;
	line-height: 24px;
}
.news-sec-menu>dl>dd>dl>dd>dl>dt a{
	width: 97%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis; 

}
.news-sec-menu>dl>dd>dl>dd>dl>dd{
	color: #818181;
	line-height: 28px;
	word-break:break-all;    
	word-wrap:break-word;      
	font-size: 13px;
	width:98%;
}

.news-sec-menu>dl>dd>dl>dd>dl>dd a ,.news-sec-menu>dl>dd>dl>dd>dl>dt a{
	color: #333;
	line-height: 26px;
    font-size: 16px;
	margin:10px 0 0 0;
}
.news-sec-menu .ctitle{float:left;color:#FFA419; font-weight:bold;font-size:22px;}
.news-sec-menu .more{float:left;color:#ffffff;text-align:center;background:#FFA419; border-radius:20px;width:26px; height:26px;line-height:26px;margin-top: 10px; margin-left: 20px;}
.news-sec-menu .ctitle a,
.news-sec-menu .more a:hover{color:#ffffff;}

/* #endregion*/
/* #region 平台二级菜单*/

.pt-sec-menu{
	/*display: block;*/
}

.pt-sec-menu>dl>dd
{
	border-top: none;
	
	width:20%;
	height:auto ;
}
.pt-sec-menu>dl>dd>dl,.pt-sec-menu>dl>dd:nth-child(4) dl{
	
	/*border-right: 1px solid #eeeeee;*/
}

.pt-sec-menu>dl>dd>dl{
	flex-direction: column;
}
.pt-sec-menu>dl>dd>dl>dd{
	width: 100%;
	

}
.pt-sec-menu>dl>dd dt a{
	font-size: 16px;
	font-weight: 600;
	color:#333;
}
.pt-sec-menu>dl>dd a{
	font-size:14px;
	line-height: 26px;
	word-wrap: none;
	word-break: normal;
	text-overflow: ellipsis;
}
.pt-sec-menu>dl>dd>dl>dd:last-child
{
height: auto;
}
.pt-sec-menu>dl>dd>dl>dd>ul>li{
	line-height: 24px;
}
.pt-sec-menu>dl>dd>dl>dd>ul>li:last-child a{
color: #333;
}
.pt-sec-menu>dl>dd>dl>dd img{width: 256px;height: 110px;object-fit: cover;transition: all 0.6s;border-radius: 8px;}
.pt-sec-menu>dl>dd>dl>dd img:hover{
transform: scale(1.05);
}
.pt-sec-menu>dl>dd>dl>dt
{
	padding-left: 5px;padding-right: 5px;margin-bottom: 5px;
}
/* #endregion*/
/* #region 关于我们*/

.about-sec-menu dl dd{width: 14.2%;height: auto;border: none;}
.about-sec-menu dl dd,.about-sec-menu dl dd a{text-align: center;}
.about-sec-menu dl dd a{border-right: 1px solid #eeeeee;}

.about-sec-menu>dl>dd:last-child a{border-right: none;}
.about-sec-menu dl a span{display: block; background: #0070AC; margin: 0 auto; width: 80%; position: relative; height: 100px; margin-bottom: 10px;transition: all .6s; overflow: hidden;  }
.about-sec-menu dl a span:before{content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: url(../images/nav_icon1.png); background-size: 100%; width: 38px; height: 38px;}
.about-sec-menu dl a span:hover{
	transform:scale(1.05);
}
.about-sec-menu dl a .nav_icon2:before{background-image: url(../images/nav_icon2.png);}
.about-sec-menu dl a .nav_icon3:before{background-image: url(../images/nav_icon3.png);}
.about-sec-menu dl a .nav_icon4:before{background-image: url(../images/nav_icon4.png);}
.about-sec-menu dl a .nav_icon5:before{background-image: url(../images/nav_icon5.png);}
.about-sec-menu dl a .nav_icon6:before{background-image: url(../images/nav_icon6.png);}
.about-sec-menu dl a .nav_icon7:before{background-image: url(../images/nav_icon7.png);}
/* #endregion*/
/* #region 技术服务*/

.fw-sec-menu dl dd{width: 12.5%;height: auto;border: none;position: relative;overflow: hidden;}
.fw-sec-menu dl dd,.about-sec-menu dl dd a{ text-align: center;
    font-weight: 600;
    color: #000;}
.fw-sec-menu dl dd a{border-right: 1px solid #eeeeee;text-align: left;color: #333;position: relative; }
.fw-sec-menu dl dd a:hover{
	text-decoration: none;
}
.fw-sec-menu>dl>dd:last-child{
	color: #333;
	font-size: 11px;
	width: 25%;
	text-align: left;
}
.fw-sec-menu>dl>dd:last-child div{margin-bottom: 5px;}
.fw-sec-menu>dl>dd:last-child>div:nth-child(1){
position: relative;
}
.fw-sec-menu>dl>dd:last-child div input[type=text]{    width: 240px;
    height: 30px;line-height: 30px;
    border: solid 0.5px #0070ac;
	border-radius: 3px; padding:0 5px 0 5px;
	color: #888;
}
.fw-sec-menu>dl>dd:last-child>div>button{
	background: #029d3f url(../images/icon_search.png) no-repeat center;
    background-size: 15px 15px;
    width: 35px;
    height: 26px;
    border: 0;
    position: absolute;
    border-radius: 3px;
    margin-left: -37px;
    margin-top: 2px;transition:1s;
}
.fw-sec-menu>dl>dd:last-child>div>button:hover{
	opacity:0.7;
}
.fw-sec-menu>dl>dd:last-child div:nth-child(1){margin-bottom: 5px;}
.fw-sec-menu>dl>dd:last-child b{font-size: 12px;font-weight: 600;line-height: 24px;}
.fw-sec-menu>dl>dd:last-child a{border-right: none;}
.fw-sec-menu dl dd a{font-size: 14px;font-weight: 600;}
.fw-sec-menu dl a span{font-weight: 300; display: block; background: #0070AC; margin: 0 0;margin-right: 20px;position: relative; /*width: 80%;*/  height: 80px;line-height: 80px;color: #fff; margin-bottom: 10px;transition: all .6s; overflow: hidden; text-align: right;padding-right: 20px;font-weight: 400; }
.fw-sec-menu dl a span:before{content: ''; display: block; position: absolute; left: 30px; top: 50%; transform: translate(-50%, -50%); background: url(../images/icon_server1.png) no-repeat;background-size: contain; width: 38px; height: 38px; }
.fw-sec-menu dl a span:hover{
	transform:scale(1.05);
}
.fw-sec-menu dl a:after{    content: ' ';
    background: url(../images/icon13.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 13px;
    margin-right: 20px;
    position: absolute;
	right: 0;
}

.fw-sec-menu dl a .nav_icon2:before{background-image: url(../images/icon_server2.png);}
.fw-sec-menu dl a .nav_icon3:before{background-image: url(../images/icon_server3.png);}
.fw-sec-menu dl a .nav_icon4:before{background-image: url(../images/icon_server4.png);}
.fw-sec-menu dl a .nav_icon5:before{background-image: url(../images/icon_server5.png);}
.fw-sec-menu dl a .nav_icon6:before{background-image: url(../images/icon_server6.png);}
.fw-sec-menu dl a .nav_icon7:before{background-image: url(../images/icon_server7.png);}
/* #endregion*/

/* #endregion */



.com_title {
	text-align: center;
	padding: 3em 0;
}

.com_title .title_name {
	font-size: 30px;
	color: #2C5082;
	position: relative;
	width: 205px;
	margin: 0 auto;
	padding-top: 2px;
	font-weight:bold;
}

.com_title .title_small {
	color: #2C5082;
	font-size: 18px;
}
/*
.com_title .title_name:before,
.com_title .title_name:after {
	content: "";
	position: absolute;
	top: 10px;
	width: 24px;
	height: 28px;
}*/

/*
.com_title .title_name:before {
	background: url(../images/icon_lf.png) no-repeat center;
	background-size: 100%;
	left: 0;
}

.com_title .title_name:after {
	background: url(../images/icon_lr.png) no-repeat center;
	background-size: 100%;
	right: 0;
}*/

.product_ul {
	width: 100%;
}

.product_list li {
    float:left;
	position: relative;
	margin-bottom: 2.3%;
	overflow: hidden;
	/*border-radius: 5px;*/
}

.product_list li:nth-child(1) {
    width:66%;
	margin-right:0px;
}
.product_list li:nth-child(2) {
    width:31.7%;
	margin-right:0px;
	float:right;
}
.product_list li:nth-child(3) {
    width:31.7%;
	margin-right:0px;
}
.product_list li:nth-child(4) {
    width:66%;
	margin-right:0px;
	float:right;
}
.product_list li:nth-child(5) {
    width:31.7%;
	margin-right:2.3%;
}
.product_list li:nth-child(6) {
    width:31.7%;
	margin-right:0px;
}
.product_list li:nth-child(7) {
    width:31.7%;
	margin-right:0px;
	float:right;
}
.product_list li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 0 4% 4%;
	transition: all 1s;
	z-index: 4;
	transform: translateY(0);
}

.product_list li .text_title {
	font-size: 30px;
}
.product_list li .text_small {
	font-size: 16px;
}
.product_list li.small .text {
	padding-bottom: 15%;
}

.i-shade{transform: translateX(100%); transition: all .3s; position: absolute; left: 0; top: 0;  z-index: 3; width: 100%; height: 100%; border-radius: 10px; background: rgba(0,0,0,.6);}
/*.product_ul ul p{transform: translateY(-100%);  transition: all .5s;}*/
.product_list li a{display: block;}
.product_list li:hover .i-shade{transform: translateX(0);}
.product_list li:hover .text{transform: translateY(-50px);}
.product_list li img{transition: all .6s;height:100%;width: 100%;}
.product_list li:hover img{ transform:scale(1.05);}

.cloud {
	/*background: url(../images/beij1.jpg) repeat left top;*/
	background: #F8F8F8;
	padding-bottom: 2%;
}

.cloud_list {
}
.newsT .name{
    text-align:left;
	padding-left:10px;
}

.newsT .bott{
    float:left;
    text-align:center;
	padding-left:10px;
	width: 97%;
}
.newsT .bott .btn{
    float:left;
}
.newsT .bott span{
    float:right;
}
.newsT .bott .btn {
	width: 94px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #2E68E5;
	margin: 0px auto 0;
	transition:  ease-in-out .3s;
	border-radius: 26px;
	line-height: 38px;
	color: #2E68E5;
}
.cloud_list li {
	float: left;
	width: 23.3%;
	padding: 0 0 35px 0;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 0 22px 40px 0;
	border-radius: 20px;
	box-shadow: 0 0 26px rgba(129, 129, 129, .3);
	transition:all 1s;
}
.cloud_list li:nth-child(4)  {
    margin-right: 0px
}
.cloud_list li:nth-child(8)  {
    margin-right: 0px
}
.cloud_list .imt{
	overflow:hidden;
	border-radius: 20px 20px 0 0;
}
.cloud_list li img {
	width: 341px;
	height: 190px;
	border-radius: 20px 20px 0 0;
	transition:all .6s;
}

.cloud_list .name {
	font-size: 20px;
	margin: 12px 0;
	color: #333;
	font-weight: bold;
	height: 65px;
	line-height:30px;
}

.cloud_list .btn {
	width: 94px;
	height: 40px;
	/*background: url(../images/btn_lr.png) no-repeat center;
	background-size: 100%;*/
	background-color: #2E68E5;
	border: 1px solid #2E68E5;
	margin: 20px auto 0;
	transition:  ease-in-out .3s;
	border-radius: 26px;
	line-height: 38px;
	color: #ffffff;
}
.cloud_list .btn.act{
	background: #FFA419;
	border: 1px solid #FFA419;
	color: #fff;
}
/*.cloud_list .btn::after{
	content: "\e258";
	position: relative;
		top: 1px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
}*/
.cloud_list li:hover {
	box-shadow: 0 0 26px rgba(47,105,228, .3);
}
.cloud_list li img:hover {
	transform:scale(1.05);
	border-radius: 20px 20px 0 0;
}
.cloud_list li:hover a,
.cloud_list li:hover .name {
	color: #0070ac;
}
/*
.cloud_list li:hover .btn {

	background: #FFA419;
}*/

.cloud_list li:hover .btn::after{
	color: #fff;
}
.cloud_list li .text{padding: 0 20px;}



.services_list li {
	position: relative;
}

.services_list .sel {
	width: 37.5%;
}

.services_list .sel>li {
	float: left;
	/*width: 50%;*/
	overflow:hidden;
	width: 47.5%;
}

.services_list .seone>li {
	/*margin: 0 2.5% 3.2% 0*/
	/*padding: 0 10px 10px 0;*/
	margin: 0 2.5% 2.0% 0
}

.services_list .sethird>li {
	/*margin: 0 0 3.2% 2.5%;*/
	/*padding: 0 0 10px 10px;*/
	margin: 0 0 2.0% 2.5%
}

.services_list .sel_imt .text {
	position: absolute;
	left: 10px;
	/*right: 3%;*/
	bottom: 10px;
	/*bottom: 3%;*/
	color: #fff;
}

.services_list  .sethird .text {left: 20px;}

.services_list .sel_text {
	transform: translateY(200%); 
	transition: all 1s;
	width: 100%;
	height: 100%;
	/*text-align: center;*/
	position: absolute;
	left: 0;
	/*top: 0;*/
	bottom:0;
	color: #fff;
	/*font-size: 18px;*/
	background:rgba(0,158,65,.8);/*#FFA419;*/
	z-index: 9;
	/*display: none;*/
	padding:5px;
	font-size:16px;
	/*background: rgba(0,0,0,.6);*/
	
}

.services_list li a{display: block; position: relative;color:rgba(255,255,255,.9);white-space: nowrap;font-size: 14px;font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;}
.services_list li a:hover{/*color:#FFA419;*/color:#fff ;}
.services_list .sel_text .line {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/icon_add.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -11px;
}

.services_list .sel_text .name {
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
}

.services_list .sem {
	width: 25%;
}

.services_list .sel_text ul>li
{
	line-height:2em;
	clear:both;
	width:100%;
}
.services_list .sel_text ul>li:last-child{
	text-align:right;
	position: absolute;
    bottom: 10px;
    right: 10px;
}
.services_list li .sel_imt img {
	transition:all 0.6s;
	width: 100%;
	height: 145px;
}
.services_list li .sel_imt img:hover{
	transform:scale(1.4);
}
.services_list .sem .sel_imt  img{height: 300px;}


.services_list li:hover .sel_text {
	transform: translateY(0);
	/*display: block;*/
}

.add {
	padding-top: 10px;
}

.add .swiper-pagination {
	bottom: 5% !important;
}

.add .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 0 6px !important;
}

.add .swiper-pagination-bullet-active {
	background: #0070ac;
}

.news {
	/*background: url(../images/beij2.jpg) repeat center top;*/
	background: #f7f7f7;
	padding-bottom: 2%;
	margin-top: 2%;
}

.news_menu {
	text-align: center;
}
.news_menu a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	border-radius: 8px;
	background: #ffffff;
	border:1px #ffffff solid;
	color: #686868;
	margin: 0 25px;
	transition: ease-in-out .6s;
}
.news_menu .act,
.news_menu a.active,
.news_menu a:hover {
	background: #2E68E5;
	color: #fff;
	border:1px #2E68E5 solid;
}
.btnCom_more a,.btnCom_more span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 90px;
	border-radius: 23px;
	background: #ffffff;
	border:1px #2E68E5 solid;
	color: #2E68E5;
	margin: 0 25px;
	transition: ease-in-out .6s;
}

.btnCom_more a:hover,.btnCom_more span:hover {
	background: #FFA419;
	color: #fff;
	border:1px #FFA419 solid;
}

.news_tabcontent{
	display:none;
}
.news_tabcontent.active{
	display:block;
}
.news_content {
	margin: 3% 0 2%;
	line-height: 1.7;
}

.news_content .nct {
	width: 46.15%;
	background: #fff;
}

.news_content .nct_imt {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
	overflow:hidden;
	
}
.news_content .nct_imt img{
	border:5px solid #fff;
	height: 255px;
	width: 100%;
	object-fit: cover;
	/*transition:all 0.6s;*/
}
.news_content .nct_imt img:hover{
	/*transform:scale(1.2);*/
}
.news_content .time {
	width: 80px;
	height: 80px;
	background: #0070ac;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	font-family: arial;
}

.news_content .nct .nct_imt .time {
	position: absolute;
	left: 32px;
	top: 3px;
}

.news_content .time_day {
	font-size: 54px;
	padding-bottom: 2px;
}


.news_content .nct_text {
	color: #818181;
	font-size: 14px;
}

.news_content .nct .nct_text {
	/* margin-top: 5px; */
	padding: 10px;
	background: #fff;
}

.news_content .nct_name {
	color: #333;
	font-size: 16px;
	margin-bottom: 6px;
}

.news_content .ncr {
	width: 51%;
}

.news_content .ncr li a {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	padding: 22px 0;
}
.news_content a:hover{
	background:rgba(255,255,255,0.3);
}
.news_content a :hover .nct_name{
	color:#FFA419;
}
.news_content .ncr li:first-child a {
	padding-top: 0;
}

.news_content .ncr .nct_imt {
	float: left;
}

.news_content .ncr .nct_text {
	/* float: right;
	width: 85%; */
	margin-left: 90px;
}
.nct-f-img{height:  255px; display: flex; align-items: center; background-color: #fff;}
.ncr .nct_span{height: 46px; overflow: hidden;}
.btnCom_more {
	text-align: center;
}

.btnCom_more a {
	margin: 0;
}

.techProblem {
	padding-top: 2%;
	/*margin: 2% 0;*/
	font-size: 14px;
}

.techProblem .techContent {
	width: 47.5%;
}

.techProblem .title {
	font-size: 26px;
	color: #333;
	padding-left: 22px;
	background: url(../images/icon1.png) no-repeat left 8px;
	margin-bottom: 1.5%;
}

.techProblem li a {
	display: block;
	overflow: hidden;
	padding: 3% 0;
	border-bottom: 1px solid #e1e1e1;
}

.techProblem li .spn {
	padding-left: 22px;
	background: url(../images/icon2.png) no-repeat left center;
	display: block;
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #818181;
}

.techProblem li .time {
	float: right;
}

.techProblem li a:hover .spn {
	color: #FFA419;
}

.techProblem li:last-child a {
	border-bottom: none;
}

.jxdom {
	background: #f5f5f5;
	padding: 3% 0;
	margin-top: 15px;
	font-size: 14px;
}

.jxdom li {
	width: 20%;
	text-align: center;
	overflow: hidden;
	float: left;
}

.jxdom li .name {
	font-size: 19px;
	color: #333;
	margin: 13px 0;
}
.jxdom img{
	transition:all 0.6s;
	
}
.jxdom img:hover{
	
	transform:scale(1.1);
}


.zd-foot {
	background: #F8F8F8;
	padding-top: 2.5%;
	font-size: 14px;
	color: #818181;
}

.zd-foot a:hover {
	color: #FFA419;
}
.zd-foot_dl_t {
    width:100%;
	overflow: hidden;
}
.zd-foot_dl_t .zd-foot_logo {
    width:45%
}
.zd-foot_dl_t .zd-foot_phone {
    
}
.zd-foot_dl_t .zd-foot_phone img{
    margin-right:10px;
}
.zd-foot_dl {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between; flex-direction: row;
}
.zd-foot_dl .zd-foot_dl_l{
	flex: 1;
	margin-top: 20px;
}
.zd-foot_dl_l{
	display: flex; flex-direction: row;

}
.zd-foot_dl_l dl {
	/*float: left;
	flex: 1;*/
	width: 20%;
}
/*
.zd-foot_dl_l dl.mr_l_20{
	margin-left:20px;
}
.zd-foot_dl_l dl.cols_2{
	margin-left:50px;
	
}
.zd-foot_dl_l dl.cols_3{
	margin-left:5px;

}
*/
.zd-foot_dl dt,.zd-foot_dl dt a {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	margin-bottom: 25px;
}

.zd-foot_dl dl dd {

	padding-right:10px;
	overflow:hidden;
	height:20px;
	margin-top: 15px;
	color:#000000;
}

.zd-foot_dl dl dd a{
	color:#000000;
	font-size: 14px;
}

.zd-foot_dl  .zd-foot_dl_r dl  dd{
	float:none;
	height:auto;
	width:100%;
	margin-left:0;
}

.zd-foot_dl .zd-foot_logo {
    
}

.zd-foot_dl .phone {
	color: #fff;
	background: #0070ac;
	padding: 10px 9px 10px 60px;
	position: relative;
}

.zd-foot_dl .phone_num {
	font-size: 19px;
	font-weight: bold;
}

.zd-foot_dl .phone img {
	position: absolute;
	left: 10px;
	top: 13px;
}

.zd-foot_dl .weix {
	background: #2C65DF;
	text-align: center;
    padding: 20px 3px;
    display: flex;
    flex-direction: row;
	justify-items: flex-end;
	justify-content: space-evenly;
	border-radius: 8px;
    color: #ffffff;
}

.zd-foot_dl .weix_content {
	width: 180px;
	/*float: left;*/
	margin: 0 16px;
}

.zd-foot_dl .weix_content img {
	width: 180px;
	height: 180px;
	margin-bottom: 10px;
}

.zd-foot_link {
    color:#000000;
	padding: 15px 0 5px;
	border-top: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
}

.zd-foot_link .title {
	font-size: 16px;
	font-weight:bold;
	margin-right:20px;
}

.zd-foot_link .line {
	padding: 0 5px;
}

.zd-foot_link a {
    color:#000000;
	display: inline-block;
	margin-bottom: 10px;
}
.zd-foot_copy {
    line-height:60px;
    background:#2C65DF;
	color: #ffffff;
	overflow: hidden;
}

.zd-foot_copy a {
	color: #ffffff;
	margin-right:10px;
}
.zd-foot_dom {
    overflow: hidden;
	padding: 0;
}

.zd-foot_dom .companyUrl {
}

.zd-foot_dom .spt {
	padding: 0 35px 0 0;
}
.kflink{
cursor: pointer;
}
#fdqq {
	width: 72px;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 99999;
}

#fdqq li {
	margin-top: 1px;
	width: 72px;
	height: 72px;
	background: #0070AC;
}

#fdqq li:hover {
	background: #FFA419;
}

.nbanner {
	height: 370px;
	position: relative;
}
.nbanner_img{
	height: 300px;
	width: 100%;
	background-size: cover;
}
.nbanner_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.nbanner_text .text_title {
	font-size: 36px;
	margin-bottom: 8px;
}

.nbanner_text .spn {
	display: inline-block;
	margin: 0 6px;
}

.nbanner_text .w1170 {
	text-align: left;
}

.nbanner_text .small_t1 {
	font-size: 28px;
}

.nbanner_menu {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	text-align: center;
	overflow: hidden;
}

.dbl {
	/*display: inline-block;*/
	/*position: relative;*/
	display: flex;
	/*top: -1px;*/
}

.nbanner_menu li {
	display: inline-block;
	margin: 0;
	width: auto;
	/*margin-right: 9px;*/
	margin: 10px 25px 0 0;
}

.nbanner_menu li a {
	display: block;
	color: #000;
	padding: 0 70px;
	font-size: 16px;
	font-weight:bold;
	background: #F7F9FB;
	border-radius: 8px;
}
.nbanner_menu li i{font-size:20px;}

/*.nbanner_menu li:last-child{margin-right:0;}
.nbanner_menu li a{display: block;padding:0 27px;color: #fff;}
.nbanner_menu li.active a{background: #0070ac;}*/

.nbanner_menu .active a,.nbanner_menu a:hover {
	background: #2E68E4;
	color: #ffffff;
}

.jxnmenu {
	padding: 2.0% 0;
	font-size: 14px;
	color: #818181;
	position: absolute;
    bottom: 60px;
    left: 5%;
    color: #ffffff;
}

.jxnmenu .title {
	padding-left: 25px;
	background: url(../images/icon12.png) no-repeat left center;
}

.jxnmenu a {
	color: #ffffff;
}

.jxnmenu a:hover,
.jxnmenu .active {
	color: #ffffff;
}

.jxnmenu .spn {
	padding: 0 6px;
}

.relevant-warp {
width: 100%;
}
.relevant-warp>div:nth-child(even){
	background: #f7f7f7;
}
.relevant-warp2 {
	width: 100%;
	}
.relevant-warp2>div:nth-child(odd){
		background: #f7f7f7;
}
.relevant-warp>div:first-child,.relevant-warp2>div:first-child{
	margin-top: 0;
}
.relevant-warp>div:last-child,.relevant-warp2>div:last-child{
	
	margin-bottom: 0;
}
.product_info {
	margin: 2% 0;
	width:100%;
	padding-top:4%;
}
/*.pim_bg img {max-height: 210px;}*/
.product_info .pim {
	width: 43%;
}
.product_info .pim_bg{
	background: url(../images/pro_bg2.png) no-repeat center;
	background-size:100% 100%; 
	text-align: center;
	position: relative;
}
.product_info .pim_bg img{
    width:95%;
}
.product_info .pit {
	width: 54%;
}
.product_content{
	line-height:30px;
	background: #ffffff
}
.product_details>.product_content:nth-child(even){
	margin-top: 1%;
	background-color: #f7f7f7;
}
.product_details .rtitle{
	padding: 30px 0;
    color: #333;
	font-size: 26px;
}
.product_details .rtitle span{
	background: url(../images/icon1.png) no-repeat left top;
 
    width: 10px;
    height: 26px;
}
.product_content  .inner_warpper
{
	/*width: 1170px;*/
}
.product_content  .inner_warpper .inner_cell,.bgblack_warpper>tbody>tr>td{
	
	/*width: 1170px;*/
	max-width: 1170px;
	padding: 2% 0;
}

.product_content .details_warp>*,.bgblack_warpper>tbody>tr>td>*{
	/*max-width: 1170px;*/
	margin-left: auto;
	margin-right:  auto;
}
.product_content .details_warp>table.bgblack_warpper
{
	width: 100% !important;
	max-width: 100% !important;
}
.product_content .zd-down-dl{width:100%;float:left;margin:20px 0 40px 0;}
.product_content .zd-down-dl li{width:48%;float:left;margin:10px;}
.product_content .zd-down-dl linth-child(2n){margin-right:0px;}
.pim_list {
	margin-top: 7%;
}
.pim_list ul{
	/*
	max-height: 100px;
	overflow: hidden;*/
	display: flex;
	flex-direction: row;
}
.pim_list li {
	/*float: left;*/
	width: 23.5%;
	margin-right: 1.5%;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	text-align: center;
    border-radius: 8px;
}

.pim_list li:hover,.pim_list li.active {
	border-color: #0772D0;
}

.pit {
	font-size: 14px;
	color: #818181;
	line-height: 30px;
}

.pit .pit_title {
	font-size: 30px;
	color: #000;
	font-weight:bold;
}

.pit .pit_text {
	color: #000;
	font-size: 16px;
}
.pit .pit_menu {
	margin: 3% 0;
}

.pit .pit_menu .spn {
    display: inline-block;
    color: #ffffff;
    background: #2E68E5;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 8px;
    margin-right: 16px;
    margin-bottom: 6px;
    border: 1px solid #ffffff;
	opacity: 0.80;filter:alpha(opacity=80);
}

.pit .pit_menu .btn_apply {
	background: #FFA419;
	color: #fff;
}

.pit .pit_pmenu {
	margin: 3% 0;
	width: 100%;
	float: left;
}
.pit .pit_pmenu li {width:100%;overflow: hidden;margin-bottom: 15px;}
.pit .pit_pmenu li span{display: inline-block;height: 34px; line-height: 34px;font-size: 14px;}
.pit .pit_pmenu .spn1 {
    color: #ffffff;
    background: #2E68E5;
    border-radius: 8px;
	width: 15%;
    text-align: center;
	float:left;
}

.pit .pit_pmenu .spn2 {
	width: 80%;
	line-height: 20px;
	color:#000;
	margin-left: 15px;
}
.pit .pit_pmenu2 {
	margin: 3% 0;
	width: 87%;
    float: left;
}
.pit .pit_btn {
	margin-top: 10%;
	width: 100%;
    overflow: hidden;
}

a.text-over{display: block;}

.pit .pit_btn button {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: none;
    margin-right: 24px;
    padding: 0 20px;
    border-radius: 36px;
}
.pit .pit_btn .btn_download {
	background: #0070ac;
}

.pit .pit_btn .btn_apply {
	background: ##2E68E5;
}


.pit .pit_menu_apply {
	margin: 3% 0;
}

.pit .pit_menu_apply .spn {
    display: inline-block;
    color: #2E68E5;
    background: #ffffff;
    height: 40px;
    line-height: 38px;
    padding: 0 60px;
    border-radius: 20px;
    margin-right: 16px;
    margin-bottom: 6px;
    border: 1px solid #ffffff;
	font-weight:bold;
	font-size:15px;
}

.pit .pit_menu_apply .spn:hover {
    background: #FFA419;
    color: #ffffff;
}

.pit .pit_menu_apply .btn_apply {
	background: #2E68E5;
    color: #ffffff;
}
.product_nav {
    height: 70px;
    line-height: 70px;
    background: #F1F1F1;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 1;
}
.product_nav ul{text-align: center;}
.product_nav ul li{display: inline-block; width: auto;}
.product_nav li a {
	color: #000000;
	display: block;
	float: left;
	padding: 0 30px;
	position: relative;
	border-radius: 8px;
    margin: 10px;
    height: 50px;
    line-height: 50px;
}
.product_nav li:last-child a {
	background: #FFA419;
	color: #fff;
}

.product_nav li.active a,
.product_nav li a:hover {
	background: #2E68E4;
	color: #fff;
}


/*.product_nav a:after {
	display: block;
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 11px;
	background: #d7d7d7;
}

.product_nav a:last-child:after,
.product_nav a.active:after,
.product_nav a:hover:after {
	display: none;
}*/


/*.product_tech{padding: 2.5% 0 4.5%;background: #f5f5f5;}*/

.tech_title {
	color: #000000;
	font-size: 26px;
	background: url(../images/icon1.png) no-repeat center 0px;
	margin-bottom: 2%;
	position: relative;
	text-align:center;
	padding-top:20px;
}
/*
.tech_title:before {width: 6px; font-size: 26px; content: ''; background: url(../images/icon1.png) no-repeat; background-size: 100% 100%;  position: absolute; left: 0; top: 5px;}*/
.tech_title .spn,.tech_title span {
	font-size: 12px;
	color: #ababab;
	padding-left: 10px;
}

.table_title {
	color: #000000;
	font-weight: bold;
	margin: 2% 0;
}

.table_content {
	color: #000000;
	font-size: 14px;
}

.table_content table {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-right: none;
	border-bottom: none;
}

.table_content th,
.table_content td {
	padding: 0 35px;
	border-right: 1px solid #e1e1e1;
}

.table_content th {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	height: 70px;
	line-height: 70px;
	background: #0070ac;
}

.table_content td {
	height: 62px;
	width: 50%;
	border-bottom: 1px solid #e1e1e1;
}

.product_guide {
	padding: 3% 0;
}

.guide_table {
	margin-top: 2%;
}

.guide_table th {
	color: #333;
	font-size: 17px;
	font-weight: normal;
}

.guide_table th,
.guide_table td {
	padding: 22px 0;
	border: 1px solid #e1e1e1;
}

.guide_table td {
	font-size: 14px;
	color: #818181;
}

.guide_table .tw1 {
	width: 20.5%;
	text-align: left;
	padding: 22px 20px 22px 43px;
}

.guide_table .tw2 {
	text-align: left;
	padding: 22px 20px 22px 35px;
	line-height: 25px;
}

.guide_table .tw3,
.guide_table .tw4 {
	width: 106px;
	text-align: center;
}

.product_use {
	background: #f5f5f5;
	padding: 3% 0;
}

.use_list {
	margin-left: -1.5%;
}

.use_list li {
	float: left;
	width: 23.5%;
	position: relative;
	overflow: hidden;
	margin: 0 0 1.5% 1.5%;
}

.use_list li .text {
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.use_list li:hover .text {
	color: #FFA419;
}

.product_size {
	padding: 2% 0 3%;
}

.product_size .size_imt {
	text-align: center;
}

.product_download {
	padding-bottom: 30px;
}

.download_list li {
	position: relative;
	overflow: hidden;
	color: #818181;
	font-size: 14px;
	/*padding:19px 0;*/
	border-bottom: 1px solid #E1E1E1;
	line-height: 36px;
}


/*.download_list li .info{width: 92.5%;float: left;overflow: hidden;}*/

.download_list li .info {
	padding: 0 158px 0 22px;
	background: url(../images/icon13.png) no-repeat left 50%;
}

.download_list li .num {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.download_list li .btn_downLoad {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon14.png) no-repeat center;
	background-size: 100%;
	/*float: right;*/
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.download_list li a {
	display: block;
	padding: 10px 0;
	line-height: 24px;
}

.download_list li a:hover {
	color: #0070AC;
}

.product_relevant {
/*	padding: 2%;
	padding: 2.5% 0;*/
}

.relevant_list li {
    box-shadow: 0 0 10px rgba(129, 129, 129, .3);
}
.relevant_list li:hover {
    box-shadow: 0 0 18px rgba(47, 105, 228, .3);
}
.relevant_lt {
	overflow: hidden;
	transition: all 1s;
    width: 48%;
    float: left;
    margin: 0 1% 2.5% 1%;
    position: relative;
	background: #ffffff;
	border-radius: 18px;
}
.relevant_lt.col2{
	padding-right: 2%;
}
.relevant_lt.col2:nth-child(2+2n){

	padding-right: 0%;
	
	padding-left: 2%;
}
.relevant_lt::after{
	clear: both;
	content: ' ';
	display: block;   
	  width: 99%;   
	  height: 1em;

}
.relevant_lt:last-child::after{
	border-bottom:none;
}
.relevant_lt:hover{

		background-color: #f7f7f7;
}

.relevant_lt img{
	transition: .6s;
}
.relevant_lt:hover img{
	transform:scale(1.05);
}
.relevant_lt .imt {
	width: 100%;
	background: url(../images/pro_bg.png) no-repeat center;
	float: left;
	overflow: hidden;
	text-align: center;
	
}
.relevant_lt .imt img{
	height:295px;
	object-fit: cover;
}
.relevant_lt .text {
    width: 94%;
    float: left;
    overflow: hidden;
    line-height: 2;
    margin: 3% 3% 3% 3%;
}

.relevant_lt .text_name {
	color: #000000;
	margin-bottom: 8px;
	font-weight: bold;
	font-size:18px;
}

.relevant_lt .text_info {
	font-size: 14px;
	color: #818181;
	height: 48px;
	overflow: hidden;
}

.relevant_lt:hover .text_name {
	color: #000000;
}

.relevant_lt:last-child {
	border-bottom: none;
}

.relevant_lt .pit_menu {
	margin: 3% 0 3% 3%;
    height: 80px;
    overflow: hidden;
    width: 100%;
}

.relevant_lt .pit_menu .spn {
    display: inline-block;
    color: #014E92;
    /* background: #e5f2ff; */
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 14px;
    border: 1px solid #0071E3;
}

.relevant_lt .pit_more{
    margin: 3% 0 3% 3%;
}
.relevant_lt .pit_more .btn_more {
	background: #ffffff;
    color: #0071E3;
    padding: 10px 80px 10px 80px;
    border-radius: 25px;
    border: 1px solid #0071E3;
	float:left;
	margin-right:5%;
}
.relevant_lt .pit_more .btn_more:hover {
    color: #ffffff;
    background: #FFA419;
    border: 1px solid #FFA419;
	transition: ease-in-out .6s;
}

.relevant_lt .pit_more .btn_apply {
	background: #0071E3;
	color: #fff;
	padding: 10px 80px 10px 80px;
    border-radius: 25px;
    border: 1px solid #0071E3;
	float:left;
}
.relevant_lt .pit_more .btn_apply:hover {
    background: #FFA419;
    border: 1px solid #FFA419;
	transition: ease-in-out .6s;
}
.product_solution {
	padding:2% 0 1% 0;
	/*background: #f5f5f5;*/
}

.product_solution .imt {
	width: 100%;
}

.product_solution .text {
	width: 100%;
	margin-top: 0.5%;
}

.product_help {
	padding-bottom: 2%;
}

.product_help .tech_title {
	margin-bottom: 1%;
}

.product_help li a {
	padding: 15px 0;
}

.product_apply {
	background: #f5f5f5;
	padding: 2% 0 2.5% 0;
}

.product_apply .apply_content {
	background: #fff;
	padding: 3% 0 2% 4%;
}

.product_apply .apply_title {
	text-align: center;
	font-size: 14px;
	color: #818181;
}

.product_apply .title {
	color: #0070ac;
	font-size: 26px;
	margin-bottom: 10px;
}
/*样机申请表单验证开始*/
.yjsq .right li span.Validform_wrong,.yjsq .right li span.Validform_right{
	width: 100%;
	padding-left: 20px;
}
/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(../images/right.png) no-repeat left center;
}
.Validform_wrong{
    width: 100%;
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../images/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(../images/onload.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}
    .Validform_checktip{margin-left:0;}
    .err_info{
        border:1px solid #ccc; 
        padding:2px 20px 2px 5px; 
        color:#666; 
        position:absolute;
        display:none;
        line-height:20px;
        background-color:#fff;
        z-index: 9999999;
    }
    .dec {
        bottom: -8px;
        display: block;
        height: 8px;
        overflow: hidden;
        position: absolute;
        left: 10px;
        width: 17px;
    }
    .dec s {
        font-family: simsun;
        font-size: 16px;
        height: 19px;
        left: 0;
        line-height: 21px;
        position: absolute;
        text-decoration: none;
        top: -9px;
        width: 17px;
    }
    .dec .dec1 {
        color: #ccc;
    }
    .dec .dec2 {
        color: #fff;
        top: -10px;
	}
	/*样机申请表单验证结束*/
.apply_dom {
	margin-top: 3%;
}

.apply_dom .dom_fl {
	width: 42%;
	padding: 2.5% 3% 2% 0;
	line-height: 1.8;
}

.apply_dom .dom_t1 {
	color: #333;
}

.apply_dom .dom_t2 {
	padding: 4% 0 10% 0;
	color: #818181;
	font-size: 14px;
	line-height: 2.5;
}

.apply_dom .dom_t3 {
	color: #FFA419;
	font-size: 24px;
	text-align: center;
}

.apply_dom .dom_fr {
	width: 58%;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	padding-left: 4%;
}

.apply_dom .dom_fr .ov .form-group {
	width: 43%;
	float: left;
	margin-right: 3.5%;
	/*position: relative;*/
}
.apply_dom .dom_fr .ov .form-group span
{
position: relative;
}
.apply_dom .dom_fr .ov .form-group span i.red{
	transform: translateY(0); 
}
.apply_dom .dom_fr .ipt {
	height: 52px;
}

.apply_dom .dom_fr .tpt {
	width: 90%;
	height: 96px;
}

.apply_dom .dom_fr .btn-sum {
	width: 90%;
	background: #0070ac;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 4px;
	height: 65px;
}

.apply_dom .dom_fr .btn-sum:hover {
	background: #FFA419;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product_center .product_info {
	margin-top: 0;
}

.product_center .product_info .pit {
	width: 53%;
	text-align: justify;
}

.product_center .product_info .pit_title {
	margin: 5% 0 7%;
}

.product_center .product_info .pit_text {
	line-height: 2.5;
}

.product_center .pim_list li {
	margin-right: 0;
	margin-left: 1.5%;
}

.product_centerList {
	float: left;
	width:100%;
}

.product_centerList ul {
	padding: 0;
}
.product_centerList li {
	padding: 2.5% 5% 2.5% 2.5%;
	border: 1px solid #e1e1e1;
	margin-bottom: 1.5%;
	overflow: hidden;
	transition: all 1s;
	height: 600px;
}
.product_centerList li:last-child{margin-bottom:0px;}
/*.product_centerList li a {
	display: block;
	overflow: hidden;
}*/

.product_centerList li .imt {
	width: 24.5%;
    margin-left: 14%;
}

.product_centerList li .fl a{
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 297px; */
}

.product_centerList li .pit {
    width: 46%;
    margin-top: 4.5%;
    float: left;
    margin-left: 5%;
}

.product_centerList li .pit .pit_title {
	font-size: 42px;
	padding-top: 10px;
	line-height: 50px;
}

.product_centerList li .pit .pit_subtitle {
	font-size: 20px;
}

.product_centerList li .pit .pit_text {
	font-size: 16px;
}

.product_centerList li img{
	transition: .6s;
}
.product_centerList li:hover {
	box-shadow: 0 0 20px #ddd;
	border-color: transparent;
}
.product_centerList li:hover img{
	transform: scale(1.05);
}
/*
.platform_list {
	padding-bottom: 5%;
}*/

.platform_list li {
	padding: 25px 0;
	position: relative;
}

.platform_list li img
{
	
	transition: 1s;
}
/*
.platform_list li:hover{
	box-shadow: 0 10px 5px rgba(0, 0, 0, .1);
}*/
.platform_list li:hover img{
	transform:scale(1.03);
}
.platform_list li:hover .btnCom_more span{
	background-color: #FFA419;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
/*
.platform_list li:nth-child(even):hover .btnCom_more span{
	background-color: #0070ac;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}*/
.platform_list li:first-child {
	padding-top: 2.5%;
}

.platform_list li .platform_text {
	width: 50%;
	font-size: 14px;
	color: #818181;
	line-height: 2.25;
}

.platform_list li .platform_name {
	font-size: 24px;
	color: #333;
	margin-bottom: 3%;
}

.platform_list li .platform_imt {
	width: 46%;
	overflow: hidden;
}

.platform_list li:nth-child(odd) .platform_text {
	float: left;
}

.platform_list li:nth-child(odd) .platform_imt {
	float: right;
}

.platform_list li:nth-child(even) .platform_text {
	float: right;
}

.platform_list li:nth-child(even) .platform_imt {
	float: left;
}

.platform_list li:nth-child(even) {
	background: #f5f5f5;
}

.platform_list li .btnCom_more {
	text-align: left;
	margin-top: 8%;
}

.platform_list li .btnCom_more span {
	height: 60px;
	line-height: 60px;
	width: 170px;
	padding: 0;
	font-size: 18px;
	background: #0070ac;
	color: #fff;
	/*border-radius: 60px;*/
	text-align: center;
}
.platform_list li .btnCom_more span:hover{
	background-color: #FFA419;
	color: #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	
}
/*
.platform_list li:nth-child(even) .btnCom_more span {
	background: #FFA419;
}
.platform_list li:nth-child(even) .btnCom_more span:hover{
	background-color: #0070ac;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}*/
.platform_more a {
	display: block;
	width: 250px;
	height: 44px;
	border: 1px solid #E5E5E5;
	color: #ABABAB;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
}

.platform_more a img {
	vertical-align: text-bottom;
	margin: 0 0 0 9px;
}

.platform_more a:hover {
	color: #FFA419;
	border-color: #FFA419;
}

.platform_info .pc_title {
	color: #333;
	font-size: 28px;
	text-align: center;
}

.platform_info .info_wt {
	/*padding: 2% 0;color: #818181;*/
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}

.platform_info .info_wt>.edit_warp,.platform_info .info_wt>div{
	/*padding: 4% 0 0 0;*/
	
}
.platform_info .info_wt>.edit_warp:nth-child(even) {
	background: #f5f5f5;
}

.platform_info .info_wt>.edit_warp h3,.platform_info .info_wt>div h3{
	color: #0070ac;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1.5%;

    margin: 0 auto;
}
/*
.platform_info .info_wt>div>p{
	max-width: 1170px;
    margin: 0 auto;
}
*/
.platform_info .info_imt {
	margin-top: 2.5%;
	text-align: center;
}

.platform_info .text_title {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-top: 2.5%;
}

.platform_info .info_wt.info_w5 {

}

.platform_info .info_w5 .info_title {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.platform_info .info_w5 .info_btn a {
	display: block;
	width: 236px;
	height: 54px;
	margin: 2.5% auto 0;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border: 3px solid #fff;
	border-radius: 5px;
	color: #fff;
}

.platform_info .info_w5 .info_btn a:hover {
	background: #fff;
	color: #0070ac;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.wisdom .com_title .title_name {
	padding-bottom: 13px;
	font-size: 25px;
}

.wisdom .com_title .title_name:before {
	display: none;
}

.wisdom .com_title .title_name:after {
	width: 73px;
	height: 3px;
	background: #0070ac;
	bottom: 0;
	right: auto;
	left: 50%;
	margin-left: -36px;
	top: auto;
}

.wisdom_solution {
	padding: 1% 0 4%;
}

.wisdom_solution ul {
	margin-left: -1.2%;
}

.wisdom_solution li {
	width: 18.8%;
	float: left;
	margin-left: 1.2%;
	text-align: center;
}

.wisdom_solution li .name {
	color: #818181;
	margin: 10px auto 0;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wisdom_platform {
	padding-top: 0;
}

.wisdom_platform .com_title {
	padding-top: 0;
}

.wisdom_platform li {
	border: 1px solid #e5e5e5;
	padding: 5.8% 0;
}

.wisdom_platform li:hover {
	border-color: #FFA419;
}

.wisdom_platform li:hover .name {
	color: #FFA419;
}

.wisdom_tree {
	background: url(../images/nbeij3.jpg) no-repeat left top;
}

.wisdom_core {
	background: url(../images/nbeij4.jpg) no-repeat left top;
	padding: 3% 0 4%;
}

.wisdom_core ul {
	padding: 2% 0 3%;
}

.wisdom_core li {
	background: #fff;
	padding: 5.8% 0;
}

.wisdom_core li .imt {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.wisdom_core li:hover {
	background: url(../images/nbeij5.png) no-repeat left top;
	background-size: cover;
}

.wisdom_core li:hover .name {
	color: #fff;
}

.wisdom_core li.lt0:hover .imt {
	background: url(../images/z1_1.png) no-repeat center !important;
	background-size: 100%;
}

.wisdom_core li.lt1:hover .imt {
	background: url(../images/z2_1.png) no-repeat center !important;
	background-size: 100%;
}

.wisdom_core li.lt2:hover .imt {
	background: url(../images/z3_1.png) no-repeat center !important;
	background-size: 100%;
}

.wisdom_core li.lt3:hover .imt {
	background: url(../images/z4_1.png) no-repeat center !important;
	background-size: 100%;
}

.wisdom_core li.lt4:hover .imt {
	background: url(../images/z5_1.png) no-repeat center !important;
	background-size: 100%;
}

.wisdom_apply {
	padding: 4% 0;
	background: url(../images/nbeij5.jpg) no-repeat left top;
	background-size: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.wisdom_apply .title {
	font-size: 26px;
}

.wisdom_apply .small {
	margin: 1.5% 0;
}

.btnCom_apply {
	display: block;
	width: 158px;
	height: 42px;
	border-radius: 7px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	margin: 2% auto 0;
}

.btnCom_apply:hover {
	background: #fff;
	color: #22293c;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.wisdom_nbannerMenu {
	height: 50px;
	line-height: 50px;
	box-shadow: 0 5px 10px #F5F5F5;
}

.wisdom_nbannerMenu ul {
	text-align: center;
}

.wisdom_nbannerMenu li {
	display: inline-block;
	margin: 0 3%;
}

.wisdom_nbannerMenu li:first-child {
	margin-left: 0;
}

.wisdom_nbannerMenu li:last-child {
	margin-right: 0;
}

.wisdom_nbannerMenu li a {
	color: #818181;
	display: block;
	position: relative;
}

.wisdom_nbannerMenu li a:after {
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0070ac;
	display: none;
}

.wisdom_nbannerMenu li:hover a,
.wisdom_nbannerMenu li.active a {
	color: #0070ac;
	display: block;
}

.wisdom_nbannerMenu li:hover a:after,
.wisdom_nbannerMenu li.active a:after {
	display: block;
}

.wisdom_nbanner .nbanner_text {
	top: 30%;
}

.wisdom_nbanner .text_title {
	font-size: 60px;
}

.nbanner_menu {
	height: 70px;
	/*line-height: 70px;*/
	box-shadow: 0 20px 30px #CBCBCB;
}

.nbanner_menu ul {
	text-align: center;
}

/*.nbanner_menu li {
	display: inline-block;
	margin: 0 3%;
}*/

/*.nbanner_menu li:first-child {
	margin-left: 0;
}

.nbanner_menu li:last-child {
	margin-right: 0;
}*/


/*.nbanner_menu li a{color: #818181;display: block;position: relative;}*/

/*.nbanner_menu li a:after {
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0070ac;
	display: none;
}

*/
/*.nbanner_menu li:hover a,.nbanner_menu li.active a{color: #0070ac;display: block;}*/

/*.nbanner_menu li:hover a:after,
.nbanner_menu li.active a:after {
	display: block;
}
*/
.wisdom_text {
	/*padding: 4% 0;*/
}

.wisdom_text_title {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}

.wisdom_text_title .title {
	color: #333;
	font-size: 22px;
}

.wisdom_text_title .small {
	padding: 15px 0 25px;
	color: #818181;
}

.wisdom_text_title .small .spn {
	display: inline-block;
	margin: 0 13px;
}

.wisdom_dom {
	color: #818181;
	line-height: 2;
	font-size: 14px;
}

.wisdom_dom .title {
	margin-top: 15px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.wisdom_info .product_relevant {
	background: #f5f5f5;
}

.wisdom_coreTech .wct {
	padding: 2% 0 4%;
}

.wisdom_coreTech .wct:nth-child(even) {
	background: #F5F5F5;
}

.wisdom .com_title .title_tis {
	color: #818181;
	margin-top: 18px;
}

.wisdom_coreTech .wct_imt {
	margin-top: 2.5%;
	text-align: center;
}
/*
.wisdom_envir {
	padding: 5% 0 3%;
}*/
.wisdom_envir >div{
	padding:  10px;
}
.wisdom_envir >div img{
	transition: all 1s;
}
.wisdom_envir >div:hover{
/*	box-shadow: 0 0 10px rgba(129, 129, 129, .3);*/
}
.wisdom_envir >div:hover img{
	transform: scale(1.05);
}

.envir_text {
	width: 53%;
	font-size: 14px;
	color: #818181;
	line-height: 2.25;
}

.envir_imt {
	/*padding:10px;*/
	width: 42.3%;
	overflow: hidden;
}
.envir_imt img{
	width: 100%;
}
.envir_title {
	color: #333;
	font-size: 28px;
	margin: 1.5% 0 3%;
}

.envir_text .btnCom_consult {
	margin-top: 4%;
}
.npd{padding: 0 !important}
.btnCom_consult {
	display: block;
	width: 160px;
	height: 54px;
	background:rgba(2,160,68,1);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 54px;
	/*border-radius: 54px;*/
}

.btnCom_consult:hover {
	background: #0070ac;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.wisdom_envir{
	
	border-bottom: 1px solid #E5E5E5;
}
.wisdom_envirList li {
	padding: 2.5% 10px;
	border-bottom: 1px solid #E5E5E5;
	transition: all 1s;
}
.wisdom_envirList li:last-child{
	border-bottom:0;
}
.wisdom_envirList li img{
	overflow: hidden;
	transition: all 1s;
}
.wisdom_envirList li:hover{
	box-shadow: 0 0 10px rgba(129, 129, 129, .3);
	
}
.wisdom_envir >div:hover .btnCom_consult 
{
	background: #0070ac;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;

}
.wisdom_envirList li:hover img{
	transform: scale(1.05);
}
.wisdom_envirList li .btnCom_consult a {
	display: block;
	overflow: hidden;
}

.wisdom_envirList li .imt {
	float: left;
	width: 30.5%;
	overflow: hidden;
}
.wisdom_envirList li .imt img{
	width: 100%;
}
/*
.wisdom_envirList li .imt img ,.envir_imt img{
	transition: .6s;
	overflow: hidden;
}
.wisdom_envirList li .imt img:hover ,.envir_imt img:hover{
	transform:scale(1.1);
}*/
.wisdom_envirList li .text {
	float: right;
	width: 65%;
	color: #818181;
	font-size: 14px;
	line-height: 2;
}

.wisdom_envirList li .text_name {
	font-size: 20px;
	color: #333;
	margin: 2% 0;
}

.wisdomPlatform {
	padding-top: 3%;
}

.wisdom_about {
	padding-top: 3.5%;
}

.wisdom_about .about-gsjj-gy {
	font-size: 14px;
	line-height: 24px;
}

.jxapply_list .list {
	margin-left: -2.5%;
	padding-bottom: 2%;
}

.jxapply_list li {
	width: 22.5%;
	margin: 0 0 2.5% 2.5%;
	position: relative;
	float: left;
	overflow: hidden;
}

.jxapply_list li img {
	/*height: 300px;*/
   /* width: auto;*/
	width: 100%;
	/*height: 100%;*/
	object-fit:contain ;
	transition: all .6s;
}

.jxapply_list li .text {
	background: rgba(0, 112, 172, 0.8);
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 54px;
	line-height: 54px;
}

.jxapply_list li .textContent {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #d2e3ec;
	/*display: none;*/
	transform: translateY(200%); transition: all .6s;
}

.jxapply_list li:hover .textContent {
	transform: translateY(0);
	display: block;
	
}
.jxapply_list li:hover img{
	transform: scale(1.2);
}

.jxapply_list li .text_title {
	font-weight: bold;
	color: #0070ac;
	text-align: center;
	padding: 17% 0 0;
}

.jxapply_list li .text_info {
	padding: 4% 7% 8%;
	font-size: 14px;
	color: #818181;
	text-justify: newspaper;
	line-height: 1.8;
}

.jxapply_list li .btnCom_apply {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #FFA419;
	border: none;
	font-size: 14px;
}

.jxapply_list li .btnCom_apply a {
	color: #fff;
	display: block;
	cursor: pointer;
}

.jxapply .wisdom_envir {
	padding-top: 0;
}

.jxapply .wisdom_envirList .btnCom_consult {
	width: 138px;
	height: 46px;
	color: #fff;
	font-size: 16px;
	background: #0089d2;
	line-height: 46px;
	margin-top: 4.5%;
}

.jxapply .wisdom_envirList .btnCom_consult a {
	color: #fff;
	/*border-radius: 46px;*/
}

.jxapply .wisdom_envirList .btnCom_consult a:hover,.wisdom_envirList li:hover .btnCom_consult {
	background: #FFA419;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.jxapply .wisdom_text {
	padding-top: 0;
}
/*
.zd-foot_dl_r{float: right;}
.zd-foot_dl_l{margin-right: 275px; overflow: hidden;}
*/

/*@media only screen and (max-width:1354px) {
	.zd-foot_dl dl {
		margin-right: 56px;
	}
}*/


/*关于我们 -> 企业理念*/

img {
	max-width: 100%;
	height: auto;
}

.main {
	/*margin-bottom: 20px;
	color: #818181;*/
	color: #333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-over {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hg-over {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blue {
	color: #0070ac;
}

.fm {
	font-family: "arial";
}

.m-a-tit {
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}

.m-a-tit i {
	display: block;
	font-style: normal;
	color: #ababab;
	font-size: 16px;
}

.qyln-img {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.rysz-tab {
	overflow: hidden;
	margin-bottom: 16px;
	text-align: center;
}

.rysz-tab ul {
	margin: 0 auto;
	display: inline-block;
}

.rysz-tab li {
	cursor: pointer;
	background: #f5f5f5;
	font-size: 14px;
	float: left;
	border-radius: 30px;
	width: 100px;
	line-height: 36px;
	color: #818181;
	margin-right: 20px;
	transition: ease-in-out .3s;
}

.rysz-tab li:last-child {
	margin: 0;
}

.rysz-tab li.tab-active {
	background-color: #FFA419;
	color: #fff;
}

.rysz-list {
	overflow: hidden;
	display: none;
}

.rysz-list1 {
	display: block;
}

.c-list li {
	margin-bottom: 20px;
	text-align: center;
	color: #333333;
    font-size: 16px;
    float: left;
    width: 23%;
    padding-bottom: 20px;
    background: #F2F2F2;
    margin-right: 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(129, 129, 129, .3);
	margin-top: 20px;
}
.c-list li:nth-child(4) {
	margin-right: 0px;
}
.c-list li:nth-child(8) {
	margin-right: 0px;
}
.c-list li img {
	max-width: 100%;
	max-height: 100%;
	width: 90%;
	height: 90%;
	display: block;
	margin: 0 auto;
	cursor: zoom-in;
	transition: .5s;
}
.c-list li img:hover{
	transform:scale(1.02);
}

.c-list .c-list-img {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
}

.pages {
	clear: both;
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px #dedede dotted;
	text-align: center;
	padding-bottom: 20px;
}
.pages_go{
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.input1{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:1px solid #efefef;
	text-align: center;
}
.sure_btn{
	margin-left: 5px;
    background:#005BC1 ;
    color: #fff;
	border:1px solid #efefef;
	padding: 0 10px;
}
.sure_btn:hover{
	background:#FFA419;
}
.pages a {
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0px 12px;
	background: #fff;
	color: #ababab;
	border: 1px solid #efefef;
}
.pages a.a1:first-child{
	display:none;
}
.pages a:hover,
.pages a.on,
.pages a.active {
	border-color: #005BC1;
	background: #005BC1;
	color: #fff;
}

/*办公环境*/
.about-bghj .bghj-img img{
	/*width: 100%;*/
}
/*员工风采*/

.ygfc-list-infos {
	display: none;
	background: #d2e3ec;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}

.ygfc-layer-t {
	text-align: center;
	font-size: 14px;
	color: #0070ac;
}

.ygfc-layer-c {
	text-align: left;
	height: calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	margin: 10px 0;
	line-height: 24px;
	/*font-size: 12px; */
	color: #818181;
	overflow: hidden;
	
	transition:  ease-in-out .3s;
}

.btn-more {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	margin: 0 auto;
	width: 80px;
	line-height: 32px;
	background: #FFA419;
}

.ygfc-list .c-list-img {
	cursor: pointer;
	height: 228px;
}

.ygfc-list li:hover .ygfc-list-infos {
	display: block;
}

.ygfc-list li:hover .ygfc-list-title a {
	color: #0070AC;
}

.c-list-link {
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}


/*员工风采详情*/

.m-title {
	font-size: 24px;
	text-align: center;
	color: #000000;
	font-weight:bold;
}

.m-det-infos {
	border-bottom: 1px dotted #e5e5e5;
	font-size: 14px;
	color: #000000;
	padding-bottom: 20px;
	text-align: center;
	margin: 12px 0 18px;
}

.m-det-infos span {
	margin-right: 15px;
}

.m-det img {
	max-width: 100%;
	object-fit: contain;
	height: auto;
}

.m-det {
	line-height: 32px;
	color: #000;
	font-size: 16px;
	background: #ffffff;
    padding: 30px;
    border-radius: 8px
}
.m-det p{
	font-size: 16px;
}
.opage {
	border-top: 1px solid #e5e5e5;
	margin-top: 60px;
	padding: 20px 0;
	color: #333;
	float: none;
}

.opage a {
	color: #333;
	margin-left: 4px;
}

.opage a:hover {
	color: #0070ac;
}


/*办公环境*/

.bghj-img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.bghj-img span {
	font-weight: bold;
	clear: both;
	display: block;
	color: #333;
	padding: 12px 0 24px;
	font-size: 16px;
}

.bghj-img .left,
.bghj-img .right {
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}

.bghj-img .right {
	padding: 0 0 0 10px;
}


/*加入我们*/

.about-jrwm-list:after {
	content: '';
	display: block;
	clear: both;
}

.about-jrwm-list li {
	float: left;
	padding: 0 15px 20px 0;
	width: 50%;
	box-sizing: border-box;
}

.about-jrwm-list li:nth-child(even) {
	padding: 0 0 20px 15px;
}

.jrwm-ct {
	display: block;
	min-height: 132px;
	padding: 20px;
	background: #f5f5f5;
	transition: ease-in-out .6s;
}

.jrwm-job {
	position: relative;
	margin-bottom: 20px;
}

.jrwm-job .text-over {
	padding-right: 90px;
	font-size: 16px;
	color: #333;
}

.jrwm-job span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
}

.jrwm-ct p {
	line-height: 24px;
	font-size: 12px;
}

.a-tit-infos {
	font-size: 12px;
	margin-top: 6px;
	color: #818181;
}

.a-tit-infos span {
	color: #0070ac;
	margin-left: 3px;
}

.jrwm-ct:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(129, 129, 129, .3);
}

.jrwm-ct:hover .text-over {
	color: #0070ac;
}


/*加入我们详情*/

.about-jrwm-det {
	border: 1px solid #e5e5e5;
}

.jrwm-det-c {
	font-size: 12px;
	padding: 10px 20px;
	line-height: 28px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.jrwm-det-b,
.jrwm-det-t {
	position: relative;
	padding: 15px 20px;
	font-size: 14px;
}

.jrwm-det-t i {
	display: block;
	padding-right: 80px;
	font-style: normal;
	font-size: 16px;
}

.jrwm-det-t span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}


/*发展历程*/

.about-fzlc-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	height: 250px;
	transition: ease-in-out 1s;
}

.about-fzlc-list:before {
	background: #0070ac;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.about-fzlc-list li {
	text-align: center;
	width: 48.5%;
	padding: 0 20px;
	clear: both;
	margin-bottom: 20px;
}

.about-fzlc-list li:last-child {
	margin: 0;
}

.about-fzlc-list li:nth-child(odd) {
	float: left;
}

.about-fzlc-list li:nth-child(even) {
	float: right;
}

.fzlc-time {
	position: relative;
	padding-bottom: 10px;
	color: #0070ac;
	font-size: 14px;
	border-bottom: 1px solid #0070ac;
}

.fzlc-time span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.fzlc-time:before {
	content: '';
	background: #0070ac;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.fzlc-evt {
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}

.about-fzlc-more {
	display: block;
	cursor: pointer;
	width: 60px;
	margin: 12px auto 20px;
	text-align: center;
	font-size: 12px;
}

.about-fzlc-more:before{
	content: ' ';
	display: block;
	width: 30px;
	height: 44px;
	margin: 0 auto 8px;
	background: url("../images/btn_more.png");
}


/*公司简介*/

.about-ct {
	margin-bottom: 30px;
	position: relative;
}
.about-gsjj-hj,.about-gsjj-lc,.about-gsjj-ln{
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-bg {
	background: #f5f5f5;
	/*padding: 20px 0;*/
}

.contact-bg {
	background: #F5F5F5;
	padding: 20px 0 0 0;
}

.zd-yjsq{width:100%;overflow: hidden;background-image: url(../images/yjsq_bg.jpg);padding-top: 50px;}
.yjsq-bg {
	background: #FFFFFF;
	padding: 20px 0;
	border-radius: 8px;
	width: 1410px;
    margin: 0 auto;
    border: #efefef 1px solid;
    box-shadow: 0 0 10px rgba(129, 129, 129, .3);
}


.about-gsjj-gy {
	font-size: 14px;
	line-height: 24px;
}

.about-main .w1170 {
	clear: both;
}

.btn-about-more {
	width: 120px;
	clear: both;
}

.about-gsjj-ln ul:after {
	clear: both;
	content: '';
	display: block;
}

.about-gsjj-ln li {
	position: relative;
	margin-top: 60px;
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 10px;
}

.gsjj-ln-infos {
	position: relative;
	line-height: 24px;
	font-size: 14px;
	background-color: #fff;
	height: 260px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px 10px;
}

.gsjj-ln-infos span {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 70px 0 8px;
	text-align: center;
}

.gsjj-ln-pd {
	overflow: hidden;
	height: 100%;
}

.about-gsjj-ln li i {
	transition: ease-in-out .6s;
	z-index: 2;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	background-size: 100%;
	width: 95px;
	height: 110px;
	background-image: url(../images/about_icon1_1.png);
}

.about-gsjj-ln .gsjj-ln2 i {
	background-image: url(../images/about_icon2_1.png);
}

.about-gsjj-ln .gsjj-ln3 i {
	background-image: url(../images/about_icon3_1.png);
}

.about-gsjj-ln .gsjj-ln4 i {
	background-image: url(../images/about_icon4_1.png);
}

.about-gsjj-ln .gsjj-ln5 i {
	background-image: url(../images/about_icon5_1.png);
}

.gsjj-ln-ct:hover {
	box-shadow: 0 0 10px rgba(129, 129, 129, .3);
}

.gsjj-ln1 .gsjj-ln-ct:hover i {
	background-image: url(../images/about_icon1_2.png);
}

.gsjj-ln2 .gsjj-ln-ct:hover i {
	background-image: url(../images/about_icon2_2.png);
}

.gsjj-ln3 .gsjj-ln-ct:hover i {
	background-image: url(../images/about_icon3_2.png);
}

.gsjj-ln4 .gsjj-ln-ct:hover i {
	background-image: url(../images/about_icon4_2.png);
}

.gsjj-ln5 .gsjj-ln-ct:hover i {
	background-image: url(../images/about_icon5_2.png);
}

.about-bghj-container {
	overflow: hidden;
	height: 240px;
}

.about-bghj-pd {
	padding: 0 70px;
	position: relative;
}

.about-bghj-container img {
	/* width: 100%; max-height: -webkit-calc(100% - 32px); max-height: -webkit-calc(100% - 32px); */
	display: block;
	margin: 0 auto;
}

.about-gsjj-b {
	height: 100%;
}

.about-gsjj-b span {
	display: block;
	margin-top: 10px;
}

.viewer-canvas img {
	border: 10px solid #fff;
}

.about-gsjj-hj .swiper-pagination {
	display: none;
}

.about-gsjj-hj strong {
	margin-top: -10px;
	cursor: pointer;
	z-index: 3;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-image: url(../images/btn_lf.jpg);
	background-size: 100%;
}

.about-gsjj-hj .about-bghj-next {
	left: auto;
	right: 0;
	background-image: url(../images/btn_lr.jpg);
}
.about-gsjj-jr{
	margin-bottom: 2%;
}
.swiper-slide {
	text-align: center;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.about-gsjj-hj .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}

.about-gsjj-hj .swiper-slide-active,
.about-gsjj-hj .swiper-slide-duplicate-active {
	transform: scale(1);
}


/*联系方式*/

.cl {
	overflow: hidden;
	font-size: 14px;
	color: #818181;
}

.contact-fs-ct {
	padding-bottom: 20px;
	display: flex;
	direction: row;
}

.contact-fs-ct .fr {
	width: 45%;flex: 1;
	margin-left: 3%;
}

.contact-fs-ct .fl {
	padding-right: 30px;
	box-sizing: border-box;
	width: 50%;
	padding: 50px;
	border-radius: 8px;
}

.contact-fs-ct .ctitle {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}

.contact-fs-ct span {
	margin-right: 20px;
	white-space: nowrap;
}

.contact-infos {
	margin-bottom: 20px;
	line-height: 40px;
}

.contact-mwd {
	max-width: 400px;
}

.contact-erm {
	overflow: hidden;
}

.contact-erm li {
	width: 84px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.contact-erm img {
	display: block;
	margin-bottom: 6px;
}

.contact-bsc-list li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.contact-bsc-list li:nth-child(evem) {
	padding: 0 0 0 15px
}

.contact-bsc-ct {
	height: 240px;
	background-color: #fff;
	padding: 60px 0 0 0;
	border-radius: 8px;
}

#sdcms-map{
    border: 1px solid #DDDDDD;
	border-radius: 8px;
}

.bsc-img {
	margin: 30px 50px 0 60px;
	width: 30%;
}

.bsc-img img {
	width: 287px;
	margin: 0 auto;
	display: block;
}

.bsc-infos {
    width:33%;
	float: left;
}

.bsc-infos h4 {
	font-size: 16px;
	color: #333;
    background-image: url(../images/tel.png);
	height: 52px;
    background-position: center;
    background-repeat: no-repeat;
}

.bsc-infos dd {
	font-size: 20px;
    color: #000000;
	text-align:center;
}

.contact-line,.contact-office {
	padding-top: 50px;
}

.qr-img {
    margin-right: 4%;
}

.qr-img img {
	width: 111px;
	margin: 0 auto;
	display: block;
}

.line-sort i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact-line-ct {
    font-size: 12px;
    color: #818181;
    background-color: #f9f9f9;
    margin-left: 80px;
    padding: 10px;
    line-height: 60px;
    min-height: 80px;
	vertical-align: middle;
}
.contact-line ul{
	
	list-style: none; 
	counter-reset: li;
}
.contact-line li {
	margin-bottom: 10px;
	position: relative;
	counter-increment: li;
	overflow: hidden;
}
/*.contact-line li::before{
	content: counter(li);
	font-size: 48px;
	text-align: center;
	width: 80px;
	height: 100%;
	background-color: #0070AC;
	display: inline-block;
	position: absolute;color: #fff;

}
*/
.line-sort {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	text-align: center;
	width: 80px;
	height: 100%;
	background-color: #0070AC;
	color: #fff;
}


.loading-more {
	font-size: 14px;
	width: 160px;
	line-height: 36px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin: 20px auto 0;
}

.loading-more span {
	display: inline-block;
	margin-left: 4px;
	width: 20px;
	height: 16px;
	background-size: 100%;
	background-image: url(../images/icon_loading.png);
	position: relative;
	top: 2px;
}

.nmg-main {
	/*margin-bottom: 0;*/
}

.wd-list li {
	box-sizing: border-box;
	font-size: 16px;
}

.news-rec-list li {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
}


.news-rec-list li:nth-child(even) {
	padding: 0 0 0 15px;
}

.wd-ct {
	display: block;
	position: relative;
	padding: 0 40px 0 20px;
	line-height: 48px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ebebeb;
}

.wd-ct:before {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	position: absolute;
	background: #ababab;
	border-radius: 50%;
}

.wd-ct span {
	position: absolute;
	right: 0;
}
.rtitle {
	color: #333;
	line-height: 28px;
}

.rtitle span {
	float: left;
	margin-right: 10px;
	display: block;
	width: 6px;
	height: 16px;
	position: relative;
	top: 6px;
	background-image: url(../images/icon1.png);
	background-size: 100% 100%;
}
.news-rec {
	margin-top: 2%;
	padding: 2% 0;
}
.news-rec .rtitle{
	color: #333;
    
    font-size: 26px;
    margin-bottom: 2%;
    position: relative;
}
.news-rec .rtitle span{
	
	width: 10px;
	height: 26px;
	position: relative;
	top: 2px;
	background-image: url(../images/icon1.png);
	background-size: 100% 100%;
}

.hcolor:hover {
	color: #0070AC;
}

.hcolor:hover:before {
	background: #0070AC;
}


/*技术服务*/

.yjsq-ct {
	width: 50%;
}

.yjsq .right {
	padding: 0 30px;
}

.yjsq .right h4 {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}

.yjsq .right ul {
	line-height: 32px
}

.yjsq .left ul i {
	margin-right: 5px;
	color:red;
}

.yjsq .right p {
	color: #FFA419;
	margin-top: 50px;
	font-size: 20px;
}
.yjsq .right textarea {
	padding: 5px 10px;
	width: 100%;
	background: #fff;
	resize: none;
	height: 300px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.yjsq .left {
	padding: 0 30px;
	/*border-right: 1px solid #ebebeb;*/
}
.yjsq li span{position: relative;}
.yjsq li span .red{position: absolute; left: -10px; top: 50%; transform: translateY(-50%);}
.yjsq .left li:after{content: ''; clear: both; width: 100%; height: 0; display: block;}

.red{color: #f00;}
.yjsq .left li span {
	width: 32%;
	padding: 0 15px 0 0;
	float: left;
	display: block;
	box-sizing: border-box;
	text-align: right;
    line-height: 42px;
	font-size:16px;
	color: #000000;
}
/*
.yjsq .left li span:nth-child(even) {
	padding: 0 0 0 15px;
}*/

.yjsq .left li {
	margin-bottom: 20px;
	/*overflow: hidden;*/
}

.yjsq input {
	width: 60%;
	line-height: 42px;
	height: 42px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 0 10px;
	outline: none;
	float: left;
}

.sbt{
    width: 100%;
    float: left;
    text-align: center;
	margin-top: 20px;
}

.sbt .sbtn-submit {
	background-color: #FFA318;
	color: #fff;
	cursor: pointer;
	border-radius: 40px;
	margin-top:10px;
	width: 30%;
	margin-left:35%;
	line-height: 60px;
	height: 60px;
	font-size:22px;
}
.sbt .sbtn-submit:hover{
	background-color: #2F69E4;
	transition: ease-in-out .6s;
}


.relevant {
	font-size: 24px;
	color: #333;
}

.relevant .rtitle span {
	margin-top: 2px;
}

.m-rtitle {
	font-size: 18px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.rtitle i {
	color: #ababab;
	font-size: 12px;
	margin-left: 10px;
}



.xzzx-search {
	padding: 20px;
}

.xzzx-search-infos {
	color: #333;
}

.zzx-search-box {
	margin-top: 10px;
	padding-right: 80px;
	position: relative;
}

.zzx-search-ipt {
	border: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 36px;
	outline: none;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}

.xzzx-search-btn {
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	/*text-align: center; color: #fff; */
	background: #FFA419 url(../images/icon_search.png) no-repeat center center;
	right: 0;
	width: 80px;
	height: 38px;
}

.xzzx-t {
	margin: 30px 0 10px;
}

.zxxz-list a {
	display: block;
	position: relative;
	font-size: 12px;
}

.zxxz-list a:hover {
	color: #0070AC;
}

.zxxz-list-pro {
	margin-bottom: 10px;
}

.zxxz-list-pro li {
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
}

.xzzx-list-img {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: 165px;
	background: #f5f5f5;
	overflow: hidden;
}

.xzzx-list-img img {
	display: block;
	margin: 0 auto;
	transition: .6s;
}
.xzzx-list-img img:hover{
	transform: scale(1.2);
}
.zxxz-list-wd li {
	position: relative;
	padding-right: 100px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
}

.zxxz-list-wd li:last-child {
	border: none;
}

.zxxz-list-wd span {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zxxz-list-wd a {
	padding: 0 0 0 30px;
	color: #333;
}

.zxxz-list-wd a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(../images/icon_download.png);
}

/*标签页*/
.tagcloud li{
	float: left;
	padding: 5px;
}
/*
.tagcloud  a:nth-child(9n){background-color: #4A4A4A;}
.tagcloud  a:nth-child(9n+1){background-color: #428BCA;}
.tagcloud  a:nth-child(9n+2){background-color: #5CB85C;}
.tagcloud  a:nth-child(9n+3){background-color: #D9534F;}
.tagcloud  a:nth-child(9n+4){background-color: #567E95;}
.tagcloud  a:nth-child(9n+5){background-color: #B433FF;}
.tagcloud  a:nth-child(9n+6){background-color: #00ABA9;}
.tagcloud  a:nth-child(9n+7){background-color: #B37333;}
.tagcloud  a:nth-child(9n+8){background-color: #FF6600;}*/
.tagcloud a{background-color: #428BCA;}
.tagcloud  a{opacity: 0.80;filter:alpha(opacity=80);color: #fff;background-color: #428BCA;display: inline-block;margin: 0 5px 5px 0;padding: 0 6px;line-height: 30px}
.tagcloud  a:hover{opacity: 1;filter:alpha(opacity=100);}

.page404{
	width: 100%;
}
.page404 .nofound h1{
	color: #333;
	text-align: center;
	font-size: 36px;
}
.page404 .nofound a{
	display: block;
	text-align: center;
	color: #0e90d2;
}
.page404 .nofound a:hover{
	color: rgb(0, 112, 172);
}
.page404 .guess{
	color: #333;
	font-size: 24px;
	padding: 10px;
}
.page404 .tech_title{
	font-size: 24px;
	margin-top: 2%;
	margin-bottom: 0;
}

.nofound-menu{width: 100%;left: 0; padding-top:20px;     border-top: 1px solid #f5f5f5;}


/*
.navLip:hover .nofound-menu{display: block;}*/


.nofound-menu a{font-size: 14px;color:#818181;font-weight: 300;}
.nofound-menu a:hover{color:#333333;text-decoration:underline;}
.nofound-menu dt a{
	font-size: 14px;color:#333;font-weight: 400;
}
.nofound-menu>div>dl>dd{float: left; padding: 20px 10px; width: 25%;height:230px;overflow: hidden; vertical-align:middle; }
.nofound-menu>div>dl>dd img{object-fit: contain; /*width: 128px;height: 128px;*/width:95%; transition: all .6s; overflow: hidden; }
.nofound-menu>div>dl>dd img:hover{transform:scale(1.2);}
.nofound-menu>div>dl>dd{border-top: 1px solid #eeeeee;}
.nofound-menu>div>dl>dd:nth-child(-n+4) {border-top: none;}
.nofound-menu>div>dl>dd>dl{color: #333; font-size: 12px; border-right: 1px solid #eeeeee;overflow: hidden; display: flex;flex-direction: row;}
.nofound-menu>div>dl>dd:nth-child(4n+4) dl,.nofound-menu>div>dl>dd:last-child dl {border-right: none;}
.nofound-menu>div>dl>dd>dl>dd{/*float:left;display: block;*/display:flex ; align-items: center;/* vertical-align: middle;*/padding-left :5px;padding-right: 5px; width:42%;}
.nofound-menu>div>dl>dd>dl>dd:last-child{vertical-align: top;flex-grow: 1;    height: 180px; display: flex; align-items: start;}
.nofound-menu>div>dl>dd>dl>dd>dl>dd>ul{
	/*padding-left: 10px;*/
	margin-top: 10px;
}
.nofound-menu>div>dl>dd>dl>dd>dl>dd>ul a{
	font-size:12px;
}
.nofound-menu>div>dl>dd>dl>dd>dl>dd>ul>li{
	width: 100%;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.nofound-menu>div>dl>dd>dl>dd>dl>dd>ul>li a{
	display:block;overflow: hidden;text-overflow:ellipsis;
}
.nofound-menu>div>dl>dd>dl>dd>dl>dd>ul>li:last-child a{
	color:#333;
	font-weight: 400;
}


/*404平台导航*/



.pt-nofound-menu>div>dl>dd
{
	border-top: none;
	
	width:20%;
	height:auto ;
}
.pt-nofound-menu>div>dl>dd>dl,.pt-nofound-menu>div>dl>dd:nth-child(4) dl{
	
	border-right: 1px solid #eeeeee;
}

.pt-nofound-menu>div>dl>dd>dl{
	flex-direction: column;
}
.pt-nofound-menu>div>dl>dd>dl>dd{
	width: 100%;
	

}
.pt-nofound-menu>div>dl>dd dt a{
	font-size: 14px;
	font-weight: 500;
	color:#333;

}
.pt-nofound-menu>div>dl>dd a{
	font-size:12px;
}
.pt-nofound-menu>div>dl>dd>dl>dd:last-child
{
height: auto;
}
.pt-nofound-menu>div>dl>dd>dl>dd>ul>li{
	line-height: 24px;
}
.pt-nofound-menu>div>dl>dd>dl>dd>ul>li:last-child a{
color: #333;
}
.pt-nofound-menu>div>dl>dd>dl>dd img{width: 170px;height: 110px;object-fit: cover;transition: all 0.6s;}
.pt-nofound-menu>div>dl>dd>dl>dd img:hover{
transform: scale(1.05);
}
.pt-nofound-menu>div>dl>dd>dl>dt
{
	padding-left: 5px;padding-right: 5px;margin-bottom: 5px;
}

/*手机端导航*/

.sp_nav {
	width: 36px;
	position: absolute;
	right: 10px;
	background: rgba(2555, 255, 255, .6);
	padding: 5px 3px;
	top: 10px;
	position: absolute;
	cursor: pointer;
	height: 26px;
	display: none;
}

.sp_nav span {
	display: block;
	background: #005bc1;
	width: 20px;
	height: 2px;
	margin: 0 auto 5px;
}

.sjj_nav {
	position: fixed;
	z-index: 2000;
	background: #f4f4f4;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.sjj_nav_header {
	background: #2F69E5;
	padding: 0 20px;
}

.sjj_nav_header span {
	float: right;
	color: #fff;
	cursor: pointer;
}

.nav_show {
	top: 0
}
.sjj_nav ul{display: flex;  flex-direction: column-reverse;}
.sjj_nav li {
    -webkit-box-direction: reverse;
	position: relative;
}

.sjj_nav li a {
	display: block;
}

.sjj_nav li .language {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 100%;
	overflow: hidden;
	line-height: 40px;
}

.sjj_nav li .language a {
	width: 45px;
	border-left: 1px #ddd solid;
	text-align: center;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	padding-left: 20px;
	position: relative;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}

.sjj_nav>ul>li:first-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 32px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #005bc1
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}


@media only screen and (max-width:1600px){
.header .logo { margin-left: 2%;}
.header .lrcont { margin-right: 2%;}
.banner{height:667px;}

}

@media only screen and (max-width:1440px){
	
	banner{height:585px;}
}
/*@media only screen and (max-width:1400px) {
	
	.w1430 {
		padding: 0 10px;
	}
	.cloud_list li {
		width: 22.5%;
		padding: 10 10px 25px 10px;
		line-height: 1.5;
		margin-left: 1%;
	}
	
	.navParent dl a span{height: 65px; width: 100%;}
	.navParent dl a span:before{width: 28px; height: 28px;}
}*/


@media only screen and (max-width:1380px) {
	/*.banner {max-height:450px}*/
.w1430,
.w1190,
.w1170 {
	padding: 0 10px;
}
.nbanner_text .text_title {
	font-size: 20px;
}
.header .navParent .navLip {
	margin-left: 20px;
	padding: 0 15px;
	line-height: 34px;
	height: 34px;
	/* font-size: 16px;*/
}
.text_tis {
	font-size: 14px;
}
#smenu {
	height: 50px;
	padding: 0;
}
.wisdom_nbannerMenu ul{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
}


@media only screen and (max-width:1366px) {
	html,
body {
}
	.w1430,
	.w1190,
	.w1170 {
		padding: 0 0;
	}
.banner{height:569px}
.header .logo {
	margin-top: 32px;
	margin-left:2%;
}
.logo img {
	height: 34px;
}
.header .lrcont {
    margin-right: 2%;
}
.header .lrcont_top {
    height: 30px;
    line-height: 30px;
    margin-right: 0%;
}
/*.product_list li {margin-left:10px;}
.product_list li:nth-child(1) {width:64.4%;margin-right: 10px;}
.product_list li:nth-child(2) {width:33%;}
.product_list li:nth-child(3) {width:33%;margin-right: 10px;}
.product_list li:nth-child(4) {width:64.4%;}
.product_list li:nth-child(5) {width:33%;margin-right: 10px;}
.product_list li:nth-child(6) {width:33%;margin-right: 10px;}
.product_list li:nth-child(7) {width:30%;}*/
.product_list li .text_title { font-size: 20px;}
.product_list li .text_small { font-size: 14px;}


.zd-i-jjfa .tabs li {width: 12.5%;}
.zd-i-jjfa .tabs_item li { width: 30%;}
.zd-i-jjfa .tabs_item li .family img {height:260px;}
.zd-i-jjfa .tabs_item li:first-child { margin-left: 20px;}
.zd-pro-nav .son .list .left-img p:first-child { width: 240px;}
.cloud_list li {width: 23.3%; margin: 0 10px 40px 10px;}
.product_centerList li{height:auto;}
.zd-foot_dl{padding:0px;}
.zd-foot_link{padding:10px;}
.zd-foot_dom{padding:0 10px 0 10px;}
.zd-jjfa .zd-jjfa-left{padding:10px; 0 0 0}
.zd-jjfa-right{padding-right:10px}
.zd-platform_list li{ padding: 20px;}
.zd-about{padding:20px;}

}



@media only screen and (max-width:1120px) {
	/*.banner {max-height:450px}*/
.c-list .c-list-img {
	height: 210px;
}
.about-gsjj-ln li i {
	width: 75px;
	height: 87px;
}
.gsjj-ln-infos {
	font-size: 13px;
}
.gsjj-ln-infos span {
	margin-top: 55px;
}
.about-gsjj-hj strong {
	width: 36px;
	height: 36px;
	margin-top: -30px;
	left: 14px;
}
.about-gsjj-hj .about-bghj-next {
	left: auto;
	right: 14px;
}
.header .navParent .navLip {
	margin-left: 12px;
	padding: 0 12px;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
}
.nbanner_text .text_title,
.lrcont_top a {
	font-size: 14px;
}
.text_tis {
	font-size: 12px;
}
/*.zd-foot_dl dl {
	margin-right: 30px;
}*/
.platform_list li .btnCom_more span {
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
}
.platform_info .info_w5 .info_title {
	font-size: 25px;
}
.platform_info .info_w5 .info_btn a {
	margin-top: 1%;
	width: 190px;
	height: 45px;
	line-height: 42px;
	border-width: 1px;
	font-size: 16px;
}
.jxapply_list li{
	width: 30.8%;
}
.jxapply_list li .text_title{
	padding-top: 12%;
}
.jxapply_list li .text_info{
	padding: 3% 6% 6%;
}
.jxapply_list li .btnCom_apply{
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.jxapply_list li .text{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.jxapply_list li .text_info{
	line-height: 1.6;
	font-size: 13px;
}
.envir_text{
	line-height: 2;
}
.envir_title{
	margin: 0;
	font-size: 24px;
}
.btnCom_consult{
	display: block;
	width: 130px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	/*border-radius: 40px;*/
}
.nbanner_text .text_small{
	font-size: 14px;
}
.wisdom .com_title .title_name,.nbanner_text .small_t1 {
	font-size: 22px;
}
.bsc-infos h4{
	margin-bottom: 12px;
}
.bsc-infos dd {
	margin-bottom: 5px;
}
}

@media only screen and (max-width:1024px) {
	html,
body {
}
	.w1430,
	.w1190,
	.w1170 {
		padding: 0 0;
	}
.banner{height:428px}
.header .logo {
	margin-top: 32px;
	margin-left:2%;
}
.logo img {
	height: 34px;
}
.header .lrcont {
    margin-right: 2%;
}
.header .lrcont_top {
    height: 30px;
    line-height: 30px;
    margin-right: 0%;
}
.header .navParent .navsearch{height: 30px;line-height: 30px;}
.header .lrcont_nav li input{height: 26px;}
.header .lrcont_nav li .btn_search {top: 6px;}

.com_title .title_name{font-size: 26px;}
.com_title .title_small {font-size: 16px;}
/*.product_list li {margin-left:10px;}
.product_list li img{height:318px;}
.product_list li:nth-child(1) {width:656px;margin-right: 10px;}
.product_list li:nth-child(2) {width:318px;}
.product_list li:nth-child(3) {width:318px;margin-right: 10px;}
.product_list li:nth-child(4) {width:656px;height:318px}
.product_list li:nth-child(5) {width:318px;margin-right: 10px;}
.product_list li:nth-child(6) {width:318px;margin-right: 10px;}
.product_list li:nth-child(7) {width:318px;}*/
.product_list li .text_title { font-size: 20px;}
.product_list li .text_small { font-size: 14px;}

.zd-video-campaign-background .bg-video video{height:350px}
.zd-i-jjfa .tabs a{padding:0px;width:100%;}
.zd-i-jjfa .tabs li p{font-size: 18px;}

.zd-i-jjfa .tabs li {width: 126px;}
.zd-i-jjfa .tabs_item li { width: 30%;}
.zd-i-jjfa .tabs_item li:first-child { margin-left: 20px;}
.zd-i-jjfa .tabs_item li .family img{ height: 230px}
.zd-i-jjfa .tabs_item li .family p{font-size: 18px;font-weight: normal;}
.zd-pro-nav .son .list .left-img p{width: 180px; height: 80px;}
.zd-pro-nav .son .list .left-img p:first-child { width: 180px; height: 180px; margin-left: 10px; margin-right: 10px;}
.zd-pro-nav .son .category dl dd a{padding: 5px 5px;}
.zd-pro-nav .son .list .right-txt .t1 { font-size: 22px; line-height: 35px; margin-top: 4px;}
.zd-pro-nav .son .list .right-txt .t2 { font-size: 16px;line-height: 40px;}
.zd-pro-nav .son .list .right-txt .t3 { font-size: 14px;line-height: 26px;}

.zd-pro-nav .son .category {width: 22%;}
.zd-pro-nav .son .category dl dd { padding-right: 10px;}
.zd-pro-nav .son {height:230px;}
.yjsq-bg{width:99.4%;}
.cloud_list li {width: 234px; margin: 0 10px 20px 10px;}
.cloud_list .name{height:36px;font-size: 14px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.cloud_list li img {width: 100%;height: 120px;}
.cloud_list .btn{height: 36px;line-height:36px;}
.newsT .bott .btn{height: 36px; line-height: 34px;}

.btnCom_more a, .btnCom_more span {
    height: 42px;
    line-height: 42px;
    padding: 0 70px;
}
.product_centerList li{height:auto;}
.zd-foot_dl{padding:0px;}
.zd-foot_link{padding:10px;}
.zd-foot_dom{padding:0 10px 0 10px;}
.zd-jjfa .zd-jjfa-left{padding:10px; 0 0 0}
.zd-jjfa-right{padding-right:10px}
.zd-platform_list li{ padding: 20px;}
.zd-about{padding:20px;}


.zd-pro-nav ul li .pc {padding: 5px 24px 24px 14px;}
.zd-pro-nav ul li p {font-size:13px;}
.zd-pro-nav .son .category dl dd a {font-size:14px;}
.zd-pro-nav .son .list .left-img{width:50%;}
.sec-menu dt a {font-size: 15px;}
.pro-sec-menu>dl>dd>dl>dd{width:30%;}
.sec-menu>dl>dd>dl>dd>dl>dd>ul a { font-size: 13px;}
.pt-sec-menu>dl>dd dt a {font-size: 14px;}
.news-sec-menu>dl>dd>dl>dd>dl>dd a, .news-sec-menu>dl>dd>dl>dd>dl>dt a { font-size: 14px;}
.news-sec-menu>dl>dd>dl>dd>dl>dd {line-height:22px;font-size:12px;}
.product_centerList li .pit .pit_title { font-size: 30px;}
.product_centerList li .pit .pit_subtitle { font-size: 18px;}
.product_centerList li .pit .pit_text { font-size: 14px;}
.news-sec-menu .ctitle {font-size:18px;}

.pit .pit_title { font-size: 28px;}
.pit .pit_text { font-size: 15px;}
.pit {    font-size: 12px;}
.pit .pit_pmenu .spn{height: 30px;line-height: 30px;}
.pit .pit_pmenu2 .spn{font-size:14px;padding:0px;margin-bottom: 8px;}
.zd-news-rec .rtitle {font-size: 20px;}
.wd-list li{font-size:14px;}
.zd-news-rec .rtitle span { width: 6px;}

.pt-sec-menu>dl>dd>dl>dd img {height:80px;}
.news-sec-menu>dl>dd img {height:100px;}
.news-sec-menu>dl>dd>dl>dd:last-child { height: 370px;}
.pit .pit_menu_apply .spn {padding: 0 40px;}
.zd-pit_btn .livechat {margin-left: 33%;}
.zd-nbanner_menuP li a {padding: 6px 4px 6px 4px;}

.zd-nbanner_menuP .stn p{font-size: 16px;}
.zd li:last-child a { width: 152px;}
.zd-nbanner_menu li a{font-size:14px;}

.zd-jjfa .zd-jjfa-left span {font-size: 26px;}
.zd-jjfa .zd-jjfa-left div {font-size: 16px;line-height: 30px; margin-top: 20px}
.zd-jjfa_lt .text_name {font-size: 16px;}
.zd-jjfa_lt .pit_more .btn_apply{margin-top:10px; padding: 8px 60px 8px 60px;}

.xgjjfa-list-img img{height:230px;}
.xgjjfa_list .text {font-size:18px;}
.header .navParent .navLip a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_info .pim{width: 38%;}
.product_info .pit {width: 60%;}

.product_nav{height: 60px; line-height: 60px;}
.product_nav li a{padding: 0 16px;height: 40px; line-height: 40px;font-size: 14px;}
.proTagTitle,.tech_title {font-size:20px;}
.relevant_lt .pit_more .btn_more {padding: 8px 70px 8px 70px;}
.relevant_lt .pit_menu .spn{height: 28px; line-height: 28px;font-size: 14px;}
.m-a-tit {font-size:26px;}
.pit .pit_menu .spn {padding: 0 10px;}
.zd-platform_prev li .zd-platform_name { font-size: 18px;}
.zd-nbanner_text .text-search input{height: 40px;font-size:14px;}
.zd-nbanner_text .text-search .btn_search{font-size:14px;height: 40px;}

}


@media only screen and (max-width:980px) {
	html,
body {
	overflow-x: hidden;
}
	.w1430,
	.w1190,
	.w1170 {
		padding: 0 0;
	}
	.product_centerList li .imt, .product_centerList li .pit {
		width: 100%;
		float: none;
		text-align: center;
	}
	.pit .pit_menu .spn {
		display: inline-block;
		color: #ffffff;
		background: ##2E68E5;
		height: 32px;
		line-height: 32px;
		border-radius: 0px;
		padding: 0 5px;
		/*
		margin-right: 16px;
		margin-bottom: 6px;*/
	}
	.pit .pit_menu .btn_apply {
		background: #FFA419;
		color: #fff;
	}
	.product_centerList li{
		padding: 5px;
	}
	.product_centerList li img{
		margin-left: auto;
		margin-right: auto;
		width:60%
	}
	.product_solution{
		background: none;
	}
	.product_centerList ul{
		padding: 0;
	}
	.com_title{
		padding: .5em 0;
	}
	.cloud,.news{
		/*background: none;*/
	}
	.zd-foot_link{
		display: none;
	}
	/*.banner {max-height:350px}*/
	.banner{
		height: 30vh;
	}
	.banner img{
		height:  100%;
		object-fit:fill;
	}
.banner .swiper-slide a{background: center no-repeat;background-size:cover;}
.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}

.nbanner_menu li a{padding:0 5px;}
.sec-menu{display: none;}
.jxnmenu {
	display: none;
}
.c-pd {
	padding: 20px 0px;
}
#fdqq {
	display: none;
}

.opage .next-page {
	display: block;
	float: none;
}
.jrwm-det-t {
	font-size: 14px;
}
.jrwm-det-t span {
	font-size: 12px;
	left: auto;
	right: 10px;
	transform: translate(0, -50%);
}
.jrwm-det-pd {
	padding-left: 10px;
	padding-right: 10px;
}
.fzlc-time {
	font-size: 12px;
}
.fzlc-time span {
	font-size: 14px;
}
.about-gsjj-ln li {
	width: 100%;
	margin-top: 50px;
	padding: 0;
}
.about-gsjj-ln li i {
	width: 60px;
	height: 69px;
}
.gsjj-ln-infos span {
	margin-top: 40px;
	font-size: 14px;
}
.gsjj-ln-infos {
	height: 160px;
	border-radius: 6px;
}
.about-gsjj-ln .m-a-tit {
	margin: 0
}
.about-gsjj-hj strong {
	display: none;
}
.about-bghj-pd {
	padding: 0 0 10px;
}
.about-bghj-container {
	height: auto;
}
.about-gsjj-hj .swiper-pagination {
	display: block;
	bottom: -15px !important;
}
.swiper-pagination-bullet-active {
	background: #0070ac !important;
}
.about-bg {
	position: relative;
}
.about-bg:before,
.about-bg:after,
.platform_list li:nth-child(even):before,
.platform_list li:nth-child(even):after {
	content: '';
	position: absolute;
	background-color: #f5f5f5;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
}
.about-bg:after,.platform_list li:nth-child(even):after {
	left: auto;
	right: -10px;
}
.contact-bsc-list li {
	width: 100%;
	padding: 0;
}
.contact-fs-ct .fr,
.contact-fs-ct .fl {
	float: none;
	width: 100%;
	padding: 0;
}
.contact-fs-ct .fr img {
	display: block;
	margin: 0 auto;
}
.contact-fs-ct .ctitle {
	font-size: 16px;
}
.contact-mwd {
	max-width: none;
}
.cpbk-list-infos{margin:10px 0;}
.cpbk-list-img img{width:100%;height:100%;}
.cpbk-list-infos .ninfo{display:none;}
.cpbk-list .cpbk-list-infos .ntitle{font-size:14px;}
.ntitle {
	margin-top: 10px;
	padding-bottom: 3px;
	white-space: normal;
	    line-height: 22px;
}
.ntitle i{font-size: 14px;}
/* .ntitle span{display: none;} */
.news-list-img {
	float: none;
	width: 100%;
	text-align: center;
	display: block;
}
.news-list-infos {
	margin: 0;
	padding: 0;
}
.news-rec-list li {
	width: 100%;
	padding: 0 !important;
}
.ntime {
	right: 0;
	left: auto;
}
.ntime span {
	line-height: 18px;
	float: right;
	font-size: 12px;
	display: inline;
}
.ntime span i {
	display: inline;
}
.news-list li {
	padding: 0px;
	/*background-color: #ebebeb;
	border-bottom: 1px solid #ebebeb;*/
	box-shadow: 0 0 10px 0 rgba(235,235,235,1);
	width: 95%;
}
.news-list li a {
	background-color: #fff;
	padding: 20px 10px;
}
.news-list-img img {
	width: 100%;
    height: 160px;
	border-radius:18px 18px 0 0;
}
.news-list-turn {
	display: none;
}
.m-a-tit i {
	font-size: 12px;
    padding:0 10px 0 10px;
}
.yjsq .yjsq-ct {
	width: 100%;
	float: none;
	padding: 0;
}
.yjsq-bg{width:92%}
.yjsq .left p {
	margin-top: 25px;
}
.yjsq .left li span{padding:0px;}
.bzwd-left {
	display: none;
}
.bzwd-right {
	margin: 0;
}
.relevant {
	padding: 20px 10px;
}
.zxxz-list-pro li {
	width: 50%;
	padding: 0 10px 0 0;
}
.zxxz-list-pro li:nth-child(even){
	padding: 0 0 0 10px;
}
.m-title{font-size: 16px;}
.pit .pit_pmenu .spn1{width: 25%;}
.pit .pit_pmenu .spn2{width: 70%;}
/*手机端*/
#contain-top {
	width: 100%;
	overflow-x: hidden;
	/*position: fixed;*/
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
}
.main {
	/*margin-top:15%;*/
	padding: 0 10px;
}
.main .w1170{padding: 0}
.wisdom_info{
	margin-top: 0;
}
.sp_nav {
	display: block;
}
.contnet {
	padding-top: 60px;
}
.header .logo {
	padding-top: 10px;
	margin: 0;
}
.logo img {
	height: 24px;
}
.lrcont {
	display: none;
}
#smenu {
	height: 38px;
	line-height: 36px;
}
.nbanner_menu {
	position: relative;
	height: auto;
	line-height: normal;

}

.nbanner_img {	
	
	position: relative;
}
.nbanner_text .text_title {
	font-size: 14px;
	margin: 0;
}
/*.text_tis{font-size: 12px;}*/
.nbanner_img {
	height: 20vh;
	overflow: hidden;
}
.nbanner_menu ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.nbanner_menu ul li{
	width: 33.33%;
    padding: 0;
    margin: 0;
	line-height: 3em;
	white-space:nowrap;
	overflow:hidden;

}
 .nbanner_menu a:hover
{
background: none;
}
.zd-foot_dl{background:#2D66DF;}
.zd-foot_dl_t{padding:20px 0;}
.zd-foot_dl_l{
	display: none;
}
.zd-foot_dl_r{
	width: 100%;
}
.zd-foot_dl .weix{padding:0px;}
.zd-foot_dl .weix_content{width:50%;}
.zd-foot_dl .weix_content div{display: none;}
.zd-foot_dl .weix_content img{width:100%;height:auto;}
.zd-foot_dl_t .zd-foot_logo{width:39%;margin-left:5px;}
.zd-foot_dl_t .zd-foot_phone{width:57%;margin-right:5px;}
.zd-foot_dl_t .zd-foot_phone img{}
.zd-foot_dom .spt{float: none;}
.zd-foot_dom{line-height:30px;font-size: 14px;text-align:center;}
.zd-foot_copy{padding-bottom:65px;}

.yjsq .right textarea{width:92%;height: 100px;margin-left:15px;}
.yjsq .right .li6{margin-left:15px;}
.sbt .sbtn-submit{width:50%;margin-left: 25%;}

/*联系我们*/
.contact-bg{background:none;}
.contact-office{display:none;padding-top:20px;}
.contact-line{padding:0px;}
.contact-fs-ct{margin-left:10px;}
#sdcms-map{border:0px;}
.contact-infos{font-size:14px;}

/*应用方案*/
.zd-jjfa .zd-jjfa-left{width:100%}
.zd-jjfa .zd-jjfa-right{display:none;}
.zd-jjfa_lt{width:98%}
.zd-jjfa_list li{padding:10px;}
.zd-jjfa_lt .imt img{border-radius: 18px;}
.zd-jjfa_lt .pit_more .btn_apply{margin-top:10px;}

.m-det{padding:10px;}
.m-det img{width:100%}

/*服务中心*/
.zd-nbanner_menuP{height:auto;overflow: hidden;}
.zd-nbanner_menuP ul{margin-left: 10px;}
.zd-nbanner_menuP li{ float: left; width: 48%;height: auto; overflow: hidden;margin:0 5px 5px 0px;}
.zd-nbanner_menuP li a{width:100%;}
.zd-nbanner_menuP .stn p {font-size:16px;}

.zd-bzwd-left{width: 100%;float: left; overflow: hidden;}
.zd-bzwd-right{width: 100%;float: left;overflow: hidden; margin:20px 0 0 0;}
.wd-ct{padding: 0 90px 0 20px;}
.zd-bzwd-left h4{border-radius: 8px ;}
.c_tlt{text-align:left;padding-left:20px;}
.c_tlt em{display:block; float: right; margin-right:20px;}
.pro_mulu {
    display: none;
}
.findResult.noResult .desp{ font-size: 1.6em; margin: 3% 0 0 2%; padding: 1em 0 0 8em;}
.zd-down-dl li{font-size:14px;}
.product_content .zd-down-dl li{width:99%;}
.zd-cpzt-list-img{width:100%}
.zd-cpzt-list-infos{width:95%}
.zd-cpzt-list-infos p{height:auto;}

.zd-cpzt-view ul li{width:100%;padding: 10px;}
.zd-cpzt-more .cpzttit {width:210px;font-size:22px}
.zd-cpzt-more ul li{width:48%;margin:0 2% 2% 0}

/*顶部*/
.zd-nbanner_text .text-search input{width:50%}
.zd-about .zd-about-menu {padding-top:10px; height:auto;line-height:50px;}
.zd-about .zd-about-menu li{height:auto;line-height:50px;}
.zd-about .zd-about-menu li:nth-child(2n){border-right:0px}

.sqbtn{margin: 26px 0 0 30px; padding: 10px 24px 10px 24px;}
.livechat{margin: 0 0 0 20px;}

/*产品中心*/
.zd-pro-nav{height:auto;overflow: hidden;overflow-x: auto;}
.zd-pro-nav ul li{display:block;margin-left:15px;width:98%;float:left;}
.zd-pro-nav ul li a{text-align:left;}
.zd-pro-nav .son{    flex: 1;top: -99999px;}
.zd-pro-nav ul li .pc{/*margin: 10px 0px 0 0;padding: 10px 2px 29px 2px;*/}
.product{margin-top:0px;}
.product_nav .w1430 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.product_nav li a{padding:0 10px;margin:0px;border-radius:0px}
.product_nav li a.active, .product_nav li a:hover{}
.proTagTitle {
    font-size: 18px;
    border-top: 4px solid #2F69E5;
    width: 100%;
    margin: 0 auto;
    background: none;
    padding: 0px;
}
.product_content{margin-top:40px;}

.product_centerList li{height:auto;}

/*.nbanner_menu li{margin: 0; width: auto;}*/
.product_center .product_info .pit,
 .product_info .pim,
.product_info .pit {

	width: 100%;
}
.product_info .pit{margin-top:20px;padding-top: 20px;}
.product_center .product_info .pim{
	display: none;
}
.product_info .pim_bg{
	text-align: center;
}
.product_centerList li .pit .pit_title{
	font-size: 24px;
	margin: 20px 0 0;
}
.relevant_lt .imt {
	float: none;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.relevant_lt .text {
	float: none;
	width: 100%;
	font-size: 14px;
}
.relevant_lt {
	margin-top: 10px;
	width: 98%;
}
.relevant_lt .text_name {
	text-align: center;
	font-size: 16px;
}
.relevant_lt .text_info {
	font-size: 14px;
	width: 96%;
	height:auto;
}
.relevant_lt .pit_menu{height:auto;}
.relevant_lt .pit_more {width: 100%;}
.relevant_lt .pit_more a{width: 44%; float:left; margin: 0 5px 0 5px;}
.relevant_lt .pit_more span{width:100%;}
.relevant_lt .pit_more .btn_more, .relevant_lt .pit_more .btn_apply  {padding:10px; text-align:center;}

.xgjjfa_list li{width:46%;}
.xgjjfa_list li:nth-child(1){margin-left: 2%;}
.xgjjfa_list li:nth-child(2) {margin-right: 2%;}
.xgjjfa_list li:nth-child(3){margin-left: 2%;}
.xgjjfa_list li:nth-child(4) {margin-left: 2.5%;}
.xgjjfa_list li:nth-child(5){margin-left: 2%;}
.xgjjfa_list li:nth-child(6) {margin-right: 2%;}
.xgjjfa-list-img img{width:100%;height:120px;}
.xgjjfa_list .text{font-size:14px; height: 150px;}

.cpbk-list li{width:97%;}
.cpbk-list li:nth-child(odd){margin-left:1.4%;}
.cpbk-list li:nth-child(even){margin-left:1.4%;margin-right:0%;}

.news-cjwt{width:96%;}
.news-cpzt{width:96%; margin-left: 10px;overflow: hidden;}
.news-cjwt span, .news-cpzt span{display:none;}

.zd-join-online-box i{display:none;}
.zd-join-online-box>li>a{line-height: 70px; font-size: 22px; font-weight: normal;}
.zd-join-online-box>li>ul.zd-join-online li{padding: 10px;}
.zd-join-box .online-box span{width:98%;}
.zd-m-join .zd-about-tit{margin-top:20px; padding-top: 15px;}
.zd-m-join .zd-about-tit{font-size:22px;}
.joinlist ul{margin:10px 0 10px 0;}
.joinlist ul li{width:46%;margin: 0px 0px 10px 10px;}
.c-list li {
	width: 46%;
    margin: 0px 0px 10px 10px;
    border-radius: inherit;
    font-size: 14px;
    box-shadow: none;
}
.c-list .c-list-img {
	height: 180px;
}
.zd-nbanner_menu li{margin: 10px 5px 0 5px;width: 47%; float: left; }
.zd-nbanner_menu li a{padding: 0 10px;font-size: 15px;}
.zd-nbanner_menu li span {margin: 9px 8px 0 0;width:30px; height:30px;}
.zd-jjfa .zd-jjfa-left div {
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
}

.zd-platform_list li .zd-platform_imt { width: 100%;}
.zd-platform_list li img{width:100%;height:100%;}
.zd-platform_list li .zd-platform_text {width: 94%; line-height: 2;margin-right: 10px;}
.zd-platform_list li .zd-platform_name{font-size: 22px; margin-bottom: 2%; margin-top: 20px;}
.zd-platform_list li .btnCom_more{ margin: 6%;}

.zd-platform_list li:nth-child(even) .zd-platform_text{margin-left: 14px;}

.opage span{width:100%; overflow: hidden;float:left; margin: 10px 0;}
.opage a{font-weight:bold;}
.pv{display:none;}
.mv{display:block;}

/*公司介绍*/
.zd-about .zd-about-body{ font-size:16px;line-height:34px;padding: 0 10px 0 10px;}
.zd-about .zd-about-body .zd-about-num{width:100%; margin-top: 40px;}
.zd-about .zd-about-body .zd-about-num li{ width: 43%;margin: 10px;}
.zd-about .zd-about-body .zd-about-num li:nth-child(2n) { border-right: none;margin-left:0px;}
.time-line{overflow-x: auto; overflow-y: hidden;}

/*首页*/
.product_list li:nth-child(1){width:100%}
.product_list li:nth-child(2){width:100%}
.product_list li:nth-child(3){width:100%}
.product_list li:nth-child(4){width:100%;height:auto;}
.product_list li:nth-child(5){width:100%}
.product_list li:nth-child(6){width:100%}
.product_list li:nth-child(7){width:100%}
.product_list li img{height:auto}

.cloud_list li img{width:100%;height:100px;}
.cloud_list .name{height:auto;}
.zd-i-jjfa .tabs li {width: 172px;margin-left: 15px;}
.zd-i-jjfa .tabs li:nth-child(2n) { float: right;margin-left:0px;}
.newsT .bott{line-height: 30px;width: 100%; padding: 5px;background: #ffffff;}
.newsT .bott .btn{width: 88px; height: 30px;line-height: 30px;}
.zd-video-campaign-background .bg-video video{height:auto;}






/*
.techProblem li a {
	font-size: 12px;
}*/
.techProblem li .spn {
	padding-left: 14px;
}
.product_nav {
	height: 50px;
	line-height: 0px;
	margin-top:20px;
}
.product_nav .w1170 {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.product_nav a {
	float: none;
	display: inline-block;
	padding: 0 18px;
	font-size: 14px;
}
.table_content th {
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.table_content td {
	height: 45px;
	font-size: 13px;
}
.table_content th,
.table_content td {
	padding: 0 20px;
}
.pit .pit_btn {
	margin-top: 6.5%;
}
.table_title {
	font-size: 15px;
}
.use_list li .text {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}
.platform_list li .btnCom_more span {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.platform_list li .platform_name {
	font-size: 22px;
	margin-bottom: 2%;
}
.platform_list li .platform_text {
	line-height: 2;
}
.platform_info .info_w5 .info_title {
	font-size: 20px;
}
.platform_info .info_w5 .info_btn a {
	width: 160px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}
.wisdom_envirList{
	margin-top: 2%;
}
.wisdom_envirList .pages_go{
	display: none;
}
.wisdom_envirList li .text_name{
	margin: 0;
	font-size: 18px;
}
.wisdom_envirList li .text{
	font-size: 13px;
	line-height: 1.8;
}
.jxapply .wisdom_envirList .btnCom_consult{
	width: 120px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	margin-top: 3%;
}
.wisdom_text_title .title{
	font-size: 20px;
}
.wisdom_text_title .small{
	padding: 10px 0 15px;
}
.wisdom_nbannerMenu{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.wisdom .com_title .title_name,.nbanner_text .small_t1 {
	font-size: 18px;
}
.platform_info{
	font-size: 13px;
}
.platform_info .pc_title{
	font-size: 22px;
}
.platform_info .info_title{
	font-size:16px;
}
.platform_info .text_title{
	font-size: 14px;
}
.apply_dom .dom_t2{
	padding: 2% 0 6% 0;
	line-height: 2;
}
.product_apply .title,.apply_dom .dom_t3{
	font-size: 20px;
}
.apply_dom .dom_fl{
	padding-top: 0;
}
.apply_dom .dom_fr .tpt{
	height: 80px;
}

.apply_dom .dom_fr .ipt{
	height: 40px;
	font-size: 12px;
}
.apply_dom .dom_fr .btn-sum{
	font-size: 16px;
	height: 45px;
}
.product_apply .w1170{
	padding:0;
}
.jrwm-ct{
	padding:10px;
}
.jrwm-job{
	margin-bottom: 10px;
}
.m-a-tit{
	font-size: 20px;
}
.rtitle {
font-size: 14px;}
.bzwd-list-img{float: none; width: 100%; text-align: center;}
.bzwd-list-infos{margin: 0;}
.bzwd-list li{box-shadow: 0 0 10px 0 rgba(129, 129, 129,.3); padding: 10px !important;}
.bzwd-list-infos p{max-height: 65px; height:  auto;}

/*首页*/
.cloud_list li{width: 50%; margin: 0 0  10px; background: none; padding: 0 10px;  box-shadow: none;}
.cloud_list li a{background-color: #fff; padding: 0;  display: block;/* margin: 0 2%; */ border-radius: 20px 20px 0 0;}
.news_menu{display: none;}
.news_menu a, .btnCom_more a,.btnCom_more span{font-size: 14px; /*height: 24px; line-height: 24px; padding: 0.5em 4em;*/vertical-align: middle;text-align: center; }
.news_content .nct,.news_content .ncr{float: none; width: 100%;}
.news_content .ncr{margin-top: 20px;}
	.jxdom ul
	{
		flex-wrap: wrap;
		justify-content: space-between;
		display: flex;
	}
	.jxdom ul li{
		width: 33.333%;
	}
	.techProblem .techContent {
		width: 100%;
		padding-top: 30px;
	}
	
	.techProblem .title{
		padding-left: 0;
		text-align: center;
    	background: none;
	}
}
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
@media only screen and (max-width:640px) {
/*.banner {max-height:200px}*/
.banner .swiper-slide a{background: center no-repeat;background-size:cover;}
.product_ul{width: 100%; float: none;}
.product_list li{margin-bottom: 10px;}
/*.news_menu a, .btnCom_more a,.btnCom_more span{margin: 0 12px;}*/
.services_list .sel,
.services_list .sem{width: 100%; float: none;}
.services_list .sem{margin-bottom: 10px;}
.services_list .seone li a{position: relative; display: block;}
.services_list .seone li,
.services_list .sethird li{width: 50%; padding: 0 10px 0 0; margin: 0 0 10px 0}
.services_list .seone li:nth-child(even),
.services_list .seone li:nth-child(even){padding: 0 0 0 10px}
.cloud_list li a{font-size: 12px;}
.cloud_list li a .name{font-size: 14px;}
.cloud_list .btn{width: 70px; height: 36px;}
/*.techProblem .techContent{width: 100%; margin: 0;}*/
.jxdom li{width: 33.333%;}
.jxdom li .name{font-size: 14px; margin: 6px 0;}
.jxdom li .text{padding: 0 10px; font-size: 12px;}
/*
.jxdom li:nth-child(4),
.jxdom li:nth-child(5){width: 50%; margin-top: 20px;}
*/
.about-fzlc-list li {
	padding: 0 10px
}
.rysz-tab li {
	width: 80px;
	font-size: 12px;
}
.c-list .c-list-img {
	height: 120px;
}
#smenu {
	height: 36px;
}
/*.nbanner_menu li {
	margin: 0 10px;
}*/
/*.nbanner_menu li a {
	padding: 0 10px;
}*/
.about-jrwm-list li {
	width: 100%;
	padding: 0 0 20px 0 !important;
}
.bsc-img {
	float: none;
}
.contact-bsc-ct {
	height: auto;
}
.bsc-infos {
	margin: 16px 0 0;
}
.bsc-infos h4 {
	text-align: center;
}
.news-list-infos p {
	max-height: 102px;
	height: auto;
}
.yjsq .left {
	padding: 0 10px;
}
.yjsq .left h4 {
	font-size: 14px;
}
.yjsq .left p {
	font-size: 18px;
}
.bzwd-det-info span {
	font-size: 16px;
}
/*
.nbanner_img {
	height: 118px;
}*/
/*.nbanner_menu li a {
	font-size: 12px;
}*/
.main {
	/*margin-top: 174px;*/
}
.zd-foot {
	font-size: 12px;
}
.zd-foot a {
	font-size: 12px;
}
.zd-foot_dom .spn:first-child {
	display: none;
}
.zd-foot_dom .spt {
	padding: 0;
	display: block;
	margin-bottom: 4px;
}
.yjsq .right li span {
	width: 100%;
	padding: 0 !important;
}
.yjsq .right li span:first-child {
	margin-bottom: 20px;
}
.pit .pit_menu .spn {
	font-size: 12px;
}
.download_list li .info .num {
	font-size: 12px;
}
.download_list li .info {
	padding-right: 128px;
}
.download_list li .num {
	right: 28px;
}
.download_list li .btn_downLoad {
	width: 16px;
	height: 16px;
}
.download_list li a {
	font-size: 12px;
}
.pit {
	font-size: 13px;
	line-height: 24px;
}

.pit .pit_btn button {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin-right: 10px;
}

.product_nav a {
	font-size: 13px;
	padding: 0 12px;
}
.product_nav a:after {
	top: 2px;
}
.table_content th {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}
.guide_table th {
	font-size: 13px;
	padding: 8px !important;
}
.guide_table td {
	font-size: 12px;
	padding: 8px !important;
	line-height: 20px !important;
}
.use_list li {
	width: 48.5%
}
.product_centerList li .imt,
.product_centerList li .pit {
	width: 100%;
	float: none;
	margin: 0px;
}
.platform_list li .platform_text,
.platform_list li .platform_imt {
	float: none;
	width: 100%;
}
.platform_list li .btnCom_more {
	text-align: center;
}
.platform_info .info_w5 .info_title {
	font-size: 17px;
}
.platform_info .info_w5 .info_btn a {
	width: 120px;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
}
.tech_title {
	font-size: 20px;
	padding-left: 16px;
	background-size: 6px;
}
.tech_title .spn {
	font-size: 14px;
}
.jxapply .w1170{
	padding: 0;
}
.jxapply_list .list{
	margin-left: -2%;
}
.jxapply_list li{
	width: 48%;
	margin: 0 0 2% 2%;
}
.jxapply_list li .text_title{
	padding-top: 5%;
	font-size: 14px;
}
.jxapply_list li .text_info{
	font-size: 12px;
	height:100px;
	overflow-x: hidden;
	overflow-y: auto;
}
.jxapply_list li .btnCom_apply{
	width: 80px;
	height: 26px;
	line-height: 26px;
	margin-top: 15px;
}
.jxapply_list li .text{
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}
.envir_text,.envir_imt{
	float: none;
	width: 100%;
}
.envir_title{
	font-size: 20px;
}
.envir_text{
	line-height: 1.8;
	font-size: 13px;
}
.btnCom_consult{
	width: 110px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	/*border-radius: 30px;*/
}
.wisdom_envirList li .text,.wisdom_envirList li .imt{
	width: 100%;
	float: none;
}
.wisdom_envirList li .text_name{
	font-size: 16px;
}
.jxapply .wisdom_envirList .btnCom_consult {
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}
.wisdom_coreTech{
	font-size: 13px;
}
.wisdom .com_title .title_name, .nbanner_text .small_t1{
	font-size: 16px;
}
.platform_list li .platform_name{
	font-size: 20px;
}
.apply_dom .dom_fl,.apply_dom .dom_fr{
	width: 100%;
	padding:0;
	float: none;
}
.apply_dom .dom_fr{
	border-left: none;
}
.apply_dom .dom_t2{
	padding-bottom:2%;
}
.product_apply .title, .apply_dom .dom_t3 {
	font-size: 18px;
}
.apply_dom .dom_fr .ov .form-group{
	width: 100%;
	float: none;
	margin:3% 0 0;
}
.apply_dom .dom_fr .tpt{
	width: 100%;
	margin:3% 0 0;
}
.apply_dom .dom_fr .ipt{
	padding:3px 10px;
	height: 35px;
}
.apply_dom .dom_fr .btn-sum{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.product_apply .apply_content{
	padding-left: 0;
}
.product_apply .apply_content .spn{
	font-size: 11px;
}
.bghj-img .left, .bghj-img .right{
	padding: 0;
	width: 100%;
	float: none;
}
.jrwm-det-b, .jrwm-det-t{
	padding:10px 15px;
}
.jrwm-det-t i{
	font-size: 15px;
}
.jrwm-det-c{
	line-height: 23px;
}
.m-det,.about-gsjj-gy{
	font-size: 12px;
}
.cl{
	font-size: 12px;
}

}

@media only screen and (max-width:480px) {
/*.news_menu a, .btnCom_more a,.btnCom_more span{margin: 0 3px; padding: 0 8px;}*/
.cloud_list li{padding: 0 5px;}
.c-list .c-list-img {
	height: 90px;
}
.nb-mg{margin-top: 20px;}
}
.scrollable {
  height: 300px;
  overflow: auto;
}
.scrollable::-webkit-scrollbar {
      width: 3px;
    }
    .scrollable::-webkit-scrollbar-track {
      background-color: #19acf7;
      opacity: 0.2;
    }
    .scrollable::-webkit-scrollbar-thumb {
      background-color: #19acf7;
      border-radius: 5px;
    }
    .scrollable::-webkit-scrollbar-thumb:hover {
      background-color: #19acf7;
    }