@charset "utf-8";
@media only screen  and (min-width: 800px){
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #ccc;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #ccc;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#086bb2;
}

}
/* CSS Document */
/*公用*/
@font-face {
	font-family: "fontcustom";
	src: url("../../fonts/fontawesome-webfont.eot");
	src: url("../../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff") format("woff"), url("../../fonts/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/fontawesome-webfont.svg#fontcustom") format("svg");
	font-weight: normal;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

@font-face {
	font-family: "fontcustom";
	src: url("../../fonts/fontawesome-webfont.svg#fontcustom") format("svg")
}
}

.icon-search:before {
	font-family: "fontcustom";
	content: "\f002";/*放大镜*/
}

.icon-nav:before {
	font-family: "fontcustom";
	content: "\f0c9";/*菜单标志*/
}

.icon-xiala:before {
	font-family: "fontcustom";
	content: "\f107";/*向下箭头*/
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	text-decoration: none;
	color: #333;
	transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;  /* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;   /* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s;  /* Opera */
}

html {
	min-height: 100%;
}

body {
	position:relative;
	min-height: 100%;
	font-size: 14px;
	color: #262626;
	font-family: Arial, "Microsoft Yahei";
	min-width: 320px;
}

body.on #ALL {
	padding-top: 0px;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

input, textarea, select {
	font-family: Arial, "Microsoft YaHei";
	font-size: 12px;
	outline: none;
	transition: color .5s, background .5s, opacity .5s, border .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s;  /* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s;   /* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s;  /* Opera */
}

.fg {
	clear: both;
	width: 100%;
	height: 0px;
}

.red {
	color: #F00;
}

#ALL {
	min-height: 400px;
	overflow: hidden;
	width: 100%;
}

#zd {
	position: fixed;
	width: 100%;
	z-index: 10000;
	height: 100000px;
	background: url(/images/hei.png);
	top: 0px;
	left: 0px;
	opacity: 0;
}

#zi {
	position: fixed;
	z-index: 10001;
	height: 60px;
	line-height: 30px;
	padding: 15px 20px;
	background: #fff;
	color: #666;
	font-size: 16px;
	box-shadow: 0 0 10px #333;
	opacity: 0;
	display: block;
}

#zi i {
	display: block;
	height: 30px;
	width: 30px;
	background: url(/images/gt.png);
	float: left;
	margin-right: 8px;
}

#cha-box {
	width: 480px;
	height: 320px;
	position: fixed;
	z-index: 1000000;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -160px -240px;
	box-shadow: 0 0 20px rgba(0,0,0,.175);
}

#cha-box .type {
	height: 63px;
	background: url(../images/ww_03.png) center
}

#cha-box .view {
	width: 415px;
	border-bottom: 1px solid #ddd;
	height: 160px;
	padding-top: 18px;
	margin: auto;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 3em;
}

#cha-box .bottom {
	width: 415px;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

/*top*/
#phone-top {
	display: none;
}

#top {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transition: height 0.2s, background 0.2s, box-shadow .2s;
	-moz-transition: height 0.2s, background 0.2s, box-shadow .2s;
	transition: height 0.2s, background 0.2s, box-shadow .2s;
}

#top .logo {
	position: absolute;
	left: 2%;
	top: 5px;
	display: block;
	height: 50px;
}

#top.bai {
	height: 0px;
	box-shadow: none;
	background: none;
}

#top .logo img {
	display: block;
	height: 100%;
	transition: opacity 1s;
	-moz-transition: opacity 1s;  /* Firefox 4 */
	-webkit-transition: opacity 1s;   /* Safari and Chrome */
	-o-transition: opacity 1s;
}

#top .logo.bai img {
	opacity: 0;
}

#top .logo.lv img {
	opacity: 1;
}

#top.bai .logo.bai img {
	opacity: 1;
}

#top.bai .logo.lv img {
	opacity: 0;
}

#top.lv .logo.lv img {
	opacity: 1;
}

#top.lv .logo.bai img {
	opacity: 0;
}

#top.lv .logo {
	top: 0px;
	padding: 10px 15px;
	height: 70px;
}

