/*滚动条样式*/
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#000}
::-webkit-scrollbar-thumb:window-inactive{background:#000}
::-webkit-scrollbar-thumb:vertical:hover{background:#000}
 */
body{position: relative;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;min-width:320px;width:100%;overflow-x: hidden;}
html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#333;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0}
ul{padding:0;margin:0;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;color:#333;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{position:relative;overflow:hidden;}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
.bgGrey{background:#f9faff}
.en{font-family: Tahoma;}
/* .index_body{padding-top: 0!important;} */
body{padding-top:60px;}
@media (max-width: 767px) {
	.PC_show{display:none!important;}
}
@media (min-width: 768px) {
	body{padding-top:80px;}
	.Min_show{display:none!important;}
	.container{max-width:100%;}
}
@media (min-width: 992px) {
	body{padding-top:90px;}
	.container{width:940px;}
	.banner,
	.header .container,
	.inside_banner,
	.footer{width: 970px;}
}
@media (min-width: 1200px) {
	.container{width:1140px;}
	.banner,
	.header .container,
	.inside_banner,
	.footer{width: 1170px;}
}
@media (min-width: 1450px) {
	body{padding-top:100px;}
	.container{width: 93.575%;max-width:1330px;}
	.banner,
	.header .container,
	.inside_banner,
	.footer{width: 93.575%;max-width:1500px;}
}



/*foot*/
.gotop{width:40px;height:40px;background-image:url(../images/icon/gotop.png);background-repeat: no-repeat;background-position: center;background-size:contain;position:fixed;right:-50px;bottom:50px;cursor:pointer;transition:all .5s;z-index: 2;visibility: hidden;opacity: 0;}
.gotop:hover{background-image:url(../images/icon/gotop1.png);}
.gotop.on{right:5px;visibility: visible;opacity: 1;}

.footer{background:url(../images/fb.jpg) no-repeat center;background-size:cover;color:#fff;padding:20px 0;overflow:hidden;border-radius: 20px 20px 0 0;/* border-radius: 0 65px 0 0; */margin:0 auto;}
.footer a{display:inline-block;color:#fff}
.foot_list .column{margin:30px 0}
.foot_form_title{font-size:14px;color:#c9caca;margin-bottom:20px}
.foot_form .form-group{margin-bottom:35px;position:relative}
.foot_form label{position:absolute;top:0;left:0;right:0;margin:0;font-weight:lighter;height:34px;line-height:34px;overflow:hidden;pointer-events:none;-webkit-transition:all .3s;transition:all .3s}
.foot_form .input_filled label{color:#c9caca;height:auto;line-height:20px;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
.foot_form .error label{color:#ff0000}
.foot_form .form-control{background-color:transparent;border-radius:0;border:0;border-bottom:1px #9fa0a0 solid;padding:0;-webkit-box-shadow:none;box-shadow:none;color:#fff;outline:0!important}
.foot_form .form-control:focus{box-shadow: none;border-bottom-color:#0080c3;}
.foot_form .valid_message{display:none;font-size:12px;line-height:20px;color:#0080c3;letter-spacing:2px;position:absolute;left:0;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.foot_form .btn{border:1px #ccc solid;border-radius:0;background-color:transparent;color:#fff;display:block;width:100%;max-width:200px;height:50px;position:relative;z-index:1;outline:0!important}
.foot_form .btn:before{content:"";width:0;height:calc(100% + 2px);background-color:#0080c3;position:absolute;top:-1px;left:-1px;z-index:-1;-webkit-transition:all .5s;transition:all .5s}
.foot_form .btn svg{width:50px;background:url(../images/icon/arrow.svg) no-repeat center;background-size:contain;fill:#fff;position:absolute;top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transition:all .5s;transition:all .5s}
.foot_form .btn:hover svg{-webkit-transform:translate(150%,-50%);transform:translate(150%,-50%);fill:#0080c3}
.foot_form .btn:hover:before{width:calc(100% + 2px)}
.foot_form .public_more{margin-top:30px;}
.foot_form .public_more>.a{border:1px solid #fff;background:transparent;width:80%;padding-top:15px;padding-bottom:15px;border-radius: 36px;}
.foot_form .public_more>.a:after{content: '';position: absolute;width:50px;height:7px;background:url(../images/icon/i4.png) no-repeat right center;background-size:auto 7px;right:10%;top:50%;margin-top:-3.5px;transition: all 0.36s;}
.foot_form .public_more>.a:hover:after{right:5%;}
.foot_form .public_more>.a:before{background:#0080c3;}
.foot_form .public_more>.a:hover{border-color:#0080c3;}

.foot_contact .p{display:flex;flex-direction:row;}
.foot_contact .p+.p{margin-top:25px}
.foot_contact .icon{width:40px;overflow:hidden;flex:0 0 auto;margin-top:7px;margin-right:15px}
.foot_contact .icon img{display:block;width:100%}
.foot_contact .text span{display:block;font-size:16px}
.foot_contact .text p{margin-top:5px}
.copyright{line-height:24px;margin-top:30px;}
.copyright a:hover{color:#fff;text-decoration: underline;}
.copyright img{display:inline-block;vertical-align:middle}

.footer .msg{position: fixed;width:50px;height:50px;background-color:#0080c3;border-radius: 50%;right:10px;bottom:15%;z-index: 2;cursor: pointer;background-image:url(../images/icon/i5.png);background-repeat: no-repeat;background-position: center;background-size:auto 30px;box-shadow: 0 0 10px rgba(0,128,195,0.5);transition: all 0.36s;}
.footer .msg:hover{transform: scale(0.8);}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
	.foot_form .public_more{text-align: center;}
	.foot_form .input_filled label{font-size:12px}
	.footer .msg{width:36px;height:36px;right:5px;background-size:auto 24px;}
}
@media (min-width:768px){
	/* .footer{border-radius: 0 100px 0 0;} */
	.foot_form label{font-size:16px}
	.foot_form .input_filled label{font-size:14px}
	.foot_form .btn{font-size:16px;max-width:280px;height:60px}
	.foot_contact .p+.p{margin-top:45px}
	.foot_contact .icon{width:50px}
	.foot_contact .text span{font-size:20px}
	.foot_contact .text p{font-size:18px}
	.copyright{line-height:24px;margin-top:60px}
}
@media (min-width:992px){
	.foot_list{margin-left:-50px;margin-right:-50px}
	.foot_list .column{padding:0 50px}
	
	.foot_form .public_more{margin-top:45px;}
	.foot_form .public_more>.a{padding-top:20px;padding-bottom:20px;}
}
@media (min-width:1200px){
	/* .footer{border-radius: 0 120px 0 0;} */
}
@media (min-width:1450px){
	.foot_form label{font-size:18px}
	.foot_form .btn{max-width:360px;height:72px}
	
	.foot_form .public_more>.a{width:360px;padding-top:25px;padding-bottom:25px;}
}


/*导航*/
.navbar-default {
	background-color:#fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: inset 0 -1px 0 #ebebeb;
	transition: all 0.36s;
}
.navbar-brand {
	position: relative;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right:0;
	display: block;
	transition: all 0.36s;
}
.navbar-brand img {
	display: block;
	height: 30px;
	transition: all 0.36s;
}
.navbar-brand .logo1{
	opacity: 0;
}
.navbar-brand .logo2{
	position: absolute;
	visibility: visible;
	opacity: 1;
	top:15px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0080c3;
	transition: all 0.36s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .icon-bar:nth-child(1){width:16px;}
.navbar-default .icon-bar:nth-child(3){width:18px;}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	width:22px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:22px;
}
.navbar-default .navbar-nav>li>a {
	padding:10px;
	line-height:20px;
	/* height:30px; */
	display: block;
	color: #333;
	text-transform: uppercase;
	position: relative;
	transition: all 0.36s;
	overflow: hidden;
	text-align: center;
}
.navbar-default .navbar-nav>li>a:before{content: '';position: absolute;width:100%;height:0;background:#0080c3;border-radius: 20px;left:0;bottom:0;z-index: 1;transition:all 0.36s;}
.navbar-default .navbar-nav>li>a:after{content: '';position:absolute;width:200%;height:100%;z-index:2;top:0;left:-200%;opacity:.2;
	transition:all .8s ease-in-out 0.36s;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 77%, rgba(255,255,255,1) 78%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 77%,rgba(255,255,255,1) 78%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 77%,rgba(255,255,255,1) 78%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.navbar-default .navbar-nav>li>a:hover:after{left:100%}
.navbar-default .navbar-nav>li>a>span{position: relative;z-index: 3;display: block;}
.navbar-default .navbar-nav>li>a>.en{display:none;}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}
/* .navbar-default .nav>li>a:hover>.ch,
.navbar-default .navbar-nav>.active>a>.ch,
.navbar-default .nav>li>a:hover>.en,
.navbar-default .navbar-nav>.active>a>.en{transform: translateY(-30px);} */
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>.active>a:before{
	height:100%;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
	overflow-y:auto;
}

/* 二级导航 */
/* .navbar-default .dropdown-menu{float:none;position: static;width:100%;padding:20px;background:transparent;border:none;box-shadow: none;}
.dropdown-menu-ul{list-style: none;}
.dropdown-menu-ul>li{margin-bottom:10px;}
.dropdown-menu-ul a{display: block;font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.dropdown-menu-ul h2{margin-bottom:15px;}
.dropdown-menu-ul h2>a{font-weight: 700;padding:10px 0;border-bottom:1px solid #0080c3;}
.dropdown-menu-ul .drop-menu>a{padding:5px 0;margin-bottom:5px;color:#666;}
.dropdown-menu-ul a:hover{color:#0080c3;} */

.navbar-default .dropdown-menu{float:none;width:100%;padding:20px;border:none;box-shadow: none;background-color:transparent;border-radius: 0;}
.dropdown-menu-ul{list-style: none;}
.dropdown-menu-ul>li{margin-bottom:10px;}
.dropdown-menu-ul a{display: block;font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.dropdown-menu-ul h2{margin-bottom:15px;}
.dropdown-menu-ul h2>a{font-weight: 700;padding:10px 0;border-bottom:1px solid #0080c3;}
.dropdown-menu-ul .drop-menu>a{padding:5px 0;margin-bottom:5px;color:#666;}
.dropdown-menu-ul a:hover{color:#0080c3;}

/* .headerEffect .navbar-brand .logo1{opacity: 0;} */
/* .nav-open .navbar-brand .logo1{opacity: 0;}
.nav-open .navbar-brand .logo2{visibility: visible;opacity: 1;}
.nav-open .navbar-default{box-shadow: inset 0 -1px 0 #ebebeb;background-color:#fff;}
.nav-open .navbar-default .navbar-toggle .icon-bar{background:#0080c3;}
.nav-open .navbar-default .navbar-nav>li>a{color:#333;}
.nav-open .navbar-default .navbar-nav>.active>a:hover,
.nav-open .navbar-default .nav>li>a:focus,
.nav-open .navbar-default .nav>li>a:hover,
.nav-open .navbar-default .navbar-nav>.open>a,
.nav-open .navbar-default .navbar-nav>.open>a:focus,
.nav-open .navbar-default .navbar-nav>.open>a:hover,
.nav-open .navbar-default .navbar-nav>.active>a,
.nav-open .navbar-default .navbar-nav>.active>a:focus,
.nav-open .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: transparent;
} */

@keyframes moveL{
	from{transform: translateX(5px);}
	to{transform: translateX(-5px);}
}
@-webkit-keyframes moveL{
	from{transform: translateX(5px);}
	to{transform: translateX(-5px);}
}
@media (max-width: 767px) {
	.navbar-toggle{margin-top:14px;margin-right:10px;animation: moveL 0.5s linear 0s alternate infinite;-webkit-animation: moveL 0.5s linear 0s alternate infinite;transition: all 0.36s;}
	.navbar-default .navbar-nav{margin-left:0;margin-right: 0;padding-left:15px;padding-right:15px;}
	.navbar-default .navbar-nav>li{padding:5px 0;border-bottom:1px solid #e7e7e7;}

	.navbar-nav .open .dropdown-menu,
	.navbar-default .dropdown-menu{margin-top:5px;padding:5px 15px;background:rgba(0,0,0,0.05)}
}
@media (min-width: 768px) {
	.header .container{display: flex;justify-content: space-between;align-items: center;}
	.header .container:before,
	.header .container:after{display: none;}
	.navbar-default .navbar-nav{float:right;margin-right:-15px;}
	.navbar-default .navbar-nav>li{position: static;padding:20px 3px;}
	.navbar-default .navbar-nav>li>a{padding-left:12px;padding-right:12px;}
	
	.navbar-default .dropdown-menu{padding-left:9%;padding-right:9%;background-color:rgba(255,255,255,0.95);box-shadow: 0 0 3px rgba(0,0,0,.1);}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav{margin-right:-25px;}
	.navbar-default .navbar-nav>li{padding-top:25px;padding-bottom:25px;padding-left:5px;padding-right:5px;}
	.navbar-default .navbar-nav>li>a{padding-left:20px;padding-right:20px;}
	
	.dropdown-menu-ul{display: flex;justify-content: center;flex-flow: row wrap;}
	.dropdown-menu-ul:before,
	.dropdown-menu-ul:after{display: none;}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a{font-size:16px;}
	.dropdown-menu-ul h2>a{font-size:16px;}
}
@media (min-width: 1450px) {
	.navbar-default .navbar-nav{margin-right:-30px;}
	.navbar-default .navbar-nav>li{padding-top:30px;padding-bottom:30px;}
	.navbar-default .navbar-nav>li>a{padding-left:25px;padding-right:25px;}
}
@media (min-width: 1650px) {
	.navbar-default .navbar-nav{margin-right:-35px;}
	.navbar-default .navbar-nav>li>a{padding-left:30px;padding-right:30px;}
}


/*首页*/
/*第一屏*/
.swiper-slide{overflow: hidden;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}
.swiper-pagination-bullet{border:1px solid #fff;background:transparent;opacity: 1;transition: all 0.36s;}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{border-color:#0080c3;background:#0080c3;box-shadow: 0 0 17px 3px #0080c3;}

.banner{margin-left:auto;margin-right:auto;/* height:100vh; */overflow: hidden;position: relative;border-radius: 0 0 20px 20px;/* border-radius: 0 0 65px 0; */}
.banner .swiper-container{width:100%;/* height:100%; */}
.banner .swiper-slide{position: relative;overflow: hidden;}
.banner .swiper-slide>img{display: block;width:100%;}
.banner .slide_bg{width:100%;height:100%;background-size:cover;background-position: center;background-repeat: no-repeat;}
.banner img[onclick]{cursor:pointer;}
.banner_text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%)}
.banner_text img{display: block;max-width:100%;}
.banner .banner_text img{transform:translateX(15%)}
/* .banner1 .banner_text img{transform:translateX(100%)}
.banner2 .banner_text img{transform:translateY(-100%)}
.banner3 .banner_text img{transform:translateY(100%)}
.banner4 .banner_text img{transform:translateX(-100%)}
.banner5 .banner_text img{transform:scale(0)} */
.banner .swiper-slide-active .banner_text img{opacity:1;transform:none;transition-delay:.5s}
.banner .swiper-slide-active>img{animation:imgZoomIn 4s ease 0s forwards;-webkit-animation:imgZoomIn 4s ease 0s forwards}
@keyframes imgZoomIn{
	0%{-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}
	100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}
	100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
}

.banner .swiper-pagination{width:auto;bottom:5%;left:auto;right:10.3333%}
.banner .swiper-button-white{background-size:auto 24px;width:40px;height:40px;margin-top:-20px;border-radius: 5px;transition: all 0.3s;}
.banner .swiper-button-prev{left:0;}
.banner .swiper-button-next{right:0;}
.banner .swiper-button-white:hover{background-color: rgba(77,159,207,0.8);}

.banner .nextPage{position:absolute;width:31px;height:31px;left:15px;bottom:10px;background-image:url(../images/icon/downTip.png);background-size:auto 100%;background-position: center;background-repeat:no-repeat;z-index:2;cursor: pointer;animation: mymove 1s alternate infinite;-webkit-animation: mymove 1s alternate infinite;transition: background-image 0.5s;}
.banner .nextPage:hover{background-image:url(../images/icon/downTipW.png);}
@keyframes mymove{
	from{bottom:10px;}
	to{bottom:18px;}
}
@-webkit-keyframes mymove{
	from{bottom:10px;}
	to{bottom:18px;}
}

.bText_main{width:100%;position: relative;transform:translateX(15%)}
.moveSvg{width:95%;height:320px;z-index: 2;}
.moveSvg .svg{display: block;width:100%;height:100%;}
.b_text{font-size:18px;line-height:1.74;color:#fff;position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);padding:0 30px;}
.banner .swiper-slide-active .bText_main{opacity:1;transform:none;transition-delay:.5s}
@media (max-width:767px){
	.banner_text .container{width:100%;}
	.banner .swiper-button-white{display: none;}
	
	.banner .swiper-pagination{width:100%;right:0;bottom:3%;}
}
@media (min-width:768px){
	/* .banner{border-radius: 0 0 100px 0;} */
	.banner .nextPage{left:5.3333%;}
	
	.b_text{font-size:22px;}
	.moveSvg{width:60%;max-width:820px;}
}
@media (min-width:992px){
	.b_text{font-size:26px;}
}
@media (min-width:1200px){
	.swiper-pagination-bullet{width:12px;height:12px;margin:0 15px!important;}
	
	/* .banner{border-radius: 0 0 120px 0;} */
	.banner .nextPage{left:8.3333%;}

	.b_text{font-size:30px;padding:0 40px;}
	
}
@media (min-width:1450px){
	.banner .nextPage{left:10.3333%;}
	.banner .swiper-pagination{bottom:8%;right:19.3333%}

	.b_text{font-size:34px;padding:0 50px;}
}
@media (min-width:1650px){
	.b_text{font-size:40px;padding:0 60px;}
}
@media (min-width:1850px){
	.b_text{font-size:44px;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.banner_text img{width:60%;}
}

.leftRadius,.rightRadius{position: relative;}
.leftRadius:before,
.rightRadius:before{content: '';display: block;position: absolute;width:100vw;height:100%;background:#FAFAFB;top:0;z-index: 1;}
.leftRadius:before{left:0;border-radius: 65px 0 0 65px;}
.rightRadius:before{right:0;border-radius: 0 65px 65px 0;}
.rInner{position: relative;z-index: 2;}
.indexItem{width:100%;overflow: hidden;position: relative;}
.indexItem .container{position: relative;padding-top:40px;padding-bottom:40px;}
.index_title{position: relative;margin-bottom:30px;color:#333;}
.index_title a{color:#333;display: inline-block;}
.index_title .p{font-size:14px;line-height:1.74;color:#666;margin-top:20px;}
.index_title .en{display: none;}
.index_title .h2{font-size:24px;}
.index_title .h2>i{color:#d2d6d9;}

.public_more>.a{position: relative;display: inline-block;width:164px;max-width:100%;line-height:20px;font-size:18px;padding:15px 10px;border-radius:25px;color:#fff;overflow: hidden;background:#0080c3;text-align: center;font-family: Tahoma;text-transform: capitalize;transition: all 0.5s;}
.public_more>.a:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);transition: all 0.5s;}
.public_more>.a>span{position: relative;z-index: 2;}
.public_more>.a:hover:before{width:100%;}


.textColor,
.textColor a,
.textColor .index_title,
.textColor .index_title .h2>i,
.textColor .InfoContent{color: #fff;}
@media (max-width:767px){
	.index_title2{text-align: center;}
}
@media (min-width:768px){
	.indexItem .container{padding-top:50px;padding-bottom:50px;}
	.leftRadius:before{left:0;border-radius: 100px 0 0 100px;}
	.rightRadius:before{right:0;border-radius: 0 100px 100px 0;}
	.leftRadius .rInner{padding-left:20px;}
	.rightRadius .rInner{padding-right:20px;}
	.index_title{margin-bottom:40px;}
	.index_title .h2{font-size:28px;}
}
@media (min-width:992px){
	.indexItem .container{padding-top:60px;padding-bottom:60px;}
	.leftRadius .rInner{padding-left:30px;}
	.rightRadius .rInner{padding-right:30px;}
}
@media (min-width:1200px){
	.leftRadius:before{left:0;border-radius: 120px 0 0 120px;}
	.rightRadius:before{right:0;border-radius: 0 120px 120px 0;}
	.leftRadius .rInner{padding-left:40px;}
	.rightRadius .rInner{padding-right:40px;}
	.index_title{margin-bottom:50px;}
	.index_title .h2{font-size:30px;}
}
@media (min-width: 1450px){
	.indexItem .container{padding-top:70px;padding-bottom:70px;}
	.index_title .p{font-size:16px;margin-top:30px;}
}
@media (min-width: 1650px){
	.index_title .h2{font-size:34px;}
}

/*坚屏*/
@media (max-width:767px) and (orientation:portrait){

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}



/* 首页 - 产品研发 */
.index_product_text{font-size:16px;margin-bottom:30px;color:#333;line-height:1.74;}
.index_product_list.row{margin-left:-5px;margin-right:-5px;display: flex;flex-flow: row wrap;}
.index_product_list .column{padding-left:5px;padding-right:5px;margin-bottom:20px;}
.index_product_list .inner{height:100%;background:#fbfbfb;transition: all 0.5s;overflow: hidden;border-radius: 20px;}
.index_product_list .inner a{transition: all 0.5s;}
.index_product_list .img{border-radius: 20px;transition: all 0.5s;}
.index_product_list .text{text-align: center;margin-top:5px;padding:15px 10px;}
.index_product_list h5{font-size:16px;line-height:1.4;margin-bottom:15px;}
.index_product_list .hrefs>a{display: block;color:#666;margin-bottom:6px;}
.index_product_list .inner:hover h5>a,
.index_product_list .inner a:hover{color:#0080c3;}
.index_product_list .inner:hover .img>img{transform: scale(1.1);}

.index_product_swiper .swiper-wrapper{display: flex;align-items: stretch;height:auto;}
.index_product_swiper .swiper-container{padding-bottom:50px;}
.index_product_swiper .swiper-slide{height:auto;}
.index_product_swiper .swiper-slide .inner{height:100%;}
.index_product_swiper .swiper-pagination{bottom:0;}
.index_product_swiper .swiper-pagination-bullet{border-color:#0080c3;}
.index_product_swiper .swiper-pagination-bullet-active{box-shadow: 0 0 5px #0080c3;}
@media (max-width:479px){
	.index_product_list .column{width:100%;}
}
@media (min-width:768px){
	.index_product_text{font-size:18px;margin-bottom:35px;}
	.index_product_list.row{margin-left:-15px;margin-right:-15px;}
	.index_product_list .column{padding-left:15px;padding-right:15px;margin-bottom:40px;}
	.index_product_list .inner{background:#fff;}
}
@media (min-width:992px){
	.index_product_text{font-size:20px;margin-bottom:40px;}
}
@media (min-width:1200px){
	.index_product_swiper .swiper-container{padding-bottom:0;}
	.index_product_text{font-size:22px;margin-bottom:50px;}
	.index_product_list h5{font-size:18px;margin-bottom:20px;}
	.index_product_list .text{padding:15px;font-size:16px;}
	.index_product_swiper .swiper-pagination-bullet{margin:0 10px!important;}
}
@media (min-width:1650px){
	.index_product_list h5{margin-bottom:25px;}
	.index_product_list .text{padding:20px;}
}

/* 首页 - 我们的优势 */
.index_strengths_list{margin:0 -10px;display: flex;flex-flow: row wrap;}
.index_strengths_list:before,
.index_strengths_list:after{display: none;}
.index_strengths_list .column{text-align: center;padding:0 10px;margin-bottom:20px;}
.index_strengths_list .img{width:120px;height:120px;margin:0 auto 20px;border-radius: 50%;border:1px solid #0080c3;}
.index_strengths_list .img>img{width:100%;height:100%;position: relative;z-index: 1;}
.index_strengths_list h5{line-height:1.4;font-size:16px;color:#203056;}
.index_strengths_list .p{font-size:14px;line-height:1.74;margin-top:15px;color:#666;}
.index_strengths_list a:hover h5{color:#0080c3;}
.index_strengths_list a:hover .icon>img{transform: scale(1.1);}
.index_strengths_list a:hover .img>img{transform: scale(1.1) rotate(-3deg);}
@media (max-width:479px){
	.index_strengths_list .column{width:100%;}
}
@media (min-width:992px){
	.index_strengths_list{margin:0 -15px;}
	.index_strengths_list .column{padding:0 15px;}
	.index_strengths_list .img{width:150px;height:150px;margin:0 auto 35px;}
}
@media (min-width:1200px){
	.index_strengths_list .img{margin:0 auto 45px;}
	.index_strengths_list h5{font-size:18px;}
	.index_strengths_list .p{font-size:16px;}
}
@media (min-width:1450px){
	.index_strengths_list .img{width:180px;height:180px;margin:0 auto 55px;}
}

/* 首页 - 关于我们 */
.innerBg{position: absolute;width:100%;height:100%;left:50%;top:50%;transform:translate(-50%,-50%) scale(1);-webkit-transform: translate(-50%,-50%) scale(1);background-repeat: no-repeat;background-position: center;background-size:100% auto;transition: all 3s;}
.index_about{overflow: hidden;}
.index_about:hover .innerBg{transform:translate(-50%,-50%) scale(1.1);-webkit-transform: translate(-50%,-50%) scale(1.1);}
.index_about_row{display: flex;flex-flow: row wrap;align-items: center;}
.index_about_row:before,
.index_about_row:after{display: none;}
.index_about_row .index_title{margin-bottom:25px;}
.index_about_row .InfoContent{margin-bottom:20px;}
.index_about_row .imgs{overflow: hidden;display: flex;align-items: center;flex-flow: row wrap;}
.index_about_row .imgs>div{float:left;width:50%;overflow: hidden;}
.index_about_row .img{padding:5px;background:rgba(255,255,255,0.3);border-radius: 20px;}
.index_about_row .img>img{border-radius: 20px;}
.index_about_row .img:hover>img{transform: scale(1.1);}
@media (max-width:767px){
	.index_about_row .public_more{text-align: center;}
	.index_about_row .text{margin-bottom:20px;}
}
@media (min-width:768px){
	.index_about_row .text{padding-right:20px;}
	.index_about_row .InfoContent{margin-bottom:30px;}
	
}
@media (min-width:992px){
	.index_about_row .InfoContent{margin-bottom:40px;}
}
@media (min-width:1200px){
	.index_about_row .InfoContent{margin-bottom:50px;font-size:16px;}
}
@media (min-width:1650px){
	.index_about_row .InfoContent{margin-bottom:60px;}
}

/* 首页 - 新闻动态 */
.container.index_news01{padding-bottom: 30px;}
.container.index_news02{padding-top: 30px;}
.container.index_news02:before{display: none;}
.index_news_list{margin-left:-5px;margin-right:-5px;}
.index_news_list .column{padding-left:5px;padding-right:5px;margin-bottom:15px;}
.index_news_list a{display: block;}
.index_news_list .img{border-radius: 20px;}
.index_news_list .text{padding:20px 0;}
.index_news_list h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.index_news_list h5:after{content: '';display: block;width:30px;height:3px;margin-top:10px;background:#0080c3;}
.index_news_list .p{margin-top:10px;line-height:20px;height:40px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.index_news_list .date{margin-top:15px;transition: all 0.5s;color:#666}
.index_news_list a:hover h5,
.index_news_list a:hover .date{color:#0080c3;}
.index_news_list a:hover .img>img{transform: scale(1.1);}
@media (max-width:767px){

}
@media (min-width:768px){
	.index_news_list .text{padding:25px 0;}
}
@media (min-width:1200px){
	.index_news_list h5{font-size:18px;}
	.index_news_list .p{font-size:16px;line-height:24px;height:48px;}
}

/*内页*/
.inside_banner{position: relative;overflow: hidden;border-radius:0 0 20px 20px;/* border-radius:0 0 65px 0; */margin:0 auto;}
.inside_banner>.img{display: block;width: 100%;height:300px;background-position: center;background-size:cover;/* background-position: top center;background-size:auto 500px; */background-repeat:no-repeat;animation:imgZoomIn 5s ease 0s forwards;-webkit-animation:imgZoomIn 5s ease 0s forwards;}
.imgZoomIn{animation:imgZoomIn 5s ease 0s forwards;-webkit-animation:imgZoomIn 5s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
.inside_banner .index_title{margin-bottom:0;color:#fff;}

.location_main{position: absolute;width:100%;left:0;bottom:15px;}
.location{font-size:14px;color:#C9CACA;position:relative}
.location a,.location span{font-weight:400;color:#C9CACA;line-height:20px;display: inline;}
.location a:last-child,
.location a:hover{color:#fff}

.wrapper{position: relative;width:100%;/* overflow: hidden; */min-height:100vh;z-index: 1;}
.wrapper.zIndex{z-index: 1032;}
.inside_main{position: relative;width:100%;/* overflow: hidden; */padding:40px 0 60px;}
.inside_title{text-align:center;margin-bottom:30px}
.inside_title .h2{font-size:20px;line-height:30px;}
.inside_title + .InfoContent{margin-top:-10px;}


.submenu{position: relative;display: flex;flex-flow: row wrap;justify-content: center;margin-left:-7.5px;margin-right:-7.5px;margin-bottom:30px;}
.submenu:before,
.submenu:after{display: none;}
.submenu>li{padding:5px 7.5px;}
.submenu>li>a{position: relative;display: block;font-size:14px;padding:5px;line-height:20px;background:transparent;margin:0;text-align: center;transition: all 0.5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a,
.submenu>li.active>a:focus,
.submenu>li.active>a:hover{color:#0080c3;background:transparent;}
.nav-tabs{border-bottom:none;}

.InfoContent{line-height:2;position:relative;overflow:hidden;}
.InfoContent p{margin:0}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.inside_details{background:#fff;padding:30px 15px;}
.inside_details_other{padding-top:25px;padding-bottom:25px;margin-top:30px;display: block;justify-content: space-between;border-top:1px #e5e5e5 solid;}
.inside_details_other .public_more{margin-top:0;}
.InfoTitle{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #dad9d9;text-align:center;text-transform:uppercase}
.InfoTitle h4{font-size:18px;margin:0;line-height:1.4}
.InfoTitle .date{font-size:14px;color:#999;margin-top:10px}
.InfoTitle .date span{padding:0 8px}

.goBack{text-align:center;margin-top:50px;margin-bottom:-15px;text-transform:uppercase}
/* .goBack .a{position: relative;display:inline-block;width:180px;font-size:16px;color:#0080c3;border:1px solid #0080c3;line-height:20px;padding:14px;border-radius: 30px;overflow: hidden;transition: all 0.5s;}
.goBack .a>span{position: relative;}
.goBack .a:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#0080c3;transition: all 0.5s;}
.goBack .a:hover{border-color:#0080c3;color:#fff;background: transparent;}
.goBack .a:hover::before{width:100%;} */

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px -5px 0}
.pager li{padding:0 5px;margin:5px 0}
.pager li>a,.pager li>span{border:1px #ccc solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px}
.pager .next>a,.pager .next>span,.pager .previous>a,.pager .previous>span{float:none;display:block;background-color:#bbb;border:0;color:#fff;width:70px}
.pager .next>a,
.pager .previous>a,
.pager .active>a,.pager li>a:hover{color:#fff;border-color:#0080c3;background-color:#0080c3}

.info_previous_next_wrap{font-size:14px;color:#666;text-transform:uppercase;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display:inline}
.info_previous_next_wrap a:hover{color:#0080c3}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media (max-width: 767px) {
	.info_previous_next_wrap{font-size:12px;}
	.inside_details_other .public_more{margin-top:20px;}
}
@media (min-width: 768px) {
	/* .inside_banner{border-radius: 0 0 100px 0;} */
	.inside_banner>.img{width: 100%;height:380px;/* background-attachment: fixed;background-position: 0 80px; */}
	.location_main{bottom:20px;}
	.inside_main{padding:50px 0 80px;}
	.inside_title .h2{font-size:24px}
	
	.inside_details{padding:40px 30px;}
	.inside_details_other{display: flex;margin-top:50px;}
	
	.submenu{margin-bottom:30px;}
}
@media (min-width: 992px) {
	/* .inside_banner>.img{background-position: 0 90px;} */
	.inside_main{padding-top:65px;}
	.inside_title .h2{font-size:26px;}
	
	.submenu{margin-bottom:40px;}
	.InfoTitle h4{font-size:20px}
}
@media (min-width: 1200px) {
	/* .inside_banner{border-radius:0 0 120px 0;} */
	.inside_banner>.img{height:450px;}
	.location{font-size:16px;}
	.inside_title .h2{font-size:28px}

	.submenu>li>a{font-size:16px;}
}
@media (min-width: 1450px) {
	/* .inside_banner>.img{background-position: 0 100px;} */
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}
	
	.inside_title{text-align:center;margin-bottom:40px}
	.inside_title .h2{font-size:30px;}
	
	.submenu{margin-bottom:50px;}
}

/*侧栏*/
.titleTwo{margin-bottom:20px;}
.titleTwo h2{font-size:24px;line-height:40px;}
.sidebar-nav{margin-bottom:30px;background:#f9faff;}
.sidebar-nav .index_title{position: relative;padding:20px;color:#fff;background:#0080c3;margin-bottom:0;}
.sidebar-submenu{border-right:1px solid #e1e6f0;}
.sidebar-submenu>li>a{position: relative;display: block;padding:14px 15px 14px 40px;color:#000;line-height:20px;font-size:16px;border-bottom:1px solid #ebf0fc;transition: all 0.36s;}
.sidebar-submenu>li:last-child>a{border-bottom: none;}
.sidebar-submenu>li>a:before{content: '';position: absolute;width:6px;height:6px;border-radius: 50%;background:linear-gradient(90deg,rgba(56,96,244,.21) 0,rgba(249,250,255,0) 100%);left:15px;top:21px;transition: all 0.36s;}
.sidebar-submenu>li>a:after{content: '';position: absolute;width:2px;height:0;right:0;top:0;background:#0080c3;transition: all 0.36s;}
.sidebar-submenu>.active>a{background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%);font-weight: 700;color:#0080c3;}
.sidebar-submenu>li>a:hover{background:linear-gradient(90deg,rgba(235,240,252,0) 0,#ebf0fc 100%);}
.sidebar-submenu>li>a:focus{background:transparent;}
.sidebar-submenu>.active>a:before{background:linear-gradient(90deg,#0080c3 0,rgba(0,128,195,0) 100%)}
.sidebar-submenu>.active>a:after{height:100%;}

.two_level,.three_level{display:none;list-style: none;padding-left:25px;}
.two_level>li,.three_level>li{}
.two_level>li>a,.three_level>li>a{display: block;font-size:14px;line-height:20px;-webkit-transition: all 0.5s;transition: all 0.5s;padding:10px 15px;color:#666;cursor: pointer;border-top:1px solid #ebf0fc;}
.two_level>li.active>a,.two_level>li>a:hover,
.three_level>li.active>a,.three_level>li>a:hover{color:#0080c3;}
.sidebar-submenu>.active>.two_level{display: block;}
.two_level>.active>.three_level{display: block;}

.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/t4W.png) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;transition: all 0.3s;}
.in>.navIcon:after{background:url(../images/icon/close2.png) no-repeat center;background-size:auto 25px;}
@media (max-width: 767px) {
	.sidebar-submenu{display: none;}
	.sidebar-nav.affix-top,
	.sidebar-nav.affix,
	.sidebar-nav.affix-bottom{position: static!important;}
}
@media (min-width: 768px) {
	.titleTwo{margin-bottom:30px;}
	.titleTwo h2{font-size:28px;}
	.navIcon{display: none;}
	.sidebar-nav{float:left;width:200px;top:100px;position: sticky;position: -webkit-sticky;}
	.sidebar-nav.affix-top{position: static;}
	.sidebar-nav.affix{position: fixed;top:100px;}
	.sidebar-nav.affix-bottom{position: absolute;}
	.sidebar-nav .index_title{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:200px;padding-left:40px;min-height:60vh;}
}
@media (min-width: 992px) {
	.rightContent{padding-left:50px;}
}
@media (min-width: 1200px) {
	.titleTwo h2{font-size:30px;}
	.sidebar-nav{width:212px;}
	.rightContent{margin-left:212px;}
}
@media (min-width: 1650px) {
	.titleTwo h2{font-size:34px;}
}

/*关于我们 - 大事记*/
.development_history{position:relative;}
.development_history .swiper-container{position: static;}
.development_history .swiper-container:before{content: '';position: absolute;width:100%;height:2px;background:#515457;left:0;top:50%;margin-top:-1px;}
.development_history .swiper-slide{padding:250px 0;cursor: pointer;width:11.11111%;overflow: visible;}
.development_history .swiper-button-white{position:absolute;width:40px;height:40px;top:50%;margin-top:-20px;background-color:#0080c3;border-radius: 50%;background-size:auto 20px;cursor: pointer;}
.development_history .swiper-button-prev{left:0;}
.development_history .swiper-button-next{right:0;}
.development_history .swiper-button-disabled{opacity: 0.5;}
.development_history .swiper-button-lock{display: none;}
.dev_start{position:relative;margin-bottom:20px;display: none;}
.dev_start img{height:60px;display: block;margin: 0 auto;}
.timeLine{position: relative;width:100%;}
.timeLine .yuan{position:absolute;width:16px;height:16px;background:#515457;border-radius:50%;left:0;top:50%;margin-top:-8px;transition: all 0.5s;}
.timeLine .yuan:hover{background:#0080c3;}

.t_l_item .icon{position:absolute;display:block;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);}
.t_l_item .icon>img{display:block;max-width:80px;margin:0 auto;}
.t_l_item .con{position:absolute;width:100%;}
.t_l_item .year{width:85px;max-width:100%;line-height:40px;text-align:center;background:#0080c3;margin:0 auto 15px;font-size:22px;border-radius:10px;color:#fff;}
.t_l_item .text{color:#898989;font-size:14px;line-height:22px;max-height:132px;padding:0 15px;text-align: center;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;transition: all 0.5s;word-wrap:break-word;word-break:normal; }
.t_l_item .yuan{width:8px;height:8px;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);margin-top:0;}
.t_l_item:nth-child(odd) .icon{bottom:280px;}
.t_l_item:nth-child(odd) .con{top:280px;}
.t_l_item:nth-child(even) .icon{top:280px;}
.t_l_item:nth-child(even) .con{bottom:280px;}
.t_l_item:hover .yuan{width:16px;height:16px;background:#0080c3;}
@media (max-width:991px){
	.timeLine .yuan,
	.development_history .swiper-container:before{display: none;}
	.development_history .swiper-wrapper{display: flex;overflow: hidden;flex-flow: row wrap;align-items: stretch;transform: translate3d(0px, 0px, 0px)!important; transition-duration: 0ms;}
	.development_history .swiper-slide{float:left;height:auto;padding:0;width:33.333333%;margin-bottom:30px;padding-top:95px;padding-bottom:30px;border-bottom:1px solid #ccc;}
	.t_l_item .con{position: static;transform: none;}
	.t_l_item .icon{top:0!important;bottom:auto!important;}
	.t_l_item .yuan{display: block;top:100%;}
	
	.development_history .swiper-button-white{display: none;}
}
@media (max-width:767px){
	.development_history .swiper-slide{width:50%;}
	.t_l_item .year{line-height:36px;font-size:20px;}
}
@media (min-width:768px){

}
@media (min-width:992px){
	.timeLine{padding-left:40px;padding-right:40px;}
	.development_history .swiper-slide{padding:280px 0;}

	.t_l_item .text{-webkit-line-clamp:7;max-height:154px;}
	.t_l_item:nth-child(odd) .icon{bottom:310px;}
	.t_l_item:nth-child(odd) .con{top:310px;}
	.t_l_item:nth-child(even) .icon{top:310px;}
	.t_l_item:nth-child(even) .con{bottom:310px;}
}
@media (min-width:1200px){
	.dev_start{position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);margin-bottom:0;}
	.t_l_item .year{width:100px;line-height:50px;font-size:26px;}
	.t_l_item .icon>img{display:block;max-width:120px;}
	
}


/*关于我们 - 荣誉资质 */
.honor_list.row{margin-left:-10px;margin-right:-10px;display: flex;align-items: stretch;flex-flow: row wrap;}
.honor_list.row:before,
.honor_list.row:after{display: none;}
.honor_list .column{padding:0 10px;margin-bottom:20px}
.honor_list .inner{position:relative;height:100%;padding-bottom:40px;cursor: pointer;}
.honor_list .img{height:100%;display: flex;justify-content: center;align-items: center;}
.honor_list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background-color: rgba(0,128,195,0.5);background-image: url(../images/icon/search.png);background-repeat: no-repeat;background-position: center;opacity: 0;transition: all 0.5s;}
.honor_list .h5{position: absolute;left:0;bottom:0;width:100%;font-size:16px;line-height:1.4;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honor_list .inner:hover .img:after{opacity: 1;}
.honor_list .inner:hover .h5{color:#0080c3;}
.honor_list .column01{width:25%;}

#lightGallery-action{display: none;}
#lightGallery-close{width:40px;height:40px;line-height:40px;top:15px;right:15px;}
#lightGallery-close:after{font-size:20px;}
.lightGallery-slide.current>img{background:#fff;}
@media (max-width:567px){
	.honor_list .column{width:50%}
	.honor_list .column01{width:33.33333333%;}
}
@media (max-width:479px){
	.honor_list.row{margin-left:-5px;margin-right:-5px}
	.honor_list .column{padding:0 5px;}
	.honor_list .h5{font-size:14px}
	.honor_list .inner{padding-bottom:33px;}
}
@media (min-width:768px){
	.honor_list.row{margin-left:-12px;margin-right:-12px;}
	.honor_list .column{padding:0 12px;margin-bottom: 25px;}
}
@media (min-width:992px){
	.honor_list .column01{width:16.66666667%;}
}
@media (min-width:1200px){
	.honor_list.row{margin-left:-15px;margin-right:-15px;}
	.honor_list .column{padding:0 15px;}
}

/*产品开发*/
.product_list{margin-left:-7px;margin-right:-7px;}
.product_list .column{padding-left:7px;padding-right:7px;margin-bottom:20px;}
.product_list a{display: block;background:#fff;transition: all 0.5s;overflow: hidden;}
.product_list .text{padding:20px 15px;}
.product_list h5{font-size:16px;font-weight:700;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align: center;transition: all 0.5s;}
.product_list .p{line-height:24px;color:#666;height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.product_list .public_more{margin-top:20px;text-align: center;}
.product_list .public_more>.a{font-size:14px;width:120px;padding-top:10px;padding-bottom:10px;}
.product_list a:hover{box-shadow: 0 0 10px rgba(0,128,195,0.3);}
.product_list a:hover .img>img{transform: scale(1.1);}
.product_list a:hover h5{color:#0080c3;}
.product_list a:hover .public_more>.a:before{width:100%;}

.inside_details .product_list a{border:1px solid #f3f3f3;}
@media (max-width:479px){
	.product_list .column{width:100%;}
}
@media (min-width:768px){
	.product_list{margin-left:-15px;margin-right:-15px;}
	.product_list .column{padding-left:15px;padding-right:15px;margin-bottom:30px;}
	.product_list .public_more>.a{font-size:16px;width:140px;padding-top:13px;padding-bottom:13px;}
}

/* 详情 */
.productDetailsTop{overflow: hidden;margin-bottom:30px;}
.proDetLeft{overflow: hidden;margin-bottom:30px;}
.productDetailsTop .gallery-thumbs{position: static;width:100%;height:100%;}
.productDetailsTop .swiper-slide>img{width:100%;}
.album-small{position: relative;width:100%;padding:0 30px;margin-top:15px;}
.album-small .swiper-slide{overflow: hidden;}
.album-small .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);transition:all 0.5s;}
.album-small .swiper-slide-thumb-active:after{top:100%;}
.album-big{width:100%;}
.album-big .swiper-container{border:1px solid #dbdbdb;}
.album-big .swiper-slide{display: flex;justify-content: center;align-items: center;overflow: hidden;}
.album-big .swiper-slide>img{max-width:100%;}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next{width:20px;height:100%;border:1px solid #333;top:0;margin-top:0;background-size:12px auto;}
.gallery-thumbs .swiper-button-prev{left:0;}
.gallery-thumbs .swiper-button-next{right:0;}
.proDetRight .h5{font-size:18px;font-weight: 700;}
.proDetRight .InfoContent{margin:15px 0 20px;min-height:150px;}

.proBotNav{overflow: hidden;margin-bottom:20px;border-bottom:2px solid #0080c3;list-style: none;}
.proBotNav>li{float:left;margin-right:10px;}
.proBotNav>li>a{display: block;line-height:20px;padding:10px 20px;background:#333;font-size:16px;color:#fff;}
.proBotNav>.active>a{color:#fff;background:#0080c3;}

.relatedCases{margin-top:30px;}
@media (max-width:767px){

}
@media (min-width:768px){
	.proDetRight .h5{font-size:20px;}
	.proDetRight .InfoContent{margin:20px 0 30px;}
	.proBotNav{margin-bottom:30px;}
	.proBotNav>li{margin-right:15px;}
	.proBotNav>li>a{padding:15px 25px;}
	
}
@media (min-width:992px){
	.productDetailsTop{margin-bottom:40px;}
	.proDetLeft{margin-bottom:0;}
}
@media (min-width:1200px){
	.proDetRight .h5{font-size:22px;}
	
}


/*典型业绩*/
.case_list{margin-left:-10px;margin-right:-10px;}
.case_list .column{padding:0 10px;margin-bottom:20px;}
.case_list a{display: block;background:#fff;transition:all .5s;overflow: hidden;}
.case_list .text{border:1px #f3f3f3 solid;padding:15px;}
.case_list .h5{font-size:16px;margin:0;text-align: center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.case_list a:hover{box-shadow:0 0 15px rgba(0,0,0,.15)}
.case_list a:hover .h5{color:#0080c3;}
.case_list a:hover .img>img{transform: scale(1.1);}
@media (max-width:479px){
	.case_list .column{width:100%}
}
@media (min-width:768px){
	.case_list .text{padding:20px}
}
@media (min-width:1200px){
	.case_list{margin-left:-15px;margin-right:-15px}
	.case_list .column{padding:0 15px;margin-bottom:30px;}
	.case_list .h5{font-size:18px;}
}


/*新闻中心*/
.news_list{margin-top:-25px}
.news_list a{color:#333;display: block;display:flex;flex-direction:row;align-items:center;border-bottom:1px #ebebeb solid;padding:25px 0}
.news_list .img{flex:0 0 auto;width:200px;display:flex;flex-direction:column;justify-content:center;}
.news_list .img + .text{padding-left:20px;}
.news_list .text{width:100%;overflow:hidden;}
.news_list .h5{font-size:16px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_list .p{color:#666;line-height:26px;height:52px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:10px 0 0}
.news_list .text>span{display:block;color:#666;margin-top:15px}
.news_list .text>span i{font-size:12px}
.news_list a:hover .h5{color:#0080c3}
.news_list a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:479px){
	.news_list a{display:block}
	.news_list .img{width:100%;margin-bottom:15px}
	.news_list .img + .text{padding-left:0}
}
@media (min-width:992px){
	.news_list .p{margin-top:20px}
	.news_list .img{width:240px;max-height:160px}
	.news_list .text>span{margin-top:25px}
}
@media (min-width:1200px){
	.news_list .h5{font-size:18px}
}
@media (min-width:1450px){
	.news_list .img{width:280px;}
	.news_list .text>span{margin-top:35px}
}

    
/*联系我们*/
.contact_item{overflow:hidden;list-style: none;}
.contact_item li{float:left;width:20%;padding:0 15px}
.contact_icon{border-radius:100%;max-width:60px;margin:0 auto 10px;position:relative}
.contact_icon:after,.contact_icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;-webkit-transition:all .8s;transition:all .8s}
.contact_icon:before{background-color:#0080c3;opacity: 0.8;}
.contact_icon:after{background-color:#0080c3;opacity:0;transform:scale(.5)}
.contact_item li:hover .contact_icon:before{transform:scale(.5);opacity:0}
.contact_item li:hover .contact_icon:after{opacity:1;transform:scale(1)}
.contact_icon img{display:block;width:100%;position:relative;z-index:1}
.contact_text{text-align:center}
.contact_text h4{font-size:16px;text-transform:uppercase;margin:0 0 5px;}
.contact_text p{font-size:14px;color:#666;}
.contact_text p a{color:#666;}

.mapRow{margin:0;overflow: hidden;}
.mapRow .column{padding:0;}
.map_contact{width:100%;height:100%;background:#0080c3;color:#fff;padding:25px 15px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.map_contact .InfoContent{color:#fff;line-height: 1.6;}
.map_contact .InfoContent p{margin-bottom:15px;}
.map_contact .InfoContent p:last-child{margin-bottom:0;}
.map{width:100%;height:350px}
.map #dituContent{width:100%;height:100%;}
.BMap_bubble_title{line-height:1.4;color:#0080c3;font-weight: 700;word-wrap: break-word;white-space: normal!important;word-break: break-all;}
.message_form .column{margin:5px 0}
.message_form .form-control{height:40px;color:#333;background-color:#fafafa;border-color:#ddd;border-radius:0;box-shadow:none}
.message_form .error input{border-color:#0080c3}
.message_form .success input,.message_form .tip input{border-color:#999}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#f28000;display:none}
.message_form textarea.form-control{height:auto}
.message_form .btn{position: relative;display:block;width:180px;font-size:16px;background-color:transparent;color:#333;border:1px solid #999;line-height:20px;padding:14px;margin:20px auto 0;outline:0!important;text-transform: uppercase;border-radius: 0;transition: all 0.5s;}
.message_form .btn>span{position: relative;}
.message_form .btn:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#0080c3;transition: all 0.5s;}
.message_form .btn:hover{border-color:#0080c3;color:#fff;background: transparent;}
.message_form .btn:hover::before{width:100%;}
@media (max-width:767px){
	.contact_item li{width:50%;margin:15px 0}
}
@media (min-width:768px){
	.contact_item{overflow:hidden;padding-top:10px;}
	.contact_icon{max-width:80px}
	.mapRow{display: flex;}
	.mapRow:before,
	.mapRow:after{display: none;}
	.map_contact{margin-bottom:0;}
}
@media (min-width:992px){
	.map{height:440px}
	.map_contact{padding:60px 30px;}
	
	.message_form .btn{width:200px;padding:16px;}
}
@media (min-width:1200px){
	.contact_icon{max-width:100px;margin-bottom:20px}
	.contact_text h4{font-size:18px;margin-bottom:10px}
	.contact_text p{font-size:16px;}

	.map_contact .InfoContent{font-size:16px;}
}
@media (min-width:1450px){
	.contact_icon{max-width:120px}
	.message_form .btn{width:220px;padding:20px;}
}








/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}