@font-face{
font-family: 'DIN'; 
src: url('../fonts/dinbm.ttf'); /* IE9+ */     
}

@font-face {
  font-family: '思源黑体';
  font-display: swap;
  src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF'); /* IE9*/
}

body{
	font-family: "思源黑体";
}
a {
	color: #333;
	text-decoration: none
}
a:hover, a:focus {
	color: #333;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "思源黑体";
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0
}

h4{
	font-weight: bold;
}
/*img, .ylw-img-responsive {
	height: auto;
	max-width: 100%
}*/

.ylw-img-responsive {
	height: auto;
	max-width: 100%
}
video{
	margin:0px;padding:0px;
	object-fit:fill;
}

.ylw-img-responsive0{
	/*height: 271px;*/
	/*width: 360px;*/
    height: 100%;
    width: 100%;	
}

.ylw-img-responsive2 {
	height: 160px;
	width: 220px
}
.ylw-img-responsive3 {
	height: 250px;
	width: 360px;
}

*:link, *:visited, *:hover, *:active, *:focus, .item-on-hover, .btn-success, #button, .team img, .kehu figure a p {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.h-h2 {
	font-size: 28px;
	color: #000;
	padding-bottom:10px;
}

::-moz-selection {
	background: #0e57cd;
	color: #fff
}
::selection {
	background: #0e57cd;
	color: #fff
}
.col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media(min-width:1200px) {
	.col-lg-20 {
		float: left
	}
}
@media(min-width:1200px) {
	.col-lg-20 {
		width: 20%
	}
}
@media(min-width:1200px) {
	.z15 {
		padding-left: 30px;
		padding-right: 0
	}
}
@media(min-width:1001px) and (max-width:1199px) {
	.z15 {
		padding-left: 30px;
		padding-right: 0
	}
}
@media(min-width:1200px) {
	.zaz {
		padding-left: 3%;
		padding-right: 0
	}
}
@media(min-width:1001px) and (max-width:1199px) {
	.zaz {
		padding-left: 3%;
		padding-right: 0
	}
}
.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out
}
.headroom--unpinned {
	top: -100px
}
.headroom--pinned {
	top: 0
}
.navbar-default {
	background-color: rgba(255,255,255,0.95);
	border:0px;
}
span.phonetop {
font-weight: 700;
font-size: 14px;
text-align: center;
color: #0E57CD;
}
.fixednav0 {
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;

}
.fixednav {
	position:fixed;
	top:0px;
	width:100%;
	z-index:999999;
	background:#fff;
	-webkit-box-shadow:0 0 20px rgba(51,51,51,.2);-moz-box-shadow:0 0 20px rgba(51,51,51,.2);box-shadow:0 0 20px rgba(51,51,51,.2);

}
.navbar-header {
	position: relative;
	z-index: 999;
}
.logo {
	margin: 0;
	padding: 16px 0;
	display: table
}
.navbar-brand {
	padding: 0 15px
}
@media(min-width:1000px) {
	.navbar-brand {
		height: 48px
	}
}
@media(max-width:999px) {
	.navbar-brand {
		height: 41px
	}
}
.logo small {
	font-size: 14px;
	color: #999;
	padding-top: 6px;
	line-height:18px;
	display: table;
}
.logo small a {
	color: #999
}

@media (max-width: 767px){
	.logo small {
		display: none;
	}
	
	.footer-weixin figure {
    width: 28%;
}

.navbar-header{
    left: 0 !important;
    width: 100%;
    background: #212121;
    height: 13.333vw;
    margin-right: 0 !important;
    margin-left: 0 !important;
    z-index: 99999;
}
.logo img:nth-child(2) {
    /*height: 50px;*/
    margin-top: -16px;
    margin-left: 21px;
}
/*.contact_Figure p{*/
/*    font-size: 30px !important;*/
/*}*/

}


@media(min-width:1000px) {
	.logo-visible {
		display: none
	}
}
@media(max-width:999px) {
	.logo-hidden {
		display: none
	}
}
.head-lx {
	position: absolute;
	margin: 0;
	padding: 25px;
	left: 0;
	top: 100px;
	background-color: rgba(102,153,204,0.9);
	width: 350px;
	display: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
@media(min-width:999px) {
	.navbar-header:hover .head-lx {
		display: block
	}
}
.head-lx li {
	line-height: 28px;
	color: #fff;
	margin-bottom: 6px
}
.head-lx li.tel {
	padding: 15px 0 0 30px;
	margin-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
	background-image: url(../images/head-lx-bg.png);
	background-repeat: no-repeat;
	background-position: 0 19px;
	overflow: hidden
}
.head-lx li.oc {
	padding: 0 0 0 30px;
	background-image: url(../images/head-lx-bg.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
	overflow: hidden;
	margin-bottom: 0
}
.head-lx li small {
	font-size: 12px
}
.navbar-default .navbar-nav>li>a {
	/*padding: 39px 16px 0 16px;*/
	padding: 39px 12px 0px;
	text-align: center;
	min-height: 100px;
	font-size: 16px;
	font-family: "思源黑体";
}
.navbar-default .navbar-nav>li>a:hover {
	background: #eee;
}

.navbar-cur {
	background: #eee;
}

.navbar-default .navbar-nav>li>a {
	color: #000
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a {
	color: #eee;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a {
	color:#333;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	
}
.navbar-default .navbar-nav>li>a small {
	display: none;
	color: #E9E9E9;
	font-size: 12px;
	text-align: center;
	margin: 8px auto 0 auto;
	padding: 2px 0 0 0;
	border-top: 1px dotted rgba(255,255,255,0.5)
}
@media(min-width:999px) {
	.navbar-default .navbar-nav>li>a:hover small, .navbar-default .navbar-nav>li>a:focus small, .navbar-default .navbar-nav>li.active>a small {
		display: table
	}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #fff;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 150px;
	padding: 10px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background: #4d5357;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1);
	box-shadow: 0 6px 12px rgba(0,0,0,0.1);
	background-clip: padding-box;
	border-width: 0
}
.dropdown-menu>li>a {
	padding: 8px 30px;
	color: #fff
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus,.dropdown-cur {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

.dropdown-menu>li>a.hover, .dropdown-menu>li.hover {
	color: #FFF;
}
@media(min-width:768px) and (max-width:999px) {
	.navbar-default .navbar-nav>li>a {
		padding: 10px 6px 0 6px;
		min-height: 40px;
		margin-top: 16px
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a {
		padding-top: 10px
	}
	.logo {
		padding: 16px 0
	}
}
@media(max-width:767px) {
	.logo {
    padding: 14px 0;
    width: 21.6vw;
    height: 6vw;
    position: absolute;
    top: 12%;
    /*margin-top: -3vw;*/
    margin-top: -10px;
    left: 47%;
    margin-left: -10.8vw;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 15px;
		line-height: 20px;
		min-height: 20px;
		display: inline-block;
		width: 100%;
    text-align: left;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a {
		padding: 10px 15px
	}
	.navbar-toggle {
		margin-top: 8px
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #eee
	}
	.navbar-nav .open .dropdown-menu {
		margin: 0;
		padding: 0;
		border-radius: 0
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 24px
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li.hover a {
		color: #FFF;
		background-color: #3c3
	}
}
.box {
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}

.hba {
	/*height: 300px;*/
	height: 150px;
	/*line-height: 150px;*/
	text-align: center;
	color: #fff;
	/*font-size: 48px;*/
	font-size: 36px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
.hba {
    height: 430px !important;
    overflow: hidden;
    position: relative;
}
.hba::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.65;
}

.box_service{
	height: 70px;
	font-size:18px;
	font-weight:600;
}

.hba p small{
	font-size:20px;
	display: block;
}
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}
.slides {
	height: 100%;
	overflow: hidden;
	*zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	margin: 0;
	padding: 0;
	border: 0
}
.cpzxlb>div{
    display: none;
}
.cpzxlb>div:nth-child(1){
  display: block;  
}
@media(min-width:992px){
 .tccimg,.slides{
     height: 430px;
 }   
}
@media(min-width:1440px){
 .tccimg{
     height:430px
 }
 .slides{
     height: 850px;
 }   
}
.slide {
	height: 100%;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-image: none;
	list-style-type: none
}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -30px;
	background-color: rgba(0,0,0,0.3);
	text-indent: -9999px;
	overflow: hidden;
	height: 60px;
	width: 40px;
	background-repeat: no-repeat
}
.slider-arrow--right {
	transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	-moz-transform: translate(40px, 0);
	-o-transform: translate(40px, 0)
}
.slider-arrow--left {
	transform: translate(-40px, 0);
	-ms-transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	-moz-transform: translate(-40px, 0);
	-o-transform: translate(-40px, 0)
}
.slider:hover .slider-arrow--right, .slider:hover .slider-arrow--left {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}
.slider-arrow--right {
	bottom: 50%;
	right: 0;
	background-image: url(../images/banner-fy.png);
	background-position: center bottom
}
.slider-arrow--left {
	bottom: 50%;
	left: 0;
	background-image: url(../images/banner-fy.png);
	background-position: center top
}
.slider-nav {
	position: absolute;
	bottom: 20px
}
.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%
}
.slider-nav__item:hover {
	background: #ccc
}
.slider-nav__item--current {
	background: #ccc
}
.kehu {
    background-color: #f2f2f2;
}
.about, .kehu, .case, .team, .youshi, .news {
	padding: 45px 0 25px 0;
	padding-bottom: 50px;
}
.about .m-shu, .fuwu .m-shu, .huanjing .m-shu, .kehu .m-shu, .team .m-shu {
	color: #999;
	margin-bottom: 45px
}
.about .m-shu, .pt-gongcheng .m-shu {
	margin-bottom: 30px
}
.youshi .m-shu, .pt-gongcheng .m-shu, .neirong .m-shu {
	color: #999
}
.fuwu .m-shu, .fuwu .h-h2 {
	color: #333;
}
.fuwu-bg, .kehu-bg, .team-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
.fuwu-bg {
	width: 100%;
	background-size: cover;
	text-align: center;
	color: #333;
}
.team-bg {
	background-image: url(../images/team-bg.jpg)
}
.btn-success {
	color: #fff;
	background-color: #0e57cd;
	border-width: 0;
	border-radius: 0;
	padding: 12px 30px;
	margin: 0 15px 20px 15px
}
.btn-success:hover {
	color: #fff;
	background-color: #0A0e57cd8
}
.about{
	background-image: url(../images/fuwu-bg.jpg);
	background-attachment: fixed;
	width: 100%;
	background-size: cover;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.about .about-us {
	line-height: 26px;
	margin-bottom: 35px;
	color: #e2e2e2;
}
.about-us {
	max-width:750px;
	margin:0px auto;
	text-align: justify;
}
.fuwu {
	padding: 45px 0 45px 0
}
.fuwu, .fuwu a, .fuwu a small {
}
.fuwu h3 a {
	font-size: 16px;
	font-weight: bold
}
.fuwu h3 a small {
	font-size: 14px
}
.fuwu h3 {
	padding-bottom: 18px;
	margin-bottom: 10px
}
.fuwu figure p {
	line-height: 25px;
	margin: 0;
	color:#999;
}
.fuwu figure {
	margin-bottom: 30px
}
.fuwu a.pic1, .fuwu a.pic2, .fuwu a.pic3, .fuwu a.pic4 {
	height: 160px;
	width: 160px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto
}
.fuwu a.pic1, .fuwu a.pic2, .fuwu a.pic3, .fuwu a.pic4 {
	transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9)
}
.fuwu a.pic1:hover, .fuwu a.pic2:hover, .fuwu a.pic3:hover, .fuwu a.pic4:hover {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1)
}
.fuwu a.pic1 {
	background-image: url(../images/services-1-1.png)
}
.fuwu a.pic1:hover {
	background-image: url(../images/services-1.png)
}
.fuwu a.pic2 {
	background-image: url(../images/services-2-2.png)
}
.fuwu a.pic2:hover {
	background-image: url(../images/services-2.png)
}
.fuwu a.pic3 {
	background-image: url(../images/services-3-3.png)
}
.fuwu a.pic3:hover {
	background-image: url(../images/services-3.png)
}
.fuwu a.pic4 {
	background-image: url(../images/services-4-4.png)
}
.fuwu a.pic4:hover {
	background-image: url(../images/services-4.png)
}
.huanjing {
	padding: 45px 0 60px 0
}
.fudong-bg {
	position: relative
}
.fudong {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: auto;
	color: #FFF;
	vertical-align: middle;
	padding-top: 13%
}
.fudong h3 {
	font-size: 24px;
	margin-bottom: 20px
}
.fudong p {
	line-height: 26px;
	margin-bottom: 25px
}
.huanjing-cd {
	width: 98px;
	height: 16px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
}
@media(max-width:700px) {
	.huanjing {
		padding: 45px 0 5px 0
	}
	.fudong-bg {
		position: static
	}
	.fudong {
		position: static;
		padding-top: 15px
	}
	.fudong h3 {
		color: #000
	}
	.fudong p {
		color: #666
	}
	.huanjing-cd {
		margin-bottom: 40px
	}
}
@media(min-width:701px) and (max-width:1023px) {
	.fudong {
		padding-top: 8%
	}
}
.kehu figure a {
	margin-bottom: 30px;
	color: #FFF;
	display: block
}
.kehu div.row, .case div.row {
	margin-bottom: 10px
}
.kehu figure a p {
	display: none
}
@media(min-width:1200px) {
	.kehu div.xg {
		height: 296px;
		overflow: hidden
	}
}
@media(min-width:999px) {
	.kehu figure a {
		position: relative
	}
	.kehu figure a p {
		cursor: pointer;
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		background-color: #0e57cd;
		top: 0;
		line-height: 118px;
		text-align: center;
		vertical-align: middle;
		font-size: 16px;
		opacity: 0;
		filter: Alpha(Opacity=0)
	}
	.kehu figure a:hover p {
		display: block;
		opacity: 1;
		filter: Alpha(Opacity=1)
	}
}
@media(min-width:999px) and (max-width:1199px) {
	.kehu figure a p {
		left: 4px
	}
}
.khml a {
	margin-bottom: 10px!important
}
.khml a h4 {
	color: #0e57cd;
	margin-top: 30px;
	margin-bottom: 0
}
.kehu figure img {
	border: 1px solid #eee!important
}
.m-shu {
	color: #999;
	margin-bottom: 35px;
	line-height: 28px
}
.kehu .m-shu {
    color: #999;
    margin-bottom: 35px;
    line-height: 28px;
    font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 18px;
    color: #707070;
}
.m-shu p {
	margin-top: 15px;
	color: #ccc
}
.m-shu p a {
font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #707070;
    margin: 0 35px !important;
}
.news .current,.current{
  font-weight: bold;
font-size: 18px;
color: #0e57cd !important;
}
.case .m-shu {
	color: #999;
	margin-bottom: 35px;
	line-height: 28px
}
.case .m-shu p {
	margin-top: 15px;
	color: #ccc
}
.case .m-shu p a {
	color: #333;
	margin: 0 3px
}
.case .m-shu p a:hover {
	color: #0e57cd
}
.case h3 {
	padding: 10px 0 30px 0;
	margin: 0 auto
}
.case h3 a {
	font-size: 18px;
font-weight: 400;
color: #444444;
}
.case h3 small, .case h3 small a {
	color: #999;
	font-size: 14px;
	font-weight: normal
}
.case a.pic-link {
	max-width: 360px;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}
@media(min-width:999px) {
	.case a.pic-link, .tj-case a.pic-link {
		position: relative;
		display: block;
		overflow: hidden;
		width:362px;
	}
	.case-hover {
		cursor: pointer;
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0);
		background-image: url(../images/on-hover.png);
		background-repeat: repeat;
		opacity: 0;
		filter: Alpha(Opacity=0);
		z-index: 96;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear
	}
	.case-hover:hover {
		opacity: 1;
		filter: Alpha(Opacity=1)
	}
	.case-hover * {
		filter: inherit
	}
	.case-hover {
		cursor: pointer
	}
	.case-hover:hover .hover-link, .tj-case figure div:hover .hover-link, .pic-link:hover .hover-link {
		background-image: url(../images/hover-link.png);
		background-repeat: no-repeat;
		background-position: center center
	}
	.hover-link {
		width: 44px;
		height: 44px;
		top: 50%;
		left: 50%;
		margin-left: -22px;
		margin-top: -22px;
		position: absolute;
		display: block
	}
}
div#tccdaozhaid figure,.yuntabcontent .team section figure,.yuntabcontent .tccdaozha figure,.yuntabcontent .tccpj figure{
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
    width: 23%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.cdz_nr .team section figure{
    width: 30%;
    
}
.intro_r {
    padding: 0;
}

.cbl-right {
padding: 0px 10px 0px;
    background: #fff;
    margin-left: 16px;
    overflow: hidden;
    margin-top: 25px;
}
.cbl-right .ny-h4 {
    padding: 0px 0 2px 20px;
}
.detail_right figure{
   width: unset !important; 
}
.cbl-right .tccdaozha {
    padding-top: 0 !important;
}

.intro_r {margin-top: -25px;    width: 26%;
    margin-left: 15px;}
@media screen and (max-width: 800px) {
    div#tccdaozhaid figure,.yuntabcontent .team section figure,.yuntabcontent .tccdaozha figure,.yuntabcontent .tccpj figure{
    	width:47%;
    }
    div#tccdaozhaid figure,.yuntabcontent .team section figure,.yuntabcontent .tccdaozha figure,.yuntabcontent .tccpj figure{
        margin: 0 5px;
        margin-bottom: 18px;
    }
}
div#tccdaozhaid figure:hover,.yuntabcontent .team section figure:hover,.yuntabcontent .tccdaozha figure:hover,.yuntabcontent .tccpj figure:hover{
    border-color: #0fa0ee;
    box-shadow: 1px 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);    
}
.team h3 {
	padding: 25px 0 40px 0;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
div#tccdaozhaid  figure h3,.yuntabcontent .team section figure h3,.yuntabcontent .tccdaozha figure h3,.yuntabcontent .tccpj figure h3{
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 40px;
    border-top: 1px dashed #ddd;
    padding: 0;
}