#top.lv .logo.lv {
	z-index: 10;
}

#top .menu {
	height: 60px;
	margin: auto;
	text-align: right;
	right: 2%;
	bottom: 0px;
	position: absolute;
	display: inline-block;
}

#menu-btn {
	width: 50px;
	height: 50px;
	display: none;
	right: 3%;
	top: 5px;
	z-index: 10;
	position: absolute;
	cursor: pointer;
	transition: opacity 1s;
	-moz-transition: opacity 1s;  /* Firefox 4 */
	-webkit-transition: opacity 1s;   /* Safari and Chrome */
	-o-transition: opacity 1s;
}

#menu-btn div {
	width: 50%;
	left: 25%;
	height: 2px;
	background: #086bb2;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.bai #menu-btn div {
	background: #fff;
}

.lv #menu-btn div {
	background: #086bb2;
}

#menu-btn div:nth-child(1) {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#menu-btn div:nth-child(2) {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

#menu-btn[data-on='on'] div {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
}

#menu-btn[data-on='on'] div:nth-child(3) {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	transform: translateY(-1px);
	opacity: 0;
}

#menu-btn[data-on='on'] div:nth-child(2) {
	-webkit-transform: translateY(-1px) rotate(45deg) scale(1.2);
	-moz-transform: translateY(-1px) rotate(45deg) scale(1.2);
	transform: translateY(-1px) rotate(45deg) scale(1.2);
}

#menu-btn[data-on='on'] div:nth-child(1) {
	-webkit-transform: translateY(-1px) rotate(-45deg) scale(1.2);
	-moz-transform: translateY(-1px) rotate(-45deg) scale(1.2);
	transform: translateY(-1px) rotate(-45deg) scale(1.2);
}

#top .menu.show, .bai #menu-btn {
	display: block;
	opacity: 1;
}

#top.on {
	height: 0px !important;
}

#top.on .logo.bai img {
	opacity: 1 !important;
}

#top.on .logo.lv img {
	opacity: 0 !important;
}

#top.on #menu-btn {
	display: block !important;
	opacity: 1 !important;
}

#top.on #menu-btn div {
	background: #fff !important;
}

#top.on .logo {
	background: none !important;
	top: 5px !important;
	padding: 0 !important;
	height: 50px !important;
}

@media only screen and (max-width: 1000px) {

#top .logo {
	top: 0px !important;
	padding: 8px 10px !important;
	height: 60px !important;
}

#top .logo.lv {
	z-index: 10;
}

#menu-btn {
	display: block;
	opacity: 1;
	top: 0px;
}

#top .menu {
	display: none;
}

#menu-btn div {
	background: #086bb2 !important;
}

#top .logo {
	height: 40px;
}

#top .logo.lv img {
	opacity: 1 !important;
}

#top .logo.bai img {
	opacity: 0 !important;
}

#top {
	height: 0px !important;
	background: none !important;
	box-shadow: none !important;
}
}


#top .menu ul li{	float:left;
		    padding: 20px 10px 0px 5px;
		font-size:16px;
    display:inline-block;
}
#top .menu ul li a:link{
    color:#000;
    text-decoration:none;
    position:relative;
	padding:0px 5px 16px 5px;
}
#top .menu ul li a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #337ab7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;

}
#top .menu ul li a:hover:after,a.active:after{
    left: 0%;
    width: 100%;
}


#phone-top {
	display: none;
	height: 50px;
	background: #000;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	z-index: 100;
}

#phone-top .logo {
	position: absolute;
	left: 3%;
	top: 0px;
	display: block;
	height: 50px;
}

#phone-top .logo img {
	display: block;
	height: 100%;
}

#phone-menu {
	background-image: url(../images/menubg.png);
	background-size: 4px;
	top: 0px;
	width: 100%;
	padding: 60px 0% 20px;
	overflow: auto;
	left: 0px;
	display: none;
	position: fixed;
	z-index: 999;
	max-height: 100%;
}

#phone-menu .menu-main {
	width: 100%;
	margin: auto;
	max-width: 100%;
	text-align:center;
}

