@charset "utf-8";
/*初始化标签样式*/
*{
	font-size: 14px;
    outline: none;
    font-family: "SourceHanSansCN-Regular";
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
ul,
ol{
    margin-bottom: 0 !important;
}
ul,
ol,
li {
    list-style: none;
}
strong,
b {
    font-weight: normal;
}
em,
i {
    font-style: normal;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    border: 0;
    vertical-align: middle;
}
/*input,select{vertical-align:middle;font-size:100%;line-height:150%;font-family:arial,'\5FAE\8F6F\96C5\9ED1',sans-serif;-webkit-appearance:none;}*/
a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    color: #4f4f4f;
}


body {
    font: 22px/1.5 arial, "\5FAE\8F6F\96C5\9ED1", sans-serif;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background: #fff;
    min-width: 80%;
}


/*.header,.main,.footer{
	overflow: hidden;
}*/

.fl{
	float: left;
}

.fr{
	float: right;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}
.container{
	margin: 0 auto;
	width: 1200px;
}
.logotop {margin-top:7px;}
.head{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
}
.head .head_top{
	/* background: #fff; */
	height: 86px;
	width: 1600px;
	margin-top:5px;
	transition: all .5s;
}
.head_tel{
	margin-top: 20px;
	transition: all .5s;
}
.head_tel .head_text{
	color: #02848a;
	font-size: 12px;
}
.head_tel .head_number{
	color: #90001a;
	font-size: 24px;
	line-height: 30px;
}
.headscroll .head_tel .head_number{
	color: #90001a;
	font-size: 24px;
	line-height: 30px;
}
.head_bottom{
	margin: 0 auto;
	height: 38px;
	background: #45adc0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.head_nav{
	width: 996px;
	height: 38px;
	margin: 0 auto;
}
.head_nav a{
	display: block;
	float: left;
	width: 118px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 12px;
}
.head_nav .active{
	display: block;
	float: left;
	width: 118px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #90001a;
}

.header .container {
    margin: 0 auto;
    width: 1400px;
}
.header{
	height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	border-bottom: 1px solid #f8f8f8;
}
.header.addshadow{
  box-shadow: 0 0 10px 5px #3458a2;
}
.nav{
	margin-left: 55px;
	
}
.nav .tza{
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #000000;
	line-height: 90px;
	transition: all 0.5s;
}
.nav .on .tza{
	color: #3458a2;
	font-weight:bold;
}
.nav li:hover .tza{
	color: #3458a2;
	font-weight:bold;
}
.nav li{
	float: left;
	margin: 0 30px;
	transition: all 0.5s;
	position:relative;
}
.nav li:nth-child(2):hover .xl{
	height: 240px;
	
}
.nav li:nth-child(3):hover .xl{
	height: 120px;
	
}
.nav li:nth-child(4):hover .xl{
	height: 360px;
	
}
.nav li:nth-child(5):hover .xl{
	height: 180px;
	
}
.nav li:nth-child(7):hover .xl{
	height: 120px;
	
}
/*.nav li .xl:hover{*/
/*	height: 200px;*/
/*}*/
.nav li .xl{
	line-height: 60px;
	position:absolute;
	width: 200px;
    left: -65px;
    height: 0;
	overflow: hidden;
	transition: all 0.5s;
	background: rgba(255,255,255,0.7);
}
.nav li .dqsy{
	text-align:center;
	
}
.nav li .dqsy a{
	font-size: 18px;
	display:block;
	width:100%;
	transition: all 0.5s;
}
.qhyy {
	line-height: 90px;
}
.qhyy a:hover,.nav li .dqsy a:hover{
	color: #3458a2;
}
.qhyy img{
	margin-right: 10px;
}
 .language{
	height: 36px;
    line-height: 36px;
    width: 174px;
    margin-top: 27px;
    border-radius: 18px;
    background: #f2f2f2;
    margin-left: 20px;
    display: flex;
}
.language img{
	margin-left: 8px;
	height: 20px;
	margin-top: 8px;
}
.language a{
	padding: 0 11px;
	line-height: 36px;
	/*border-right: 1px solid #dddddd;*/
	cursor: pointer;
	display: inline-block;
}
.language span{
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #dddddd;
    margin-top: 11px;
}
.language a:last-child{
	border-right: none;
}
.language a.on{
    font-weight:bold;
	color: #3458a2;
}	 





html,body{
	transition: all .5s;
}
body::-webkit-scrollbar {display:none}
/*
 * jQuery图片轮播(焦点图)插件
 * ADD.JENA.201206291027
 * EDIT.JENA.201206300904
 * Author: jena
 * Demo: http://ishere.cn/demo/jquery.slidebox/
 */
.banner{
	width: 100%;
	overflow: hidden;
	/*margin-top: 65px;*/
}
/*div.slideBox{ position:relative; width:1920px; height:100% !important; overflow:hidden;left: 50%;margin-left: -960px;}*/
div.showbn{width:1920px;height:510px;}
div.slideBox ul.items{ position:absolute; float:left; background:none; height:100% !important; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none;height: 100% !important; padding:0px; margin:0px;}
div.slideBox ul.items li a{ float:left; line-height:normal !important; height:100% !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important;height: 100% !important;width: 100% !important; display:block; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; left:50%;margin-left: -12px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block; >float:left/*For IE.ADD.JENA.201206300844*/; width:20px; height:20px;position: relative;z-index: 99999;border-radius:10px; background:url(../img/lbd_03.png); text-indent:-99999px; margin:15px 10px 0px 0px;}
div.slideBox div.tips div.nums .active{ background:url(../img/lbdgl_03.png) !important;}


.swiper-pagination-bullet{
    background: #fff;
}




/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;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}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:20px;height:20px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
} 

.swiper-container{
	height: 100%;
}


.pulice_title h3{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}

.pulice_title p{
	width: 80px;
	height: 3px;
	background: #fff;
	margin-top: 26px;
}