.photo_t span {
    font-size: 25px;
    text-align: left;
    color: #1062D1;
}
.team h3 a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px
}
.team h3 small {
	font-size: 14px
}
.team div.row {
	margin-bottom: 5px
}
.team a.pic-link {
	max-width: 285px;
	margin-right: auto;
	margin-left: auto;
    overflow: hidden;
}
.cdz_nr .team a.pic-link{
    height:285px;
}
@media(min-width:999px) {
	.team a.pic-link img {
		border: 6px solid transparent
	}
	.team a.pic-link:hover img {
		border: 6px solid #FFF
	}
	.team a.pic-link {
		position: relative;
		display: block
	}
	.team a.pic-link img {
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1)
	}
	.team a.pic-link:hover img {
		transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1)
	}
	.hover-jia {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		opacity: 0;
		filter: Alpha(Opacity=0);
		-webkit-transition: all .2s linear .3s;
		-moz-transition: all .2s linear .3s;
		-o-transition: all .2s linear .3s;
		transition: all .2s linear .3s;
		-ms-transition: all .2s linear .3s
	}
	.pic-link:hover .hover-jia {
		background-image: url(../images/team-hover.png);
		background-repeat: no-repeat;
		background-position: center center;
		opacity: 1;
		filter: Alpha(Opacity=1)
	}
	.hover-jia {
		width: 50px;
		height: 50px;
		top: 50%;
		left: 50%;
		margin-left: -25px;
		margin-top: -25px;
		position: absolute;
		display: block;
		z-index: 99
	}
}
@media(max-width:700px) {
	.team a.pic-link img {
		border: 0 solid transparent
	}
	.team a.pic-link img:hover {
		border: 0 solid #FFF
	}
}
.team .m-shu {
	margin-bottom: 35px
}
@media(min-width:1200px) {
	.team-nav {
		position: relative;
		height: 320px;
		overflow: hidden;
		padding: 10px 0 0 0
	}
	.team-w {
		position: absolute;
		left: 0
	}
	.team-array {
		float: left;
		max-width: 292px
	}
	.img-r, .img-l {
		cursor: pointer;
		margin: 5px 8px;
		font-size: 24px
	}
}
.ny-team>div {
	padding-left: 0!important
}
@media(max-width:768px) {
	.ny-team>div {
		padding-right: 0!important
	}
}
.youshi figure {
	padding: 38px 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #e6e6e6
}
.youshi div.row {
	margin: 45px 0 45px 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #e6e6e6
}
.youshi figure h3 {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.youshi figure h3 a {
	color: #666
}
.youshi figure p {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0e57cd;
	color: #FFF;
	padding: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	opacity: 0;
	filter: Alpha(Opacity=0)
}
.youshi figure p a {
	color: #FFF;
	text-decoration: underline
}
.youshi figure:hover p {
	opacity: 1;
	filter: Alpha(Opacity=1)
}
@media(max-width:1199px) {
	.youshi figure:hover p {
		display: block
	}
	.youshi figure p {
		display: none
	}
}
.youshi figure p small {
	text-align: left;
	margin-top: 10px;
	line-height: 180%;
	font-weight: normal;
	display: block;
	overflow: hidden;
	height: 80%;
	width: 100%;
	white-space: normal;
	text-overflow: ellipsis
}
.news {
	/*background-color: #f2f2f2;*/
	padding-bottom: 0;
	position: relative;
}
.news .xw-l {
    width: 950px;
    height: 549px;
    overflow: hidden;
    float: left;
}

.newdiv{
	display: none;
}
.newdiv:nth-child(1){
	display: block !important;

}

.news .xw-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .xw-r {width: 640.51px;height: 528.5px;float: left;overflow: hidden;}
.news h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0 0 30px 0;
	margin: 0
}
.news ul li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 19px 0px;
    margin-left: 31px;
}
.news ul li:nth-child(1) a {
    color: #0E57CD;
}
.news ul li a {
	color: #666;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	color: #808080;	
	/*float: left*/
}
.news ul li small {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #b3b3b3;
}
.news ul li a:hover {
	color: #0e57cd
}
.news p {
	/*margin: 25px 0 45px 0*/
	margin: 51px auto 70px;
}
.active-qh {
	height: 16px;
	width: 10px;
	background-image: url(../images/huanjing-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-left: 8px
}

/*底部联系开始*/
.lianxi {
    height: 116px;
    background: #0e57cd;
    overflow: hidden;
    
}

.lianxi .xl-r {
    overflow: hidden;
}

.lianxi .xl-r p {font-family: "PingFang SC";font-weight: 400;font-size: 18px;text-align: left;color: #fff;margin: 0;margin-left: 12px;}
.lianxi .xl-r p:nth-child(2) {
    font-size: 26px;
    font-family: DIN;
    font-weight: 500;
}
.lianxi .qyyx{
    font-family: unset !important;
}
.lianxi .row {margin-top: 30px;}

.xl-l, .xl-r {
    display: inline-block;
    overflow: hidden;
}

/*底部联系结束*/



.active-qh {
	height: 16px;
	width: 10px;
	background-image: url(../images/huanjing-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-left: 8px
}
.active-qh:hover {
	background-position: center top
}

/*顶部搜索框样式开始*/
.top-key{
	height: 30px;
	width: 100%;
	background-color: #FFF;
	color: #666;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 0
}


/*顶部搜索框样式结束*/
.key, .mail {
	height: 40px;
	width: 100%;
	background-color: #FFF;
	color: #666;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 0
}
.mail-tx {
	color: #0e57cd;
	font-size: 14px;
	margin: 15px 0
}

.top-button{
	/*height: 30px;*/
	height: 26px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	/*background-color: #FFF;*/
	position: absolute;
	/*right: -30px;*/
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	/*border: 1px solid #e0e0e0;*/
	/*border-left: 0;*/
	border: 0;
	border-radius: 0;
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: -6px -85px;
	background-color: #FFF;
	text-indent: -999px;
	overflow: hidden
}

.s-button, .m-button {
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background-color: #FFF;
	position: absolute;
	right: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	top: 0
}
.s-button {
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: right -80px;
	background-color: #FFF;
	text-indent: -999px;
	overflow: hidden
}
.m-button {
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: right -120px;
	background-color: #FFF;
	text-indent: -999px;
	overflow: hidden
}
.mail {
	margin: 0 0 40px 0
}
.crumbs {
	border-bottom: 1px solid #ededed;
	background-color: #f7f7f7;
}
.breadcrumb {
	padding: 18px 15px 20px 0;
	margin-bottom: 0;
	list-style: none;
	background-color: #f7f7f7;
	border-radius: 0
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #999
}
.btn-menu {
	padding: 19px 19px;
	border: 0 solid transparent;
	border-radius: 0
}
.btn-default {
	color: #fff;
	background-color: #0e57cd;
	border-color: #0e57cd
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #0A0e57cd8;
	border-color: #0A0e57cd8
}
.btn-group .dropdown-menu {
	margin-top: 0
}
.breadcrumb>.active, .breadcrumb li {
	color: #999
}
.neirong {
	/*padding: 50px 0px 0px 0px; */
	padding: 5px 0px 0px 0px; 
}

.neirong1 {
	padding: 50px 0 0px 0px;
}
.neirong .info h3 {
	color: #333;
	margin: 25px 0;
	font-weight: 600;
	line-height: 150%
}
.neirong .info h3.h3 {
	margin: 0 0 25px 0
}
.neirong .h1, .neirong .h2, .neirong .h3{
	margin-top: 0 
}

.neirong .info, .neirong .info p, .neirong .info li, .case-fl p, .ny-news p {
	line-height: 30px;
	color: #666
}
.neirong .info h4, .neirong .info h5, .neirong .info h6 {
	line-height: 30px
}
.neirong p.anniu .btn-success {
	margin: 20px 30px 0 0
}
.neirong .kehu img {
	border: 1px solid #eee
}
.neirong .info img {
	margin: 30px 0
}
.mb-none {
	margin-bottom: 0
}
.pb-none {
	padding-bottom: 0
}
.red {
	color: #F00
}
.diwei .h3 {
	margin-bottom: 40px
}
.diwei p {
	margin-top: 20px;
	margin-bottom: 0
}
.biaoti-sousuo {
	margin-bottom: 20px
}
.ny-bt {
	font-size: 18px;
	padding: 0 0 20px 0;
	margin: 0;
	border-bottom: 1px solid #ededed;
	font-weight: 600
}
@media(max-width:768px) {
	.neirong {
		padding: 30px 10px;
	}
	.neirong .info img {
		margin-bottom: 20px;
		margin-top: 20px
	}
	.neirong .info .like img {
		margin-bottom: 0;
		margin-top: 0
	}
	.neirong .mt {
		margin-top: 40px
	}
	.diwei p {
		margin-bottom: 20px
	}
	.ny-bt {
		border-bottom: 0
	}
	.neirong .pull-left, .neirong .pull-right {
		float: none!important
	}
	.neirong .info p {
		margin: 15px 0
	}
	
}
@media(min-width:768px) {
	.neirong .pull-left {
		margin-right: 30px;
		margin-top: 0
	}
	.neirong .ny-right .pull-right {
		margin-left: 0
	}
	.neirong .pull-right {
		margin-left: 30px;
		margin-top: 0
	}
}
.case-fl {
	margin: 0 0 15px 0;
	color: #eee
}
.case-fl strong {
	color: #666
}
.case-fl a {
	padding: 0 2px
}
.case-fl a.hover {
	background-color: #0e57cd;
	color: #FFF;
	padding: 0 5px
}
.case-fl p {
	line-height: 30px;
	color: #EEE
}
.tj-case {
	margin-bottom: 30px
}
.tj-case figure div h3 {
	padding: 15px 20px 23px 20px;
	margin: 0;
	width: 100%;
	max-width: 555px;
	background-color: #0e57cd
}
.tj-case figure div:hover h3 {
	bottom: 0
}
.tj-case h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #fff
}
.tj-case h3 small {
	margin: 9px 0 0 0!important
}
.tj-case h3 small, .tj-case h3 small a {
	color: #fff;
	font-size: 14px;
	font-weight: normal
}
.tj-case a.pic-link {
	max-width: 555px;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}
.neirong .about, .neirong .kehu, .neirong .case, .neirong .team, .neirong .youshi, .neirong .news {
	padding: 0
}
.fanye .pagination {
	margin: 0
}
.fanye .pagination>li {
	font-size: 0;
}
.fanye{
	margin-bottom:20px;
}
.fanye .pagination>.active>a, .fanye .pagination>.active>span, .fanye .pagination>.active>a:hover, .fanye .pagination>.active>span:hover, .fanye .pagination>.active>a:focus, .fanye .pagination>.active>span:focus {
	background-color: #0e57cd;
	border-color: #0e57cd;
	color: #FFF
}
.fanye .pagination>li.thisclass a, .fanye .pagination>li>a:hover, .fanye .pagination>li>span:hover, .fanye .pagination>li>a:focus, .fanye .pagination>li>span:focus {
	color: #0e57cd;
	background-color: #ededed;
	border-color: #ededed
}
.fanye .pagination>li>a, .fanye .pagination>li>span {
	color: #606266;
	border-color: #ededed;
	font-size: 14px;
	background: #f9f9f9;
}
.thisclass{
	position: relative;
    float: left;
    font-size: 14px !important;
    padding: 10px 16px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background:  #0e57cd;
    border: 1px solid #ededed;
}
.fanye-ss td {
    font-size: 13px;
    border: 1px solid #f0f0f0;
    width: 52px !important;
    line-height: 20px;
    height: 52px;
}
.pic-link {
	display: block;
	position: relative
}
.pic-link .new, .pic-link .hot {
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 69px;
	width: 69px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999
}
.pic-link .hot {
	background-image: url(../images/hot.png)
}
.pic-link .rd {
	background-image: url(../images/rd.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 50px;
	width: 43px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999
}
@media(max-width:1000px) {
	.new, .hot, .tj-case {
		display: none
	}
}
.text-danger, .text-danger:hover {
	color: #C00
}
.ny-news {
	margin: 15px 0 20px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed
}
@media(min-width:1200px) {
	.ny-news {
		min-height: 189px
	}
}
@media(min-width:768px) and (max-width:1199px) {
	.ny-news {
		min-height: 159px
	}
}
.ny-news a.pic-link {
	margin-right: 20px
}
@media(min-width:999px) {
	.ny-news a.pic-link {
		position: relative;
		display: block
	}
	.ny-h4.none {
		margin-top: 0
	}
}
.ny-news h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.ny-news p {
	margin: 0 0 5px 0;
	height: 100px;
}
.ny-news div span {
	background-repeat: no-repeat;
	height: 18px;
	width: 22px;
	padding-left: 24px;
	margin-right: 10px;
	font-style: italic;
	color: #999;
	font-size: 12px
}
.ny-news div span.fl {
	background-image: url(../images/ny-news-bg.png);
	background-position: 0 0
}
.ny-news div span.gz {
	background-image: url(../images/ny-news-bg.png);
	background-position: 0 -20px
}
.ny-news div span.sj {
	background-image: url(../images/ny-news-bg.png);
	background-position: 0 -44px
}
.ny-right {
	margin-left: 15px
}
.ny-h4 {
	margin: 25px 0 25px 0;
	font-size: 16px;
	font-weight: bold
}
.ny-h4 small {
	font-size: 14px;
	color: #999
}
.m-x-20 {
	margin-bottom: 20px
}
.m-x-30 {
	margin-bottom: 30px
}
.m-x-40 {
	margin-bottom: 40px
}
.m-s-10 {
	margin-top: 10px
}
.m-s-20 {
	margin-top: 20px
}
.m-s-30 {
	margin-top: 30px
}
.m-s-40 {
	margin-top: 40px
}
.z-m-none {
	margin-left: 0!important
}
.s-m-none {
	margin-top: 0!important
}
.y-m-none {
	margin-right: 0!important
}
.x-m-none {
	margin-bottom: 0!important
}
.m-top-20 {
	margin-top: 20px;
	margin-bottom: 0
}
.m-sx-10 {
	margin: 10px 0;
	display: block
}
.m-sx-20 {
	margin: 20px 0;
	display: block
}
.m-sx-30 {
	margin: 30px 0;
	display: block
}
.m-sx-40 {
	margin: 40px 0;
	display: block
}
.m-sx-50 {
	margin: 50px 0;
	display: block
}
.ny-shuoming {
	margin-bottom: 30px
}
.ny-shuoming h2 {
	font-size: 30px;
	margin-top: 100px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #333333;
}
.ny-shuoming p {
	color: #999;
	font-size: 12px
}
@media(max-width:999px) {
	.m-x-20 {
		margin-bottom: 20px
	}
	.ny-right {
		margin-left: 0
	}
}
.kj-case figure h3 {
	padding: 20px;
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 14px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.kj-case a.pic-link {
	max-width: 285px;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}
@media(min-width:1200px) {
	.kj-case .row {
		padding: 0 15px
	}
	.kj-case .row .col-xs-6, .kj-case .row .col-sm-4, .kj-case .row .col-md-3, .kj-case .row .col-lg-3 {
		padding: 0
	}
	.kj-case .row figure {
		transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		position: relative;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
		z-index: 95;
		display: block
	}
	.kj-case .row figure:hover {
		transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		z-index: 97
	}
	.kj-case figure {
		position: relative;
		overflow: hidden
	}
	.kj-case figure h3 {
		padding: 15px;
		margin: 0;
		background-color: rgba(102,153,204,0.7);
		position: absolute;
		left: 0;
		bottom: -44px;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
		z-index: 99;
		display: block;
		font-size: 14px;
		line-height: 14px;
		width: 100%
	}
	.kj-case figure:hover h3 {
		bottom: 0
	}
	.kj-case figure h3 a {
		color: #fff
	}
}
.gd-case a.pic-link {
	max-width: 263px;
	text-align: center;
	margin-right: auto;
	margin-left: auto
}
.pt-gongcheng .m-x-10 {
	margin-bottom: 10px
}
.ny-right ul li {
	line-height: 28px
}
.ny-right ul li a {
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	float: left
}
.ny-right ul li small {
	color: #999
}
.map {
	color: #999
}
.map h3 a {
	font-size: 16px;
	color: #000;
	font-weight: bold
}
.liucheng h4 {
	font-size: 16px;
	font-weight: bold;
	color: #0e57cd
}
.kj-link {
	background-color: #f7f7f7;
	background-image: url(../images/kj-link-xian.jpg);
	background-repeat: repeat-y;
	background-position: center 0
}
@media(max-width:768px) {
	.kj-link {
		background-image: none
	}
}
.kj-link h3 {
	font-size: 18px;
	font-weight: 600;
	background-image: url(../images/a-xian.gif);
	background-repeat: no-repeat;
	background-position: center 38px;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	color: #000
}
.kj-link p {
	line-height: 28px;
	color: #999
}
.kj-link div.row div {
	padding: 50px 30px 30px 30px
}
.kj-link div.row div:hover {
	background: #0e57cd
}
.kj-link div.row div:hover h3, .kj-link div.row div:hover p, .kj-link div.row div:hover p a {
	color: #FFF
}
.kj-contact a {
	color: #FFF;
	background-color: #0e57cd;
	display: block;
	padding: 32px 15px;
	font-size: 16px
}
@media(max-width:320px) {
	.kj-contact a {
		font-size: 14px
	}
}
.kj-contact a:hover {
	background-color: #0e57cd;
	text-decoration: none
}
.footer {
	background-color: #16223c;
	color: #919399;
	font-size: 12px;
	padding: 88px 0 20px 0;
}
.footer a {
	color: #919399
}

.footer h3 a {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.footer a:hover {
	color: #fff
}
.footer .cidaohang, .address {
	line-height: 28px
}
.drxx::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #999;
    left: -15%;
}
.footer p, .footer ul {
	padding: 0;
	margin: 0
}
.address {
	background-image: url(../images/address-bg.png);
	background-repeat: no-repeat;
	background-position: -7px top;
	padding-left: 34px;
	margin-bottom: 30px
}
.sns a {
	margin-right: 5px
}
#title, #mycall {
	height: 40px;
	width: 100%;
	background-color: #FFF;
	color: #666;
	border-width: 0;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 0
}
#mycall {
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: right 0
}
#title {
	background-image: url(../images/input-bg.png);
	background-repeat: no-repeat;
	background-position: right -40px
}
#button {
	height: 44px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-width: 0;
	background-color: #fe6a00;
	color: #FFF;
	font-size: 14px;
	border-radius: 0;
	margin-bottom: 30px;
	position: relative;
}
/*#button:hover {
	background-color: #0e57cd;
	border-radius: 6px;
}*/
#savediv {
	padding-top: 20px
}
.footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 30px 0;
	margin: 0
}
.copy {
	text-transform: uppercase
}
.copy hr {
	border-color: #384251;
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0
}
.copy .renzheng {
	padding-top: 20px
}
.copy .renzheng img {
	margin-right: 12px
}
.qixia {
	background-image: url(../images/en-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px
}
.qixia p {
	margin-bottom: 2px
}
.qixia p.qx {
	line-height: 20px
}
.yq-link {
	color: #737680;
	line-height: 28px;
	padding-top: 40px
}
.yq-link a {
	color: #737680
}
.yq-link a:hover {
	color: #fff
}
.go-top a {
	background-color: #0f141a;
	color: #919399;
	display: block;
	padding: 25px 0
}
.go-top a:hover {
	background-color: #0b0e12;
	color: #fff;
	text-decoration: none
}
.kefu {
	/*background-color: #305a82;*/
	background-color: #e9e9e9;
	/*border: 2px solid #4c7fb1;*/
	position: fixed;
	/*width: 80px;*/
	width: 70px;
	top: 238px;
	/*right: 50px;*/
	/*right: 10px;*/
	right: 15%;
	text-align: center;
	display: block;
	/*-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);*/
	/*box-shadow: 0 6px 12px rgba(0,0,0,0.1);*/
	border-radius: 0 0 8px 8px;
	font-size: 12px;
	z-index: 99999
	color: #666666;
}
@media(max-width:768px) {
	.kefu {
		top: 108px
	}
}
.kefu ul {
	margin: 0;
	padding-top: 45px;
	color:#fff;
}
.kefu ul li a {
	display: block;
	/*color: #FFF;*/
	color: #666666;
	text-decoration: none;
	overflow: hidden;
	height: auto;
	width: 100%;
	padding-top: 43px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0
}
.kefu ul li a:hover {
	background-color: #4c7fb1;
}
.kefu a.kefu-lx {
	background-image: url(../images/kefu.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: -40px;
	text-indent: -9999px;
	height: 80px;
	width: 80px;
	z-index: 999999;
	left: -2px;
	border-width: 0;
	overflow: hidden
}
.kefu a.kefu-lx:hover {
	background-color: rgba(255,255,255,0)
}
.kefu ul li a.kf {
	display: block;
	padding: 10px 0
}
.kefu:hover ul li a.kf {
}
.kefu ul li a.kefu-yy {
	background-image: url(../images/kefu-tb.png);
	background-repeat: no-repeat;
	background-position: center -79px
}
.kefu ul li a.kefu-zx {
	background-image: url(../images/kefu-tb.png);
	background-repeat: no-repeat;
	background-position: center -150px
}

.kefu ul li a.kefu_di {
	background-image: url(../images/kefu-tb.png);
	background-repeat: no-repeat;
	background-position: center -218px;
	padding: 30px 0 10px 0;
	border-radius: 0 0 8px 8px
}
.kefu ul li a.kefu_top {
	background-image: url(../images/kefu-tb.png);
	background-repeat: no-repeat;
	background-position: center -15px;
	padding: 30px 0 10px 0
}
.kefu ul li a.kefu-yy, .kefu ul li a.kefu-zx, .kefu ul li a.kefu-di, .kefu ul li a.kefu-top {
	
}
.kefu:hover ul li a.kefu-yy, .kefu:hover ul li a.kefu-zx, .kefu:hover ul li a.kefu-di, .kefu:hover ul li a.kefu-top {
	display: block
}
.bdshare-button-style2-16 .bds_more {
	float: none!important
}
.bdshare-button-style2-16 a, .bdshare-button-style2-16 .bds_more {
	float: none!important;
	padding-left: 0!important;
	line-height: 0!important;
	height: 18px!important;
	width: 18px!important;
	background-image: none!important;
	_background-image: none!important;
	margin: 0!important;
	text-indent: -9999;
	overflow: hidden
}
.ny-news h4{
	font-size: 16px;
	margin: 0 0 10px 0;
	overflow: hidden;
	height:20px;
}

.container{
	font:14px "思源黑体", simsun;
	color: #757575;
	line-height: 30px;
}

.erMenuDiv {
	width: 100%;
	margin:0px auto;
	overflow: hidden;
	clear: both;
}

.erMenu{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.erMenu li{
	text-align: center;
	text-decoration: none;
	margin:0px 20px;
	font-size: 16px;
	list-style: none;
	display: inline;
}

.erMenu li a{
	color: #666;
	display: inline-block;
	border-bottom: 3px solid #fff;
	line-height: 60px;
}

.erMenu li a:hover{
	color: #0e57cd;
	text-decoration:none;
	line-height: 60px;
	border-bottom: 3px solid #0e57cd;
}

.about_title{
	/*margin-bottom: 50px;*/
	margin-bottom: 10px;
	text-align:center;
}

.erMenu li a.currentClass{
	color: #0e57cd;
	text-decoration:none;
	line-height: 60px;
	border-bottom: 3px solid #0e57cd;
}

ul li{
	list-style: none;
}

.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background: #f7f7f7;
}
.dropdown-menu{
	background: #ffffff;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right:1px solid #eee;
}
.dropdown-submenu li{
	float: left;
	margin-right:30px;
	text-align: center;
}

.dropdown-submenu li img{
	width: 90px;
}

.dropdown-submenu li p{
	text-align: center;
}

.dropdown-submenu li p small{
	display: block;
	text-align: center;
}

.dropdown-menu>li{
	float: left;
}

.dropdown-menu li a{
	color: #666;
	width: 148px;
}
.dropdown-menu li span{
	color:#333;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	margin-top:10px;
	margin-bottom: 5px;
}

.dropdown-submenu li a{
	font-weight: normal;

	color: #666;
}

.dropdown-menu {  
	width: 100%;
	left: right;
	z-index: 9999;
	position: absolute;
}



.productlmenu li a{ 	color: #666;}

.productlmenu li{

	list-style: none;
}

.productlmenu li ul li{
}

br{
	margin:30px 0px; 
}

.zhuantiNav{
	float: right;
}

.zhuantiNav li{
	float: left;
	list-style: none;
	margin-left:30px;
	font-size: 16px;
	line-height: 30px;
}

.tabhover a{
	color:#df0615;
	font-weight: bold;
}


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

.productNavFix{
	top:0px;
	width: 1170px;
	padding: 15px 30px;
	position:fixed;
	background: #fff;
	filter: alpha(opacity=50);
	opacity: 0.8;
}

.productNavWarp{

	background: #fff;
}

.navbar-fixed-top{
	position: absolute;
}

.askBtn{
	width: 160px;
	height:30px;
	background: red;
	color:#fff;
	text-align: center;
	display: block;
	padding: 10px 25px;
}

.productJianjie{
	padding-top: 80px;
	margin-left: 60px;
}

#pro_nav {zoom:1;margin-left:200px;}
#pro_nav li {float:left;cursor:pointer;	height:50px;line-height:50px;padding:0px 30px 0px 30px;text-align: center;margin-bottom: -1px;}
#pro_nav li.current {
	color:#000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
/*#pro_nav li a{*/
/*    -webkit-transition: unset !important;*/
/*    -moz-transition: unset !important;*/
/*    -o-transition:  unset !important;*/
/*     transition: unset !important;*/
/*}*/
#pro_content{
	clear: both;
	border-top:1px solid #ccc;
}
#pro_content ul {line-height:30px;display:none;padding:30px;}

#masonry{
	padding:0px;
}

.masonry_box{
	margin-bottom:20px;
	float:left;
	max-width:214px;
	height:154px;
	margin-right:10px;
}

.masonry_box img {
	max-width: 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	box-shadow: 0px 0px 18px rgba(0,0,0,.0);
}

.masonry_box img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0px 0px 18px rgba(0,0,0,.5);
}