#phone-menu .menu-main .list {
	padding: 15px 0;
}

#phone-menu .menu-main .list ul {
	display: block;
}

#phone-menu .menu-main .list ul:after {
	content: "";
	clear: both;
	display: block;
}

#phone-menu .menu-main .list ul li {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}

#phone-menu .menu-main .list ul li a {
	display: block;
	height: 50%;
	position: relative;
	overflow: hidden;
	color: #fff;
 border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0 0px;
	padding-left: 0%;
}

#phone-menu .menu-main .list ul li a:hover {
	background: rgba(255,255,255,0.5);
	color: #086bb2;
}

#phone-menu .menu-main .list ul li a .text { font-size:1.5em; height:50px; line-height:50px;
}

@media only screen and (max-width: 1000px) {
.d-none {
    display: none!important;
}
.d-md-block {
    display: block!important;
}

#phone-menu .menu-main .list ul li a {
	height: 50px;
	 border-bottom: 1px solid rgba(255,255,255,0.2);
}

#phone-menu .menu-main .list ul li a .text {
font-size:1.2em; height:50px; line-height:50px;
}

#phone-menu {
	height: 100%;
}

#phone-menu .menu-main .list ul li a {
 border-bottom: 1px solid rgba(255,255,255,0.2);
}
}

#phone-menu .menu-main .list ul li a .text .big {
	font-size: 2em;
	margin-bottom: 0px;
}

#phone-menu .menu-main .list ul li a .text .small {
	font-size: 1.125em;
	padding-left: 12px;
	position: relative;
}

#phone-menu .menu-main .list ul li a .text .small:before {
	display: block;
	content: "";
	width: 10px;
	left: 2px;
	bottom: 0px;
	background: #fff;
	height: 1px;
	position: absolute;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	transition: background .5s;
}

#phone-menu .menu-main .list ul li a:hover .text .small:before {
	background: #086bb2;
}

.nothing {
	line-height: 100px;
	text-align: center;
	color: #666;
}

/*top end*/


/*banner*/
.phone-banner {
	display: none;
}



.pc-banner {
	background: #ccc;
	min-height:400px;
}

.pc-banner .swiper-slide .bannervideo,.phone-banner .swiper-slide .bannervideo{ position:absolute; left:50%; top:50%; height:100%; min-width:100%; 
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);

}
.pc-banner .swiper-slide .dan,.phone-banner .swiper-slide .dan{ background:rgba(4,132,91,.8); position:absolute; z-index:1; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.pc-banner .swiper-slide {
	background-size: cover;
	background-position:left;
	background-repeat: no-repeat;
	position: relative;
	transition: transform 4s;
	-moz-transition: transform 4s;
	-webkit-transition: transform 4s;   /* Safari and Chrome */
	-o-transition: transform 4s;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	min-height:400px;
	overflow:hidden;
}

.pc-banner .swiper-slide.swiper-slide-active {
	z-index: 10;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.pc-banner .swiper-slide a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.pc-banner .swiper-pagination {
	bottom: 40px;
	text-align: left;
	width: 80%;
	left: 10%;
}

.pc-banner .swiper-pagination span {
	border: 0px;
	height: 20px;
	width: 8px;
	background: #fff;
	opacity: .7;
	border-radius: 4px;
}

.pc-banner .swiper-pagination span:before {
	content: "";
	display: block;
	height: 0px;
	border-radius: 4px 4px 0 0;
	background: #086bb2;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, height .3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s, height .3s;
	transition: transform 0.3s, opacity 0.3s, height .3s;
}

.pc-banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}



.pc-banner .swiper-button-next{ background-image:url(../images/jtbtn_05.png); background-size:auto 100%; background-position:center; background-repeat:no-repeat;}
.pc-banner .swiper-button-prev{ background-image:url(../images/jtbtn_03.png); background-size:auto 100%;background-position:center; background-repeat:no-repeat;}

.pc-banner .swiper-pagination span.swiper-pagination-bullet-active:before {
	opacity: 1;

}

.gallery-top {
	height: 100%;
	height:100vh;
	width: 100%;
}

@media only screen and (max-width: 1000px) {

.pc-banner-small, .pc-banner {
	display: none;
}

.phone-banner {
	display: block;
	background: #ccc;
}

.phone-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-size:cover;
	background-position:left; /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative; overflow:hidden;
}

.phone-banner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #086bb2;
}

