@charset "utf-8";
.row {
	margin-right: 0;
	margin-left: 0
}
@media (min-width: 992px){
	.container{
		padding-left: 0;
		padding-right: 0;
		width: 1200px;
	}
	ul{
		padding: 0;
		padding-left: 0;
	}
	.nav{
		margin-top:25px;
	}
	.foot_top ul{
		/*border-right: 1px solid #fff;*/
	}
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0598c6;
}
body {
	overflow-x: hidden;
	font-family: "microsoft yahei","微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f2f2f2;
}
a:hover{
	color:inherit;
}
.top a:hover{
	text-decoration: none;
}
li {
	list-style: none
}
.cor_f{
	color: #fff;
}
.cor_0{
	color: #000;
}
.cor_3{
	color: #333;
}
.cor_6{
	color: #666;
}
.cor_9{
	color: #999;
}
.fw{
	font-weight: bold;
}
section{
	clear: both;
	overflow: hidden;
}
.text-over-two{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700
}
.main {
	margin-top: 90px
}
.navbar-default {
	background-color: #222;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #0598c6;
	font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #0598c6;
	border-color: #0598c6
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0598c6
}
.navbar-default .nav li a {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color: #646464;
	font-size: 16px;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #333;
	outline: 0
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #0598c6;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #0598c6;
	background-color: transparent
}
.navbar-default {
	background-color: transparent;
	height:90px;
	background: #fff;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: 0;
}
.navbar-default .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.navbar-default .navbar-nav>.active>a {
	color:#0598c6;
}
.navbar-default.navbar-shrink {
	background-color: #fff;
	padding: 10px 0
}
.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1.5em
}
.nav li:last-child a span:hover{
	color: #0598c6;
}
.navbar-default .nav li:last-child a {
	font-size: 12px;
	margin-top: 3px;
}
/*主体部分*/
.main{
	padding-left: 0;
	padding-right: 0;
}
section{
	margin-top: 40px;
}
.section_title{
	width: 350px;
	height: 80px;
	box-sizing: border-box;
	border: 2px solid #333;
	color: #333;
	text-align: center;
	line-height: 80px;
	margin: 30px auto;
	font-size: 30px;
}
.nym{
	width:100%;
	padding: 10px 65px 20px;
	overflow: hidden;
}
.nym li{
	width: 336px;
	height: 538px;
	background-size: cover;
	float: left;
	margin-right: 30px;
	-webkit-box-shadow: #ccc 0px 0px 15px;
	-moz-box-shadow: #ccc 0px 0px 15px;
	box-shadow: #ccc 0px 0px 15px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-moz-transition: transform .5s, -moz-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.nym li p:nth-child(1){
	font-size: 22px;
	margin-top: 315px;
	color: #000;
}
.nym li p:nth-child(2){
	font-size: 16px;
	color: #999;
}
.nym li p:nth-child(3){
	width: 10%;
	margin: 0 auto 20px;
	height: 1px;
	border-bottom: 2px solid #000;
}
.nym li p:nth-child(4){
	color: #999;
	padding: 0 20px;
	line-height: 25px;
}
.nym li:hover{
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
section.about_us{
	margin-top:0;
	border:1px solid #eaeaea;
	box-sizing: border-box;
}
.introduce{
	border:1px solid #eaeaea;
	box-sizing: border-box;
	margin-top: 20px;
	padding-bottom: 20px;
}
.introduce .se_title{
	padding: 20px;
}
.introduce .se_title .title_boder_bottom{
	top: 60px;
	left: 20px;
}
.nym li:hover p{
	color: #fff;
	border-color: #fff;
}
.nym li:nth-child(1){
	background:#efefef url(../images/n_w.png) center 55px no-repeat;
}
.nym li:nth-child(1):hover{
	background:#323232 url(../images/n_b.png) center 55px no-repeat;
}
.nym li:nth-child(2){
	background:#efefef url(../images/y_w.png) center 55px no-repeat;
}
.nym li:nth-child(2):hover{
	background:#323232 url(../images/y_b.png) center 55px no-repeat;
}
.nym li:nth-child(3){
	background:#efefef url(../images/m_w.png) center 55px no-repeat;
	margin-right: 0;
}
.nym li:nth-child(3):hover{
	background:#323232 url(../images/m_b.png) center 55px no-repeat;
}
.se_title{
	position: relative;
	height: 45px;
	width: 100%;
	clear: both;
	color: #333;
}
.title{
	font-size: 20px;
	font-weight: bold;
}
.title_boder_bottom {
	position: absolute;
	top: 40px;
	left: 0;
	width: 25px;
	height: 1px;
	border-bottom: 3px solid #333333;
}
.info{
	margin-top: 30px;
	overflow: hidden;
}
.info p{
	line-height: 30px;
	color: #999999;
	text-indent: 30px;
}
.info p:nth-child(1){
	margin-bottom: 20px;
}
.our_service{
	background: #fff;
	padding-top: 10px;
}
.our_service ul li{
	color: #999;
	font-size: 14px;
	line-height: 2;
}
.our_service ul li:nth-child(1){
	font-size: 25px;
	color: #333333;
	margin: 30px 0 0;
}
.our_service img{
	display: inline-block;
}
section.cases{
	margin-top: 5px;
	background: #fff;
	padding: 10px 20px 0;
}
.fu_title{
	margin: 10px 0;
}
.se_title ol li{
	float: left;
	padding: 0 20px;
}
.error,.nothing{
	background:#fff;
	padding:40px;
	margin-bottom:30px;
	height:500px;
	display:flex;
	justify-content:center;
	align-items:center
}
.error img{
	display:inline-block;
}
.error p{
	font-size: 16px;
	margin-top:20px
}
.banner_bottom .swiper-slide p{
	position: relative;
}
.description{
	position: absolute;
	bottom: 20px;
	left:5%;
}
.description p{
	color: #fff;
}
.description p:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	letter-spacing:2px
}
.description p:nth-child(2){
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.nothing img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	margin-bottom:20px;
}
/************* 筛选-开始 ***************/
ol.mytop{
	padding-left: 220px;
	margin-top: 20px;
	padding-right: 0;
}
ol.mytop li{
	margin: 0 13px;
	padding: 0;
	font-size: 16px;
}
ol.mytop li:last-child{
	margin-right: 0 ;
}
.mytop li {
	float: left;
	line-height: 30px;
	text-align: center;
	box-sizing:border-box;
	cursor:pointer;
	border-bottom: 2px solid transparent;
	color: #999;
}
.mytop li.tabin {
	border-color: var(--main-bg-color);
	color: #0598c6;
}
.part li {
	width: 100%;
	height: auto;
	display: none;
	box-sizing:border-box;
	flex-wrap:wrap;
}
.part li.current {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part li span{
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.demobox li {
	width: 100%;
	height: auto;
	display: none;
	box-sizing:border-box;
	flex-wrap:wrap;
}
.demobox li.current {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.demobox li span{
	float: left;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.footer_list.list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list__item.item {
	display: flex;
}
.item__link.link {
	margin: 0;
}
.item__link.link:not(:first-child) {
	margin-left: 20px;
}
.banner_bottom{
	margin: 40px 62.5px;
}
section.cases{
	margin-bottom: 20px;
}
.team {
	padding-bottom: 20px;
}
.more a:hover{
	color: #0598c6;
}
.info p:nth-child(2){
	margin-bottom: 0;
}
/************* 筛选-结束 ***************/
/*footer*/
footer .foot_top {
	background: #222;
	color: #fff;
	padding: 20px 0 0 0 ;
}
.foot_top li{
	line-height: 3;
}
footer .foot_bottom{
	background: #0f0f0f;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}
/**********************二级页面 - 开始*************************/
.erji{
	background: #fff;
	padding: 0 20px;
	margin-bottom: 20px;
}
.erji ol{
	padding: 0;
}
.erji ol li{
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	height: 145px;
}
.erji ol li:last-child{
	border-bottom: 1px solid #eaeaea;
}
.news_info a:hover{
	text-decoration: none;
	color: #337ab7;
}
.wap_time{
	display: none;
}
.time{
	width: 5%;
	padding: 5px 0;
	box-sizing: border-box;
	height: 50px;
	background: #333;
	float: left;
}
.time span{
	display: block;
	text-align: center;
	color: #fff;
}
.news_info{
	float: left;
	width: 70%;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.news_info .title{
	margin-bottom: 30px;
}
.news_info p{
	margin-bottom: 0;
}
.news_img{
	width:25%;
	float: right;
	text-align: right;
}
.news_img img{
	display: inline-block;
}
.wap_time{
	color: #999;
}
.news_info p:nth-child(1):hover{
	color: #337ab7;
}
.news_details {
	margin: 50px 0;
	padding: 0 42.5px;
	color: #666;
}
.news_details_title{
	font-size: 16px;
	color: #333;
	margin-top: 30px;
	font-weight: bold;
}
.news_details img{
	margin: 0 auto;
}
.news_details p{
	text-indent: 27px;
	line-height: 30px;
}
.media_cooperation .row div{
	margin-bottom: 30px;
	text-align: center;
}
.media_cooperation{
	margin: 50px 0;
}
.media_cooperation img{
	display: inline-block;
}
.partners .title{
	color: #333;
}
.partners ol li{
	border-top: none;
}
.partners ol li:last-child {
	border-bottom: none;
}
.partners .row{
	margin-left: -15px;
	margin-right: -15px;
}
.honor ol li{
	color: #666666;
	font-size: 16px;
	height: auto;
	border-top: none;
}
.honor ol li:last-child{
	border-bottom: none;
}
.honor p{
	text-indent:0;
	padding: 5px 20px 0;
	line-height: 20px;
}
/**********************二级页面 - 结束*************************/
@media screen and (min-width:320px) and (max-width:450px) {
	body{
		font-size: 12px;
	}
	.main {
		margin-top: 50px
	}
	.nav>li:last-child{
		border-bottom:1px solid #eaeaea;
	}
	.nav>li:last-child span{
		font-size:16px;
		margin-right:20px;
	}
	.nav>li:last-child span:last-child{
		margin-left:20px;
	}
	.jhide {
		display: none
	}
	header .container{
		padding-left: 0;
		padding-right: 0;
	}
	.container>.navbar-header {
		border-bottom: 1px solid #eaeaea;
	}
	.navbar-collapse{
		background: #fff;
	}
	.navbar-default {
		height: 50px;
	}
	.navbar-brand>img {
		height: 35px;
	}
	.navbar-brand {
		padding: 10px 15px;
	}
	.nav>li.active{
		background: #eaeaea;
	}
	.section_title{
		width: 200px;
		height: 40px;
		border: 1px solid #333;
		line-height: 40px;
		font-size: 20px;
	}
	.navbar-nav {
		margin: 7.5px -15px 0;
	}
	.description{
		position: absolute;
		bottom: 20px;
		left:10px;
	}
	.description p:nth-child(1){
		font-size: 16px;
		font-weight: normal;
		letter-spacing:0;
	}
	.description p:nth-child(2),.description p:nth-child(3){
		display: none;
	}
	.nym{
		margin : 50px auto 20px;
		padding: 0;
		display:flex;
		align-items: center;/*垂直居中*/
		justify-content: center;/*水平居中*/
		flex-direction:column;
	}
	.nym li{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.foot_top li {
		line-height: 2;
	}
	.our_service ul{
		padding-left: 0;
	}
	.more{
		margin-bottom: 20px;
	}
	.our_service,section.cases{
		padding: 0 20px;
	}
	section{
		margin-top: 0;
	}
	.introduce .se_title{
		margin: 0 20px;
	}
	.sortable__nav {
		display: block;
		margin: 20px 0;
	}
	.se_title ol li{
		float: left;
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.banner_bottom {
		margin: 20px 0;
	}
	.time{
		display: none;
		width:0%;
	}
	.news_info {
		width: 70%;
		padding: 0 5px 0 0;
	}
	.news_img {
		width: 30%;
		float: right;
		text-align: right;
	}
	.news_info .title {
		margin-bottom: 10px;
		font-size: 14px;
		white-space: nowrap;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.erji ol li {
		overflow: hidden;
		border-top: 1px solid #eaeaea;
		padding: 10px 0;
		height: auto;
	}
	p.wap_time{
		display: block;
		margin-bottom: 0;;
	}
	.erji {
		padding: 0 10px;
	}
	.news_details{
		margin: 20px 0;
		padding: 0;
	}
	.partners ol li{
		border-top: none;
	}
	.partners ol li:last-child {
		border-bottom: none;
	}
	.partners .row {
		margin-left: 0;
		margin-right: 0;
	}
	.honor ol li{
		border-top: none;
		font-size: 14px;
	}
	.honor ol li:last-child{
		border-bottom: none;
	}
	.error,.nothing{
		height:500px;
		margin-bottom:0;
	}
	ol.mytop{
		padding-left: 0;
		padding-right: 0;
	}
	ol.mytop li {
		padding: 0;
	}
	.part{
		padding-left: 0;
	}
	.part li span{
		margin-bottom: 10px;
		width: 49%;
	}
	.demobox{
		padding-left: 0;
	}
	.demobox li span{
		margin-bottom: 10px;
		width: 49%;
	}
	section.about_us,.introduce {
		border: 0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.nav>li>a {
		padding: 10px;
	}
	.navbar-right {
		margin-right: 0;
		margin-top: 20px;
	}
	.main {
		margin-top: 70px
	}
	.navbar-default {
		height: 70px;
	}
	.navbar-brand>img {
		height: 50px;
		margin-left: 15px;
	}
	.navbar-brand {
		padding: 10px 15px;
	}
	.container{
		padding-left: 0;
		padding-right: 0;
		width:768px;
	}
	.jhide {
		display: none
	}
	.foot_top ul{
		border-right: 1px solid #fff;
	}
	ol.mytop {
		padding-left: 0;
		margin: 20px 0;
	}
	ul.part{
		padding-left: 0;
	}
	ul.demobox{
		padding-left: 0;
	}
	.section_title{
		width: 200px;
		height: 40px;
		border: 1px solid #333;
		line-height: 40px;
		font-size: 20px;
	}
	.our_service ul{
		padding-left: 0;
	}
	.nym{
		padding: 50px 30px;
	}
	.nym li{
		margin-bottom: 30px;
		width: 216px;
		height: 500px;
	}
	.nym li p:nth-child(1) {
		margin-top: 240px;
	}
	section.introduce{
		padding: 0 20px;
		margin-top: 0;
	}
	.our_service,section.cases{
		padding: 0 20px;
	}
	.banner_bottom {
		margin: 20px 0;
	}
	.erji ol li {
		height: 125px;
	}
	.partners {
		padding: 0;
	}
	section.about_us,.introduce {
		border: 0;
	}
}

/*************** loading ***************/
.zhezhao {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1100;
}
@keyframes scaleDraw {
	0% {
		transform:scale(1);
	}
	25% {
		transform:scale(0.5);
	}
	50% {
		transform:scale(1);
	}
	75% {
		transform:scale(0.5);
	}
}
.ballon {
	width: 50px;
	height: 50px;
	background: url(../images/loading.png);
	background-size: 50px;
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	z-index: 1101;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