#index_Nav {zoom:1;}
#index_Nav li {font-size:16px;float:left;cursor:pointer;height:50px;line-height:50px;padding:0px 30px 0px 20px;text-align: center;margin-bottom: -1px;}
#index_Nav li.current {
	color:#69e;
}
#index_Content{
	clear: both;
	border-top:1px solid #ccc;
	width: 1169px;
}

#index_Content ul {line-height:30px;display:none;padding:30px;
}

.index_Nav_other li{
	float: left;
	cursor:pointer;height:50px;line-height:50px;padding:0px 30px 0px 30px;text-align: center;
}

.headerNav{
	background:#f5f5f5;padding:15px 0px 5px 0px;
}

.img-circle{
	border-radius:0%;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.yunbanner{
	margin:0 auto;
	max-width:1170px;
	height:597px;
	background: url(../images/yunbanner.png) no-repeat;
}

.yunNav{
	margin:0 auto;
	/*width:600px;*/
	width: 1000px;
	font-size: 16px;
}

.yunNav li{
    float: left;
    line-height: 100px;
    text-align: center;
    /*width: 216px;*/
    font-weight: 500;
    font-size: 20px;
	text-align:center;
	/*padding: 0 15px;*/
}

.yuntabhover{
	color: #fff;
	background: #0e57cdff;
}



.yuntabhover a{
	color:#fff;
}



.yunalignC_w{
	margin:0 auto;
	width:1170px;
	height:664px;
}

.yunTB td{
	padding:5px 20px 5px 3px;
}

.yunUL li,.kaifangUL li{
	float: left;
	margin-right: 40px;
	margin-top: 90px;
	text-align: center;
}

.yunUL li img,.kaifangUL li img{
	margin-bottom: 10px;
}

.kaifangUL li{
	width:330px;
}

.kaifangUL p{
	color:#999999;
}

.productUL li{
	float: left;
	margin:20px 15px 20px 0px;
	width: 225px;
	text-align: center;
}

.bottomText{
	width:1170px;
	font-size: 18px;
	line-height: 30px;
	margin:0px auto;
	height:230px;
}

.bottomText h3{
	margin-bottom: 60px;
}

.bottomText p{
	padding-top: 60px;
}

.learn{
	float:right;
	line-height:230px;
}

.sel{
	background: url(../images/downarrow.png) no-repeat;
	width: 9px;
	height:9px;
	display: inline-block;
	margin-left:6px;
    transition: all .3s;
}
a:hover .sel,.sitelink:hover .sel{
    transform: rotateZ(180deg);
}

span.sitelink ul {
    display: none;
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 8px;
    z-index: 9999999;
    background: #f5f5f5;
}

span.sitelink {
    position: relative;
}
span.sitelink:hover ul{
    display: block;
}
span.sitelink ul li {
    /*background: #ffffff;*/
}

.topContent span {
    margin:0 10px;
    cursor: pointer;
}
.topContent span a {
    font-weight: 400;
    font-size: 14px;
    color: #626262 !important;        

}
i.top_xg {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #c9c9c9ff;
    margin-top: 0px;
}
span.nav_zx a {
    font-weight: 400 !important;
    font-size: 16px !important;
    border-radius: 4px 4px 4px 4px !important;
    background: #fe6a00 !important;
    padding: 10px 45px !important;   
}

/*span.nav_zx a::before {*/
/*    left: -14px !important;*/
/*    right: -14px !important;*/
/*}*/


span.nav_zx {
}



img.sousou {
    cursor: pointer;
}




.canshuDiv{
	padding:50px 0px 50px 0px;
}

.canshuDiv table td{
	padding:10px;
}

.contact_Figure {
	/*text-align: center;*/
}
.contact_Figure .xl-r {
    margin-left: 18px;
    margin-bottom: 24px;
}
.contact_Figure h3{
	font-size: 18px;
font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #656565;
}

.contact_Figure p{
	font-size: 24px;
font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #3C3C3C;
}
#masonry{
	padding-bottom:50px;
}