.phone-banner .swiper-slide a {
	display: block;
	width: 100%;
}

.phone-banner .swiper-slide a img {
	display: block;
	width: 85%;
	opacity: 0;
	filter: alpha(opacity=0);
}
}

/*banner end*/


@-webkit-keyframes slideShine {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 100% 100%;
}
}






/*闪电*/
.index-sd {
	position: relative;
	height: 19px;
}

.index-sd .line {
	height: 1px;
	width: 100%;
	left: 0px;
	top: 50%;
	background: #e1e0e0;
	position: absolute;
}



/*case-type*/
.case-type {
	margin: 0 3%;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}

.case-type .swiper-wrapper {
	text-align: center;
	width: auto;
	max-width: 100%;
	justify-content: center;
}




.case-type .swiper-wrapper a {
	display: inline-block;
	width: auto;
	margin: 0 35px 0 25px;
	position: relative;
	cursor: pointer;
	font-size: 1.1em;
}

.case-type .swiper-wrapper a:after {
	content: "+";
	position: absolute;
	right: -10px;
	display: block;
	top: 2px;
}

.case-type .swiper-wrapper a.on:after,.case-type .swiper-wrapper a[data-on='on']:after{
	content: "";
	display: block;
	height: 1px;
	width: 6px;
	background: #086bb2;
	top: 50%;
	font-weight:bold;
	
	
}

.case-type .swiper-wrapper a.on, .case-type .swiper-wrapper a:hover,.case-type .swiper-wrapper a[data-on='on'] {
	color: #086bb2;
}

.case-type .swiper-wrapper a.on:before,.case-type .swiper-wrapper a[data-on='on']:before {
	color: #086bb2;
	text-shadow: 10px 0 #086bb2, -10px 0 #086bb2;
}

.case-type .swiper-wrapper a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: "";
	text-shadow: transparent 0px 0px;
	font-size: 1.1em;
	transform: translateX(-50%);
	pointer-events: none;
	transition: text-shadow 0.3s, color 0.3s;
	border-bottom:2px #000000 solid;

}

@media only screen and (max-width: 800px) {

.case-type {
	padding: 20px 0;
}
}

@media only screen and (max-width: 600px) {

.case-type .swiper-wrapper {
	justify-content: initial;
}
}


@media only screen and (max-width: 800px) {

.index-case-list .list .grid a {
	margin: 0 0 0 6%
}
}

@media only screen and (max-width: 600px) {

.index-case-list .list .grid {
	left: 0%;
	top: 0;
}
}

@media only screen and (max-width: 500px) {

.index-case-list .list {
	height: auto !important;
}

.index-case-list .list .grid {
	top: 0px !important;
	left: 0px !important;
	position: relative !important;
	margin-bottom: 15px;
}

.index-case-list .list .grid a {
	margin: 0 0 0 3%
}
}

.rexian{ margin-left:20px; margin-top:15px; float:left; background:url(rexian.png) no-repeat; width:240px; height:30px; display: block!important;}
@media only screen and (max-width: 1290px){
	.rexian{ margin-left:20px; margin-top:15px; float:left; background:url(rexian.png) no-repeat; display:none!important;}
	}
/*view*/
.caseviewbanner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block !important;
	transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;  /* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;   /* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;  /* Opera */
}

.casev-phone-btn .cz {
	text-align: center;
	display:none;
}

.caseviewbanner .cb {
	width: 100%;
	bottom: 8%;
	left: 0px;
	position: absolute;
}

.caseviewbanner .cb .view {
	max-width: 1600px;
	margin: auto;
	color: #fff;
	width: 94%;
	position: relative;
}

.caseviewbanner .cb .view:after {
	content: "";
	clear: both;
	display: block;
}

