﻿/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8;    border-radius: 4px;}
::-webkit-scrollbar-thumb{background:#000;height:60px;border-radius: 4px;}
::-webkit-scrollbar-thumb:window-inactive{background:#000}
::-webkit-scrollbar-thumb:vertical:hover{background:#000}

body{font-family:"思源黑体","Source Han Sans CN","Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";width:100%;min-width:320px;overflow-x: hidden;color:#333;/* padding-top:60px; */}
html,body{height:100%;}
em,i{font-style:normal}
a:hover{text-decoration:none}
.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{margin-top:0;margin-bottom:0;line-height: inherit;}
ul{margin:0;padding:0;}
textarea{resize: none;}
a:focus, a:hover{text-decoration: none;}
a{color:#333;}
a:focus, a:hover{color:#333;}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:60px;}
.img{overflow:hidden;margin:0 auto;position:relative}
.img>img{display:block;width:100%;transition:all .5s}
/* .img:hover>img{transform: scale(1.1);} */
.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;}
/* 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;}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.container{width:1130px;}
}
@media (min-width: 1450px) {
	.container{width:1230px;}
}
@media (min-width: 1650px) {
	.container{width:1430px;}
}
@media (min-width: 1850px) {
	.container{width:1630px;}
}

/*foot*/
.gotop{width:40px;height:40px;background:url(../images/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 10;}

.footer{background:#195999;color:#fff;}
.footer a{color:#fff;}
.copyright{padding:15px 0;line-height:20px;font-size:12px;text-align: center;}
.copyright a{display:inline-block;}
.copyright img{display:inline-block;vertical-align:middle}
@media (max-width:767px){
	.gotop{width:30px;height:30px}
}
@media (min-width:768px){
	.copyright{font-size:14px;}
}
@media (min-width:992px){

}
@media (min-width:1200px){

}
@media (min-width:1450px){
	.copyright{font-size:16px;}
}


/*导航*/
.navbar-default {
	background-color:transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	border:none;
	transition: all 0.5s;
}
.navbar-brand {
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0;
	transition: all .5s;
}
.navbar-brand img {
	height: 50px;
	transition: all .5s;
}
.navbar-brand .white{position: absolute;left:15px;top:5px;visibility: hidden;opacity: 0;transition: all 0.5s;}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.headerEffect .navbar-default .navbar-toggle .icon-bar{background-color: #195999;}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	background-color: #195999;
}
.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);
	background-color: #195999;
}
.navbar-default .navbar-nav{
	-webkit-transition: all .2s;
	transition: all .2s;
}
/* .navbar-default .navbar-nav>.li_logo{display: none;} */
.navbar-default .navbar-nav>li>a:before{
	content: '';position: absolute;width:1px;height:0;left:50%;top:0;background:#195999;opacity: 0;transition: all 0.3s;
}
.navbar-default .navbar-nav>li>a {
	position: relative;
	line-height:20px;
	color:#333;
	transition: all .5s;
	z-index: 2;
}
.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: #195999;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>.active>a:before{opacity: 1;height:16px;}
.navbar-default .navbar-nav>li>a>span{
	display: block;
	text-align: center;
	/* text-transform: capitalize; */
}
.navbar-default .navbar-nav>li>a>.en{
	font-size:12px;
}
.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);
}

.header>.navbar-default>.container{position: relative;}


.textWhiteHeader .navbar-brand .white{visibility: visible;opacity: 1;}
.textWhiteHeader .navbar-brand .black{visibility: hidden;opacity: 0;}
.textWhiteHeader .navbar-default .navbar-nav>li>a:before{background:#fff;}
.textWhiteHeader .navbar-default .navbar-nav>li>a{color:#fff;}
.textWhiteHeader .navbar-default .nav>li>a:focus,
.textWhiteHeader .navbar-default .nav>li>a:hover,
.textWhiteHeader .navbar-default .navbar-nav>.open>a,
.textWhiteHeader .navbar-default .navbar-nav>.open>a:focus,
.textWhiteHeader .navbar-default .navbar-nav>.open>a:hover,
.textWhiteHeader .navbar-default .navbar-nav>.active>a,
.textWhiteHeader .navbar-default .navbar-nav>.active>a:focus,
.textWhiteHeader .navbar-default .navbar-nav>.active>a:hover{color: #fff;background-color: transparent;}
.textWhiteHeader .navbar-top-search>.white{visibility: visible;opacity: 1;}
.textWhiteHeader .navbar-top-search>.black{visibility: hidden;opacity: 0;}

.hasBg .navbar-default{background-color:#fff;}
.hasBg .navbar-brand .white{visibility: hidden;opacity: 0;}
.hasBg .navbar-brand .black{visibility: visible;opacity: 1;}
.hasBg .navbar-default .navbar-nav>li>a:before{background:#195999;}
.hasBg .navbar-default .navbar-nav>li>a{color:#333;}
.hasBg .navbar-default .nav>li>a:focus,
.hasBg .navbar-default .nav>li>a:hover,
.hasBg .navbar-default .navbar-nav>.open>a,
.hasBg .navbar-default .navbar-nav>.open>a:focus,
.hasBg .navbar-default .navbar-nav>.open>a:hover,
.hasBg .navbar-default .navbar-nav>.active>a,
.hasBg .navbar-default .navbar-nav>.active>a:focus,
.hasBg .navbar-default .navbar-nav>.active>a:hover{color: #195999;background-color: transparent;}
.hasBg .navbar-top-search>.white{visibility: hidden;opacity: 0;}
.hasBg .navbar-top-search>.black{visibility: visible;opacity: 1;}

.headerEffect .navbar-default{background-color:#fff;box-shadow: 0 0 10px rgba(0,0,0,.2);}
/* 二级导航 */
.navbar-default .navbar-nav>li{position: static;}
.navbar-default .dropdown-menu{position: absolute;width:100vw;padding:0;left:50%;top:100%;transform: translateX(-50%);background:rgba(255,255,255,0.80);}
.dropdown-menu-inner{padding:20px 0;}
.dropdown-menu-ul{margin-left:-10px;margin-right:-10px;list-style: none;}
.dropdown-menu-ul li{padding:0 10px;}
.dropdown-menu-ul a{display: block;padding:10px 0;font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.dropdown-menu-ul a:hover{color:#195999;}

@media (max-width: 1199px) {
	.navbar-header{float:none;}
	.navbar-default .navbar-toggle{display: block;margin-right:0;margin-top:24px;margin-bottom:24px;}
	.navbar-default .navbar-collapse{padding:0;border-top:1px solid #ccc;}
	.navbar-default .navbar-nav{float:none!important;margin:10px 0;}
	.navbar-default .navbar-nav>li{float:none;}
	.navbar-default .navbar-nav>li>a:before{width:100%;height:1px;top:auto;bottom:0;left:0;opacity: 1;background:#ccc;}
	.hasBg .navbar-default .navbar-nav>li>a:before{background:#ccc;}
	.navbar-default .navbar-nav>li>a:hover:before,
	.navbar-default .navbar-nav>.active>a:before,
	.hasBg .navbar-default .navbar-nav>li>a:hover:before,
	.hasBg .navbar-default .navbar-nav>.active>a:before{height:1px;background:#195999}
	.hasBg .navbar-default{box-shadow: 0 0 10px rgba(0,0,0,.2);}

	.navbar-default .navbar-nav>.dropdown>a>i{position: absolute;width:14px;height:14px;right:5px;top:50%;margin-top:-7px;}
	.navbar-default .navbar-nav>.dropdown>a>i:before,
	.navbar-default .navbar-nav>.dropdown>a>i:after{content: '';position: absolute;background:#999;transition: all 0.3s;}
	.navbar-default .navbar-nav>.dropdown>a>i:before{width:100%;height:1px;left:0;top:50%;margin-top:-0.5px;}
	.navbar-default .navbar-nav>.dropdown>a>i:after{width:1px;height:100%;left:50%;margin-left:-0.5px;}
	.navbar-default .navbar-nav>.dropdown.open>a>i:before,
	.navbar-default .navbar-nav>.dropdown.open>a>i:after{background:#195999;}
	.navbar-default .navbar-nav>.dropdown.open>a>i:after{height:0;}

	.navbar-default .dropdown-menu{position: static;width:100%;transform: none;box-shadow: none;float:none;border:none;border-bottom:1px solid #ccc;border-radius: 0;}
	.navbar-default .open .dropdown-menu{border-bottom:1px solid #ccc;}
	.dropdown-menu-inner{padding:10px 0;}
	.dropdown-menu>.container{width:100%;}
}
@media (max-width: 767px) {
	.navbar-brand{padding-top:5px;padding-bottom:5px;}
	.navbar-brand img{height:50px;}
	.navbar-brand .white{top:5px;}
	.navbar-default .navbar-toggle{margin-right:5px;margin-top:14px;margin-bottom:14px;}
	.navbar-default .navbar-nav{display: block;padding:0 15px;margin:10px 0;}
	.navbar-default .navbar-nav>li>a{padding:5px 0;}

	.dropdown-menu-ul a{padding:7px 0;font-size:13px;}
}

@media (min-width: 768px) and (max-width: 1199px){
	.navbar-default .navbar-collapse{float:none;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;max-height:calc(100vh - 70px);}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top:10px;padding-bottom:10px;}
	.navbar-brand img{height: 60px;}
	.navbar-brand .white{top:10px;}
}
@media (min-width: 992px) {
	/* .navbar-brand{display: none;} */

	/* .navbar-default .navbar-nav>.li_logo{display: block;}
	.navbar-default .navbar-nav>.li_logo>a{position: relative;padding:0;}
	.navbar-default .navbar-nav>.li_logo>a>img{display: block;height:60px;}
	.navbar-default .navbar-nav>.li_logo .white{position: absolute;left:0;top:0;visibility: hidden;opacity: 0;}
	
	.textWhiteHeader .navbar-nav>.li_logo .white{visibility: visible;opacity: 1;}
	.textWhiteHeader .navbar-nav>.li_logo .black{visibility: hidden;opacity: 0;} */
}

@media (min-width: 1200px) {
	.navbar-brand img{height: 70px;}
	.navbar-default .navbar-nav>.dropdown>a>i{display: none;}
	.navbar-default .navbar-nav{float:right;}
	.navbar-default .navbar-nav>li{padding:0;}
	.navbar-default .navbar-nav>li>a{padding:20px 10px;line-height:25px;}
	/* .navbar-default .navbar-nav>.li_logo>a>img{height:70px;} */

	.dropdown-menu-inner{min-height:120px;}
	.dropdown-menu-ul li{width:20%;}
	.dropdown-menu-ul li>a{font-size:15px;}
}
@media (min-width: 1450px) {
	.navbar-default .navbar-nav>li>a{padding:20px 5px;font-size:16px;}
	.navbar-default .navbar-nav>li>a>.en{font-size:14px;}
}
@media (min-width: 1650px) {
	.navbar-brand img{height: 80px;}
	.navbar-default .navbar-nav>li{padding-left:20px;padding-right:20px;}
	.navbar-default .navbar-nav>li>a{padding:25px 10px;}
	/* .navbar-default .navbar-nav>.li_logo>a>img{height:80px;} */
}
/* 搜索 */
.navbar-top-other{float:right;}
.navbar-top-other>div{overflow: hidden;display: flex;align-items: center;justify-content: flex-end;}
.nto-1>div{float:left;display: flex;align-items: center;}
.navbar-top-search{position: relative;cursor: pointer;}
.navbar-top-search>img{width:30px;height:30px;}
.navbar-top-search>.white{position: absolute;left:0;top:0;visibility: hidden;opacity: 0;}
.navbar-top-btns{margin-right:10px;}
.navbar-top-btns a{width:30px;height:30px;line-height:30px;color:#fff;font-size:12px;margin-left:15px;border-radius: 50%;text-align: center;background:#9fa0a0;display: inline-block;cursor: pointer;transition: all .3s;}
.navbar-top-btns a:hover,
.navbar-top-btns a.active{background:#195999;color:#fff;}

.top-search form{position:relative;-webkit-transition:all .5s;transition:all .5s}
.top-search form input{display:block;width:100%;height:36px;background-color:#151829;border:0;padding:0 15px 0 40px;color:#fff;outline:0}
.top-search form button{position:absolute;top:0;left:0;z-index:1;border-radius:0;border:0;background:url(../images/i1w.png) no-repeat center;background-size:20px;width:32px;height:100%;padding:0;outline:0!important}
.search-link{padding:20px 40px;-webkit-transition:all .5s;transition:all .5s}
.search-link .h3{font-size:14px;color:#888;margin:0 0 8px;flex:0 0 auto}
.search-link-list{list-style:none;padding:0 15px;margin:0;max-height:100%;overflow-y:auto}
.search-link-list::-webkit-scrollbar{width:2px;height:2px}
.search-link-list li a{display:block;color:#fff;padding:10px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.search-link-list li+li a{border-top:1px #151829 solid}
.search-link-list li a:hover{color:#195999}
.searchview-close{position:absolute;right:0;top:0;height:36px;border:0;background-color:transparent;color:#195999;padding:0;outline:0;-webkit-transition:all .2s;transition:all .2s;opacity:0;z-index: 6;}
.top-search~.searchview-close{width:38px;height:56px;right:0;top:84px;-webkit-transition-delay:35ms;transition-delay:35ms;visibility: hidden;}
.top-search~.searchview-close:hover{opacity:.65}
.searchview-close-wrapper{display:block;width:100%;height:100%}
.searchview-close-wrapper span{display:block;height:18px;width:1px;background-color:#195999;position:absolute;top:18px;z-index:3}
.searchview-close-wrapper .searchview-close-left{right:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}
.searchview-close-wrapper .searchview-close-right{left:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
.search-curtain{width:100%;height:100%;background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;z-index: 5;display:none}
.search-show .search-link{display:flex;flex-direction:column}
.search-show .searchview-close{opacity:1;}
.search-show .top-search~.searchview-close{-webkit-transition-delay:.455s;transition-delay:.455s;top:84px;right:20px;visibility: visible;}
html.noscroll,html.noscroll body{overflow-y:hidden!important;/* height:100%!important */}
/* html.noscroll{overflow-y:scroll!important} */
@media (max-width: 991px) {
	.navbar-top-other{position: absolute;top:15px;right:75px;}
	.nto-1>.navbar-top-search{display: none;}
	.top-search>.container{padding:0;width:100%;}

	.top-search form input{background:rgba(0,0,0,0.1)}
	.searchview-close{display: none;}
	.top-search-box{-webkit-transition:all .5s;transition:all .5s;position:static;left:0;right:0;top:50px;z-index:2}
	.top-search{padding:10px;border-bottom:1px #ccc solid}
	.top-search-form{position:relative}
	.search-link{display:none;position:absolute;top:62px;right:0;left:0;z-index:2;height:0;padding:20px;}
	.top-search~.searchview-close{display:none!important}
	.search-show .top-search-box{position:fixed;top:0;height:100%;background-color:#151829}
	.search-show .top-search{padding-top:15px}
	.search-show .top-search form{margin-right:50px}
	.search-show .top-search form input{background:rgba(255,255,255,0.1)}
	.search-show .search-link{height:calc(100% - 62px)}
	.search-show .searchview-close{display: block;}
	.search-show .navbar-nav{-webkit-transform:scale(.6);transform:scale(.6);visibility:hidden}
}
@media (max-width: 767px) {
	.navbar-top-other{right:55px;}
}
@media (min-width: 768px) {
	.navbar-top-other{top:25px;}
}
@media (min-width: 992px) {
	.navbar-top-other{padding:25px 0;margin-left:10px;}

	.top-search{position:absolute;left:0;top:80px;z-index:6;width:100%;height:calc(100vh - 80px);overflow:hidden;-webkit-transition:all .2s;transition:all .2s;-webkit-transition-delay:.455s;transition-delay:.455s;opacity:0;visibility: hidden;}
	.top-search form input{height:56px;padding-left:56px;padding-right:56px;}
	.top-search form button{width:40px;background-size:30px}
	.top-search-form .searchview-close{display:none}
	.search-link{background-color:#fff;padding-top:24px;max-height:calc(100% - 44px)}
	.search-link-list li a{color:#333;padding:5px 0}
	.search-link-list li+li a{border-top:0}
	.search-link,.top-search-form{-webkit-transition:all .8s;transition:all .8s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;-webkit-transition-delay:35ms;transition-delay:35ms}
	.search-show .search-link,.search-show .top-search-form{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition-delay:.315s;transition-delay:.315s;visibility: visible;}
	.search-show .search-link{-webkit-transition-delay:.385s;transition-delay:.385s}
	.search-show .top-search{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:35ms;transition-delay:35ms;opacity:1;top:80px;}
	.search-show .search-curtain{display:block}
	.search-show .top-search~.searchview-close{top:80px;}
}
@media (min-width: 1200px) {
	.navbar-top-other{padding:35px 0;margin-left:20px;}
	.navbar-top-btns{margin-right:20px;}
	.top-search form input{font-size:16px}

	.top-search{top:100px;height:calc(100vh - 100px);}
	.search-show .top-search,
	.search-show .top-search~.searchview-close{top:100px;}
}
@media (min-width: 1450px) {
	.navbar-top-other{margin-left:30px;}
}

/* 搜索结果 */
.inside_form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside_form form{position: relative;width:600px;max-width:100%;overflow: hidden;padding-right:50px;margin-bottom:8px;}
.inside_form form input{display: block;width:100%;height:42px;border:1px solid #ccc;background:none;padding:0 15px;outline: none;border-radius: 0;}
.inside_form form .button{position: absolute;right:0;top:0;display:block;width:50px;height:100%;line-height:42px;padding:0;text-align: center;background-color:#333;border:0;border-radius:0;font-size:14px;color:#fff;font-weight:lighter;outline:0;transition: all 0.5s;z-index: 2;}
.inside_form form .button:hover{background:#195999;}
.search_keyList{font-size:12px;}
.search_keyList *{margin-right:5px;margin-bottom:8px;color:#666;display: inline-block;}
.search_keyList a:hover{text-decoration: underline;color:#333;}

.noResult{margin-bottom:30px;}
.returnList{margin-left:-10px;margin-right:-10px;display: flex;align-items: stretch;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{border-bottom:1px dashed #d6d6d6;padding:12px 0;}
.returnList .return_title{margin-bottom:10px;}
.returnList .return_title>a{display: block;font-size:16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.returnList .return_crumbs{color:#999;font-size:12px;margin-top:10px;}
.returnList .return_crumbs a{color:#999}
.returnList .return_crumbs a:hover{text-decoration: underline;}
.returnList .item:hover .return_title>a{color:#195999;}

.returnList .return_content{line-height:24px;height:48px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666}
@media (min-width: 768px) {
	.inside_form form{padding-right:70px;margin-right:20px;}
	.inside_form form .button{width:70px;}

	.returnList{margin-left:-15px;margin-right:-15px;}
	.returnList .column{padding:0 15px;margin-bottom:20px;}
	.returnList .return_title>a{font-size:18px;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-25px;margin-right:-25px;}
	.returnList .column{padding:0 25px;}
	.returnList .item{height:100%;}
}


/*首页*/
.banner{position:relative;width:100%;height:100%;overflow: hidden;}
.banner .swiper-container{width:100%;height:100%;}
.banner .slide_bg{width:100%;height:100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-slide .PC_show img{
	transition: all 4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.banner .swiper-slide.swiper-slide-active .PC_show img{transform: translate(0) scale(1.2);}
.banner .swiper-slide .Min_show img{
	transition: all 4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	height: 100%;
}
.banner .swiper-slide.swiper-slide-active .Min_show img{transform: translate(0) scale(1.2);}
.banner img[onclick]{cursor: pointer;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide>img{width:100%;display: block;}
.banner .swiper-slide-img{width:100%;height:100%;}
.banner_text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index: 3;}
.banner_text img{display: block;width:auto;max-width:100%;margin:0 auto;-webkit-transition:all 1s;transition:all 1s;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}
.banner .swiper-slide-active .swiper-slide-img{animation:imgZoomIn 3s ease 0s forwards;-webkit-animation:imgZoomIn 3s ease 0s forwards;}
.banner .swiper-slide-active .banner_text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}
.imgZoomIn{animation:imgZoomIn 3s ease 0s forwards;-webkit-animation:imgZoomIn 3s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}


.swiper-button-prev,.swiper-button-next,.swiper-pagination-bullet{outline: none;}
.swiper-button-prev{background-image: url(../images/left.png);background-size:auto 24px;background-color: #195999;
	width: 40px;
	height: 60px;}
.swiper-button-next{background-image: url(../images/right.png);background-size:auto 24px;background-color: #195999;
	width: 40px;
	height: 60px;}
.swiper-pagination-bullet{opacity: 0.76;background:#fff;}
.swiper-pagination-bullet-active{opacity: 1;background:#195999;}

.banner .swiper-pagination{bottom:20px;display: none;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width:40px;height:40px;margin-top:-20px;border-radius: 50%;background-color:rgba(0,0,0,0.1);opacity: 0.4;transition: all 0.5s;}
.banner .swiper-button-prev{left:10px;display: none;}
.banner .swiper-button-next{right:10px;display: none;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover:hover{background-color:rgba(0,0,0,0.2);opacity: 0.8;}
@media (max-width:767px){
	/* .banner .swiper-button-prev,
	.banner .swiper-button-next{display: none;} */
}
@media (min-width:768px){
	.banner .swiper-pagination{bottom:40px;}
}
@media (min-width:1200px){
	.swiper-pagination-bullet{width:12px;height:12px;margin:0 6px!important;}
	.banner .swiper-pagination{bottom:60px;}
}

/*banner-video*/
.banner_video{position: absolute;width:100%;height:100%;background:#000;left:0;top:0;}
.banner_video video{display: block;width:100%;height:100%;object-fit: fill;}

.otherModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.otherModal .close{position:absolute;width:40px;height:40px;background-color:#fff;opacity:0.8;color:#333;z-index:999;right: 10%;top: 50px;border-radius:50%;font-size:20px;line-height:40px;font-weight: 700;transition: all 0.5s;}
.otherModal .close:focus{outline:0}
.otherModal .close:hover{opacity: 1;}
.otherModal .modal-body{padding:0;}
.otherModal .modal-content{padding:15px;border:none;border-radius: 0;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);padding-right:0;}
.otherModal video{display: block;width:100%;margin:0 auto;outline: none;}
.targetImg{max-width:100%;max-height:90vh;display: block;margin:0 auto;}
.modal.fade .modal-dialog{
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
}
.modal.in .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (min-width:768px){
	.otherModal .modal-dialog{width:80%;max-width:1200px;}
}

i.scroller {
	content: '';
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left:-30px;
	width: 60px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; }

i.scroller.active {
	opacity: 1; }

i.scroller:after {
	content: "SCROLL";
	font-style: normal;
	color: rgba(255, 255, 255, 0.75);
	display: inline-block;
	letter-spacing: 0.1em;
	padding-top: 5px;
	font-size: 12px;
}

i.scroller span {
	height:40px;
	position: relative;
	display: block;
	overflow: hidden; }

i.scroller span::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 1px;
	height: 40px;
	background-color: white;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

@-webkit-keyframes sdb {
	0% {
		opacity: 0.4;
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		transform: translate(0, -100%); }
	40% {
		opacity: 0.8;
		-webkit-transform: translate(0, 0%);
		-moz-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		-o-transform: translate(0, 0%);
		transform: translate(0, 0%); }
	80% {
		opacity: 0;
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%); }
	100% {
		opacity: 0; } }

@keyframes sdb {
	0% {
		opacity: 0.4;
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		transform: translate(0, -100%); }
	40% {
		opacity: 0.8;
		-webkit-transform: translate(0, 0%);
		-moz-transform: translate(0, 0%);
		-ms-transform: translate(0, 0%);
		-o-transform: translate(0, 0%);
		transform: translate(0, 0%); }
	80% {
		opacity: 0;
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%); }
	100% {
		opacity: 0; } }
@media (max-width: 767px) {
	i.scroller{bottom:25px;}
}

.busi2_m2{padding: 80px 0;}
.detailsRow.busi4_m2{position: relative;    padding: 3% 4%;}
.detailsRow.busi4_m2 .index_title .h3:after{background-color: #fff;}
.busi4_m2top{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	z-index: 99;
	width: 34%;
	height: 100%;
	padding: 6% 6% 0 0;
	background: #195999;

}
.busi4_m2top h5{font-size: 24px;}
.busi4_m2top h6{font-size: 14px;}
.busi4_m2top p{margin-top: 30px;font-size: 16px;color: #fff;line-height: 2;}
.busi4_m2top .brand{margin-top: 30px;}
.busi4_m2top .brand span{font-size: 20px;margin-right:20px;}
.busi4_m3 .img{margin: 0 80px;}
.busi4_m3 .InfoContent b{font-size: 18px;color: #195999;}
.index_title .pingan{font-size: 20px;margin-top: 30px;font-weight: bold;    color: #195999;}
.parallax{position: absolute;width:100%;height:100%;left:0;top:0;background-position: 50% 0;background-attachment: fixed;background-repeat: repeat;}
.parallax + div{position: relative;z-index: 2;    overflow: hidden;}
.index_bg{width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;background-position:top center;background-attachment:fixed}
.indexItem{position: relative;padding:40px 0;width:100%;overflow: hidden;background:#fff;}
.indexItem .container{position: relative;z-index: 2;}
.indexTitle{margin-bottom:30px;text-align: center;}
.indexTitle>a{display: inline-block;}
.indexTitle h2{font-size:20px;line-height: 1.4;}
.indexTitle h2 p{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.about_row .indexTitle h2 p{
	text-align: left;
}
.about_row .indexTitle h2:before{    margin: 0 44px 15px;}
.indexTitle h2:before{content: '';display: block;width:1px;height:50px;background:#333;margin:0 auto 15px;}
.indexTitle .p{line-height:1.74;margin-top:20px;}
.textColor,
.textColor a,
.textColor .indexTitle,
.textColor .indexTitle h2,
.textColor .indexTitle .p,
.textColor .InfoContent{color:#fff;}
.textColor .indexTitle h2:before{background:#fff;}
.public_btn{display: flex;justify-content: flex-start;}
.btnMore{display: block;position: relative;width:116px;height:40px;font-size:16px;color:#195999;background:transparent;display: flex;align-items: center;}
.btnMore .line{position: relative;width:34px;height:40px;margin-left:18px;}
.btnMore .line:before,
.btnMore .line:after{content: '';position: absolute;display: block;width:14px;height:1px;top:50%;background:#195999;transition: all 0.3s;}
.btnMore .line:before{left:0;}
.btnMore .line:after{right:0;}
.btnMore .line>i{position: absolute;width:8px;height:16px;right:100%;top:50%;margin-top:-8px;background:url(../images/you.png) no-repeat;background-size:100% 100%;opacity: 0;transition: all 0.3s;}
.btnMore:hover{color:#195999}
.btnMore:hover .line:before,
.btnMore:hover .line:after{width:100%;}
.btnMore:hover .line>i{opacity: 1;right:0;}
@media (max-width: 479px) {

}
@media (min-width: 768px) {
	.indexItem{padding:50px 0;}
	.indexTitle{margin-bottom:40px;}
	.indexTitle h2{font-size:22px;}
}
@media (min-width: 992px) {
	.indexTitle h2:before{height:84px;}
}
@media (min-width: 1200px) {
	.indexItem{padding:60px 0;}
	.indexTitle{margin-bottom:50px;}
	.indexTitle h2{font-size:24px;}
}
@media (min-width: 1450px) {
	.indexItem{padding:70px 0;}
	.indexTitle .p{font-size:16px;margin-top:25px;}
}
@media (min-width: 1650px) {
	.indexItem{padding:80px 0;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}


/* 首页 - 左右结构共用 */
.public_row{display: flex;flex-flow: row wrap;align-items: flex-start;margin:0;}
.public_row:before,
.public_row:after{display: none;}
.public_row>div{padding:0;margin-bottom:20px;}
.public_row .public_btn{margin-top:25px;}
.public_row .img_tip{position: absolute;width:100%;left:0;bottom:0;color:#fff;text-align: left;line-height:1.74;font-size:14px;padding:15px 30px;}
.public_row .img:hover>img{transform: scale(1.05);}
/* 首页 - 关于我们 */
.about_row{flex-flow: row-reverse wrap;}
.about_img{position: relative;width:100%;height:350px;background:url("../images/img2.jpg") no-repeat fixed;}




/* 首页- 新闻中心 */
.indexnews .btnMore{margin:0 auto;}
.indexnews_list{ margin-left: -2%;overflow: hidden;}
.indexnews_list li{ width: 31.3%; margin-bottom:30px; float: left; margin-left: 2%; position: relative;}
.indexnews_list li::before{ content: ""; display: block; width: 0%; height: 2px; background: #195999; transition: ease 1s; position: absolute; left: 0; bottom: 0; z-index: 1;}
.indexnews_list li:hover::before{ width: 100%;}
.indexnews_list li .imgbox{ width: 100%; height: 300px; overflow: hidden;}
.indexnews_list li .infobox{ background: #fff; padding: 20px 30px; box-sizing: border-box;}
.indexnews_list li h3{font-size:20px; margin-bottom: 10px; font-weight: bold;font-weight: normal;}
.indexnews_list li .h4{ display: inline-block; width: 70%;    font-size: 16px;font-weight: normal;}
.indexnews_list li .iconfont{ float: right;margin-right: 20px;transition: ease 1s;font-size: 20px;}
.indexnews_list li h4{ color:#959595 ;font-size: 16px;}
.imgbg{ width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s;}

.indexnews_list li:hover .imgbg{ transform: scale(1.05,1.05);}
.indexnews_list li:hover .iconfont{margin-right: 0px;color:#195999; }


.cpzz-swiper .swiper-slide p{
	font-size: 24px;
	text-align: center;
}
.cpzz-swiper .propicbox{
	display: flex;
	justify-content: center;
}
.cpzz-swiper .propicbox img{
	max-width: 100%;
}







/* 首页 - 回收苗木/共享绿植 */
.index_public_main{padding:50px 0;}
.gxlz_row{flex-flow: row-reverse wrap;}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	.public_row .img_tip{padding:15px;}
}
@media (min-width: 768px) {
	.index_public_main{padding:70px 0 80px;}
	.public_row .public_btn{margin-top:50px;}
	.public_row .img_tip{font-size:16px;padding:30px;}
}
@media (min-width:992px){
	.public_row .indexTitle{text-align: left;}
	.public_row>div:nth-child(1){width:46.875%;padding-left:40px;}
	.public_row>div:nth-child(2){width:53.125%;}
	.public_row .text{padding-left:30px;}

	.about_row>div:nth-child(2){padding-top:40px;}

	.hsmm_row>div:nth-child(1){padding-right:50px;}
}
@media (min-width: 1200px) {
	.index_public_main{padding:80px 0 90px;}
	.public_row .public_btn{margin-top:70px;}
	.public_row .img_tip{padding:40px;}

	.hsmm_row>div:nth-child(1){padding-right:70px;}
}
@media (min-width:1450px){
	.index_public_main{padding:90px 0 100px;}
	.public_row>div:nth-child(1){padding-left:50px;}
	.public_row .text{padding-left:40px;}

	.about_row>div:nth-child(2){padding-top:50px;}
}
@media (min-width: 1650px) {
	.index_public_main{padding:100px 0 110px;}
	.public_row .public_btn{margin-top:60px;}
	.public_row .img_tip{padding:50px 45px;}

	.index_about_main{padding:160px 0 110px;}

	.hsmm_row>div:nth-child(1){padding-right:100px;}
}


ul, dl, li, dt, dd{list-style: none;}
.lh-flex{display:flex;display:-webkit-flex;flex-direction:row; -webkit-flex-direction:row;flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.lh-case-item{margin-top:5vh; margin-left:-12px;}
.lh-case-item li{width:25%; padding:0 20px; margin-top:12px;}
.lh-case-item li a{display:block; position:relative; overflow:hidden;transition: ease .65s;}
.lh-case-item li a .img{position: relative;}
.lh-case-item li a .img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#000;
	transition: ease .65s;
	opacity: 0.3;
	z-index: 1;
}
.lh-case-item li a img{transition:ease .65s;}
.lh-case-item li a:hover{z-index:1; border-radius:50% 0 50% 0;}
.lh-case-item li a:hover img{transform:scale(1.1,1.2);}
.lh-case-item li a:hover .img:before{opacity: 0;}
.lh-case-item li .text{position:absolute; left:0; bottom:0; padding:1.8vw; color:#fff; z-index:2;    text-align: center;height: 80%;width: 100%;}
.lh-case-item li .text h2{font-size:30px;line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lh-case-item li .text h3{margin:10px 0;font-size: 16px;}
.lh-case-item li .text i{font-size:60px;    margin-bottom: 20px;display: block;}

/* 首页 - 售卖苗木 */

.product_list{margin-left:-5px;margin-right:-5px;}
.product_list .column{padding:0 5px;margin-bottom:15px;}
.product_list a{display: block;}
.product_list .text{padding:10px;text-align: center;transition: all 0.5s;}
.product_list h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.product_list a:hover .img>img{transform: scale(1.1);}
.product_list a:hover h5{color:#195999;}
.product_list + .public_btn{margin-top:30px;justify-content: center;}
@media (max-width: 767px) {
}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {
	.product_list{margin-left:-13px;margin-right:-13px;}
	.product_list .column{padding:0 13px;margin-bottom:30px;}
	.product_list .text{padding:15px;}
	.product_list h5{font-size:18px;}
	.product_list + .public_btn{margin-top:40px;}
}
@media (min-width: 1450px) {

}
@media (min-width: 1650px) {
	.product_list h5{font-size:20px;}
	.product_list + .public_btn{margin-top:50px;}
}


/* 首页 - 场地招租 */
.index_cdzz_main .container{max-width:1330px;}
.cdzz-swiper{max-width:1200px;margin:0 auto;}
.cdzz-swiper .swiper-container{overflow: visible;}
@media (max-width:767px){
	.cdzz-swiper{padding-left:100px;padding-right:100px;}
}

/*首页 - 联系我们*/
.index_map_main{padding:0;}
.anchorBL{display: none;}
.BMap_bubble_title{font-size:16px;color:#195999;font-weight: 700;margin-bottom:5px;}

.index_contact_nav{display: flex;justify-content: center;overflow: hidden;    margin-bottom: 2%;}
.index_contact_nav dl{float: left;width: 20%;text-align: center;}
.index_contact_nav dt{font-size: 18px;margin-bottom: 15px;}
.index_contact_nav dd a{
	display: block;
	font-size: 16px;
	line-height: 28px;
	opacity: 0.8;
}
.index_contact_nav dd a:hover{opacity: 1;}
.index_contact_text{text-align: center;max-width:1230px;margin:0 auto;}
.index_contact_text>div{margin-bottom:50px;}
.index_contact_text>div>h2{margin-bottom:10px;font-family: arial;}
.index_contact_text .text1 h2{font-size:26px;}
.index_contact_text .text1 .InfoContent{font-size:16px;}
.index_contact_text .text2 h2{font-size:30px;}
.index_contact_text .text2 .InfoContent{font-size:16px;}
.index_contact_main .footer{position: absolute;width:100%;left:0;bottom:0;background:transparent}
@media (max-width:767px){
	.index_contact_main{padding-bottom:30px;}
}
@media (min-width:768px){
	.map{height:430px;}

	.index_contact_main{padding-bottom:70px;}
	.index_contact_text>div>h2{margin-bottom:20px;}
	.index_contact_text .text1 h2{font-size:30px;}
	.index_contact_text .text1 .InfoContent{font-size:18px;}
	.index_contact_text .text2 h2{font-size:34px;}
	.index_contact_text .text2 .InfoContent{font-size:20px;}
}
@media (min-width:1200px){
	.index_contact_text .text1 h2{font-size:34px;}
	.index_contact_text .text2 h2{font-size:38px;}
	.index_contact_text .text2 .InfoContent{font-size:22px;}
}
@media (min-width:1650px){
	.index_contact_text .text1 h2{font-size:36px;}
	.index_contact_text .text1 .InfoContent{font-size:20px;}
	.index_contact_text .text2 h2{font-size:40px;}
	.index_contact_text .text2 .InfoContent{font-size:24px;}
}



/*内页*/
.page_bg{width:100%;height:100%;position:fixed;top:0;left:0;z-index:-1}
.inside_banner{position:relative;overflow:hidden;}
.inside_banner img{width:100%;display: block;transform:scale(1.1,1.1);animation: myfirst 3s forwards;-webkit-animation: myfirst 3s forwards;}
@keyframes myfirst{
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}
@-webkit-keyframes myfirst {
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}

.wrapper{position: relative;overflow: hidden;width:100%;min-height:calc(100vh - 50px);}
.inside_main{position:relative;width:100%;padding:40px 0;}

.InfoContent{line-height:1.74;position:relative;overflow:hidden;}
.InfoContent .fubt{font-size: 20px;
	font-weight: bold;
	color: #195999;
	margin-bottom: 10px;
}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;max-width:1000px;height:auto;margin:0 auto;}
.conlt span{font-size: 26px;color:#333;}
.conlm span{font-size: 14px; color: rgb(191, 191, 191);}
/* .InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;} */
.InfoContent li p{display: inline;margin-bottom:0;}
.InfoContent a{display: inline;}
.InfoContent a:hover{color:#195999;}
.InfoTitle{margin-bottom:15px;border-bottom:1px #dad9d9 solid;padding-bottom:15px;text-align:center}
.InfoTitle h4{font-size:16px;margin:0;line-height:1.5;text-transform:uppercase}
.InfoTitle .date{font-size:12px;color:#999;margin-top:10px}
.InfoTitle .date span{padding:0 5px}


.goBack{text-align:center;margin-top:30px;}
.goBack a{display:inline-block;color:#fff;line-height:20px;padding:10px 30px;text-transform:uppercase;transition: all 0.3s;background:#333;font-size:14px;border-radius: 0;}
.goBack a:hover{background:#195999;color:#ffffff;}

.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 .previous>a,
.pager .next>span,
.pager .previous>span{float:none;display:block;background-color:#bbb;border:0;color:#fff;width:70px}
.pager .next>a,
.pager .previous>a{color:#fff;border-color:#195999;background-color:#195999}
.pager .active>a,.pager li>a:hover{color:#fff;border-color:#195999;background-color:#195999}

.info_previous_next_wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400;text-transform:uppercase}
.info_previous_next_wrap a{color:#666;text-decoration:none;display: inline;}
.info_previous_next_wrap a:hover{color:#195999}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* 二级导航 */
.outnavbg{ }
.outnavbg .container{padding:0;}
.outnav3{ height: 50px; padding: 0; position: relative; z-index: 1; overflow: hidden; text-align: center;}
.outnav3 .nav-left,.outnav3 .nav-right{ width: 38px; height: 100%; cursor: pointer; position: absolute;    background-size: 14px;
	top:0; z-index: 2; background-position: center; background-repeat: no-repeat; display: none;
	transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s;}
.outnav3 .nav-left{ left:0; background-image: url(../images/outnav-lt5.png); }
.outnav3 .nav-right{ right:0; background-image: url(../images/outnav-gt5.png); }
.outnav3 .nav-left:hover,.outnav3 .nav-right:hover{ background-color: #195999;}
.outnav3  #wrapper22{ width: 100%; height: 100%; position: relative;}

.outnav3.on{ padding: 0 50px;}
.outnav3.on .nav-left,.outnav3.on .nav-right{ display: block;}

.nav7{ width:100%; height: 100%; font-size: 0; white-space: nowrap;}
.nav7 li{ width: 240px; display: inline-block; height: 100%; overflow: hidden;}
.nav7.fen2 li{ width: 50%;}
.nav7.fen3 li{ width: 33.3%;}
.nav7.fen4 li{ width: 25%;}
.nav7.fen5 li{ width: 20%;}
.nav7 li a{ display: inline-block; position: relative; width: auto; height: 100%;
	color: #333; line-height: 50px; font-size: 18px; padding: 0 10px;}
.nav7 li:hover a,.nav7 li.on a{ color: #195999;}

.nav7 li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; z-index: 0;
	width: 0; height: 1px; background-color: #195999; -webkit-transition: 0.3s;
	-moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.nav7 li.on a:after,.nav7 li:hover a:after{ width: 100%; left: 0;}
@media screen and (max-width:750px){
	.nav7 li a{ font-size: 16px;}
}

.lvebg {
}
.lvelist {
}
.lvelist li {
	float: left;
	width: 33.33%;
	margin: 20px 0;
	list-style-type: none;
}
.lvelist li.long {
	width: 50%;
}
.lvelist li .lin {
	margin: 0 20px;
}
.lvelist li a {
	display: block;
	padding: 40px 60px 32px 50px;
	background: rgba(255, 255, 255, .9) url(../images/lvebg2.png) top right no-repeat;
}
.lvelist .pic {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.lvelist .pic img {
	max-height: 100%;
	max-width: 100%;
}
.lvelist li h3 {
	font-size: 20px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
	margin: 16px 0 10px;
}
.lvelist li h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 50px;
	height: 2px;
	background-color: #195999;
}
.lvelist li .txt {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 140px;
	overflow: hidden;
}
.lvelist li:hover h3:after {
	width: 80px;
}
.lvelist li h3:after,
.lvelist li a {
	-webkit-transition: .5s;
	transition: .5s;
}
@media screen and (max-width: 910px) {
	.lvelist li {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.lvelist li a {
		padding: 20px;
	}
	.lvelist li h3 {
		margin: 0px 0 10px;
	}
	.lvelist li .txt {
		height: auto;
	}
	.lvelist li.long{width: 100%;}
}
@media screen and (max-width: 750px) {
	.lvelist li h3 {
		font-size: 18px;
		line-height: 54px;
		height: 54px;
	}
	.lvelist .pic{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.lvelist li .txt {
		font-size: 14px;
		line-height: 1.75em;
	}

}



.lichenlist{  padding: 40px 0 182px; position: relative; margin: 10px auto 0;}
.lichenlist:before{ content: ''; position: absolute; left: 50%; top:0; z-index: 0;
	width: 0; height: 100%; border-left: 1px dashed #b4b4b4;}
.lichenlist li{ padding-right: 50%; height: 182px; text-align: right; position: relative; z-index: 1;
	background: url('../images/fz-dot.png') center 11px no-repeat;}
.lichenlist li .inner{ padding-right: 50px;}

.lichenlist li .pic{ width: 100%; height: 168px; margin-bottom: 10px;}
.lichenlist li .pic img{ height: 100%;}
.lichenlist li .year{  height: 44px; line-height: 44px;
	font-size: 24px; color: #195999; font-weight: bold; font-style: italic;}
.lichenlist li .txt{ font-size: 16px; color: #666; line-height: 28px; overflow: hidden;}
.lichenlist li .txt .blue{color:#195999; }
.lichenlist li:nth-child(2n){ padding-right: 0; padding-left: 50%; text-align: left;}
.lichenlist li:nth-child(2n) .inner{ padding-left: 50px; padding-right: 0;}

.chenbtn{ display: block; width: 42px; height: 42px; margin: 0 auto; font-size: 0;
	background: url('../images/fz-top.png') center no-repeat;}

@media screen and (max-width:1040px){
	.lichenlist{ width: auto; padding: 40px 20px 182px;}
}
@media screen and (max-width:750px){
	.cate2 .cn{ font-size: 34px; line-height: 54px;}
	.cate2 p{ font-size: 24px; line-height: 34px;}
	.lichenlist{padding:0;}
	.lichenlist:before{left: 10px;}
	.lichenlist li{ background-position: left 14px; height: auto;padding: 0 0 0 30px;}
	.lichenlist li:nth-child(2n){padding: 0 0 0 30px;}
	.lichenlist li .inner{ padding-right: 0px;}
	.lichenlist li:nth-child(2n) .inner{ padding-left: 0px; padding-right: 0;}

	.lichenlist li .year{ font-size: 18px; height: 50px; line-height: 50px;text-align: left;}
	.lichenlist li .txt{ font-size: 14px; line-height: 1.75rem; max-height: 252px;text-align: left;}
}


.rylist{}
.rylist li{ margin-bottom: 40px;}
.rylist li .lin{ padding: 0 25px;}
.rylist li a{display: block; position: relative;    background: none;
	border: none;
	padding: 0;}
.rylist li a:after{ content: ''; position: absolute; left: 0; bottom:0; z-index: 2;
	width: 0; height: 1px; background-color: transparent;}
.rylist li a:before{ content: ''; position: absolute; left: 0; bottom:0; z-index: 1;
	width: 100%; height: 1px; background-color: #e6e6e6;}
.rylist li .pic{ width: 100%; height:0; padding-bottom: 440px;
	position: relative; overflow: hidden; }
.rylist li .pic img{width: 100%;min-height: 100%;}
.rylist li .pic .wrap{ background-color: #efefef; width: 100%; height: 100%;
	position: absolute; left:0; top:0; z-index: 1; font-size: 0; text-align: center;}
.rylist li .pic .wrap i{ display: inline-block; width: 0; height: 100%; vertical-align: middle;}
.rylist li h3{ font-size: 16px; line-height: 40px; text-align: center; height: 40px;    margin-top: 10px;
	overflow: hidden; color: #666;overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.rylist li h3,.rylist li a:after{ -webkit-transition: .6s; -moz-transition: .6s;
	-ms-transition: .6s; -o-transition: .6s; transition: .6s;}
.rylist li:hover h3{ color: #195999;}
.rylist li:hover a:after{ width: 100%; background-color: #195999;}
@media screen and (max-width:1240px){
	.rylist{ padding: 70px 20px 30px;}
	.rylist li .lin{ padding: 0 0px;}
}
@media screen and (max-width:1100px){
	.rylist li{ width: 33.3%;}
	.rylist li h3{ line-height: 40px; height: 50px;margin: 0;}
}
@media screen and (max-width:900px){
	.rylist li{ width: 50%;padding: 0 5px;margin-bottom: 0px;}
}
@media screen and (max-width:750px){
	.rylist li h3{ font-size: 14px; padding: 5px;}
}
.InfoContent .seemore{display: flex;margin:0 auto;color: #333;width: 120px;}
.InfoContent .seemore:hover{color: #195999;}
.InfoContent .seemore span{margin:0 10px;}





.newslist{}
.newslist .lin{
    /*display: flex;*/
    overflow: hidden;
    position: relative;
}
.newslist li{ width: 100%; padding: 30px; border-bottom: 1px solid #eaeaea;    margin-bottom: 40px;background: #fff;}
/*.newslist li a{ display: block; position: relative; padding-left: 410px;*/
/*	height: 210px; overflow: hidden; padding-right: 170px;}*/

.newslist li .pic{ 
    width: 340px;
    height: 210px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.newslist li .pic a{
    display: block;
    width: 100%;
    height: 100%;
}
.newslist li .pic img{ width: 100%; height: 100%!important;object-fit: cover;}
.newslist li:hover .pic img{transform:scale(1.1);}
.newslist li .right{
    float: left;
    width: calc(100% - 480px);
}
.newslist li .right .con{}
.newslist li h3{ font-size: 20px; color: #303030; line-height: 40px; height: 40px; overflow: hidden; padding: 10px 0 0 0;}
.newslist li .txt{ color: #767676; line-height: 24px; overflow: hidden; height: 72px; margin-top: 12px; text-align: justify;}
.newslist li .info{ font-size: 16px; color: #999; line-height: 20px; margin-top: 30px;}
.newslist li .info span{ display: inline-block; padding-left: 22px; margin-right: 20px;}
span.clock{ background: url('../images/clock.png') left no-repeat;}
span.click{ background: url('../images/click.png') left no-repeat;}

.newslist li label{ display: block; width: 38px; height: 38px; position: relative;
	background: #fff url('../images/jia1.png') center no-repeat; border: 1px solid #cacaca;
	position: absolute; right: 20px; top: 80px; z-index: 1; cursor: pointer;}

.newslist li:hover h3{ color: #195999;}
.newslist li:hover{ box-shadow: 0 4px 20px 1px rgba(112,112,112,0.2);}
.newslist li:hover label{ background-color: #195999; border-color: #195999;
	background-image: url('../images/jia1h.png');}
.newslist h3,.newslist li,.newslist label,.newslist li .pic img{
	-webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}

@media screen and (max-width:1040px){
	.newslist li label{ display: none;}
	.newslist li .pic{width:240px;}
	.newslist li .right{width: calc(100% - 280px);}
	.newslist li .txt{ height: 96px;}
	.newslist li .info{ margin-top: 20px;}
}
@media screen and (max-width:900px){
	.newslist li .txt{ height: 120px;}
	.newslist li .info{ display: none;}
}
@media screen and (max-width:750px){
	.newslist li{padding: 20px;}
	.newslist li .pic{ left:0px; width: 100%;    position: relative;}
	.newslist li h3{ font-size: 18px; line-height: 48px; height: 48px; padding-top: 0;}
	.newslist li .txt{ line-height: 2rem; height: 64px;margin-top: 0;display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;}
	.newslist li .right{width:100%;}
}



div.pageList{ padding: 0 20px; text-align: center;font-size: 0;line-height: 0}
div.pageList ul.l{ display: none;}
div.pageList ul.r{ float: none;}
div.pageList ul li {margin: 0 5px; line-height: 0px;display: inline-block;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;overflow: hidden}
div.pageList ul li a{ display: inline-block; border: 1px solid #ddd; background-color: #fff;
	padding: 0 16px; margin:0; color: #999; font-size: 14px; line-height: 40px;border: none;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;font-size: 16px;vertical-align: top}
div.pageList ul li.active a,
div.pageList ul li:hover a{ background-color: #195999; border-color: #195999; color: #fff;}



/* .main,.main3{ background-color: #f5f5f5; padding: 40px 0 60px;} */
.atc-out{ max-width: 1200px; margin: 0 auto; background-color: #fff;}
.atc{ padding: 60px 0 60px; width: 900px; margin: 0 auto;}
.atc-h{ text-align: center;}
.atc-h h1{ font-size: 24px; color: #222; line-height: 40px;}
.atc-date{ color: #666; line-height: 30px; margin-top: 12px; padding: 10px 0; background-color: #f5f5f5;}
.atc-date a{ color: #666;}
.atc-date i{ margin: 0 20px;}
.atc-con{ padding: 24px 0 40px; font-size: 14px; line-height: 26px; color: #666; border-bottom: 1px solid #ebebeb;}
.atc-con img{ max-width: 100%; margin: 5px 0;}

.atc-pn{ position: relative; margin-top: 20px;}
.atc-pn a{ display: block; overflow: hidden; color: #666; line-height: 32px;}
.atc-pn a:hover{ color: #195999;}

.atc-pn a.ret{ font-size: 16px; color: #195999; text-align: center; line-height: 44px;
	width: 180px; height: 44px; background-color: #fff; border: 1px solid #195999; margin-top: 30px;}
.atc-pn a.ret:hover{ color: #fff; background-color: #195999;}

.videowrap{ width: 100%; position: relative; text-align: center;}
.video { width: 900px; max-width: 100%; height: 540px;}

@media screen and (max-width:1200px) {
	.main{ padding: 0;}
}
@media screen and (max-width:960px) {
	.videowrap{ padding-bottom: 60%; height: 0;}
	.video{ position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%;}
	.atc{ padding: 50px 0px; width: auto;}
}
@media screen and (max-width:750px) {
	.atc-h h1{ font-size: 22px; line-height: 50px;}
	.atc-h .atc-date{    font-size: 14px;    height: 50px;overflow: hidden;
		line-height: 36px;
		margin-top: 20px;
		padding: 10px;}
	.atc-h .atc-date span:nth-child(2){display: none;}
	.atc-con{ font-size: 14px; padding: 40px 0;}
	/* .atc-con div,.atc-con p,.atc-con span{ font-size: 26px !important; line-height: 46px!important;} */

	.atc-pn{ font-size: 16px;}
	.atc-pn a{ line-height: 40px;}

	.atc-pn a.ret{ width: 120px; display: block; margin: 40px auto 0;
		height: 46px; line-height: 46px; font-size: 16px;}
}


.service-boxs {
	max-width: 1400px;
	margin: 0 auto;
}
.service-content {
	position: relative;
	z-index: 3;
	margin: 50px auto 65px;
}
.service-content:before {
	position: absolute;
	left: 20px;
	top: 38px;
	bottom: 220px;
	content: "";
	width: 1px;
	background: #f7f8f9;
	z-index: -1;
}
.service-items {
	margin-bottom: 32px;
}
.service-items:hover .service-numble b {
	background: #195999;
	color: #fff;
}
.service-numble {
	float: left;
	padding-top: 38px;
}
.service-numble b {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	font-family: "Helvetica";
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	transition: 0.4s;
}
.service-numble span {
	display: block;
	margin-left: 16px;
	float: left;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.service-fixs {
	margin-left: 196px;
	position: relative;
	padding: 42px 40px 20px;
	background: rgba(255, 255, 255, .9);
}
.service-fixs:before {
	position: absolute;
	left: -14px;
	top: 46px;
	content: "";
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-right: 14px solid #f7f8f9;
}
.service-tt {
	padding-bottom: 40px;
	border-bottom: 3px solid #e8eaec;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.service-down {
	padding-top: 40px;
}
.service-down strong {
	display: block;
	margin-bottom: 5px;
	color: #000000;
	font-size: 20px;
}
.service-down p {
	color: #333333;
	font-size: 16px;
}
.service-btn-list {
	margin-top: 20px;
}
.service-btn-list li {
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
	white-space: nowrap;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	box-sizing: border-box;
	min-width: 169px;
	padding: 0 30px;
	text-align: center;
	background: #195a9c;
	transition: 0.6s;
	flex: auto;
	cursor: context-menu;
	position: relative;
}
.service-btn-list li.service-more{
	padding-right: 50px;
}
.service-btn-list li.service-more:before{
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/services.png) center 0px no-repeat;
	background-size: 30px;
	transition: 0.6s;
}
.service-btn-list li:hover {
	background: #195999;
}
.service-btn-list li.service-more:hover:before{
	background: url(../images/services.png) center -30px no-repeat;
	background-size: 30px;
}
.service-btn-list li:last-child {
	margin-right: 0;
}
/* .service-btn-list1 li {
  min-width: 340px;
} */
.service-line {
	margin: 32px 0 42px;
	height: 3px;
	background: url(../images/line5.png) left center repeat-x;
}
.wx-service img {
	max-width: 100%;
	width: auto;
}
.service-btn-show{}
.service-btn-showbox{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #195999;
	visibility: hidden;
	height: 0;
	transition: .6s;
	opacity: 0;
	border-radius: 4px;
}
.service-btn-showbox.on{
	height: 50px;
	visibility: initial;
	opacity: 1;
}
.service-btn-showbox div p{
	color: #fff;
	font-size: 18px;
	padding:0 20px;
	line-height: 50px;
}




/* 详情 */
.detailsRow{display: flex;flex-flow: row-reverse wrap;margin:0;align-items: center;}
.detailsRow:before,
.detailsRow:after{display: none;}
.detailsRow>div{padding:0;margin-bottom:20px;}
.detailsRow .index_title{margin-bottom:30px;text-align: center;}
.detailsRow .index_title .h3{line-height: 2;position: relative;}
.detailsRow .index_title .h3:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 50px;
	height: 2px;
	background-color: #195999;
	-webkit-transition: .5s;
	transition: .5s;
}
.detailsRow.busi2_m2 .index_title .h3:after{left: auto;right: 0;}
.detailsRow .index_title em{display: none;}
.detailsRow .busih5{font-size: 30px;margin-bottom: 40px;color: #333;}
.detailsRow .busih8{font-size: 18px;color: #195999;padding-left: 30px;background: url(../images/gs.png) no-repeat left center;background-size: 20px;}
.detailsRow .busih6{color: #195999;font-size: 20px;    font-weight: bold;}
.details-pro-list{position: relative;}
.detailsRow:hover .index_title .h3:after{
	width: 80px;
}
.detailsRow:hover img{transform:scale(1.1);}
.detailsRow.zzdetailsRow:hover .index_title .h3:after{width: 50px;}
.detailsRow.zzdetailsRow:hover img{transform:scale(1);}
/* .detailsRow.zzdetailsRow .zzdetailshow:hover .index_title .h3:after{width: 80px;} */
.detailsRow.zzdetailsRow .zzdetailshow:hover  img{transform:scale(1.1);}
.detailsRow.zzdetailsRow .zzdetailshow:hover .text{padding-top: 20px;    padding-bottom: 10px;}
.pro-swiper{position: relative;}
.pro-swiper .swiper-container{position: static;}
.pro-swiper .row{display: flex;align-items: center;flex-flow: row-reverse wrap;}
.pro-swiper h5{font-size:20px;color:#5761a4;line-height:28px;max-height:56px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.pro-swiper h6{margin:20px 0 10px;font-size:16px;line-height:28px;}
.pro-swiper h6 span{color:#5761a4;}
.pro-swiper .p{font-size:14px;line-height:24px;}
.pro-swiper .index_href{margin-top:30px;}
.pro-swiper .index_href>.a{background:#5761a4;}
.pro-swiper .img{max-width:640px;}
.pro-swiper .img p{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.pro-swiper .img>img{width:auto;max-width:100%;}
.pro-swiper .img:hover>img{transform: scale(1.1);}
.pro-swiper .swiper-buttons{position: absolute;bottom:0;right:0;display: flex;align-items: center;}
.pro-swiper .swiper-buttons>div{position: static;margin:0 5px;width:40px;height:40px;background-size:auto 20px;}

.pro-nav-swiper{position: absolute;max-width:140px;right:-6%;top:50%;transform: translateY(-50%);z-index: 2;display: none;}
@media (max-width:767px){
	.details-pro-list{margin-bottom:25px;}
	.pro-swiper .img{max-width:430px;padding:0;margin:0 auto 20px;}
	.pro-swiper .img>img{margin:0 auto;}
}
@media (min-width:768px){
	.pro-swiper{width:85%;padding-right:120px;}
	.pro-swiper .col-sm-7{width:60%;}
	.pro-swiper .col-sm-5{width:40%;}
	.pro-swiper h5{font-size:24px;line-height:40px;max-height:80px;}
	.pro-swiper h6{margin:30px 0 15px;font-size:20px;line-height:30px;}
	.pro-swiper .p{font-size:16px;line-height:28px;}
	.pro-swiper .swiper-buttons{bottom:auto;top:50%;margin-top:-20px;}

	.pro-nav-swiper{display: block;}
}
@media (min-width:992px){
	.detailsRow>div{margin-bottom:0;}
	.detailsRow .index_title{text-align: left;}
	.detailsRow .text{padding-left:10%;}
	.detailsRow.zzdetailsRow{    flex-flow: wrap;    align-items: end;}
	.detailsRow.zzdetailsRow .text{padding-left:0;padding-top: 30px;
		-webkit-transition: .5s;
		transition: .5s;}
	.detailsRow.busi2_m2 .text{padding-left:0;padding-right: 10%;text-align: right;}
	.detailsRow.busi2_m2 .index_title{text-align: right;}

	.pro-swiper .img{padding:25px;}
	.pro-swiper .index_href{margin-top:40px;}
	.pro-swiper .swiper-buttons>div{width:50px;height:50px;background-size:auto 30px;}
}
@media (min-width:1200px){
	.pro-swiper .text{padding-right:10%;padding-top: 26%;color: #fff;}
	.pro-swiper h5{font-size:26px;line-height:50px;max-height:100px;}
	.pro-swiper h6{font-size:22px;line-height:40px;}
	.pro-nav-swiper{max-width:180px;}
}
@media (min-width:1450px){
	.pro-swiper h5{font-size:30px;}
	.pro-swiper h6{font-size:24px;}
	.pro-swiper .p{font-size:18px;line-height:36px;}
	.pro-swiper .index_href{margin-top:50px;}

	.pro-nav-swiper{max-width:264px;right:-8%;}
}














.clearfloat{    clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;}
.liuyan{ padding: 18px 0 20px; color: #333; font-size: 0;}
.liuyan .hang{ float: left; width: 49%; height: 40px; line-height: 40px; margin-bottom: 20px;}
.liuyan .hang.long{ float: none; width: 100%;}
.liuyan .hang.first{ margin-right: 2%;}
.liuyan .hang.fat{ width: 100%; height: auto;}


.liuyan input[type=text]{ width: 100%; height: 38px; border:1px solid #d7d7d7;
	line-height: 38px; text-indent: 18px; font-size: 14px; margin-left: -2px;}
.liuyan p { /* padding-left: 90px; */ height: 100%;}
.liuyan p label{float: left; margin-left: -90px; width: 80px; text-align: right; font-size: 18px; display: none;}
.liuyan textarea{ padding: 2%; height: 150px; border:1px solid #d7d7d7; resize:none;
	vertical-align: top; width:100%; line-height: 30px; font-size: 14px; margin-left: -2px;}
.liuyan input[type=text]:focus,.liuyan textarea:focus{ border-color: #195999;}
.liuyan input[type=text],.liuyan textarea{ transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;
	-webkit-transition: 0.3s; -o-transition: 0.3s;}

.liuyan i.v{ display: inline-block; width: 100%; height: 100%; vertical-align: top;}

.liuyan .hang2{ height: 40px; line-height: 40px; margin-bottom: 20px;}
.liuyan .hang2>div{ float: left; height: 100%;}
.liuyan .hang2 i.v{ width: 220px;}
.liuyan .verifyImg{ width: 98px; height: 38px; cursor: pointer; vertical-align: top; border: 1px solid #d7d7d7; margin-left: 10px;}
.liuyan .yzmchange{ display: inline-block; vertical-align: top; width: 50px;
	background: url('../images/change2.png') center no-repeat;}


.liuyan input#tj{ float: left; width: 160px; height: 42px; font-size: 14px; line-height: 38px;
	background-color: #195999; color: #fff; border: 1px solid #195999;transition: .5s;}
.liuyan input#tj:hover{ background-color: #fff; color: #195999;}

@media screen and (max-width:1200px){
	.liuyan{ padding: 18px 20px 20px;}
}
@media screen and (max-width:1080px){
	.liuyan{ padding: 40px 0 0;}
}
@media screen and (max-width:750px){
	.liuyan .hang{ float: none; width: auto; height: 60px; margin-left: 0; line-height: 60px; margin-bottom: 40px;}
	.liuyan .hang.first{ margin-right: 0;}
	.liuyan input[type=text]{ font-size: 24px; height: 58px; line-height: 58px;}
	/* .liuyan p { padding-left: 110px;}
	.liuyan p label{ width: 100px; font-size: 24px; margin-left: -110px; text-align: left;} */
	.liuyan textarea{ line-height: 40px; font-size: 24px; height: 200px;}

	.liuyan .hang2{ float: none; height: 60px; line-height: 60px; margin-bottom: 40px;}
	.liuyan .hang2>div{ float: none;}
	.liuyan .hang2 i.v{ width: 320px;}
	.liuyan .verifyImg{ float: right; width: 148px; height: 58px;}
	.liuyan .yzmchange{ float: right;}
	.liuyan input#tj{ width: 100%; height: 60px; line-height: 60px; font-size: 30px; margin-top: 40px;}

	.v span.Validform_checktip{ font-size: 22px; line-height: 30px; height: 30px;}
}











#dituContent{height:430px;overflow: hidden;font-family:"微软雅黑";}
.lxout{ max-width: 1200px; margin: 100px auto; overflow: hidden;}
.lxleft{ float: left; width: 380px;}
.lxright{ float: right; width: 610px;}

.cate5{ width: 100%; color: #195999;}
.cate5 .cn{ font-size: 36px; line-height: 54px;}
.cate5 .en{  font-size: 36px; line-height: 50px; font-weight: bold; text-transform: uppercase; display: none;}
.cate5 .hx{ width: 70px; height: 2px; background-color: #195999; margin-top: 10px;}

.lxleft .intro{ font-size: 14px; line-height: 24px; color: #999; margin-top: 24px;}

.lxway{ margin-top: 36px;}
.lxway p{ font-size: 16px; line-height: 32px; color: #666; margin-bottom: 10px;}

@media screen and (max-width:1260px){
	.lxout{ width: auto; padding: 0 30px;}
}
@media screen and (max-width:1080px){
	.lxleft{ float: none; width: 100%;}
	.lxright{ float: none; width: 100%;}
}
@media screen and (max-width:750px){
	.lxleft .intro{ font-size: 24px; line-height: 42px;}
	.lxway p{ font-size: 26px; line-height: 46px;}
}















.ablist{ overflow: hidden; width: 100%; font-size: 0;}
.ablist li { display: inline-block; width: 30%;margin-left: 5%;}
.ablist li:first-child{ margin-left: 0;}
.ablist li .lin{  height: 720px; position: relative; background-color: #000; overflow: hidden;transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;}

.ablist li .pic{ position: absolute; width: 100%; overflow: hidden; height: 100%;}
.ablist li .pic img{ width: 640px; height: 100%; margin-left: -320px;
	position: absolute; left:50%; top:0; z-index: 0; opacity: 1; filter:alpha(opacity= 100);-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}

.ablist li .wz{ padding: 40% 20px 0; position: relative; z-index: 1;
	max-width: 400px; text-align: left; color: #fff; margin: 0 auto;}
.ablist li .fig{ height: 42px; margin-bottom: 20px;}
.ablist li .fig img{ height: 100%;}
.ablist li h3{ font-size: 30px; line-height: 50px; white-space: nowrap; height: 50px; overflow: hidden;    margin-bottom: 40px;}
.ablist li .txt{ font-size: 18px; line-height: 30px; word-break:normal;text-transform: uppercase;   /*  height: 120px;overflow-y: auto; */}

.ablist li:hover .wz{ padding-top: 100px;}
.ablist li:hover .pic img{ opacity: 0.6; filter:alpha(opacity= 60);}
.ablist li .wz{ -webkit-transition: .5s; -moz-transition: .5s;
	-ms-transition: .5s; -o-transition: .5s; transition:  .5s;}

@media screen and (max-width:1260px){
	.about{ width: auto; padding: 0 30px;}
}
@media screen and (max-width:1000px){
	.ablist{ width: 640px; margin: 0 auto; padding-bottom: 30px;}
	.ablist li{ width: 100%; margin-bottom: 10px;margin-left:0;}
}
@media screen and (max-width:750px){
	.aboutcon{ font-size: 26px; line-height: 46px;}
	.aboutcon div,.aboutcon p,.aboutcon span{ font-size: 26px !important; line-height: 46px!important;}
}












.location_main{padding:10px 0;background:#fbfbfb}
.location_main .crumbs_nav{color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.location_main .crumbs_nav i{margin:0 10px;}
.location_main .crumbs_nav a{position: relative;color:#666}
.location_main .crumbs_nav a:hover{color:#333;text-decoration: underline;}

.submenu{display: flex;justify-content: center;flex-flow: row wrap;margin-top:-10px;margin-bottom:20px;margin-left:-3px;margin-right:-3px;}
.submenu:before,
.submenu:after{display: none;}
.submenu>li{float:left;padding:0 3px;margin-bottom:5px;}
.submenu>li>a{position: relative;display: block;font-size:14px;padding:6px 8px;}
.submenu>li>a::after{content: '';position: absolute;width:0;height:2px;background:#195999;left:10%;bottom:0;transition: all 0.5s;}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a,
.submenu>li.active>a:focus,
.submenu>li.active>a:hover{color:#195999;border:none;background:transparent;}
.submenu>li.active>a{font-weight: 700;}
.submenu>li.active>a::after,
.submenu>li>a:hover::after{width:80%;}
@media (max-width:767px){
	.location_main .crumbs_nav{font-size:12px;}
	.location_main .crumbs_nav i{margin:0 6px;}

	.info_previous_next_wrap{font-size:12px;margin-top:30px}
}
@media (min-width:768px){
	.location_main{padding:15px 0;}

	.inside_main{padding:50px 0;z-index: 1;}
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:18px;}
	.InfoTitle .date span{padding:0 10px;}

	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}

	.submenu{margin-left:-5px;margin-right:-5px;margin-bottom:30px;}
	.submenu>li{padding: 0 5px;margin-bottom:10px;}
	.submenu>li>a{font-size:16px;padding:10px 15px;}
}
@media (min-width:992px){
	.InfoTitle h4{font-size:20px;}
	.InfoTitle .date{font-size:14px;}

	.goBack{margin-top:40px;}
	.goBack a{font-size:16px;padding:15px 40px;}
}
@media (min-width:1200px){
	.inside_main{padding:60px 0;}

	.InfoTitle h4{font-size:22px;}
}
@media (min-width:1450px){
	.inside_main{padding:70px 0;}

	.InfoTitle h4{font-size:24px;}
	.InfoContent{font-size:16px;}
}
@media (min-width:1650px){
	.inside_main{padding:80px 0;}
}

/* 关于我们 */
.about_ul{list-style: none;text-align: center;margin-top:30px;display: flex;align-items: stretch;flex-flow: row wrap;}
.about_ul:before,
.about_ul:after{display: none;}
.about_ul li{margin-bottom:30px;}
.about_ul .num{font-size:16px;}
.about_ul .num>span{font-weight: 700;color:#195999;font-size:30px;font-family: GOTHAM-BOLD;}
.about_ul h5{font-size:16px;}
.about_ul p{color:#999;margin-top:5px;}

.partner_list{margin-left:-5px;margin-right:-5px;}
.partner_list .column{padding:0 5px;margin-bottom:10px;}
.partner_list .img{border:1px solid rgb(25, 89, 153,.3);transition: all 0.35s;}
.partner_list .img:hover{border-color:rgb(25, 89, 153);}
.partner_list .img:hover>img{transform: none;}
@media (max-width:479px){
	.partner_list .column{width:100%;}
}
@media (min-width:768px){
	.about_ul .num>span{font-size:40px;}

	.partner_list{margin-left:-10px;margin-right:-10px;}
	.partner_list .column{padding:0 10px;margin-bottom:20px;}
}
@media (min-width:992px){

}
@media (min-width:1200px){
	.about_ul{margin-top:50px;}
	.about_ul .num>span{font-size:50px;}

	/* .partner_list .column{width:20%;} */
}
@media (min-width:1650px){
	.about_ul .num>span{font-size:60px;}
}

/* 详情 */
.detailsMain .swiper-pagination-bullet{background:#ccc;}
.detailsMain .swiper-pagination-bullet-active{background:#195999;}
.detailsMain .left .img{background:#fff;}
.detailsMain .left .img>img{width:auto;max-width:100%;margin:0 auto;}
.detailsMain>.column{margin-bottom:15px}
.details_title h2{font-size:18px;margin:0;line-height:1.6}
.detailsContent{border-top:1px #ddd solid;padding-top:30px;margin-top:25px}

.recommend_main{padding-top:0;}
.recommend_title{font-size:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px #dad9d9 solid;}
@media (max-width: 479px) {
	.tip_list .column{width:50%;}
}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {
	.detailsMain{margin-left:-30px;margin-right:-30px}
	.detailsMain>.column{padding:0 30px}
	.details_title h2{font-size:20px}
	.recommend>h2{font-size:20px;}
	.recommend_title{font-size:24px;margin-bottom:30px;}
}
@media (min-width: 1450px) {
	.details_title h2{font-size:24px}
}


/*人才招聘*/
.job_list .span1{width:55%;text-indent: 30px;}
.job_list .span2{width:15%;}
.job_list .span3{width:15%;}
.job_list .span4{width:10%;}
.job_list .span5{width:5%;padding-top:5px}
.job_list .panel{border:none;border-radius: 0;box-shadow: none;margin-bottom:0;}
.job_list .panel:first-child .panel-heading{border-top:1px solid #eaeaea;}
.job_list .panel-heading{padding:10px 0;border-radius: 0;border:none;border-bottom:1px solid #eaeaea;transition: all 0.3s;}
.job_list .panel-heading a{display: block;overflow: hidden;}
.job_list .panel-heading .span{float:left;line-height:30px;overflow: hidden;}
.job_list .panel-heading .span>i{display: block;width:20px;height:20px;margin:0 auto;background:url(../images/down.png) no-repeat center;transition: all 0.3s;}
.job_list .active .panel-heading .span>i{transform:rotate(-180deg);}
.job_list .panel-heading:hover,
.job_list .active .panel-heading{background:#f2f2f2;}
.job_list .panel-body{padding:20px 15px;border-bottom:1px solid #eaeaea;}
.apply_btn a{display: inline-block;padding:10px 15px;line-height:30px;color:#fff;background:#3b3b3b;color:#fff;margin-top:30px;font-size:13px;transition: all 0.5s;}
.apply_btn a:hover{text-decoration: underline;color:#fff;background:#195999;}
@media (max-width:767px){
	.job_list .span1{width:65%;text-indent: 10px;padding-right:10px;}
	.job_list .span2,
	.job_list .span3{display: none;}
	.job_list .span4{width:25%;}
	.job_list .span5{width:10%;}
}
@media (min-width:768px){
	.job_list .panel-body{padding:30px;}
}

/*联系我们*/
.contact_ul{list-style: none;margin-bottom:10px;}
.contact_ul li{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ccc;}

.message_form .h3_tit{font-size:26px;margin-bottom:15px;font-weight: 700;}
.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:#ff0000}
.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:140px;}
.message_form .btn{display:block;width:180px;max-width:100%;line-height:20px;font-size:16px;border:none;padding:15px;color:#fff;background:#333;margin:90px 0 0;outline:0!important;border-radius: 0;transition: all 0.5s;}
.message_form .btn:hover,
.message_form .btn:active{background: #195999;color:#fff;}

@media (max-width:991px){
	.contact_ul{margin:0;}
	.contact_ul li{padding-left:0;padding-right:0;}
}
@media (max-width:768px){
	.message_form .btn{width:160px;margin:35px auto 0;font-size:14px;padding:12px;}
}
@media (min-width:992px){
	.contact_ul{margin-bottom:30px;}
	.contact_ul li{padding-bottom:0;border-bottom:0;}
}



@media (max-width:1500px){
	.indexTitle h2 p{    font-size: 28px;     margin-bottom: 0;}
	.indexTitle h2{font-size: 20px;}
	.indexTitle{    margin-bottom: 30px;}
	.about_row>div:nth-child(2){    padding-top: 80px;}
	.public_row .public_btn{    margin-top: 50px;}
	.cpzz-swiper .swiper-slide p{font-size: 20px;}
}
@media (max-width:991px){
	.about_row>div:nth-child(2){    padding-top: 0px;}
	.lh-case-item li{padding: 0 5px;width: 50%;}
	.lh-case-item li .text h2{font-size: 18px;line-height: 30px;}
	.lh-case-item li .text i{font-size: 46px;    margin-bottom: 10px;}
	.lh-case-item li .text h3{    margin: 5px 0;
		font-size: 14px;}
	.cpzz-swiper .swiper-slide p{font-size: 16px;padding:0 5px;}
	.indexnews_list li{width: 100%;}
	.indexnews_list li h3{font-size: 18px;}
	.indexnews_list li h4{font-size: 14px;}
	.indexItem .foot-top{display: none;}
	.swiper-button-next,.swiper-button-prev{    background-size: auto 18px;width: 32px;
		height: 48px;}
	.ablist{width: 100%;}
	.ablist li h3{font-size: 18px;margin-bottom: 0px;}
	.ablist li .txt{font-size: 14px;line-height: 1.75em;}
	.ablist li .lin{height: 300px;}
	.ablist li .pic img{width: 100%;    margin-left: 0;left: 0;}
	.ablist li .wz{padding: 4rem 20px 0;}
	.lvelist li .lin{margin:0;}
	.detailsRow{}
	.detailsRow .index_title{text-align: left;}
	.detailsRow .index_title .h3{font-size: 18px;}
	.detailsRow.busi2_m2,.detailsRow.busi4_m3{flex-flow: wrap-reverse;}
	.mbg .detailsRow{background: rgba(237, 237, 235, .9);}
	.detailsRow.busi2_m2 .index_title .h3:after{right: auto;left: 0;}
	.busi4_m2top{width: 100%;    position: relative;}
	.busi4_m2top p{font-size: 14px;line-height: 1.75rem;}
	.pro-swiper .img p{font-size: 16px;text-align: left;}
	.pro-swiper .swiper-buttons>div{width: 26px;}
	.detailsRow .busih6,.busi4_m2top .brand span,.index_title .pingan,.detailsRow .busih8, .busi4_m3 .InfoContent b,.InfoContent .fubt{font-size: 16px;}
	.busi4_m3 .img{margin: 0;}
	.detailsRow .busih5{font-size: 22px;margin-bottom: 20px;}
	div.pageList{padding:0;}
	div.pageList ul li a{padding: 0 15px;
		margin: 0;
		height: 40px;
		color: #999;
		font-size: 14px;
		line-height: 38px;}
	.rylist li .pic{padding-bottom: 200px;}


    .service-content{
		margin: 0px auto 20px;
	}
	.service-content:before{
		content: none;
	}
	.service-numble{
		float: none;
		padding-top: 0;
	}
	.service-fixs{
		width: 100%;
		margin-left: 0;
		padding: 20px 10px;
		margin-top: 10px;
	}
	.service-fixs:before{
		content: none;
	}
	.service-tt{
		font-size: 16px;
		padding-bottom: 12px;
		border-bottom: 1px solid #e8eaec;
	}
	.service-down{
		padding-top: 10px;
	}
	.service-btn-list{
		margin-top: 0;
	}
	.service-btn-list li{
		min-width: auto;
		font-size: 14px;
		padding: 0 10px;
		height: 34px;
		line-height: 34px;
		margin-right: 5px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.service-btn-list li.service-more:before{
		width: 14px;
   		height: 14px;
		background: url(../images/services.png) center 0px no-repeat;
		background-size: 14px;
	}
	.service-btn-list li.service-more:hover:before{
		background: url(../images/services.png) center -14px no-repeat;
    	background-size: 14px;
	}
	.service-btn-list li.service-more{
		padding-right: 28px;
	}
	.service-btn-showbox div p{
		font-size: 12px;
		padding: 0 5px;
		line-height: 30px;
	}
	/* .service-btn-showbox{
		display: block;
		overflow: hidden;
	}
	.service-btn-showbox>div{
		float: left;
	} */
	.service-btn-showbox.on{
		height: 34px;
	}












}




/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,25px,0);
	transform: translate3d(0,25px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-25%,0,0);
	transform: translate3d(-25%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(25%,0,0);
	transform: translate3d(25%,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;
}