#masonry div{
	margin:30px 0px;
}

#masonry img{
	max-width: 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	box-shadow: 0px 0px 18px rgba(0,0,0,.0);
}

#masonry img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0px 0px 18px rgba(0,0,0,.5);
}

#masonry td{
	padding:10px 0px ;
}

.copy a{
	color:#757575;
}

.topico{
	background: url(../images/topico_1.png) no-repeat;
	vertical-align: middle;
	display:inline-block;
	width:32px;
	height:30px;
}

.topico:hover{
	background: url(../images/topico_2.png) no-repeat;
	vertical-align: middle;
	display:inline-block;
	width:32px;
	height:30px;
}

#fuwuhao{
	z-index: 9999;
	border:1px solid #eee;
	background: #fff;
	width:120px;
	float: right;
	position: relative;
	top:30px;
	display: none;
	padding:10px;
	font-size: 12px;
	text-align: center;
}

.navyun{
	background: url(../images/yun1.png) no-repeat 0px 18px;
	color: red;
}

.navyun1{
	background: url(../images/yun.png) no-repeat 0px 18px;
	color: #fff;
}

.teamUL1 li{
	margin-bottom: 30px;
}

.teamUL2 li{
	float: left;
	width:510px;
	margin-right: 50px;
}

.teamUL2 li img{
	float: left;
}

.teamUL1_m li h3{
	text-align: center;
}

.topbar{
	width:1170px;margin:0 auto;height:30px;
}

.topbarbg{
	background:#f5f5f5;border-bottom:1px solid #eee;
}


@media(min-width:768px) and (max-width:999px) {
	.topbar,.topbarbg{
		display: none;
	}
	#header{
		padding:0px 10px;
	}
	.h-h2{
		font-size: 18px;
	}
	.fuwu figure p,.m-shu{
		padding: 0px 20px;
	}
	.about-us{
		max-width: 350px;
	}
	.about, .kehu, .case, .team, .youshi, .news {
		padding: 45px 20px 25px 20px;
	}
	.footer{
		padding:50px 20px 20px 20px;
	}
}
@media(max-width:767px) {
	.topbar,.topbarbg{
		display: none;
	}
	/*#header{*/
	/*	padding:0px 10px;*/
	/*}*/
	.h-h2{
		font-size: 18px;
	}
	.fuwu figure p,.m-shu{
		padding: 0px 20px;
	}
	.about-us{
		max-width: 350px;
	}
	.about, .kehu, .case, .team, .youshi, .news {
		padding: 45px 20px 25px 20px;
	}
	.footer{
		padding:50px 20px 20px 20px;
	}

	.hba {
		font-size: 24px;
		height: 240px !important;
	}
	ul.nav2 {
    margin-top: 50px;
}

.cbl-right,.product2 .article_nav,.proDetailsIntro,.footer .row div:nth-child(1){
    display: none;
}





}

.gongsigonggaoUL{
	margin-left: -40px;
	margin-top: 20px;
}

.gongsigonggaoUL span{
	float: right;
}

.gongsigonggaoUL li{
	border-bottom: 1px dotted #ccc;
}
}

@media (min-width: 768px){
	.topContent{
		width:750px;
		margin:0 auto;
		height:30px;
	}
}
@media (min-width: 992px){
	.topContent{
		width:970px;
		margin:0 auto;
		height:30px;
	}
}
@media (min-width: 1200px){
	.topContent{
		width:1170px;
		margin:0 auto;
		height:30px;
	}
}

.nav2 li{
	font-size: 16px;
	line-height: 40px;
	border-bottom:1px solid #eee;
	width: 90%;
}

.menu_m{
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}

.menu_m dt{
	float: left;
}

.menu_m dd{
	margin-bottom: 10px;
}

.menu_m dd b{
	font-size: 16px;
}

.menu_m img{
	height:90px;
	margin-right:10px;
}

.menu_m dd{
	color:#666;
}

.yunNav_m{
	padding:20px 10px;
	width: 70%;
	margin:0px auto;
}

.yunNav_m li{
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
}

.yuntabhover_m{
	color:red;
	font-weight:bold;
	font-size: 16px;
	border-bottom:1px solid red;
}

.first_m{
	font-size: 18px;
	margin-bottom:10px;
}

.date02_m{
	font-size: 18px;
	margin:10px 0px;
}

.main_m h3{
	font-size:16px;
}
.main_m dl{
	margin-bottom: 15px;
}

.main_m dt{
	font-weight: normal;
}

.product-banner{
	background-image:url(../images/6.jpg);
	font-size:30px;
	height:100px;
	line-height: 100px;
	text-align: center;
	color:#fff;
}

/*新闻内容页样式*/
.news-tl{
	/*font-size: 30px;*/
	font-size: 22px;
    font-weight: 600;
    color: #333;
}

/*友情链接样式*/
.yqlink{}
.yqlink a{
	font-size: 12px;
	color: #757575;
	padding-right: 5px;
	border-right: 1px solid #757575
}
.yqlink {
    width: 1170px;
    position: absolute;
    bottom: -56%;
    color: #757575;
    z-index: 999;
}
.yqlink a:hover{
	color: #fff;
}
#newBridge .nb-position-base {
    position: fixed;
    _position: absolute;
    z-index: -1 !important;
}

@media(min-width: 1366px){
	.nb-invite-skin-0{
		/*background:url('../images/d5419bb9gy1fw4bnmnjgxj206y03j0ty.jpg') !important;	*/
		background:url('../images/shangqiao_300_152.png') !important;	
		background-size: contain !important;
	}

	#newBridge .nb-invite-wrap-base .nb-invite-btn-base{
		bottom: 5px !important;
		right: 5px !important;
	}

	/*稍后再说*/
		#newBridge .nb-invite-wrap .nb-invite-body .nb-invite-cancel {
			color: #323232 !important;
			background-color: #eaeaea !important;
		}

		/*现在咨询*/
		.nb-invite-ok{
			color: #fff !important;
			background-color: #00a0e9 !important;

		}
	
}