.index_about{
	/*height: 904px;*/
	background-image: url(../img/index2_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.index_about_t h5{
	font-size: 36px;
	text-align: center;
	color: #fff;
}
.index_about_t p{
	width: 50px;
	height: 2px;
	background: #e52b30;
	margin: 10px auto 20px;
}
.index_about_content_t{
	display: flex;
	justify-content: space-around;
}
.index_about .index_about_content{
	width: 1300px;
	
}
.index_about_content_t .index_about_content_p{
	width: 1134px;
	margin-left: 26px;
}
.index_about_content_t .index_about_content_p p{
	text-indent: 2em;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
}
.index_about_content_b a{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	color: #848484;
	width: 170px;
	height: 44px;
	background: #fff;
	border-radius: 22px;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
}
.num ul li{
	border-right: 1px solid #fff;
	padding: 0 40px;
}
.num ul li:last-child{
	border-right: none;
}
.num ul{
	display: flex;
	justify-content: space-around;
	margin-top: 65px;
}
.num ul .num_t{
	
}
.num ul .num_t p{
	color: #fff;
	font-size: 45px;
	float: left;
	
}
.num ul .num_t span{
	font-size: 18px;
	color: #fff;
	float: left;
}
.num ul .num_b{
	color: #fff;
	font-size: 18px;
	text-align: center;
	
}

/* .index_about_title{
	margin-top: 20px;
	text-align: center;
}
.index_about_title h5{
	color: #45adc0;
	font-size: 34px;
	font-weight: bold;
}
.index_about_title p{
	color: #555555;
	font-size: 16px;
} */
/* .index_about_content{
	width: 1160px;
	height: 356px;
	background: #fff;
	margin: 30px auto;
	padding: 55px 20px;
}
.index_about_content img{
	display: inline-block;
	width: 386px;
	height: 266px;
	padding-right: 30px;
}
.index_about_content p{
	text-indent: 2em;
	display: block;
	font-size: 16px;
	line-height: 46px;
} */
.index_service{
	/*height: 914px;*/
	background-image: url(../img/index_1_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	transition: all .3s !important;
}
.index_service_title{
	margin-top: 20px;
	text-align: center;
}
.index_service_title h5{
	color: #45adc0;
	font-size: 34px;
	font-weight: bold;
}
.index_service_title p{
	color: #555555;
	font-size: 16px;
}
.index_service_red{
	border: 1px solid #ff8686;
	border-radius: 8px;
}
.index_service_blue{
	border: 1px solid #5cb4c5;
	border-radius: 8px;
}
.index_service_content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.index_service_content li{
	text-align: center;
	width: 284px;
	height: 176px;
	background: #fff;
	float: left;
	margin: 0 6px;
	margin-bottom: 40px;
	overflow: hidden;
}
.index_service_content li:hover .index_service_img{
	margin-top: 14px;
}
.index_service_content li:hover a{
	
	margin-top: 14px;
}
.index_service_content li .index_service_img{
	transition: all .5s;
	height: 66px;
	line-height: 66px;
	margin-top: 34px;
}
.index_service_content li p{
	font-size: 18px;
	margin-top: 10px;
}
.index_service_content li a{
	transition: all .5s;
	display: block;
	width: 126px;
	height: 30px;
	color: #fff;
	background: #58b5c6;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin: 14px auto;
	margin-top: 100px;
}
.index_case{
	/*height: 914px;*/
	background-image: url(../img/index3_03.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
	
}
.index_case_title{
	margin-top: 20px;
	text-align: center;
}
.index_case_title h5{
	color: #45adc0;
	font-size: 30px;
	font-weight: bold;
}
.index_case_title p{
	color: #555555;
	font-size: 16px;
}
.index_case ul{
	width: 1200px;
	margin: 30px auto;
}
.index_case li{
	width: 284px;
	height: 240px;
	float: left;
	margin: 0 8px;
}
.index_case li p{
	font-size: 14px;
	/* height: 30px; */
	line-height: 30px;
	/* text-align: center; */
}

.index_case .index_case_button{
	color: #fff;
	background: #45adc0;
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 50px;
}


.directory{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2001;
	height: 100%;
	width: 100%;
	width: 0;
	z-index: 3000;
}
.directory_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 2000;
	display: none;
}
/*.directory_1{*/
/*	position: fixed;*/
/*	height: 100%;*/
/*	width: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	transition: all .5s;*/
/*	background: #000;*/
/*	overflow: hidden;*/
/*	z-index: 999;*/
	/*padding-right: 20px;*/
	
/*}*/
/*.directory_1 li{*/
/*	height: 60px;*/
/*	width: 300px;*/
/*	border-bottom: 1px dashed #000;*/
/*}*/
/*.directory_1 li:hover{*/
/*	background: #3d559e;*/
/*}*/
/*.directory_1 li>a{*/
/*	color: #fff;*/
/*	font-size: 24px;*/
/*	line-height: 60px;*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	text-align: right;*/
/*	padding-right: 20px;*/
/*}*/
/*.directory_1 li>a>span{*/
/*	text-align: right;*/
/*	float: left;*/
/*	margin-left: 30px;*/
/*}*/


/*.directory_1 .close a{*/
/*	text-align: left;*/
/*	padding-left: 0;*/
/*}*/

/*.directory_2{*/
/*	position: fixed;*/
/*	height: 100%;*/
/*	width: 0;*/
/*	right: 300px;*/
/*	top: 0;*/
/*	transition: all .5s;*/
/*	background: #000;*/
/*	overflow: hidden;*/
/*	z-index: 998;*/
	/*padding-right: 20px;*/
	
/*}*/
/*.directory_2 a{*/
/*	height: 60px;*/
/*	width: 300px;*/
/*	border-bottom: 1px dashed #000;*/
/*	color: #fff;*/
/*	font-size: 24px;*/
/*	line-height: 60px;*/
/*	display: block;*/
/*	padding-right: 20px;*/
/*}*/
/*.directory_2 a:hover{*/
/*	background: #3d559e;*/
/*}*/
/*.directory_3{*/
/*	position: fixed;*/
/*	height: 100%;*/
/*	width: 0;*/
/*	right: 0px;*/
/*	top: 0;*/
/*	transition: all .5s;*/
/*	background: #000;*/
/*	overflow: hidden;*/
/*	z-index: 997;*/
	/*padding-right: 20px;*/
	
/*}*/
/*.directory_3 a{*/
/*	height: 60px;*/
/*	width: 300px;*/
/*	border-bottom: 1px dashed #000;*/
/*	color: #fff;*/
/*	font-size: 24px;*/
/*	line-height: 60px;*/
/*	display: block;*/
/*	padding-right: 20px;*/
/*}*/
/*.directory_3 a:hover{*/
/*	background: #3d559e;*/
/*}*/
/*.directory_1 .on{*/
/*	background: #3d559e;*/
/*}*/


.directory_1{
	position: fixed;
	height: auto;
	width: 0;
	right: 30px;
	top: 60px;
	transition: all .5s;
	z-index: 999;
	overflow: hidden;
	/*background: rgba(0, 0, 0, 0.5);*/
	/*padding-right: 20px;*/
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
}
.directory_1>ul>li{
	height: 60px;
	width: 300px;
	/* overflow: hidden; */
}
.directory_1>ul>li:first-child a{
	height: 60px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	/* overflow: hidden; */
}
.directory_1>ul>li:last-child a{
	height: 60px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	/* overflow: hidden; */
}
.directory_2>li{
	/* overflow: hidden; */
}
.directory_1>ul>li>a:hover {
	background: #3d559e;
}
.directory_1 li>a{
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: right;
	background: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	border-bottom: 1px dashed #5d5d5d;
	text-indent: -2em;
	padding-right: 20px;
}
.directory_1 li>a>span{
	text-align: right;
	float: left;
	margin-left: 30px;
}


.directory_1 .close a{
	text-align: left;
	padding-left: 0;
}

.directory_2{
	position: absolute;
	height: auto;
	width: 300px;
	right: 320px !important;
	top: 0px;
	transition: all .5s;
	/*background: rgba(0, 0, 0, 0.5);*/
	z-index: 998;
	display: none;
	/* overflow: hidden; */
	
}
.directory_2 a{
	height: 60px;
	width: 300px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	display: block;
	padding-right: 20px;
}
.directory_2 a:hover{
	background: #3d559e;
}
.directory_3{
	position: absolute;
	height: auto;
	width: 300px;
	right: 300px;
	top: 0px;
	transition: all .5s;
	background: rgba(0, 0, 0, 0.5);
	z-index: 997;
	overflow: hidden;
	display: none;
	/*padding-right: 20px;*/
	border-radius: 10px;
	
}
.directory_3 a{
	height: 60px;
	width: 280px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	display: block;
	padding-right: 20px;
	text-align: right;
	border-bottom: 1px dashed #5d5d5d;
}
.directory_1>ul>li{
	/*border-bottom: 1px dashed #5d5d5d;*/
	position: relative;
}
.directory_1>ul>li:last-child a{
	border-bottom: 1px solid #000;
	
}
.directory_2>ol>li:first-child a{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
}
.directory_2>ol>li:last-child a{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
}
.directory_2>ol>li:last-child a{
	border-bottom: 1px solid #000;
	
}
.directory_3>a{
	/*border-bottom: 1px dashed #5d5d5d;*/
	
}
.directory_3>a:last-child{
	border-bottom: 1px solid #000;
	
}
.directory_3 a:hover{
	background: #3d559e;
}
.directory_1 .on{
	background: #3d559e;
}


.boxxxk,.boxxxk1{
    
    overflow: hidden;
    position: relative;
    width:100%;
    margin: 0 auto 5% auto;
}
.boxxxk{
   max-width: 1199px;  /***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
   height: 600px !important;
   margin-top: 30px;
}
.boxxxk li{
    float: left;
    list-style: none;
    height: 500px !important;
    width: 1199px !important;
}
.boxxxk li img{
	width: 500px !important;
	height: 500px !important;
}
.boxxxk li .hot_r{
	width: 650px;
	height: 500px;
	padding-left: 20px;
}
.boxxxk li .hot_r h1{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}
.boxxxk li .hot_r div{
	margin-top: 36px;
}
.boxxxk li .hot_r div .blbig{
	color: #2f9eda;
	font-size: 24px;
}
.boxxxk li .hot_r div .hssmall{
	margin-top: 8px;
}
.hot_ra{

	height: 278px;

	display: inline-block;

	overflow: hidden;

}
.hot_r .morepro{
	margin-top: 114px;
	display: inline-block;
	height: 45px;
	width: 148px;
}
.hot_r a i{
	height: 45px;
	width: 103px;
	background: #3458a2;
	color: white;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	padding-top: 6px \9;
	float: left;
	height: 39px \9;
}
.hot_r a span{
	float: left;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	height: 45px;
	width: 45px;
	background: #3e3a2f;
	color: white;
	font-size: 30px;
	height: 39px \9;
}
.hot_r div{
	margin-top: 20px;
}
.hot_r div p{
	color: #cacaca;
}
.boxxxk ol{
	display: none;
    width:100%;
    height: 20px;
    position: absolute;
    bottom: 0;
}
.boxxxk ol li{
    cursor:pointer;
    position: relative;
    margin-left: 15px;
    display: inline;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: gainsboro;
}
.boxxxk ol .action{
    background-color: #de6e6a;
}
.boxxxk ol li:hover{
    background-color: #DE6E6A;
}
.boxxxk ul{
    position: relative;
    left: 0;
}


.boxxxk .next{
    cursor:pointer;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -139px;
    width: 129px;
    height: 54px;
    display: block;
    line-height: 80px;
    background: url(../img/nohover_05.jpg);
}
.boxxxk .next:hover{
	background: url(../img/hoveran_05.jpg);
}
.boxxxk .prev:hover{
	background: url(../img/hoveran_03.jpg);
}
.boxxxk .prev{
    cursor:pointer;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -139px;
    width: 129px;
    height: 54px;
    text-align: center;
    line-height: 80px;
    background: url(../img/nohover_03.jpg);
}
.inner_news_content_box{background: #fff;padding: 25px;box-sizing: border-box;margin:30px 0;}
.inner_news_content_box h2{
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 20px;
}
.inner_news_info{
	text-align: center;
	padding-bottom: 25px;
	/*border-bottom: 1px dotted #ccc;*/
}
.inner_news_info span{
	font-size: 16px;
	color: #555;
	margin: 10px;
}
.inner_news_text{
	margin: 25px auto 40px;
}
.inner_news_text img{
    max-width: 100%;
}
.inner_news_text p{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	text-align: justify;
	line-height: 40px;
	color: #000000;
}
.inner_news_text .promore{
	display: inline-block;
	height: 42px;
	width: 140px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	background: #3458a2;
	border-radius: 10px;
	font-size: 24px;
	float: right;
	margin: 20px;
	margin-right: 100px;
}


.inner_news_box_bottom ul{
	display: flex;
	justify-content: flex-start;
	height: 320px;
	margin: 30px 0;
}
.inner_news_box_bottom ul li{
	width: 274px;
	height: 274px;
	margin-right: 57px;
}
.inner_news_box_bottom ul li img{
	width: 274px;
	height: 274px;
}



.index_main{
	overflow: hidden;
}
.abmap{
	overflow: hidden;
	height: 590px;
	width: 1920px;
	background-image: url(../img/abmap_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/*选项卡样式*/
.xxk{
    /*min-height: 300px;*/
}
.xxk .xxkgj{
	width: 830px;
	margin: 0 auto;
}
.xxk span{
	width:145px;
	height: 30px;
	cursor: pointer;
	line-height: none;
	padding-top: 6px \9;
}
.xxk span i{
	width: 114px;
	height: 36px;
	text-align: center;
	display: block;
	color:#fff;
	line-height: 24px;
	padding-top: 6px \9;
	float: left;
}
.xxk .xxkgj{
	margin-top: 20px;
}
.xxk .xxkgj img{
	margin: 0 14px;
	margin-top: 6px;
	float: left;
}
.xxk .on i{
	background-image: url(../img/xxk_03.png);
	background-repeat: no-repeat;
	color: white;
}
.xxk .boxxxk{
	display: none;
}
.xxk .active1{
	display: block;
}




.index_policy{
	/*height: 914px;*/
	background-image: url(../img/policyBg_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.index_policy_title{
	margin-top: 20px;
	text-align: center;
}
.index_policy_title h5{
	color: #45adc0;
	font-size: 34px;
	font-weight: bold;
}
.index_policy_title p{
	color: #555555;
	font-size: 16px;
}
.index_policy ul{
	width: 1200px;
	margin: 30px auto;
}
.index_policy li{
	height: 50px;
	line-height: 50px;
	width: 1200px;
	border-bottom: 1px dashed #e7e7e7;
}
.index_policy li b{
	float: right;
}
.index_policy li a{
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	
}
.index_policy li i{
	margin-left: 20px;
}
.index_policy li b{
	margin-right: 20px;
}
.index_policy li:hover{
	background: #45adc0;
}
.index_policy li:hover i{
	color: #fff;
}
.index_policy li:hover b{
	color: #fff;
}
.index_policy .index_policy_button{
	color: #fff;
	background: #45adc0;
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 30px;
}

.index_news{
	/*height: 914px;*/
	background-image: url(../img/policyBg_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.index_news_title{
	margin-top: 20px;
	text-align: center;
}
.index_news_title h5{
	color: #45adc0;
	font-size: 34px;
	font-weight: bold;
}
.index_news_title p{
	color: #555555;
	font-size: 16px;
}
.index_news ul{
	width: 1200px;
	margin: 30px auto;
}
.index_news li{
	height: 50px;
	line-height: 50px;
	width: 1200px;
	border-bottom: 1px dashed #e7e7e7;
}
.index_news li b{
	float: right;
}
.index_news li a{
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	
}
.index_news li i{
	margin-left: 20px;
}
.index_news li b{
	margin-right: 20px;
}
.index_news li:hover{
	background: #45adc0;
}
.index_news li:hover i{
	color: #fff;
}
.index_news li:hover b{
	color: #fff;
}
.index_news .index_news_button{
	color: #fff;
	background: #45adc0;
	display: block;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 30px;
}
a{
	cursor: pointer;
}
.index_cont{
	/*height: 912px;*/
	background-image: url(../img/contBg_02.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.index_cont_title{
	margin-top: 20px;
	text-align: center;
}
.index_cont_title h5{
	color: #45adc0;
	font-size: 34px;
	font-weight: bold;
}
.index_cont_title p{
	color: #555555;
	font-size: 16px;
}

.index_cont_content{
	width: 1200px;
	margin: 30px auto;
}
#map{
    width: 690px;
    height: 300px;
    font-size: 12px;
    float: left;
}
.index_cont_content .index_cont_text{
	background: #fff;
	height: 300px;
	float: left;
	width: 510px;
}
.index_cont_content .index_cont_text h5{
	font-size: 16px;
	line-height: 36px;
	color: #45adc0;
	margin-left: 20px;
	margin-top: 4px;
}
.index_cont_content .index_cont_text p{
	font-size: 16px;
	line-height: 36px;
	margin-left: 20px;
}
.index_cont_content .index_cont_text a{
	font-size: 16px;
	line-height: 36px;
	margin-left: 20px;
	color: #000;
}
.index_case_content .boxxxk{
	margin-top: 0;
}
.index_case_content .boxxxk .container{
    margin-left: 0;
}
.index_case_content .boxxxk ul span{
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.index_case_content .boxxxk ul .hot_r .morepro span{
    margin-top: 0;
    width: 45px;
}

.index_cont_bottom{
	text-align: center;
	/* border-top: 1px solid #cbcbcb; */
	/* width: 930px; */
	width: 100% !important;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 14px;
	color: #fff;
	background: #3458a2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_cont_bottom p{
	font-size: 14px;
	color: #555555;
	width: 100% !important;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 14px;
	color: #fff;
	background: #3458a2;
}
.index_cont_bottom a{
	font-size: 14px;
	line-height: 30px;
	color: #555555;
	width: 100% !important;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 14px;
	color: #fff;
	background: #3458a2;
}






#dowebok>div{
	
}
#banner-wrapper{
	/*margin-top: 0 !important;*/
}
.fp-tableCell {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.bannerIndex span:hover, .bannerIndex span.action{
	background-color: #45adc0 !important;
    border: 2px solid #45adc0 !important;
}
#banner>.fp-tableCell{
	display: inline-block;
	
}

.banner { 
	/* margin-top: 138px; */
	width: 100%; 
	/*height: calc(100vh - 138px);*/ 
	height: 100%;
	overflow: hidden; }
.banner li { height: 100%; width: 100%; float: left; }

.bannerIndex { position: absolute; bottom: 20px; left: 0; width: 100%; text-align: center; }
.bannerIndex span { display: inline-block; width: 10px; height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; background-color: transparent; z-index: 11; margin: 0 5px; cursor: pointer; font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; border: 2px solid #FFFFFF; }
.bannerIndex span:hover, .bannerIndex span.action { background-color: #898989; border: 2px solid #898989; }


.bq{
	margin-top: 138px;
	background: #eff2f4;
	padding: 20px;
}
.bqNav{
	width: 1200px;
	margin: 0 auto;
}
.bqNav a{
	display: inline-block;
	font-size: 14px;
	border: 1px solid #cccccc;
	color: #666666;
	background: #fff;
	padding: 5px 12px;
}
.bqNav .on{
	color: #fff;
	background: #666666;
}
.bqNav a:hover{
	color: #fff;
	background: #666666;
}



/*bq.html*/
.bq_content{
	width: 1200px;
	margin: 0 auto;
}
.bq_content li{
	float: left;
	margin: 0 12px;
	width: 373px;
	height: 298px;
	border: 1px solid #dadcdc;
	border-bottom: 2px solid #45adc0;
	margin-top: 20px;
}

.bq_content .bq_li_top{
	height: 211px;
	line-height: 211px;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.bq_content .bq_li_bottom{
	height: 77px;
	padding-top: 10px;
}

.bq_content .bq_li_bottom h5{
	width: 340px;
	font-size:14px;
	margin: 0 auto;
	color: #45adc0;
}
.bq_content .bq_li_bottom p{
	width: 340px;
	font-size:14px;
	margin: 0 auto;
	color: #555555;
	line-height: 25px;
}
.bq_content a{
	display: block;
	height: 100%;
	width: 100%;
}
.bq_bg{
	top: -100%;
	width: 100%;
	height: 100%;
	position: absolute;
	background:rgba(0,0,0,.6) url(../img/click.png) center center no-repeat;
	transition: all .38s;
}
.bq_content li:hover .bq_bg{
	top: 0 !important;
}
.bq_content li:hover h5{
	position: relative;
	color: #fff;
	z-index: 11;
}
.bq_content li:hover p{
	position: relative;
	color: #fff;
	z-index: 11;
}
.bq_li_bottom{
	overflow: hidden;
	position: relative;
}
.bq_li_bottom .bq_b_bg{
	transition: all .38s;
	position: absolute;
	top: 100%;
	height: 100%;
	background: #45adc0;
	width: 100%;
}
.bq_content li:hover .bq_li_bottom .bq_b_bg{
	top: 0;
}
.bq_bottom{
	height: 65px;
	width: 100%;
	text-align: center;
}
.bq_bottom p{
	color: #555555;
	font-size: 14px;
	line-height: 30px;
}



/*news.html*/
.news ul{
	width: 1200px;
	margin: 30px auto;
	background: #fff;
}
.news li{
	height: 50px;
	line-height: 50px;
	width: 1200px;
	border-bottom: 1px dashed #e7e7e7;
}
.news li b{
	float: right;
}
.news li a{
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	
}
.news li i{
	margin-left: 20px;
}
.news li b{
	margin-right: 20px;
}
.news li:hover{
	background: #45adc0;
}
.news li:hover i{
	color: #fff;
}
.news li:hover b{
	color: #fff;
}

.page {
    text-align: center;
    background: #f4f4f4;
    width: 1200px;
    margin: 0 auto;
    padding-top:30px;
    padding-bottom:30px;
}
.page ul {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.page li:first-child {
/*    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; */
}
.page li {
    float: left;
    height: 38px;
    width: 38px;
    line-height: 38px;
    /* border: 1px solid #dfdfdf; */
    border-right: none;
    margin: 0 10px;
	border-radius: 5px;
	background: #fff;
}
.page .active {
    background: #3458a2;
    color: white !important;
}
.page li a {
    display: inline-block !important;
    height: 38px;
    width: 38px;
    float: none;
    margin-right: 0;
    color: black;
}
.page li:last-child {
    /* border-right: 1px solid #dfdfdf; */
/*    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; */
}
.bqNav .jt{
	width: 58px;
	text-align: center;
}


/*news_details.html*/
.news_details{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.news_details_l{
	width: 835px;
	background: #fff;
}
.news_details_title {
	width: 810px;
	margin: 0 auto;
	border-bottom: 1px dashed #d8d8d8;
}
.news_details_title h5{
	font-size: 24px;
	margin-top: 6px;
} 
.news_details_title p{
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}
.news_details_content{
	width: 810px;
	margin: 0 auto;
}
.news_details_content p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 50px;
}
.news_details_r{
	width: 335px;
	background: #fff;
}
.news_details_r_title {
	width: 304px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 15px;
}
.news_details_r_title span{
	float: left;
	display: inline-block;
	width: 4px;
	height: 17px;
	background: #45adc0;
	margin-top: 2px;
} 
.news_details_r_title h5{
	float: left;
	display: inline-block;
	margin-left: 10px;
}
.news_details_r_content{
	padding-bottom: 34px;
}
.news_details_r_content a{
	display: block;
	width: 304px;
	margin: 0 auto;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px dashed #d8d8d8;
}

.news_details_r_content a p{
	display: inline-block;
	width: 194px;
}

.news_details_r_content a span{
	margin-left: 20px;
}
.news_details_r_title{
	border-bottom: 1px solid #e2e2e2;
}


/*case.html*/
.case ul{
	width: 1200px;
	margin: 30px auto;
	background: #fff;
	padding-top: 20px;
}
.case li{
	width: 284px;
	height: 240px;
	float: left;
	margin: 0 8px;
}
.case li p{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}





.slideTxtBox .hd{ 
	height:150px;   
	border-bottom:1px solid #b0b4b8;  
	border-top:1px solid #b0b4b8;  
}
.slideTxtBox .hd ul li{ 
	float: left;
	width: 14.2%;
	height: 150px;
	cursor: pointer;
	box-sizing: border-box;
	transition: .5s;
}


.slideTxtBox .hd ul li.a1{
	background: url(../img/index_8-1.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a2{
	background: url(../img/index_9-1.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a3{
	background: url(../img/index_10-1.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a4{
	background: url(../img/index_11-1.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a5{
	background: url(../img/index_12-1.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a6{
	background: url(../img/index_14-1.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a7{
	background: url(../img/index_15-1.png) 45px 25px no-repeat;
}


.slideTxtBox .hd ul li.a1.on{
	background: #fff url(../img/index_8-2.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a2.on{
	background: #fff url(../img/index_9-2.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a3.on{
	background: #fff url(../img/index_10-2.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a4.on{
	background: #fff url(../img/index_11-2.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a5.on{
	background: #fff url(../img/index_12-2.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a6.on{
	background: #fff url(../img/index_14-2.png) 45px 25px no-repeat;
}
.slideTxtBox .hd ul li.a7.on{
	background: #fff url(../img/index_15-2.png) 45px 25px no-repeat;
}


.slideTxtBox .hd ul li p{
	margin-top: 15px;
	height: 120px;
	border-right: 1px solid #b0b4b8;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	box-sizing: border-box;
	color: #ffffff;
	padding-top: 90px;
	text-indent: 1em;
	transition: .5s;
	background: url(../img/index_13-1.png) right 20px bottom no-repeat;
}
.slideTxtBox .hd ul li.on p{
	background: url(../img/index_13-2.png) right 20px bottom no-repeat;
}
.slideTxtBox .hd ul li:last-child p{
	border-right: none;
}
.slideTxtBox .hd ul li.on p{ 
	color: #555;
}
.slideTxtBox .hd ul li.on p a{ 
	color: #555;
}
.slideTxtBox .bd ul{ 
	margin-top: 35px; 
	zoom:1;
}
.slideTxtBox .bd ul h5{ 
	font-family: SourceHanSansCN-Bold;
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
}
.slideTxtBox .bd ul p{
	/*width: 496px;*/
	/*height: 105px;*/
	font-family: SourceHanSansCN-Regular;
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	margin: 15px 0;
	width: 500px;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 3;*/
	/*-webkit-box-orient: vertical;*/
}
.slideTxtBox .bd ul a.more,.brand_more.more,.about_more.more{
	margin: 25px 0 150px 0;
	background: #3458a2 url(../img/index_7.png) 130px center  no-repeat;
	color: #fff;
}
.slideTxtBox .bd ul a.more:hover,.brand_more.more:hover{
	margin: 25px 0 150px 0;
	background: #fff url(../img/index_5.png) 160px center  no-repeat;
	color: #1c1f85;
}

/* 新闻资讯 */
.news_content .news_content{
	width: 100%;
	height: 615px;
	background: url(../img/index_26.jpg) center/cover no-repeat;
	background-attachment:fixed; 
}
.news_content .slideGroup{ 
	/* width:510px; */
}
.news_content .slideGroup .parHd{ 
	position:relative;
}
.news_content .slideGroup .parHd .pulice_title h3{
	color: #000;
}
.news_content.slideGroup .parHd .pulice_title p{
	background-color: #3458a2;
}
.news_content .slideGroup .parHd ul{
	margin-top: 65px;
}
.news_content .slideGroup .parHd ul li{
	float:left;
	padding: 0 25px;
	cursor:pointer;
	line-height: 40px;
	font-size: 16px;
	color: #3458a2;
	height: 40px;
	border: 1px solid #3458a2;
	border-right: none;
}
.news_content .slideGroup .parHd ul li a{
	color: #3458a2;
	font-size: 16px;
}
.news_content .slideGroup .parHd ul li a:hover{color: #fff;}
.news_content .slideGroup .parHd ul li:last-child{
	border-right: 1px solid #3458a2;
	width: 140px;
	background: url(../img/index_5.png) center right 40px no-repeat;
}
.news_content .slideGroup .parHd ul li.on{
	background: #3458a2;
	color: #fff;
}
.news_content .slideGroup .parHd ul li.on a{
    color: #fff;
}
.news_content .slideGroup .parHd ul li.on:last-child{
	border-right: 1px solid #3458a2;
	background: #3458a2 url(../img/index_7.png) center right 40px no-repeat;
}
.news_content .slideGroup .slideBox{ 
	overflow:hidden; 
	zoom:1; 
	padding:10px 0 10px 42px; 
	position:relative;
	margin-top: 15px;
}
.news_content .slideGroup .sPrev,.news_content .slideGroup .sNext{ 
	position:absolute; 
	left:5px; 
	top:120px; 
	display:block; 
	width:30px; 
	height:94px; 
	background:url(../img/index_28-1.jpg) center center no-repeat; 
}
.news_content .slideGroup .sNext{ 
	left:auto; 
	right:5px; 
	background:url(../img/index_29-1.jpg) center center no-repeat;  
}
.news_content .slideGroup .sPrev:hover{ 
	background:url(../img/index_28-2.jpg) center center no-repeat;
}
.news_content .slideGroup .sNext:hover{
	background:url(../img/index_29-2.jpg) center center no-repeat;
}
.news_content .slideGroup .parBd ul{ 
	overflow:hidden; 
	zoom:1;   
}
.news_content .slideGroup .parBd ul li{ 
	width: 350px;
	margin:0 10px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	background: #fff;
	box-sizing: border-box;
	transition: .5s;
}
.news_content .slideGroup .parBd ul li:hover{
	background: #3458a2;
}
.news_content .slideGroup .parBd ul li .pic{ 
	text-align:center; 
	overflow: hidden;
}
.news_content .slideGroup .parBd ul li .pic img{ 
	width:100%; 
	transition: .5s;
	display:block;
}
.news_content .slideGroup .parBd ul li:hover img{ 
	transform: scale(1.2);
}
.news_content .slideGroup .parBd ul li:hover p,.news_content .slideGroup .parBd ul li:hover .index_title a{color: #fff;}
.news_content .slideGroup .parBd ul li p{
	text-align: left;
	font-family: "ArialMT";
	font-size: 16px;
	color: #3458a2;
	line-height:30px;
	padding: 5px;
}
.news_content .slideGroup .parBd ul li .index_title{height:70px;}
.news_content .slideGroup .parBd ul li .index_title a{ 
	text-align: left;
	line-height:30px;  
	overflow: hidden;
	font-family: "SourceHanSansCN-Regular";
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	display:-webkit-box;   
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	padding: 5px;
}
/* 公共底部 */
footer{
	width: 100%;
	height: 285px;
	background-color: #323232;
	padding-top: 20px;
}
footer .container.clearfix{border-bottom: 1px solid #808080;}
.footer_left_info{
	width: 590px;
}
.footer_left_info p.foot_logo img{
	width: 175px;
	margin-bottom: 5px;
}
.footer_left_info p{
	display: flex;
	align-items: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	margin: 10px 0;
	color: #808080;
}
.footer_left_info p a{
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #808080;
	transition: .5s;
}
.footer_left_info p i{
	display: inline-block;
	width: 22px;
	margin: 0 5px;
	height: 22px;
	/* border-right: 1px solid #fff; */
	background: url(../img/index_34.png) center no-repeat;
}
.footer_left_info p i:nth-child(2){
	background: url(../img/index_35.png) center no-repeat;
}
.footer_left_info p i:nth-child(3){
	background: url(../img/index_36.png) center no-repeat;
}
.footer_left_info p a:hover{color: #fff;}
.footer_left_info p img{
	margin-right: 10px;
}
.footer_right_info dl{
	float: left;
	height: 240px;
	margin-right: 125px;
}
/*.footer_right_info dl:nth-child(3){*/
/*	margin: 0 50px 0 25px;*/
/*}*/
.footer_right_info dl:last-child{margin-right: 0;}
.footer_right_info dl dt{
	margin-bottom: 10px;
}
.footer_right_info dl dt a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footer_right_info dl dd a{
	color: #808080;
	font-size: 16px;
	line-height: 33px;
	transition: .5s;
}
.footer_right_info dl a{display: inline-block;}
.footer_right_info dl a:hover{
	color: #fff;
}
.copy_box,.copy_box a{
	color: #808080;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.copy_box a:hover{color: #fff;}



/* 查看更多 */
.more{
	width: 197px;
	display: block;
	height: 52px;
	text-indent: 2em;
	line-height: 52px;
	margin: 30px auto ;
	background: #fff url(../img/index_5.png) 130px center  no-repeat;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #1c1f85;
	transition: .5s;
}
.more:hover{
	color: #fff;
	background: #1c1f85 url(../img/index_7.png) 160px center  no-repeat;
}


.fp-tableCell{
	position: relative;
}
.transition{
	transition: all .7s;
}
.index_about_title{
	margin-left: -100%;
}
.active .index_about_title{
	margin-left: 0;
}
.index_about_content{
	position: relative;
	width: 1400px;
	/* left: -100%; */
	left: 50% !important;
	margin-left: -700px !important;
	margin-top: 100%;
}
.active .index_about_content{
	/* left: 50%; */
	margin-top: 0;
	transition: all 1s;
}

.bg1{
	background-image: url(../img/index1_02.jpg) !important;
	transition: all 1s;
}
.bg2{
	
	background-image: url(../img/index2_02.jpg) !important;
	transition: all 1s;
}
.bg3{
	
	background-image: url(../img/index3_02.jpg) !important;
	transition: all 1s;
}
.bg4{
	
	background-image: url(../img/index4_02.jpg) !important;
	transition: all 1s;
}
.bg5{
	
	background-image: url(../img/index5_02.jpg) !important;
	transition: all 1s;
}
.bg6{
	
	background-image: url(../img/index6_02.jpg) !important;
	transition: all 1s;
}
.bg7{
	
	background-image: url(../img/index7_02.jpg) !important;
	transition: all 1s;
}
.index_service_title{
	margin-left: 100%;
}
.active .index_service_title{
	margin-left: 0;
}
.index_service_content{
	position: absolute;
	left: -100%;
	margin-left: -600px;
}
.active .index_service_content{
	left: 50%;
}


.index_case_title{
	margin-left: 100%;
}
.active .index_case_title{
	margin-left: 0;
}
.index_case_content{
	position: relative;
	width: 1920px;
	left: -100%;
	margin-left: -960px !important;
}
.active .index_case_content{
	left: 50%;
}
.index_case .index_case_button{
	position: relative;
	margin-top: 600px;
	transition: all 1.2s;
}
.active .index_case_button{
	margin-top: 30px;
}



.index_policy_title{
	margin-left: 100%;
}
.active .index_policy_title{
	margin-left: 0;
}
.index_policy_content{
	position: relative;
	left: -100%;
	margin-left: -600px !important;
}
.active .index_policy_content{
	left: 50%;
}


.index_policy .index_policy_button{
	position: relative;
	margin-top: 600px;
	transition: all 1.2s;
}
.active .index_policy_button{
	margin-top: 30px;
}



.index_news_title{
	margin-left: 100%;
}
.active .index_news_title{
	margin-left: 0;
}
.index_news_content{
	position: relative;
	left: -100%;
	margin-left: -600px !important;
}
.active .index_news_content{
	left: 50%;
}
.index_news .index_news_button{
	position: relative;
	margin-top: 600px;
	transition: all 1.2s;
}
.active .index_news_button{
	margin-top: 30px;
}



.index_cont_title{
	margin-left: 100%;
}
.active .index_cont_title{
	margin-left: 0;
}
.index_cont_content{
	position: relative;
	left: -100%;
	margin-left: -600px !important;
}
.active .index_cont_content{
	left: 50%;
}
.index_cont_bottom{
	margin-top: 600px;
	transition: all 1.2s;
}
.active .index_cont_bottom{
	/*left: 50%;*/
	margin-top: 90px;
}


.izl-rmenu .btn-wab {
    background: url(../img/r_buy.png) 0px 0px no-repeat;
    background-color: #6da9de;
}
.izl-rmenu .btn-wab .pic {
    position: absolute;
    left: -80px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}
.izl-rmenu .btn-wab .pic p {
    display: block;
    width: 160px;
    line-height: 25px;
    height: 25px;
    position: absolute;
    bottom: -20px;
    left: -80px;
    text-align: center;
    color: #000;
    background: #fff;
}
.izl-rmenu .btn-qq .qq {
    background-color: #fff;
    border: solid 1px #DDD;
    border-right: none;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    color: #FFF;
    font-size: 18px;
    display: none;
    padding: 10px 0;
}
.izl-rmenu .btn-qq .qq p {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 6px 12px;
}
.izl-rmenu .btn-qq .qq p a {
    color: #333;
}
.izl-rmenu .btn-zx{
    background:url(../img/r_sq.png) 0px 0px no-repeat; background-color:#ff811b;
}
.izl-rmenu .btn-zx a{
    display: inline-block;
    height: 73px;
    width: 72px;
}
.izl-rmenu{position:fixed; right:0;bottom:50%;margin-bottom: -150px;z-index: 1000;  }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat; background-color:#E6423B;}
.izl-rmenu .btn-qq:hover{background-color:#E6423B;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat; background-color:#E6423B; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


/*补充*/

.search input{
	width: 130px;
	height: 28px;
	padding: 0 10px;
	background: #fff;
	border: none;
}
.search{
	border: 1px solid #cccccc;
	background: #fff;
	cursor: pointer;
}

.news_details_title li{
	display: inline-block;
	margin-left: 16px;
	cursor: pointer;
}
.news_details_title_p{
	text-align: center;
	border-bottom: 1px dashed #d8d8d8;
	padding: 8px 0;
	margin-bottom: 10px;
}
.news_details_title_p p{
	display: inline-block;
	text-align: center;
}
.news_details_title_p ul{
	display: inline-block;
}

.news li i{
	width: 900px;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.index_news li i{
	width: 900px;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_policy li i{
	width: 900px;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.classification{
	width: 1200px;
	margin: 0 auto;
}
.classification span{
	float: left;
	margin-right: 20px;
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #45adc0;
    cursor: pointer;
}
.classification span.on{
	background: #45adc0;
	color: #fff;
}
.page .active a{
	color: #fff;
}

.news_details_content table{
	width:100%;
	margin-top:10px;
}
.news_details_content table strong{
	
	font-size:18px;
	font-weight:bold;
}
.news_details_content td{
	padding:10px;
	border:1px solid #000;
	line-height:auto;
}

.news_details_content td p{
	line-height:36px !important;
}




/* about.html */



.navqh{
	width: 880px;
	height: 90px;
	margin: 0 auto;
	margin-top: -45px;
	width: auto;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 333;
}
.navqh ul{
	display: flex;
}
.navqh li{
	text-align: center;
	width: 220px;
	background: #365ca9;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	line-height: 90px;
}
.navqh li a{
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	line-height: 90px;
	display: block;
	height: 100%;
	width: 100%;
}
.navqh li:hover{
	background: #e52b30;
}
.navqh .on{
	background: #e52b30;
}
.navqh div{
	text-align: center;
	width: 220px;
	color: #fff;
	transition: 0.5s;
	cursor: pointer;
	height: 0;
	overflow: hidden;
}
.navqh div a{
	display: block;
	text-align: center;
	width: 220px;
	background: #365ca9;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	line-height: 90px;
	z-index: 1;
	border-bottom: 1px solid #fff;
	height: auto;
}
.navqh div a:hover{
	background: #e52b30;
}
.nybanner img{
	display: block;
	margin: 0 auto;
}

.title{
	margin-top: 60px;
	text-align: center;
}
.title h5{
	font-size: 48px;
	text-align: center;
}
.title span{
	display: inline-block;
	width: 70px;
	height: 3px;
	margin-top: 10px;
	background: #365ca9;
}

.ny .container{
	width: 1600px !important;
}
.content{
	display: flex;
	justify-content: space-around;
	margin-top: 56px;
}
.content_l{
	width: 814px;
}
.content_l p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 56px;
}
.content_r img{
	width: 750px;
}
.about_num{
	background: #365ca9;
}
.about_num ul li{
	border-right: 1px solid #fff;
	padding: 0 83px;
}
.about_num ul li:last-child{
	border-right: none;
}
.about_num ul{
	padding: 30px 0;
	margin: 0 auto;
	width: 1600px;
	display: flex;
	justify-content: space-around;
	margin-top: 65px;
}
.about_num ul .num_t{
	
}
.about_num ul .num_t p{
	color: #fff;
	font-size: 45px;
	float: left;
	
}
.about_num ul .num_t span{
	font-size: 18px;
	color: #fff;
	float: left;
	position: absolute;
}
.about_num ul .num_b{
	color: #fff;
	font-size: 18px;
	text-align: center;
	
}


.ny_nav ul{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.ny_nav ul li{
	border-right: 1px solid #a0a0a0;
}
.ny_nav ul li:last-child{
	border-right: none;
}
.ny_nav ul li a{
	color: #a0a0a0;
	font-size: 14px;
	padding: 0 30px;
}





/* 内页-发展历程 */
/* 内页-发展历程 */
.development_history_container{
	width: 100%;
	height: 500px;
	background: url('../img/develo.jpg') no-repeat center;
	padding-top: 35px;
	padding-bottom: 126px;
	margin-top: -46px;
}
.development_history_container .inner_about_title h1{
	text-align: center;
	color: #fff;
	margin-top: 52px;
}
.development_history_container .container{
	margin-top: 11px !important;
}
.development_history_container .content{
    margin-top: 10px;
}
.development_history_container .inner_about_title span{
	background-color: #fff;
}

#timeline {
	overflow: hidden;
	position: relative;
	background: url('../img/dot.gif') left bottom 24px repeat-x;
}
#dates {
	height: 100px;
	overflow: hidden;
	margin-top: 20px;
}
#dates li {
	list-style: none;
	float: left;
	width: 150px;
	height: 86px;
	font-size: 30px;
	text-align: center;
	background: url('../img/biggerdot.png') center bottom 3px no-repeat;
}
#dates a {
	color: #fff;
	font-size: 18px;
	padding-bottom: 15px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	height: 290px;
	overflow: hidden;
}	
#issues li {
	width: 1200px;
	height: 350px;
	list-style: none;
	float: left;
	display:flex;
}
#issues li h1 {
	color: #fff;
	margin: 20px 0;
	font-family: SourceHanSansCN-Bold;
	font-size: 100px;
	font-weight: bold;
	text-shadow: #000 1px 1px 2px;
	padding: 50px;
}
#issues li .event_item p{
	position: relative;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	padding-left: 25px;
	text-shadow: #000 1px 1px 2px;
}
#issues li .event_item p::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #e52b30;
	border-radius: 25px;
	position: absolute;
	top: 10px;
	left: 0;
}

#grad_left,#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}

#next,#prev {
	position: absolute;
	font-size: 70px;
	bottom: 1px;
	width: 40px;
	height: 42px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 100%;
}
#next:hover,#prev:hover {
	background-position: 0 -42px;
}
#next{
	right: 0;
	background-image: url('../img/next.png');
}
#prev {
	left: 0;
	background-image: url('../img/prev.png');
}
#next.disabled,#prev.disabled {
	opacity: 0.2;
}

.digital.inner_about ul{
	display: flex;
}
.digital.inner_about ul li{
	border-right: 1px solid #ccc;
	width: 20%;
	text-align: center;
	position: relative;
	padding: 15px 0;
}
.digital.inner_about ul li:last-child{
	border-right: none;
}
.digital.inner_about ul li h4{
	display: inline-block;
	font-family: SourceHanSansCN-Bold;
	font-size: 50px;
	font-weight: bold;
	color: #555;
}
.digital.inner_about ul li p{
	color: #555;
	font-size: 18px;
}
.digital.inner_about ul li sup{
	position: absolute;
	color: #555;
}
#dates .on{width: 250px;height: 100px;background: url(../img/biggerdot_on.png) center bottom 12px no-repeat;}
.bottom {
    text-align: center;
    /* border-top: 1px solid #cbcbcb; */
    /* width: 930px; */
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 14px;
    color: #fff;
    background: #3458a2;
}
.about_content{
	display: flex;
	justify-content: space-around;
	margin-top: 55px;
}
.about_content_l{
	width: 674px;
}
.about_content_r{
	width: 900px;
}
.about_content_r p{
	font-size: 18px;
	text-indent: 2em;
	line-height: 46px;
	margin-bottom: 17px;
}
.about_content_b{
	/* margin-top: 30px; */
}
.about_content_b ul{
	display: flex;
	justify-content: space-around;
}
.about_ny{
	padding-bottom: 50px;
}
.about_ny .container{
	width: 1600px !important;
}
/* about.html */

/* prolist.html */
.product_center{
	width: 100%;
	height: 830px;
	background: url(../img/index_2.jpg) center/cover no-repeat;
	background-attachment:fixed; 
}
.product_list{
	margin-top: 3rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product_list li{overflow: hidden;width: 19.5%;margin-bottom: 2%;margin-right:0.5%;}
.product_list li a{
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.product_list li a .pro_bg{
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 150px;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	line-height: 150px;
	transform: translateY(-100%);
	transition: .5s 0s;  /* 时间  延时时间 */
}
.product_list li a .pro_bg img{
	transition: .5s .4s;
}
.product_list li:hover .pro_bg,.product_list li:hover .pro_details{
	transform: translateY(0);
}
.product_list li:hover .pro_bg img{
	transform: rotate(180deg);
}
.product_list li a>img{
	width: 100%;
	min-height: 226px;
	height: auto;
}
.pro_details{
	width: 100%;
	height: 87px;
	background-color: #365ca9;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 7px 10px;
	transform: translateY(100%);
	transition: .5s 0s;  /* 过渡时间  延时时间 */
}
.pro_details p{
	font-size: 14px;
	line-height: 25px;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_details p:nth-child(1){
	transition: .5s .2s;  /* 过渡时间  延时时间 */
}
.pro_details p:nth-child(2){
	transition: .5s .5s;  
}
.pro_details p:nth-child(3){
	transition: .5s 1s; 
}
.product_list li:hover .pro_details p{
	opacity: 1;
}
.pro_details .pro_specifications{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny{
	background: #f4f4f4;
}
html, body{
	background: #f4f4f4;
}
.bottom a{
	color: #fff;
}
/* prolist.html */

/* news.html */
.inner_news_box li a{
	display: block;
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
	padding: 15px;
}
.inner_news_box li a img.news_img{
	width: 250px;
	height: 187px;
	margin-right: 25px;
}
.inner_news_box li a .inner_news_info{
	/*width: 925px;*/
	text-align: left;
	
}
.inner_news_box li a .inner_news_info h4{
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.inner_news_box li a .inner_news_info p{
	text-align: left;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	height: 108px;
	line-height: 25px;
	color: #555555;
	overflow: hidden;
}
.inner_news_box li a .inner_news_info span{
	text-align: left;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	color: #555555;
}
.inner_news_box li a:hover{
	border-radius: 15px;
	box-shadow: 0 0 10px #1b2086;
}
.inner_news_box li a:hover h4{
	color: #1b2086;
}
.inner_pro_list{
	margin-top: 30px !important;
}
.inner_pro_list li a{
    display: flex;
}
/* mess.html */
.inner_pfdz_box{
	margin-top: 60px;
	padding-bottom: 60px;
}
.inner_pfdz_box input, .inner_pfdz_box textarea, .inner_pfdz_box select, .inner_pfdz_box button {
    border: 0;
    background: none;
    outline: 0;
    font-family: "Microsoft Yahei";
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.inner_pfdz_box textarea,.inner_pfdz_box input{background-color: #fff;display: inline-block;box-sizing: border-box;}
.inner_pfdz_box textarea{width: 100%;height: 160px;padding: 15px;}
.inner_pfdz_box .ly-inp{margin-top: 20px;display: flex;justify-content: space-between;}
.inner_pfdz_box .ly-inp input{display: inline-block;width: 32%;height: 40px;background-color: #fff;padding-left: 15px;box-sizing: border-box;-webkit-appearance: none !important;}
.inner_pfdz_box .ly-sub{display: block;width: 100%;height: 40px;background:  #365ca9;text-align: center;color: #fff;font-size: 18px;margin-top: 30px;cursor: pointer;}

/* cont.html */
#dt {
	height: 280px;
}

.contact_content{
	padding-bottom: 30px;
	margin-top: 30px;
}

.contact_content p {
	font-size: 18px;
	margin-top: 30px;

}

.contact_content p a {
	font-size: 18px;

}


/* 大屏幕 */
@media screen and (min-width: 1450px) {
    /* .container{margin: 0 auto;width: 1610px;} */
	.hdnav {height: 3.5rem;}
	.hdnav li{
		height: 3.5rem;
		line-height: 3.5rem;
	}
	.hdnav li,nav.hdnav li ul {
	    width: 15rem;
	}
	nav.hdnav li ul{top: 3.5rem;}
	.hdnav li a {
	    width: 15rem;
		font-size: 18px;
	}
	.pulice_title h3{
		font-size: 3.7rem;
	}
	.product_center {height: 1000px;}
	.product_list li a .pro_bg{
	    top: 0;
		height: 200px;
		line-height: 200px;
	}
	.pro_details{
		height: 112px;
		padding: 10px 15px;
	}
	.pro_details p{
		font-size: 16px;
		line-height: 2rem;
	}
	.brand_center{
		height: 570px;
	}
	.slideTxtBox .bd ul p {
	    /*width: 720px;*/
		font-size: 20px;
	}
	.slideTxtBox .hd ul li p{
		font-size: 22px;
	}
	.about_details h1{font-size: 48px;}
	.about_content .container .fl{
		width: 672px;
	}
	.about_content {
	    /* height: 660px; */
	}
	.about_content .container .fr{
		width: 839px;
	}
	.about_details>p{
		-webkit-line-clamp:7;
	}
	/* 新闻资讯 */
	.news_content{
		height: 741px;
	}
	.slideGroup .parBd ul li{
		width: 31%;
		height: auto;
	}
	.slideGroup .parBd ul li p{
		font-size: 22px;
		line-height: 35px;
		padding: 5px 10px;
	}
	.slideGroup .parBd ul li .pic img{
	    height: 273px;
	}
	.slideGroup .parBd ul li .title a{
		font-size: 18px;
		padding: 5px 8px;
	}
	.slideGroup .sPrev, .slideGroup .sNext{
		top: 180px;
	}
	/* 底部 */
	/*.footer_left_info p.foot_logo img{*/
	/*	width: 482px;*/
	/*}*/
	/*.footer_left_info p,.footer_left_info p a,.footer_right_info dl dt a{*/
	/*	font-size: 20px;*/
	/*}*/
	/*.footer_left_info{*/
	/*	width: 715px;*/
	/*}*/
	/*.footer_right_info dl dd a{*/
	/*	font-size: 18px;*/
	/*}*/
	/*.footer_right_info dl{*/
	/*	margin-right: 40px;*/
	/*}*/
	/*.footer_right_info dl:nth-child(3) {*/
	/*    margin: 0px 100px 0 50px;*/
	/*}*/
	/*.copy_box, .copy_box a {*/
	/*    font-size: 18px;*/
	/*    line-height: 65px;*/
	/*}*/
	/*footer {*/
	/*    height: 347px;*/
	/*}*/
	/* 内页-关于我们 */
	.inner_pulice_title{height: 60px;}
	.inner_pulice_title a{line-height: 58px;font-size: 20px;}
	.inner_about_title h1{font-size: 48px;}
	.inner_about_title h1+span{
		width: 100px;
		height: 4px;
	}
	.inner_about_content .inner_about_details{width: 890px;}
	.inner_about_content .fr.inner_about_video{width: 700px;}
	.inner_about_details p{
		font-size: 18px;
		line-height: 50px;
	}
	.corporate_culture_list li h5 {
	    font-size: 23px;
	    line-height: 55px;
	    margin-bottom: 0;
	}
	.corporate_culture_list li p {
	    font-size: 16px;
	    line-height: 32px;
	    text-align: justify;
	}
	#issues li{width: 1610px;}
	#dates li{width: 250px;height: 100px;background: url(../img/biggerdot.png) center bottom 16px no-repeat;}
	#dates a{font-size: 28px;}
	#dates .selected {
	    font-size: 46px;
		/* color: #1c1850; */
		text-shadow: 0 0 5px #1c1850;
	}
	.inner_pro_list {
        width: 1360px;
		margin: 0 auto;
    }
    .inner_pro_list_top img {
        height: 188px;
    }
    .inner_pro_list .product_list li a .pro_bg {
        height:214px;
    }
    .inner_pro_list .pro_details p {
        font-size: 16px;
    }
    .inner_pro_list .product_list li a .pro_bg {
        height:214px;
        line-height:214px;
    }
    .inner_honor_box li a .pro_bg {
        height: 274px;
        line-height: 274px;
    }
    .inner_pro_case_details {
        width: 915px;
    }
    .inner_pro_list_top .inner_pro_case_details{
        height:188px;
    }
    .inner_ppys_details {
        padding: 60px 30px 0 0;
        width: 1000px;
    }
    .webdemo {
        height: 350px;
        width: 320px;
    }
    .webqh .on .qhbg {
        width: 320px;
    }
    .qhbg {
        height: 350px;
    }
    .qhbgimg {
        height: 350px;
    }
    .inner_honor .inner_ppys_details {
        width: 970px;
    }
    .webqh .on .qhbgimg {
        width: 320px;
    }
    .qhbgimg p a{
        font-size: 18px;
    }
    .inner_news_box li a .inner_news_info {
        /* width: 1320px; */
    }
}