.caseviewbanner .cb .view .title {
	float: left;
	max-width: 60%;
}

.caseviewbanner .cb .view .title .small {
	font-size: 16px;
}

.caseviewbanner .cb .view .title .big {
	font-size: 48px;
	font-weight: bold;
}

.caseviewbanner .cb .view .cz {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.caseviewbanner .cb .view .cz a {
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 10px;
	background:#086bb2;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 38px;
}

.caseviewbanner .cb .view .cz a:hover {
	background: #fff;
	color: #086bb2;
}

.caseviewbanner .cb .view .cz a.url:before {
	font-family: 'fontcustom';
	content: "\f0c1";
	-moz-transform: rotate(-45deg) scale(1.4);
	transform: rotate(-45deg) scale(1.4);
	-webkit-transform: rotate(-45deg) scale(1.4);
	display: inline-block;
	line-height: 40px;
}

.caseviewbanner .cb .view .cz a.ziti:before {
	font-family: 'fontcustom';
	content: '\f053';
	display: inline-block;
}

.caseviewbanner .cb .view .cz a.ziti.next:before {
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.caseviewbanner .cb .view .cz a.menubtn:before {
	content: "&nbsp;";
	display: inline-block;
	opacity: 0;
}

.caseviewbanner .cb .view .cz a.menubtn div {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 18px;
	left: 50%;
	margin-left: -9px;
}

.caseviewbanner .cb .view .cz a.menubtn div span {
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	float: left;
	margin: 1.5px;
	transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;  /* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;   /* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;  /* Opera */
}

.caseviewbanner .cb .view .cz a.menubtn:hover span {
	background: #086bb2;
}

.caseview-box {
	padding: 60px 3%;
}


#phone-box .phone-box{
	background:url(../images/phone_03.png) center;
	width:800px; height:976px; margin:auto;
	position:relative;
	padding-top:30px;
	
	}
#phone-box .phone-box .ewm{ width:213px; height:379px; position:absolute; left:80px; top:448px; background-position:center; background-size:cover; background-repeat:no-repeat;}
#phone-box .phone-box .url-box{ position:absolute; width:360px; border:0px; right:95px; top:126px; height:658px;    overflow-x: hidden; background:#fff;}
.caseview-box .view {
	overflow: hidden;
	max-width: 1600px;
	margin: auto;
	line-height:1.8;
	
}
.vindex img{ display:block; margin:auto;}
.vindex p{ margin:0px; padding:0px;}
.c-imglist {
	overflow: hidden;
}

.c-imglist img {
	display: block;
	width: 100%;
}

.sssssss .bbt {
	text-align: center;
	padding-top: 50px;
}

.sssssss .bbt .big {
	color: #000;
	font-size: 28px;
}

.sssssss .bbt .small {
	opacity: .8;
	font-size: 12px;
}

.fanshu.swiper-container {
	max-width: 1600px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 100px;
}

.fanshu .swiper-slide {
	background-position: center;
	background-size: cover;
	text-align: center;
	width: auto;
	height: 600px;
	min-width:50px;
}

.fanshu .swiper-slide img {
	height: 100%;
	max-width: 100%;
}

.fanshu .swiper-slide:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 0%;
	height: 30px;
	width: 100%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.175) 0%, rgba(0, 0, 0, 0) 60%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.175) 0%, rgba(0, 0, 0, 0) 60%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

@media only screen and (max-width: 1440px) {

.fanshu .swiper-slide {
	height: 550px;
}

.caseviewbanner {
	height: 600px !important;
}

.caseviewbanner .cb .view .title .small {
	font-size: 14px;
}

.caseviewbanner .cb .view .title .big {
	font-size: 32px;
}

.caseview-box {
	padding: 40px 3%;
}
}

@media only screen and (max-width: 1024px) {
#phone-box{ display:none}
.fanshu .swiper-slide {
	height: 500px;
	
}

.pc-banner .swiper-slide {
	width: 100%;

}
.caseviewbanner {
	height: 500px !important;
}

.caseviewbanner .cb .view .title .big {
	font-size: 28px;
}

.caseview-box {
	padding: 20px 3%;
}
}