@media (max-width: 1366px){

		/*客服*/

		.kefu{
			width: 60px;
			top: 138px;
			right: 22px;
		}
		.kefu ul{
			padding-top: 35px;
		}
		/*头部图标*/
		.kefu a.kefu-lx {
			top: -32px;
			width: 60px;
			height: 60px;
			background-size: contain;
			background: url('../images/kefu_60_60.png');
            
		}

		.kefu ul li a {
			padding-top: 33px;
			padding-bottom: 5px; 
		}

		.kefu ul li a.kefu_top {
			background-position: center -23px;
			padding: 30px 0 0 0 !important;
			margin-top: 3px;
		}

		.kefu ul li a.kefu-yy {
    		background-position: center -90px;
    	}

    	.kefu ul li a.kefu-zx {
    		background-position: center -160px;
		}

		.kefu ul li a.kefu_di {
    		background-position: center -223px;
    		padding: 30px 0 0 0 !important;
		}









			/*邀请框尺寸*/
		.nb-invite-wrap{
			width: 250px !important;
			height: 127px !important;
			right: 22px !important;
		}

		.nb-invite-skin-0{
			width: 250px !important;
			height: 127px !important;
			/*background:url('../images/d5419bb9gy1fw4bnmnjgxj206y03j0ty.jpg') !important;*/
			background:url('../images/shangqiao_250_127.png') !important;
			background-size: contain !important;
			/*针对IE8的hack，目的是除掉之前background*/
            background: none\9;
            /*下一行为关键设置*/
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/images/shangqiao_250_127.png', sizingMethod='scale');
		}

		#newBridge .nb-invite-wrap-base .nb-invite-btn-base{
			bottom: 5px !important;
		    right: 8px !important;
		}

		/*稍后再说*/
		#newBridge .nb-invite-wrap .nb-invite-body .nb-invite-cancel {
			width: auto !important;
			height: auto !important;
			line-height: normal !important;
			font-size: 10px !important;
			padding: 3px !important;
			color: #323232 !important;
			background-color: #eaeaea !important;
		}

		/*现在咨询*/
		.nb-invite-ok{
			width: auto !important;
			height: auto !important;
			line-height: normal !important;
			font-size: 10px !important;
			padding: 3px !important;
			margin-left: 2px !important;
			color: #fff !important;
			background-color: #00a0e9 !important;

		}

		#newBridge .nb-invite-wrap-base .nb-invite-tool-base {
	    width: 15px !important;
	    height: 15px !important;
	    right: 5px !important;
	    top: 2px !important;
	   
	}

}

/*云平台*/
/*.yptbtn{
	position: relative;
	width: 100%;
}*/

.yptbox .yptbtn{
	width:160px;
	height:36px;
	position:absolute;
	left: 19.5%;
	top: 65%;
	z-index: 99;
	background:green;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-opacity:0;
}


@media (min-width: 1920px){
	.yptbox .yptbtn{
		width:225px;
		height:50px;
	}

}


.sndwdh{
	background: url(../images/d5419bb9gy1fwsof7r9wij20pi0eu0y8.jpg) no-repeat center center;
	height: 800px;
}


@media (max-width: 768px){
	.sndwdh{
		background:none;
		height: auto;
		padding-bottom: 50px;

	}
	.sndwdh_ny{
		width: 100% !important;
	}

}


.sndwdh_icon{
	color: #fe4c5a;
	border-bottom: 2px solid #a5a5a5;
	padding: 10px 0px;
}

.sndwdh_info{
	color: #757575;
}

.li_style{
	list-style: disc;
	color: #fe4c5a;
}

.hy{
	margin:0;padding:0 0 0 10px;
}




/*新版客户案例页面样式*/
/*小导航*/

.yun_nav_box{
    width: 1140px;
    height:60px;
    line-height:60px;
    clear:both;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);/*firefox*/
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);/*safari或chrome*/
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.yun_nav{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.yun_nav li{
    float: left;
    width: 285px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

.yun_tab_hover a{
    color: #df0615;
}

/*案例页面banner图*/

.yun_banner_box{
    width: 1140px;
    height: 330px;
    margin: 35px 0 30px 0;
    position: relative;
}

.yun_banner{
    width: 100%;
    height: 100%;
}

.yun_banner_icon_11,.yun_banner_icon_12,.yun_banner_icon_13,.yun_banner_icon_14,.yun_banner_icon_15{
    position: absolute;
    width: 386px;
    height: 100%;
    top: 0;
    left: 0;
}

.yun_banner_icon_11{
    background: url(../images/yun_banner_icon_11.jpg) no-repeat center center;
}
.yun_banner_icon_12{
    background: url(../images/yun_banner_icon_12.jpg) no-repeat center center;
}
.yun_banner_icon_13{
    background: url(../images/yun_banner_icon_13.jpg) no-repeat center center;
}
.yun_banner_icon_14{
    background: url(../images/yun_banner_icon_14.jpg) no-repeat center center;
}
.yun_banner_icon_15{
    background: url(../images/yun_banner_icon_15.jpg) no-repeat center center;
}

.yun_banner{
    width: 754px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.yun_banner img{
    width: 100%;
    height: 100%;
}

.case_box{
    width: 360px;
    height: 300px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.case h3{
font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 18px;
    color: #707070;
    padding: 19px 0 23px !important;
    width: 101%;
    box-shadow: 0 6px 27px 3px #0d42850a;
    margin-bottom: 42px;
    height: 61px;	
}
.case figure:hover a{
    color: #0e57cd;
}
.case h3{
    padding: 0;
}

.case h3 a{
    display: block;
}

/*banner图*/
.xin_banner{
  height: 150px;
  line-height: 150px;
  font-size: 36px;
  color: #fff;
  background-image:url(../images/1.jpg);
  background-size: contain;
}

/*ip判断*/
#geofilter_container{
  height: 290px;
  color: #fff;
  background: #3d3f40;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  display: none !important;
}
#geofilter_container .container,#geofilter_container a{
  color: #fff;
}
.geofilter__wrapper {
    padding: 40px 0;
    position: relative;
    text-align: left;
}

.geofilter__close {
    top: 35px;
}
.geofilter__close {
    position: absolute;
    top: 40px;
    right: 40px;
    left: auto;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: url('../images/close.png') no-repeat center center;
    background-size: contain;

}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;

}
.geofilter-title {
    margin-bottom: 20px;
    max-width: 100%;
    display: block;

}
.geofilter-title__heading {
    margin-bottom: 5px;
    display: block;
}
.t7, .t7-light, .t7-bold {

    font-size: .9375em;
    line-height: 1.46667;
    margin-bottom: 6px;

}
.t5, .t5-light, .t5-bold{
    font-size: 1.375em;
    line-height: 1.18182;
    margin-bottom: 14px;
}

.geofilter-subtitle {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}
.geofilter-subtitle__heading {
    display: block;
    margin-bottom: 5px;
}
.geofilter-block__wrapper {
    display: inline-block;
    width: 100%;
    max-width: 550px;
    position: relative;
}
.geofilter-block--origin {
    float: left;
}
.geofilter-block {
    display: inline-block;
    max-width: 50%;
}
.geofilter-block {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}
.geofilter-block__image-wrapper {
    position: relative;
    display: inline-block;
    width: 55px;
    float: left;
    padding-bottom: 12%;
    height: 0;
}
.geofilter-block__image {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.geofilter-block__url {
    display: inline-block;
    width: auto;
    padding: 3px 25px;
    float: left;

}
.fonticon-10-chevron-sm, .fonticon-10-chevron-sm--after {
    margin: 0 -.125em;
}
.geofilter-block--destination {
    float: right;

}
.geofilter-description {

    margin-top: 20px;

}
.geofilter-description p {
    color: #ada8a8;
}
.geofilter-block__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*.address-warp{*/
/*	padding-left: 10%;*/
/*}*/
.address-warp ul li{
	margin-bottom: 14px;
	color: #919399 !important;
}
.address-warp ul li:nth-child(1){
    font-weight: bold;
    font-size: 20px;
    color: #fff !important;
    margin-bottom: 30px;
}
.address-warp .address-contact a{
    display: none;
    line-height: 48px;
    text-align: center;
    border: 1px solid #666;
    margin-right: 10px;
    width: 178px;
    height: 48px;
    border-radius: 6px;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #0e57cd;
}
.address-icon{
	display: inline-block;
	width: 16px;
	height: 18px;
	background: red;
	background: url(../images/address_icon.png) no-repeat left -16px;
	vertical-align: middle;
	margin: 0 10px;
}
.diy-pos-absolute{
	position: absolute;
	top: 0;
	left: 0;
}

.footer-weixin figure{
	/*margin-right: 40px;*/
	text-align: center;
	color: #fff;
}
.yqlink{
	/*background: #182029;*/
	width: 1170px;
	/*background: red;*/
	/*position: absolute;*/
	/*bottom: -45%;*/
	/*left: 0;*/
	text-align: center;
}
.diy-pull-left{
	float: left !important;
}
.en_cn{
		position: absolute;
		right: -19%;
		top: 25px;
		/*height: 100px;*/
		/*line-height: 100px;*/
		/*font-size: 18px;*/
		/*color: #0086ed*/
	}
	.en_cn a {
		/*color: #0086ed*/
		color: #4c5256;
	}
	.en_cn a img{
		margin: -5px 5px 0 0;
	}
	.search-form{
        width: 220px;
        height: 41px;
        z-index: 999;
        position: absolute;
        right: 12%;
        display:none;
	}
	.en_cn_link{
		float: left;
		margin-right: 30px;
	}
	.search-input{
		height: 40px;
		width: 100%;
		background-color: #FFF;
		color: #666;
		vertical-align: middle;
		padding-right: 10px;
		padding-left: 17px;
		border: 1px solid #e0e0e0;
		border-radius: 30px;
	}

/*播放器按钮*/
.play-circle{
  width: 50px;
  height: 50px;
  background: url(../images/play-circle.png) center center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
  cursor: pointer;
}
.layui-layer-demo{
	border-radius: 10px !important;
}

.layui-layer-title{
	border-radius: 8px !important;
}
.tdz-banner .gate-tit,.gate-dec{
  /*position: absolute;*/
  text-indent: -99999px;
}
@media (min-width: 992px){
	.tdz-banner-box{
		width: 100%;
		height: 350px;
		background: #e2e2e2;
	}
	.tdz-banner{
		width: 1170px;
		margin: 0 auto;
		height: 350px;
		/*background: url(../images/gate-banner.jpg) no-repeat center center;*/
		position: relative;
		background: #e2e2e2;

	}
	#video-banner{
		position: absolute;
		top: 0px;
		right: 100px;
		width: 650px;
		height: 350px;
	}
	.gate-intro{
		width: 350px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/gate-banner-350.gif);
		background-size: contain;
		/*background: red;*/
		color: #333;
	}
	.gate-intro .gate-tit{
		margin: 25px 0 10px 0;
		font-size: 26px;
	}
	.gate-intro p{
		line-height: 200%;
		font-size: 14px;
	}
}

@media (min-width: 1440px){
	.tdz-banner-box{
		width: 100%;
		height: 450px;
		background: #e2e2e2;
	}
	.tdz-banner{
		width: 1170px;
		margin: 0 auto;
		height: 100%;
		/*background: url(../images/gate-banner.jpg) no-repeat center center;*/
		position: relative;
		background: #e2e2e2;
	}
	#video-banner{
		position: absolute;
		top: 0px;
		right: -100px;
		width: 800px;
		height: 450px;
	}
	.gate-intro{
		width: 450px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		color: #333;
		background: url(../images/gate-banner.gif);
		background-size: contain;
	}
	.gate-intro .gate-tit{
		margin: 70px 0 20px 0;
	}
	.gate-intro p{
		line-height: 200%;
		font-size: 16px;
	}
}
/*解决方案*/
.jjfa {
    overflow: hidden;
    display: none;
}
.jjfa:nth-child(1){
    overflow: hidden;
    display: block;
}
.jiejue {
    overflow: hidden;
    position: relative;
}
.jj-h2{
    text-align: left !important;
    width: 100% !important;
}
.jj-h2::before{
	left: 0 !important;
}
.jj-h2 span{
	color: #0e57cd;
}
.row.fan_l {
    margin-left: 91px;
    width: 80%;
}

.jiejue .jjp1{
height: 79px;
font-family: "PingFang SC Medium";
font-weight: 500;
font-size: 18px;
text-align: left;
color: #707070;
}
.jjp2 a{
	display: inline-block;

border-radius: 8px;
background: #0e57cd;
font-family: "PingFang SC Medium";
font-weight: 500;
font-size: 16px;
text-align: left;
color: #fff;
padding: 14px 50px;
vertical-align: middle;
    position: relative;
/*    z-index: 1;
    -webkit-backface-visibility: hidden;*/


}
.jjp2 a:hover,#button:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #ECEFF1;
    background-color: #C65300;
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
}

.jjp2 a::before,#button::before  {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}
.jjp2 a:hover::before,#button:hover::before {
    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
    animation: anim-moema-2 0.3s 0.3s forwards;
}


section.jiejue_t figure {
    height: 849px;
}
.jjfa img {
    height: 100%;
}

ul.jiejue_b {
    width: 60%;
    overflow: hidden;
    height: auto;
    position: absolute;
    z-index: 9999;
    right: 50px;
    bottom: 27px;
}

ul.jiejue_b li {
    float: left;
    width: 327px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    position: relative;
    transition: all .5s;
}
ul.jiejue_b li img{
transition: all .5s;
}
ul.jiejue_b li:hover img{
transform: scale(1.2);
}
ul.jiejue_b li p {
    font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 40%;
    z-index: 10;
}
ul.jiejue_b li p a{
	color: #fff;
}

ul.jiejue_b li::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,.5);
}

ul.jiejue_b li p a:nth-of-type(6){
    font-family: "PingFang SC Medium";
    font-weight: 500;
    font-size: 16px;
    color: #989898 !important;
}
ul.jiejue_b li:nth-of-type(6)::before{
    background: #f1f1f1;
}

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}





.about-door{
	/*height: 383px;*/
	background-color: #f8f8f8;
	color: #666666;
	margin-bottom: 100px;
	padding: 41px 0 104px;
}
.about-door .about-door-tl{
	font-size: 28px;
	margin: 50px 0;
}

.h-h2{
	font-size: 28px;

margin: 35px auto 64px;
font-family: "PingFang SC Heavy";
font-weight: 700;
font-size: 35px;
line-height: 50px;
color: #4d4d4d;	
position: relative;
width: 70%;
text-align: center;
}


.h-h2::before{
    content: "";
    display:inline-block;
    width: 159px;
    height: 3px;
    background: #0e57cd;
    width: 85px;
    height: 0;
    /* background: transparent; */
    border: 2px solid #fe6a00;
    position: absolute;
    bottom: -12px;
    left: 46%;

}


.about-door .about-door-cn{
	font-size: 18px;
}
.about-door .about-door-shili{
	padding: 0;
	margin: 30px 0 0 0;
	text-align: center;
}
.about-door .about-door-shili li{
	float: left;
	width: 234px;
	
}
.about-door .about-door-shili li span{
	color: #e3030b;
	font-size: 48px;
	font-weight: bold;
}
.about-door .about-door-shili li:nth-child(3) span::after,.about-door .about-door-shili li:nth-child(4) span::after,.about-door .about-door-shili li:nth-child(5) span::after,.about-door .about-door-shili li:nth-child(6) span::after,.about-door .about-door-shili li:nth-child(8) span::after {
    content: '+';
    display: inline-block;
}
.about-door .about-door-shili li:nth-child(7) span::after{
    content: '年';
    display: inline-block;
    font-size: 18px;
}
.about-door .about-door-shili li p{
	font-size: 24px;
	color: #666666;
	margin-top: 10px;
}
.product-nav{
	/*height: 590px;*/
	margin-bottom: 70px;
}
.product-nav .h-h2 {
    margin-top: 82px;
    margin-bottom: 74px;
}
.product-nav .product-nav-list{
	width: 283px;
	height: 401px;
	position: relative;
	margin-right: 5px;
	/*transition: all .1s;*/
}
.product-nav .product-nav-list a{
	display: block;
	padding: 10px 10px 0 10px;
    background: #f8f8f8;
}
.product-nav .product-nav-list figcaption{
	/*position: absolute;*/
	/*bottom: 20px;*/
	/*left: 20px;*/
	font-weight: 700;
	font-size: 18px;
	color: #4D4D4D;
    padding: 15px 10px;
    background-color: #f8f8f8;
    text-align: center;
    /*transition: all .1s;*/
	
}
.product-nav .product-nav-list a:hover figcaption{
    background-color: #0e57cd;
    color: #fff;
}
.product-nav h2.product-nav-tl{
	font-size: 28px;
	color: #333333;
	margin:60px 0
}

.gdcckzj{

}
.gdcckzj h2{
	font-size: 24px;
	color: #666666;
	/*margin-bottom: 30px;*/
	margin: 35px 0;
}
.gdcckzj ul{
	padding: 0;
	margin: 0;
}

.gdcckzj ul>li{
	margin-bottom: 35px;
	clear: both;
    overflow: hidden;
}
.jdcckzj h2 {
    font-size: 24px;
    color: #666666;
    margin: 35px 0;
    padding: 0;
}
.jdcckzj li:first-child{
	margin-bottom: 0;
	margin-top: -35px;
}
.jdcckzj li{
	margin-bottom: 35px;
}
.etctcxt h2{
	font-size: 24px;
	color: #666666;
	margin: 0 0 35px 0;
	padding: 0;
}
.etctcxt a img{
	margin-bottom: 35px;
}
.teamUL1,.teamUL2,.smzd,.etctcxt{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul#cpsbftjid img,#cpsbftjid img,#smzdid img,#etctcxtid img,#cpsbytjid img{
    width: 100%;
}
.teamUL1 h2 {
    margin: 70px 0 35px !important;
}
.tccdaozha{
	padding-top: 35px;
}
.product-box{
	position: relative;
}
.product-box .fixed-nav{
	width: 150px;
	height: 230px;
	/*background-color: #1062d1;*/
border-radius: 4px 4px 4px 4px;
background: #ffffff;
box-shadow: 0 6px 27px 3px #0d42850a;	
	border-radius: 5px;
	position: absolute;
	top: 130px;
	/*top: 0;*/
	left: -150px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;

}
.fixed-nav ul{
	padding: 0;
	margin: 0;
}
.fixed-nav li{
    height: 46px;
    line-height: 46px;
    text-indent: 20px;
    cursor: pointer;
    color: #444444ff;
    font-weight: 400;
    font-size: 16px;
}
.fixed-nav li.active{

    background: #eef0f6ff;
	border-radius: 5px;
	border-left: #1062D1 3px solid;
}

.navbar-nav > li {
    width: 120px;
    text-align: center;
}
.navbar-header {
    position: absolute;
    /*left: -20%;*/
    left: -218px;
}

.kefu-cb{
	width: 70px;
	height: 370px;
	/*height: 300px;*/
	background-color: #e9e9e9;
	position: fixed;
	top: 50%;	
	/*top: 80%;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	/*right: 303px;*/
	right: 20px;
	border-radius: 5px;
	z-index: 9999999;
/*width: 75px;*/
height: 480px;
height: 400px;
border-radius: 37.27px 37.27px 37.27px 37.27px;
background: #2376fc;
box-shadow: 0 6px 27px 3px #0d42850a;	
}
.kefu-cb ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.kefu-cb ul>li:nth-child(5) {
    display: none;
}
.kefu-cb ul>li{
    height: 81px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    color: #727272;
    font-weight: 400;
}
.kefu-cb ul>li p{
    color: #fff;

}
.kefu-cb ul>li a{
	/*color: #ffffff;*/
}
.kefu-cb ul>li:first-child{
	height: 80px;
	/*background-color: #ec2b19;*/
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.kefu-cb ul>li div{
	height: 68px;
	position: relative;
}

.kefu-cb ul>li div>span{
	display: block;
    width: 50px;
    height: 46px;
	background-image: url(../images/product-zx.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%,0);
}

.kefu-cb ul>li:nth-of-type(2) div>span{
	background-image: url(../images/product-dh.jpg);
}
.kefu-cb ul>li:nth-of-type(4) div>span{
	/*background-image: url(../images/product-qq.jpg);
	*/
	background-image: url(../images/product-wx.jpg);
}
/*.kefu-cb ul>li:nth-of-type(3) p{
	color: #666666;
}*/
.kefu-cb ul>li:nth-of-type(3) div>span{
	background-image: url(../images/product-sh.jpg);
}
.kefu-cb ul>li:nth-of-type(4) p{
	/*color: #666666;*/
}
.kefu-cb ul>li:nth-of-type(5) div>span{
	background-image: url(../images/product-sm.jpg);
}
.kefu-cb ul>li:nth-of-type(6) div>span{
	background-image: url(../images/product-top.jpg);
}

.kefu-cb ul>li div.kefu-cb-nr{
    background: #ffffff;
    position: absolute;
    width: 200px;
    height: 85%;
    line-height: 65px;
    font-size: 20px;
    top: 15px;
    left: -200px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transform-origin: right;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-o-transform-origin: right;
	-ms-transform-origin: right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.kefu-cb ul>li> div.kefu-cb-nr.kefu-cb-wx{
	background: url(../images/weixin_fw_01.jpg);
	height: 110px;
	width: 110px;
	left: -110px;
}
.kefu-cb ul>li> div.kefu-cb-nr.kefu-cb-wxh{
	background: url(../images/weixin_fw_02.jpg);
	height: 110px;
	width: 110px;
	left: -110px;
}
.kefu-cb ul>li:hover > div.kefu-cb-nr{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.case-tl{
	font-size: 22px;
	height: 70px;
	line-height: 70px;
	margin: 0;
}
.case-box{
	display: -webkit-flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	height: 500px;
	margin-bottom: 20px;
}
.case-box img{
	width: 100%;
	height: 100%;
}
.case-box figure{
	float: left;
	width: 475px;
	height: 500px;
	cursor: pointer;
}

.case-item-box{
	height: 100%;
	position: relative;
}
.case-item-small{
	position: relative;
	display: block;
	width: 100%;
	height: 37%;
}
.case-item-small>.case-item-small-pub{
	width: 50%;
	height: 100%;
	float: left;
	background-color: red;
	position: relative;
}
.case-item-big{
	position: relative;
	height: 63%;
}
.case-zz{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	text-align: center;
}
.case-zz .case-zz-con{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.case-zz .case-zz-con>p:first-child{
	position: relative;
	font-size: 24px;
}
.case-zz .case-zz-con>p:first-child:before{
	content: '';
	display: inline-block;
	height: 2px;
	width: 40px;
	background-color: #ff0000;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
}
.case-zz .case-zz-con>p:last-child{
	margin-top: 25px;
	font-size: 16px;
}
.case-zz a{
	color: #ffffff;
}
.case-zz p{
	color: #ffffff;
}

.case-item-small:hover > .case-zz,.case-item-big:hover > .case-zz,.case-item-small-pub:hover>.case-zz{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.drzg-box{
	background-color: #f6f6f6;
	height: 700px;
	padding-top: 50px;
}
.drzg-box:nth-of-type(2){
	background-color: #ffffff;
}
.drzg-box #player,#player2,#player3{
	margin-top: 60px;
}
/*.drzg-box .drzg-item{
	height: 650px;
	padding-top: 30px;
}*/




@media (max-width: 768px){
	.en_cn{
		display: none;
	}
	ul.teamUL1{
		padding: 0;
	}
	.neirong1 {
	    padding: 20px 0 0px 0px;
	}
	.ny-shuoming h2 {
	    text-align: center;
	    font-size: 22px;
	}
	/*#pro_nav {*/
	/*    margin-top: 20px !important;*/
	/*    padding: 0;*/
	    
	/*}*/
#pro_content {
    clear: both;
     border-top: 0px; 
}
#pro_nav {
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    align-items: center;
    z-index: 2;
    padding: 10px;
    width: 93% !important;
    border-radius: 20px;
    height: auto !important;
    line-height: 35px !important;
    margin: 10px auto 0!important;
    overflow: hidden;
}	
	#pro_content img{
		width: 100% !important;
		height: 100% !important;
	}
    #pro_nav li {
        float: unset;
        display: inline-block;
        border-radius: 20px;
        line-height: 40px;
        text-align: center;
        font-size: 13px;
        color: #4d4d4d;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        cursor: pointer;
        height: 35px;
        line-height: 35px;
        width: 48.5%;
        padding: 0 10px;
    }
	#pro_nav li.current_m {
	        color: #fff;
            background: #0e57cdff;
	}
	#pro_nav li.current_m a {
	        color: #fff;
            /*background: #0e57cdff;*/
	}
.fanye-ss td{
    padding: 4px !important;
    
}	
	
	
}
@media(min-width:768px) and (max-width:1199px) {
    .navbar-header{
        width: 150px;
        margin-top: 10px;
        left: -9%;
    }
    .navbar-nav > li{
        width: unset;
        /*padding: 0 10px;*/
    }
    .navbar-nav{
        margin-left: 60px;
    }
    span.phonetop {
    font-size: 16px;
    }
    .en_cn {
    right: -10%;
    }
    .search-form{
    width: 188px;
    font-size: 14px;
    right: 0;
	}
}
@media (min-width: 1200px ) and ( max-width: 1440px){
	.logo{
		width: 160px;
	}
	
.tab-saas li a {
    font-size: 14px;
}	
    /*.navbar-header{*/
    /*    width: 150px;*/
    /*    margin-top: 10px;*/
    /*    left: -9%;*/
    /*}*/
    .navbar-nav > li{
        width: unset;
        /*padding: 0 10px;*/
    }
    .navbar-nav{
        margin-left: 5px;
    }
    span.phonetop {
    font-size: 17px;
    }
    .en_cn {
    right: -5%;
    }
    
	.navbar-header{
		left: 0!important;
		position: relative !important;
		float: left;
	}
	/*.navbar-nav > li{*/
	/*	width: 90px !important;*/
	/*}*/

	.search-form{
    width: 188px;
    font-size: 14px;
    right: 0;
	}
	.en_cn_link{
		margin-right: 10px;
	}
	.search-input{
		padding-right: 10px;
		padding-left: 17px;
		border: 1px solid #e0e0e0;
		border-radius: 30px;
	}
	.top-button{
		right: 7px;
	}
	.product-box .fixed-nav{
		/*left: -105px;
		top: 65px ;*/
		display: none;
	}
	.kefu-cb{
		right: 25px;
	}
	.case-box{
		display: none;
	}
	
ul.jiejue_b li {
    width: 30%;
    height: 146px;

}
.news .xw-l {
    width: 750px;
    }
.news .xw-r {
    width: 390.51px;
    height: auto;
}
.address-warp .address-contact a{
	width: 45%;
}
.footer-weixin figure {
    width: 28%;
}

.liuyan .liuyan_items {
    width: 88% !important;
}

.drxx::before{
	left: -5%;
}

.casebox img {
    height: 271px;
    width: 360px;
}

section.jiejue_t figure {
    height: 720px;
}

.zpxx .cpfn{
    height: 330px !important;
}

.zpxx h3 {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 29px !important;
}
.zpxx {
    font-size: 16px !important;
    line-height: 22px !important;
}
.cp_l {
    float: left;
    margin-top: 18% !important;
}	
	
.tccbox{
        /*background-size: 117% 100%;*/
}


	
	
	
}




/*.liuyan{*/
/*	position: absolute;*/
/*    top: -50px;*/
/*}*/
.liuyan {
    margin-top: -2px;
}
.liuyan .tl{
	width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
    margin-bottom: 30px;
    /*margin: 88px 0 6px 0;*/
}
.liuyan .liuyan_items{
	width: 260px;
	border-radius: 5px !important;
}
.liuyan .liuyan_items input[name="xingming"]{
	border-radius: 5px !important;
}
.liuyan .liuyan_items input[name="dianhua"]{
	border-radius: 5px !important;
}
.liuyan .liuyan_items input[name="submit"]{
	border-radius: 5px !important;
}
.liuyan textarea{
	border-radius: 5px;
	border: 0;
	padding-left: 10px;
	width: 100%;
	resize: none;
	height: 114px;
	/*margin-bottom: -10px;*/
}


/*产品详情页*/
/*article.product2 img{*/
/*        margin: 0 auto;*/
/*        width: 100% !important;*/
/*    }*/
.product2 .detail_box li.yuntabhover {
    border-bottom: 2px #0e57cdff solid;
    font-weight: bold;
    background: unset;
}
.product2 .detail_box li.yuntabhover a{
    color: #000;
}