@media only screen and (max-width: 800px) {

.fanshu .swiper-slide {
	height: 480px;
}

.caseviewbanner {
	height: 400px !important;
}

.caseviewbanner .cb .view .title .big {
	font-size: 26px;
}
}

@media only screen and (max-width: 600px) {

.fanshu .swiper-slide {
	height: 400px;
}

.caseviewbanner {
	height: 300px !important;
}

.caseviewbanner .cb .view .title .big {
	font-size: 22px;
}

.caseviewbanner .cb .view .cz {
	display:none;
}

.casev-phone-btn .cz {
	text-align: center;
	display:block;
	padding:10px;
}

.casev-phone-btn .cz a {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 10px;
	background:#086bb2;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 48px;
}

.casev-phone-btn .cz a.url:before {
	font-family: 'fontcustom';
	content: "\f0c1";
	line-height:50px;
	-moz-transform: rotate(-45deg) scale(1.4);
	transform: rotate(-45deg) scale(1.4);
	-webkit-transform: rotate(-45deg) scale(1.4);
	display: inline-block;
}

.casev-phone-btn .cz a.ziti:before {
	font-family: 'fontcustom';
	content: '\f053';
	display: inline-block;
}

.casev-phone-btn .cz a.ziti.next:before {
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.casev-phone-btn .cz a.menubtn:before {
	content: "&nbsp;";
	display: inline-block;
	opacity: 0;
}

.casev-phone-btn .cz a.menubtn div {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 18px;
	left: 50%;
	margin-left: -9px;
}

.casev-phone-btn .cz a.menubtn div span {
	display: block;
	width: 3px;
	height: 3px;
	background: #086bb2;
	float: left;
	margin: 1.5px;
	transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;
	-moz-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;  /* Firefox 4 */
	-webkit-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;   /* Safari and Chrome */
	-o-transition: color .5s, background .5s, opacity .5s, border .5s, padding .5s, font .5s, transform .5s, box-shadow .5s, top .5s, width .5s;  /* Opera */
}
}

@media only screen and (max-width: 480px) {

.caseviewbanner {
	height: 220px !important;
}

.caseviewbanner .cb .view .title .big {
	font-size: 20px;
}
}

@media only screen and (max-width: 360px) {

.caseviewbanner {
	height: 200px !important;
}
}

/*案例 end*/
.news-bottom {
	overflow: hidden;
	width: 100%;
}


.news-bottom .href a {
	color: #bbb;
}

.news-bottom .href a.pagebtn {
	position: absolute;
	top: 0px;
}

.news-bottom .href a.pagebtn:hover {
	color: #086bb2;
}

.news-bottom .href a.pagebtn.left span {
	left: 0px;
	top: 0px;
	position: absolute;
}

.news-bottom .href a.pagebtn.left {
	padding-left: 66px;
	line-height: 60px;
	left: 0px;
}

.news-bottom .href a.pagebtn.right {
	padding-right: 66px;
	line-height: 60px;
	right: 0px;
}

.news-bottom .href a.pagebtn.right span {
	right: 0px;
	top: 0px;
	position: absolute;
}

.news-bottom .href {
	width: 94%;
	margin: auto;
	max-width: 1600px;
	padding-bottom: 60px;
	position: relative;
}

.news-bottom .href .abtn {
	display: block;
	width: 56px;
	height: 56px;
	border: 2px solid #bbbbbb;
	position: relative;
	-webkit-transition: border 0.5s, background 0.5s, width .5s, color .5s;
	-moz-transition: border 0.5s, background 0.5s, width .5s, color .5s;
	transition: border 0.5s, background 0.5s, width .5s, color .5s;
}

.news-bottom .href .pagebtn:hover .abtn {
	border: 2px solid #086bb2;
	color: #086bb2;
}

.news-bottom .href .abtn:hover {
	border: 2px solid #086bb2;
	color: #086bb2;
}

.news-bottom .href .abtn.listbtn {
	margin: auto;
}

.news-bottom .href .abtn .line-box {
	left: 25%;
	top: 50%;
	width: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
}