.product2 .detail_box .yunNav li {
    line-height: 35px;
    margin: 25px 15px;
}

article.product2 img.new_tccimg{
         margin: 0 auto;
        width: 100% !important;
}
 .detail_box {background-color: rgb(246,246,246);    padding-top: 24px;
    margin-top: 20px;}

.intro_l {
    background: #fff;
}


@media(min-width:1200px) {   
/*img.new_tccimg {*/
/*    width: 50% !important;*/
/*    display: inherit;*/
/*}  */
}
    
    article.product2 video{
        display: block;/*去除canvas / video / audio元素下方4px的空隙*/
        width: 100%;
        max-width: 100%;
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    article.product2 .article_nav{
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        border-top: 1px solid #dddddd;
        box-shadow: 0 5px 5px rgba(0,0,0,.07);
    }
    /*面包屑导航*/
    article.product2 .mb_nav{
        float: left;
        height: 60px;
        line-height: 60px;
    }
    article.product2 .mb_nav_icon{
        /*float: left;*/
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url('../images/home.jpg') center center;
        margin: 0 5px -2px 0;
    }
    article.product2 .mb_nav a{
        color: #999999;
    }
    article.product2 .mb_nav a:last-child{
        color: #323232;
    }
    article.product2 .nav_intro{
        float: right;
        height: 60px;
        line-height: 60px;
    }
    article.product2 a.zixun_nav{
        /*display: block;*/
        width: 100px;
        height: 30px;
        background-color: #fe0000;
        color: #ffffff;
        padding: 10px 20px;
        font-size: 16px;
    }
    article.product2 a.zixun_nav:hover{
        color: #ffffff;
    }
    article.product2 a.pd_intro{
        margin-right: 15px
    }
    article.product2 a.pd_intro_active{
        color: #fe0000
    }
    article.product2 .pd_canshu{
        padding: 50px 10px;
    }
    /*解决table width:0px 不兼容火狐，会让空间挤在一起*/
    article.product2 .pd_canshu table{
        /*width: auto !important;*/
        width: 100%;
    }
    section.pd_intro_detail.pd_canshu {
    width: 100%;
    overflow-x: auto;
}
    /*在2098行有br的样式，谷歌不起作用，而火狐能起作用，导致两个浏览器样式不一致，将br外边距设置为0*/
    article.product2 .pd_canshu br{
        margin: 0;
    }
    article.product2 table,table tr th, table tr td { border:1px solid #f0f0f0;color: #808080;font-size: 14px;padding:5px 10px; }
    article.product2 td{
        padding: 10px
    }
section.pd_intro_detail .table-responsive h3 {
    text-align: center;
}
    /*新版方案的样式*/
    article.solution_wrap_box img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  article.solution_wrap_box{
    position: relative;
    /*background: url(../images/01.jpg);*/
  }
  article.solution_wrap_box .solution_anli{
    height: 500px;
    position: relative;
    padding-top: 50px; 
  }
  article.solution_wrap_box .solution_anli h2{
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
  }
  article.solution_wrap_box .items{
    height: 300px;    
    /*background: red;*/

  }
  article.solution_wrap_box .items figure{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
  }
  article.solution_wrap_box .items figure figcaption{
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  article.solution_wrap_box .items img{
    width: 360px;height: 250px
  }
  .solution_header h1,.solution_header h2, .solution_header p{
    position: absolute;
    text-indent: -999999px;
  }
.pd_intro_detail{padding:10px;}
.pd_intro_detail img{max-width:100%!important;}
  
  p.tag-links a {
    background-color: #428bca;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}
p.tag-links a:hover{
  background-color: #eee;
  color: #428bca;
}


@media (min-width: 1450px) and (max-width: 1760px){
    .tab-saas li a {
    font-size: 14px;
}	
     .navbar-header{
        left: -9%;
    }
    .navbar-nav > li{
        width: 110px;
    }
    .navbar-nav{
        margin-left: 80px;
    }
    span.phonetop {
    /*font-size: 18px;*/
    }
    .en_cn {
    right: -10%;
    }   
    
    .navbar-header {
    }
	.search-form{
    right: 8%;
	}    
    
    
}
section.pd_intro_detail table {
    margin: 10px auto;
}
article.info h2,article.info h3 {
    border-left-style: solid;
    border-left-width: 4px;
    border-left-color: #4693e9;
    background-color: rgba(102, 128, 153, 0.05);
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
}

article.info p, article.info div {
    font-size: 15px;
    position: relative;
    color: rgba(58, 58, 58, 0.88);
    margin: 5px 0 10px;
    line-height: 180%;
    
}


article.info a u {
    color: #0000ff;
}

article.info a u:hover {
    color:  #0e57cd;
}







/* proDetails 产品详情*/
.proDetails{width: 100%;}
.proDetailsSection{width: 910px;float: right;}
.proDetailsSection .mainCon{border: 1px solid #e4e4e4;padding-bottom: 0px;}
.proDetailsIntro{    width: 95%;height: 536px;overflow: hidden;}
.proDetailsIntro .conL{width:400px;float: left;position: relative;height: 490px;/*border-right: 1px solid #e4e4e4;*/}
.proDetailsIntro .conL i{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;cursor: pointer;overflow: hidden;top: 50%;margin-top: -22px;}
.proDetailsIntro .conL i.prev{left: -1px;}
.proDetailsIntro .conL i.next{right: -1px;}
.proDetailsIntro .conL .btnList{width: 100%;height: 10px;text-align: center;position: absolute;bottom: 18px;}
.proDetailsIntro .conL .btnList span{display: inline-block;width: 9px;height: 9px;overflow: hidden;position: relative;background: url(../images/prodetailsintro_icon01.png) no-repeat left top;margin-left: 14px;cursor: pointer;} 
.proDetailsIntro .conL .btnList span.cur{background-position: left bottom;}
.proDetailsIntro .conL .btnList span:first-child{margin-left: 0;}
.proDetailsIntro .conL .conBox{width: 458px;height: 410px;position: relative;overflow: hidden;}
.proDetailsIntro .conL .conBox ul{position: absolute;top: 0;left: 0;}
.proDetailsIntro .conL .conBox li{float: left;width: 458px;}
.proDetailsIntro .conL .conBox li img{display: block;width: 458px;height: 410px;}
.proDetailsIntro .conR{float: right;padding-top: 20px;width:480px;height: 370px;position: relative;margin-right: 20px;}
.proDetailsIntro .conR h3{font-size: 30px;color: #333333;font-weight: bold; /*height:40px; */overflow:hidden;}
.proDetailsIntro .conR i{display: block;height: 1px;margin: 15px 0 15px 0;background: #e4e4e4;}
.proDetailsIntro .conR p{font-size: 16px;color: #666666;line-height: 28px;  display:inline-block; overflow:hidden;}
.proDetailsIntro .conR .boxaa{width: 100%;position: absolute;left: 0;/*bottom: -70px;*/bottom:-27%;}
.proDetailsIntro .conR .boxaa .zx{display: block;/*width: 172px;height: 53px;float: left;font-size: 20px;color: #fff;line-height: 53px;background: url(../images/prodetailsintrobg01.png) no-repeat center;text-align: center;text-decoration: none;*/}
.wzphone {
    font-weight: bold;
    color: #ff4000;
    font-size: 22px;
}
.wzintro {
    float: left !important;
}
.pro_tel1{ width:210px; float:left; padding-left:50px;}
.pro_tel2{ width:160px; float:right; padding-right:50px;}

.proDetailsIntro .conR .boxaa .zx img{position: relative;top: 4px;margin-left: 12px;}
.proDetailsIntro .conR .boxaa .phone{float: left;padding-left: 42px;;background: url(../images/prodetailsintro_phone.png) no-repeat left center;margin-left: 18px;margin-top: 6px;}
.proDetailsIntro .conR .boxaa .phone span{display: block;font-size: 13px;color: #666666;}
.proDetailsIntro .conR .boxaa .phone em{display: block;font-size: 24px;color: #249424;font-family: arial;}
.proDetailsCanS{width: 870px;margin: 20px auto 0;}
.proDetailsCanS .menu{width: 100%;height: 54px;margin-bottom: 20px;border-bottom: 1px solid #e4e4e4;}
.proDetailsCanS .menu li{float: left;width: 148px;border: 1px solid #e4e4e4;height: 53px;line-height: 53px;text-align: center;font-size: 14px;color: #000;border-left: none;border-bottom: none;cursor:pointer;}
.proDetailsCanS .menu li:first-child{border-left: 1px solid #e4e4e4;}
.proDetailsCanS .menu li.status_on{background: #249424;border-color: #249424;color: #fff;}
.proDetailsCanS .conBox{width: 100%;background: #fff; line-height:22px;}
.proDetailsCanS .conBox .box{width: 100%;height: 100%;background: #fff;}

/* proDetailsLy */
.proDetailsLy{width: 870px;margin: 30px auto 0;}
.proDetailsLy .conBox .box1{width: 100%;margin-top: 33px;}
.proDetailsLy .conBox .box1 .Input{width: 427px;height: 58px;border: 1px solid #e4e4e4;float: left;margin-bottom: 10px;margin-left: 12px;}
.proDetailsLy .conBox .box1 input{width: 354px;padding-left: 22px;padding-right: 51px;font-size: 20px;color: #FFF;line-height: 58px;outline: none;border: none; background:#249424}
.proDetailsLy .conBox .box1 .Input1{margin-left: 0; }
.proDetailsLy .conBox .box1 .Input1 input{background: url(../images/prodetailsly_icon01.png) no-repeat 386px center;color:#999999; font-size:16px;}
.proDetailsLy .conBox .box1 .Input2 input{background: url(../images/prodetailsly_icon02.png) no-repeat 386px center;color:#999999; font-size:16px;}
.proDetailsLy .conBox .box1 textarea{padding-left: 22px;width: 795px;height: 150px;border: 1px solid #e0e0e0;padding-top: 18px;font-size: 16px;color: #999999;outline: none;resize: none;background: url(../images/prodetailsly_icon03.png) no-repeat 828px 18px;padding-right: 51px;}
.proDetailsLy .conBox .box1 .yzmtj{margin: 20px;}
.proDetailsLy .conBox .box1 .yzmtj img{ margin: 10px 0px 15px 15px;}
.proDetailsLy .conBox .box1 .yzmtj .sr{width: 250px;float: left;border: 1px solid #e0e0e0;}
.proDetailsLy .conBox .box1 .yzmtj .sr span{display: block;font-size: 16px;color: #999999;display: block;height: 58px;line-height: 58px;float: left;border-right: 1px solid #e0e0e0;width: 100px;text-align: center;}
.proDetailsLy .conBox .box1 .yzmtj .sr input{padding:0 10px;width: 127px;float: left;display: block;border: none;line-height: 58px;font-size: 16px;color: #999;height: 58px;outline: none;}
.proDetailsLy .conBox .box1 .yzmtj #spVerCode img{display: block;margin-top: 14px;margin-left: 10px;float: left; width:105px; height:38px;}
.proDetailsLy .conBox .box1 .yzmtj a.p{ line-height:86px; margin-left:10px;}
.proDetailsLy .conBox .box1 .yzmtj a.tj{display: block;width: 410px;height: 60px;line-height: 60px;font-size: 22px;color: #fff;text-decoration: none;text-align: center;background: #249424; margin:0 auto}

p.lxgn {
    width: 100%;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    padding: 10px 0 10px !important;
    margin-top: 10px;
}

p.lxgn span:nth-child(1) {
    float: left;
}

p.lxgn span:nth-child(2) {margin-left: 135px;}


 .con-ask {
    font-size: 16px;
    color: #ff6f06;
   /* font-weight: bold;*/
    line-height: 32px;
}
.con-answer {
    border: 1px solid #999;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 7px;
    font-size: 14px;
}
.smalltext {
    background: #f5f5f5;
    padding: 12px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
    border-radius: 8px;
    line-height: 30px;
}
.smalltext .answer {
    border: 1px solid #999;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 7px;
    font-size: 14px;
}


.tab-al {
    margin-bottom: 25px;
    width: 97% !important;
    width: 100%;
    height: 100px;
    line-height: 100px;
    clear: both;
    background: #ffffffff;
    box-shadow: 0 6px 27px 3px #0d42850a;
    display: block!important;
    overflow: hidden;
    clear: both;
}
.tab-pro,.tab-tdz {
    /*margin-bottom: 90px;*/
    width: 100% !important;
}
.tab-al li {
    cursor: pointer;
    width: 25%;
}
.tab-al li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*.tab-al li:hover{*/
/*    color: #fff !important;*/
/*    background: #0e57cdff;*/
/*}*/

.tab-cwyd li{
    width: 16.6%;
}
.tab-pro li{
    width:14%;
}
.tab-tdz li,.tab-saas li {
    width: 14%;
}

.tab-about{
    margin-bottom: 25px;
    margin-top: -5px;
}
.tab-about li {
    width: 12.5%;
    cursor: pointer;
}
.tab-lxwm {
    width: 100% !important;
    margin-top: -7px !important;
    margin-bottom: 0 !important; 
}
.tab-case li{
    width: 20%;
}
/*.tab-lxwm li {*/
/*    width: 33.2%;*/
/*    cursor: pointer;*/
/*}*/
.tab-al li:nth-child(1),.tab-pro li:nth-child(1) {
    margin: 0 0px !important;
}


/*.jiejue h2:nth-child(1){*/
/*    display: none;*/
/*}*/

.slider-container2{
    display: none;
}

.pcyc{
    display: none;
}


i.sp_nav_xjb {
    display: none;
}
.navtui{
    display: none;
}

/*研发*/
.scslbox {
    max-width: 1908px;
    margin: 0 auto;
}
.yanfa .yfh2{
    text-align: left;
    width: 100%;
    border-bottom: solid 1px #D1D1D1;
}

.yanfa .h-h2::before{
    content:unset;
}
.yanfa .yfh2::before{
content:"";
 bottom: -2px;
    left: 0;      
}
.yanfa .jj {
 color: #464646;
 font-weight: 400;
 font-size: 20px;
 text-align: left;
line-height: 36px; 
}
.yanfa .jj:nth-child(3){
    margin-top: 20px;
}
.yanfa .jj span {
    color: #424242;
 font-weight: 800;
}
.yanfa .lxbox h3{
font-size: 24px;
    color: #1062D1;
    padding: 0;
    border-left: solid;
    padding-left: 10px; 
margin: 67px 0 70px;
}

.slides .slide img{
    height: 100%;
    
}

@media(min-width:1640px) {
/*.casebox a.pic-link, .tj-case a.pic-link {*/
/*    width: 536px;*/
/*    height: 342px;*/
/*}*/
.max-con{
    width: 1640px;
}
ul.yunNav.max-con2 {
    padding-left: 14px;
}

.max-con2,.neirong .product-box,.neirong .yuntabcontent{
    width: 1300px !important;
    margin: 0 auto;
}
.yunNav li{
    /*padding: 0 31px;*/
}
/*研发*/
.scsl {
    position: relative;
    margin-right: 0;
}
.scsl_r {
    padding-right: 0;
}
.yfsjimg {
    position: absolute;
    bottom: 50px;
}
.sys{
    margin:0 auto 100px;
}
/*.casebox a.pic-link {*/
/*     max-width: 536px; */
/*}*/

/*.kehu figure img {*/
/*    width: 311px;*/
/*    height: 118px;*/
/*}*/

/*.slider{*/
/*    height: 720px;*/
/*}*/
/*.navbar-default .navbar-nav>li>a {*/
	/*padding: 39px 16px 0 16px;*/
/*	padding: 39px 22px 0 22px;*/
/*}*/

}

/*ul#nav li:nth-child(6) {*/
/*    display: none;*/
/*}*/

@media(max-width:767px) {

/*首页监听*/
/*.product-nav .h-h2 {*/
/*    margin-top: 33px;*/
/*    margin-bottom: 36px;*/
/*}*/
.h-h2 {
    margin: 23px auto 26px;
    font-family: "PingFang SC Heavy";
    font-weight: 700;
    font-size: 20px;
    width: 100%;
}
.h-h2::before{
    bottom: 5px;
    left: 43%;
    width: 53px;
    
}
.product-nav .h-h2 {
    margin-top: 30px;
    margin-bottom: 39px;
}
.product-nav .product-nav-list {
    width: 48%;
    height: unset;
    padding: 0;
    padding-left: 8px;
    padding-top: 10px;
}
.product-nav .product-nav-list figcaption{
    font-size: 14px;
    padding: 5px 10px;
}
.about-door-cn {
    padding: 0 12px;
}
.about-door {
    padding: 0px 0 20px;
    margin-bottom: 0px;
}
.about-door .about-door-shili li {
    float: left;
    width: 25%;
    height: 77px;
}
.about-door .about-door-shili li p {
    font-size: 12px;
    color: #666666;
    margin-top: 3px;
    line-height: 1;
}

.about-door .about-door-shili li span {
    color: #D00B0B;
    font-size: 22px;

}
.about-door .about-door-cn{
    font-size: 16px;
}
section.jiejue_t figure:nth-child(1){
    display: none;
}
.jjfa {
    /*overflow: hidden;*/
     display: block; 
}

.myc{
    display: none;
    
}

/*section.jiejue_t figure,.jiejue .jjp1{*/
/*    height: unset;*/
/*}*/
.jiejue .jjfa:nth-child(1) figure:nth-child(2){
   background: url(../images/zhyq_m.webp);
}
.jiejue  .jjfa:nth-child(2) figure:nth-child(2){
    background: url(../images/zhsq_m.webp);
}
.jiejue  .jjfa:nth-child(3) figure:nth-child(2){
    display: none;
   background: url(../images/zhjq_m.webp);
}
.jiejue  .jjfa:nth-child(4) figure:nth-child(2){
   background: url(../images/zhdx_m.webp);
}
.jiejue  .jjfa:nth-child(5) figure:nth-child(2){
   background: url(../images/zhxy_m.webp);
}
section.jiejue_t figure{
    height: 320px;
    background-size: cover !important;
    margin-bottom: 20px;
}





.jjp2 a{
        padding: 8px 35px;
}
.m-shu p a {

    font-size: 15px;
    margin: 7px 0 !important;
    display: inline-block;
    width: 29%;
}

.jj-h2 {
    line-height: 30px;
}

.row.fan_l {
    background: rgba(255,255,255,.9);
    margin-top: 17%;
    padding: 0 10px;
    padding-bottom: 20px;
}
.jiejue .jjp1 {
    height: unset;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -7px;
    padding-right: 5px;
    
}
.case figure {
    padding: 0 4px;
    width: 50%;
}
.case h3 a {
    font-size: 15px;
    padding: 0 9px;
}
.ylw-img-responsive0 {
    height: 130px;
}


.kehu .m-shu{
   font-size: 16px; 
}
.news .xw-r {
    width: 92%;
    height:auto;
}

.news ul li {
    padding: 2px 0 10px 0px;
}

.news p {
    /* margin: 25px 0 45px 0; */
    margin: 51px auto 0;
}

.news .current, .current {
    font-size: 15px;
}

.news ul li a {
    font-size: 16px;
}
.about, .kehu, .case, .team, .youshi, .news {
    padding: 0 0px 25px 0px !important;
}

.jiejue h2{
    display: block;
}


.slider-container2{
    display: block !important;
}
.slider-container2 .slides{
    height: 348px;
}



/*项目合作*/
.zpxx .cpfn{
    width: 100% !important;
    margin-bottom: 10px;
}
.liuyan_jm1 input {
    width: 46.5% !important;
}

/*产品中心*/
ul#cpsbftjid, #cpsbftjid, #smzdid, #etctcxtid, #cpsbytjid{
    display: none;
}
.product-box .photo_t {
    margin-left: 5px;
}
.cpzxlb .hba{
    height: 348px !important;
}
.cpzxlb .hba:nth-child(2){
    background-image:url(../images/inner-tdz-m.webp) !important;
    background-size: cover !important;
}
.cpzxlb .hba:nth-child(3){
    background-image:url(../images/inner-banner-cpsb-m.webp) !important;
}
.cpzxlb .hba:nth-child(4){
    background-image:url(../images/inner-mjxt-m.webp) !important;
}
.cpzxlb .hba:nth-child(5){
    background-image:url(../images/inner-xf-m.webp) !important;
}
.tccbox{
    background-image: url(../images/inner-tccxt-m.webp) !important;
    
}
.yunNav_m{
    background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    align-items: center;
    z-index: 2;   
padding: 10px;
    width: 93%;
    border-radius: 20px;
    height: auto;
    margin: 25px auto -16px;
}

.yunNav_m li {
    display: inline-block;
 border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #4d4d4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
        height: 35px;
    line-height: 35px;
    width: 49%;
    padding: 0 10px;
}
.yuntabhover_m{
  background-color: #0e57cdff;
    color: #fff !important;  
    border-bottom:unset;
}
.yuntabhover_m a{
   color: #fff !important;   
}




/*联系我们*/
.neirong iframe{
    height:200px !important;
}


/*通道闸*/
.tab-al{
     background-color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    align-items: center;
    z-index: 2;
    padding: 10px;
    width: 93% !important;
    border-radius: 20px;
    height: auto !important;
    margin: 25px auto -16px;
    line-height: 35px !important;
}
.tab-saas{
    display: none !important;
}
/*车位引导*/
.yptbox img.pcyc,.tp-box img.pcyc{
   display: block; 
}

.yunNav{
    width: unset !important;
    padding-left: 0;
}
.yunNav li{
     float: unset;
     display: inline-block;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #4d4d4d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    width: 45%;
    padding: 0 10px;   
}


/*关于我们*/
.rongyu_list li img {
    width: 46% !important;
    height: auto !important;
}
.tab-about{
    margin: 0 auto 22px;
}
.tab-about ul {
    padding-left: 0;
}

.drzg-box {
    background-color: #f6f6f6;
     height: auto; 
     padding-top: 0;
}

#player3 iframe,#player2 iframe{
    height: 260px !important;
}
.pv-video-player {
    width: 100% !important;
    height: 260px !important;
}
.row.qxpp div.text-center {
    margin: 0 0 0 0 !important;
}

.row.qxpp .h-h2{
    margin: -10px auto 3px !important;
}

.row.qxpp {
    margin-bottom: 0 !important;
}


/*联系我们*/
.xl-l img {
    width: 85px;
}
.contact_Figure .xl-r {
    margin-bottom: 0px;
}
.contact_Figure h3 {
    font-size: 18px;
}
.contact_Figure p {
    font-size: 24px;
}
.about_title {

    margin-top: 37px;
}
/*项目合作*/
.cp_l {
    margin-top: 24%;
}
.zpxx h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 17px !important;
}
.cp_l img {
    width: 60px;
}

.cp_r p {
    font-size: 15px !important;
}
.kffw {
    font-size: 16px !important;
    line-height: 30px !important;
}

/*头部导航*/
i.sp_nav_xjb {
    display: block;
}
.sp_nav{
	width:50px;
	float:left;
	position:relative;
	cursor:pointer;
	height:30px;
	margin-top:15px;
}
.sp_nav span{
	display:block;
	/*background:#c9141e;*/
	background-color: #ffffff;
	width:7.1vw;
	height:0.4vw;
	position:absolute;
	left:3.6vw;
	transition:all ease 0.35s
}
.sp_nav span:nth-of-type(1){
	top:0px
}
.sp_nav span:nth-of-type(2){
	top:2.2vw
}
.sp_nav span:nth-of-type(3){
	top:4.4vw;
}
.sp_nav_se span:nth-of-type(1){
	top:2.2vw;
	transform:rotate(45deg)
}
.sp_nav_se span:nth-of-type(2){
	width:0
}
.sp_nav_se span:nth-of-type(3){
	top:2.2vw;transform:rotate(-45deg)
}


.sel {
    display: none;
}
  
i.sp_nav_xjb svg {
    width: 20px;
    height: 20px;
    fill: #555;
    transform: rotate(
-90deg);
    transition: all ease 0.35s;
}  
  
  .navbar-nav {
    margin-top: 51px;
  }
.navbar-nav > li {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px #ddd solid;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}
  

 .navbar-nav>li>.dropdown-menu{
     position: unset;
     padding: 0;
 }
 .dropdown-menu {
 border-radius:unset;
    -webkit-box-shadow:unset;
    box-shadow: unset;
    border: unset;
    width:100% !important;
}
 .dropdown-menu>li {
    float: unset;
    border-top: 1px #ddd solid;
    /*margin-left: 20px;*/
    position: relative;
    line-height: 40px;
    font-size: 14px;
} 
  
 .dropdown:hover .dropdown-menu {
	display: none;
} 
i.sp_nav_xjb {
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 4px;
}  

#header nav {
    position: fixed;
    z-index: 9999;
    background: #eee;
    background-color: #ffffff;
    width: 100%;
    height: calc(100% - 104px);
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}
.nav_show{
	 top:50px !important; 
}
.sjj_nav_i_se i svg{
	fill:#c9141e;
	transform:rotate(0deg);
}
.navbar-nav {
    margin-top: 0px;
}

/*头部导航4个按钮*/
.navtui {
    position: relative;
    width: 97%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    justify-content: space-between;
    padding: 10px 5px;
}

.navtui a {display: inline-block;width: 23%;text-align: center;box-sizing: border-box;color: #212121;box-shadow: 0 0 2px #212121;box-sizing: border-box;text-align: center;background: #fff;height: 10vw;line-height: 10vw;padding: 0.5vw;border-radius: 5px;}



/*页脚*/
.footer-weixin figure img {
    height: 120px;
}
.liuyan {
    display: block !important;
}
.liuyan .liuyan_items{
    width: 100%;
}
.footer .row div:nth-child(2){
    display: block !important;
}
/*底部导航*/

.tel_box{
	width: 100%;
    height: 56px;
    border-left: none;
    border-right: none;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    background-color: #54b0fd;
    left: 0;
}
.tel_box ul{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.tel_box ul li{
	width: 50%;
	height: 56px;
	float: left;
}
.tel_box ul li p {
    width: 85%;
    height: 48px;
    margin: 0px auto;
    text-align: center;
    padding: 4px 0px;
}
.tel_box ul li p img {
    width: 13%;
    margin: 1% auto;
    display: block;
}
.tel_box ul li p a {
    color: #ffffff;
    font-size: 14px;
}





    
}

@media(max-width:400px) {

}


@media(min-width:1640px) {
.casebox a.pic-link, .tj-case a.pic-link {
    width: 523px;
    height: 320px;
}
.max-con{
    width: 1640px !important;
}
.casebox a.pic-link {
     max-width: 523px; 
}

.kehu figure img {
    width: 311px;
    height: 118px;
}

/*.slider{*/
/*    height: 720px;*/
/*}*/
.navbar-nav{
  padding-left: 60px;  
}
.navbar-default .navbar-nav>li>a {
	/*padding: 39px 16px 0 16px;*/
	/*padding: 39px 22px 0 22px;*/
}

.product-nav .product-nav-list {
    width: 385px;
    height: 500px;
    margin: 0 12px;
    padding: 0;
}
.product-nav .product-nav-list figcaption{
    font-weight: 700;
    font-size: 20px;
    width: 100%;
	
}

.m-shu p a {
    margin: 0 75px !important;
}


.kefu-cb{
    right: 60px;
}

.navtui{
    display: none;
}
.fwwd{
    margin-top: 20px;
}

}
/*.bd img {*/
/*  display: none;*/
/*}*/

.kj-contact figure img {
    margin: 0 auto;
}

#pro_nav li:nth-child(3) {
    display: none;
}
.cwyd_stl + img {
    display: block;
    margin: 0 auto;
}