﻿/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#2b4c92;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#2b4c92}
::-webkit-scrollbar-thumb:vertical:hover{background:#2b4c92}

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";width:100%;min-width:228px;background:#fff;overflow-x: hidden;}
.bgColorF0{background-color:#f0f0f0}
body,html{height:100%;}
em,i{font-style:normal}
input,textarea,img,button{outline: 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,dl{margin-top:0;margin-bottom:0;}
ul{margin:0;padding:0;}
ul,li{list-style: none;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;}
textarea{resize: none;}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.img{overflow:hidden;position:relative;margin:0 auto;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;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;}
.form-control:focus {
    border-color: #2b4c92;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
}

@media (max-width:767px){
	.PC_img{display: none!important;}
	.container{width:100%;padding-left:15px;padding-right:15px;}
}
@media (min-width:768px){
	.min_img{display:none!important;}
}
@media (min-width:992px){

}
@media (min-width:1200px){
	.container{width:1100px}
}
@media (min-width:1450px){
	.container{width:1330px}
}
@media (min-width:1650px){
	.container{width:1430px}
}
@media (min-width:1850px){
	.container{width:1630px;}
}

.sideBar1 {
	position: fixed;
	width: 48px;
	right: 0;
	bottom: 15%;
	z-index: 1031;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	padding: 3px 0;
}
.sideBar1.on {
	right: -24px;
}
.sideBar>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sideBar1 li {
	position: relative;
}
.sideBar1 li>a {
	display: block;
}
.sideBar1 li>a>.icon {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sideBar1 li>a>.icon img {
	display: block;
	width: 30px;
	height: 30px;
}
.sidebox {
	position: absolute;
	right: -200px;
	top: 0;
	min-height: 48px;
	color: #333;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	background-color: #fff;
	padding: 10px;
}
.sidebox1 {top:-50px;}
.sidebox a {
	color: #fff!important;
}
.sidebox span {display: block;}
.sidebox .img {
	min-width: 140px;
	max-width: 140px;
}
.sidebox .img img+span {margin-top:5px;}
.sideBar1 li:hover .sidebox {
	right: 48px;
}

/*foot*/
/*.gotop{width:40px;height:40px;background:url(../images/gotop.png) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:50px;z-index:1;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:5px}
.gotop:hover{background-image:url(../images/gotop1.png)}*/

.footer{width:100%;border-top:7px solid #2b4c92;background:#1C283E;overflow: hidden;color:#9fa0a0;}
.footer a{color:#9fa0a0;}
.footer a:hover{color:#e50012;}

.footTop{padding:25px 0;}
.footNav{overflow: hidden;}
.footNav:before,
.footNav:after{display: none;}
.footNav dl{width:100%;float:left;margin-bottom:15px;}
.footNav dt{margin-bottom:15px;border-bottom:1px solid #595857;}
.footNav dt>a{display: block;color:#dcdddd;font-size:16px;padding-bottom:10px;}
.footNav dd{overflow: hidden;}
.footNav dd>a{float:left;color:#9fa0a0;margin-bottom:8px;display:block;margin-right:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.footNav dt>a:hover,
.footNav dd>a:hover{color:#e50012;}

.footNav .dlOther{float:right;}
.footNav .dlOther dd{padding-right:0;}
.fEwm{font-size:14px;margin-top:10px;text-align: center;}
.fEwm img{max-width:130px;padding:3px;border:1px solid #727171;;margin:0 auto 10px;}
.fContact p{position: relative;line-height:24px;padding-left:32px;margin-bottom:5px;font-size:14px;font-weight: 700;}
.fContact p img{position: absolute;width:24px;height:24px;left:0;top:0;}
.copyRight{padding:15px;border-top:1px solid rgba(89,87,87,0.3);line-height:20px;text-align: center;}
.copyRight a{display: inline-block;}
.copyRight a:hover{color:#9fa0a0;text-decoration: underline;}
@media (max-width:767px){
	/*.gotop{width:30px;height:30px}*/

	.fContact{display: flex;flex-direction: column;align-items: center;}
	.footNav .dlOther{margin-top:10px;margin-bottom:0;}
	.copyRight{padding:10px 15px;font-size:12px;}
	.copyRight a{display: block;}
}
@media (min-width:768px){
	.footTop{padding:35px 0;}
	.footNav{margin-left:-15px;margin-right:-15px;display: flex;align-items: stretch;flex-flow: row wrap;}
	.footNav dl{width:25%;padding:0 15px;}
	.footNav dl>dt{min-width:100px;}
	.footNav .dlOther{float:right;}
	.footNav dd>a{float:none;margin-right:0;}
}
@media (min-width:992px){
	.footNav{margin-left:-20px;margin-right:-20px;}
	.footNav dl{width:auto;max-width:100%;padding:0 20px;}
}
@media (min-width:1200px){
	.footNav{display: block;}
	.fEwm{font-size:16px;}
}
@media (min-width:1650px){
	.footNav{margin-left:-25px;margin-right:-25px;}
	.footNav dl{padding:0 25px;}
}
@media (min-width:1850px){
	.footNav dl>dt{min-width:130px;}
}
/*导航*/
.navbar-default {
	background-color: rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.32);
	box-shadow: 0 0 8px rgba(0,0,0,.32);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	transition:all .5s
}
.navbar-brand {
	display: block;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:0;
	transition:all .5s
}
.navbar-brand img,
.navbar-brand svg {
	display: block;
	height: 40px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #2b4c92;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.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;
}
.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);
}
.navbar-default .navbar-nav>li{position: static;}
.navbar-default .navbar-nav>li>a {
	display: block;
	color: #595757;
	line-height:30px;
	transition:all .5s;
}
.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: #2b4c92;
	background-color: transparent;
	border-color:#2b4c92;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: 100vh;
	height:calc(100vh - 50px)
}


/* 注册登录 */
.top-wraper-right{position: relative;}
.top-wraper-right>ul>li{position: relative;float:left;padding:0 5px;}
.top-wraper-right>ul>li:after{content: '';position: absolute;width:1px;height:12px;right:0;top:50%;margin-top:-6px;background:#333;}
.top-wraper-right>ul>li:last-child:after{display: none;}
.top-wraper-right>ul>li>a{display: block;padding:10px 5px;line-height:30px;cursor: pointer;transition: all 0.5s;}

/* 二级导航 */
.header .dropdown-menu li{margin:10px 0}
.header .dropdown-menu li a{display:block;color:#231815;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.header .dropdown-menu li h2{font-size:14px;color:#231815;font-weight:700;margin:0 0 10px;border-bottom:1px rgba(255,255,255,.6) solid;padding-bottom:10px;}
.header .dropdown-menu li .a{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:-12px;margin-right:-12px}
.header .dropdown-menu li .a span{display:block;padding:0 12px;overflow:hidden}
.header .dropdown-menu li .a a{color:#595857;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.header .dropdown-menu li a:hover{color:#e50012;}
.header .dropdown-menu li .a a:hover{color:#6c88bc;}
@media (max-width:767px){
	/*.navbar-toggle{margin-top:14px;}*/
	.navbar-nav>li{padding:0 15px;}
	.navbar-default .navbar-nav>li>a{line-height:20px;padding:10px 0;border-bottom:1px solid #ccc}

	.top-wraper-right{position: absolute;right:60px;top:0;}
	
	.effectBg .navbar-default{background:#fff;}
	
	.header .dropdown-menu li .a span{width:50%;}
}
@media (max-width:479px){
	.header .dropdown-menu li .a span{width:100%;}
}
@media (max-width:360px){
	.top-wraper-right{display: none;}
}
@media (min-width:768px){
	.navbar-brand{padding-top:10px;padding-bottom:10px;}
	.navbar-brand img,.navbar-brand svg{height:40px}
	.navbar-nav>li{padding:0 5px;}
	.navbar-default .navbar-nav>li>a{padding:15px 6px}
	
	.top-wraper-right{float:right;margin-left:15px;}
	.top-wraper-right>ul>li>a{padding:15px 5px;}
	
	.header .dropdown-menu{width:100%;min-height:150px;background-color:rgba(0,0,0,.7);padding:20px 0;margin:0;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}
	.header .dropdown-menu .container{display:flex;flex-direction:row;flex-wrap:wrap;padding:0;max-height:430px;overflow-y:auto}
	.header .dropdown-menu .container::-webkit-scrollbar{width:3px;height:3px}
	.header .dropdown-menu1 .container{justify-content:center}
	.header .dropdown-menu li{width:25%;padding:0 15px}
	.header .dropdown-menu li .a a,.header .dropdown-menu li a{color:#fefefe}
}
@media (min-width:992px){
	.top-wraper-right>ul>li>a{padding:20px 5px;}
	.navbar-default .navbar-nav>li>a{padding:20px 10px}
}
@media (min-width:1200px){
	.navbar-brand{padding-top:10px;padding-bottom:10px;}
	.navbar-brand img,.navbar-brand svg{height:50px}
	.navbar-nav>li{padding:0 10px;}
	.navbar-default .navbar-nav>li>a{padding:20px 10px;font-size:16px;}
	
	.top-wraper-right{float:right;margin-left:40px;}
	.top-wraper-right>ul>li>a{padding:20px 5px;font-size:16px;}
	
	body.move .navbar-brand{padding-top: 8px;padding-bottom: 8px;}
	body.move .navbar-default .navbar-nav>li>a,
	body.move .top-wraper-right>ul>li>a{padding-top:25px;padding-bottom:25px;}
	
	.header .dropdown-menu li{width:16.66667%}
	.header .dropdown-menu li h2{font-size:16px}
}
@media (min-width:1450px){
	.navbar-brand{padding-top:13px;padding-bottom:13px;}
	.navbar-brand img,.navbar-brand svg{height:64px}
	.navbar-default .navbar-nav>li>a{padding:30px 15px;}
	
	.top-wraper-right>ul>li>a{padding:30px 5px;}
}
@media (min-width:1650px){
	/*.navbar-brand{padding-top:23px;padding-bottom:23px;}*/
	.navbar-default .navbar-nav>li>a{padding-left:20px;padding-right:20px;font-size:18px;}
	
	.top-wraper-right{float:right;margin-left:60px;}
	.top-wraper-right>ul>li>a{/*padding:40px 5px;*/font-size:18px;}
	.top-wraper-right>ul>li:after{height:18px;margin-top:-9px;}
}
@media (min-width:1850px){
	.navbar-default .navbar-nav>li>a{font-size:20px;}
	
	.top-wraper-right>ul>li>a{font-size:20px;}
}


/* 用户登录注册 */
.overflowH{overflow:hidden;}
.modal-main{width:100%;height:100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.modal-dialog{display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:30px 0;}
.login{border-top:8px solid #2b4c92;padding:20px 15px;}
.login .modal-header{padding:0;border-bottom:none;}
.modal-header .close{position: absolute;width:45px;height:45px;background:red;top:2px;right:0;border-radius: 5px;background: url(../images/icon20.png) no-repeat center #fff;cursor: pointer;opacity: 1;}
.login .modal-header h4{font-size:18px;margin-bottom:15px;}
.login .modal-body{padding:0;}
.login .modal-body input{display: block;width:100%;height:100%;border:none;}
.login .modal-body .input{position: relative;margin-bottom:15px;height:40px;border:1px solid #CCCCCC;border-radius: 5px;padding-left:50px;padding-right:15px;}
.login .modal-body .icon{position: absolute;width:45px;height:100%;left:0;top:0;}
.login .modal-body .icon7{background:url(../images/icon15.png) no-repeat center;}
.login .modal-body .icon8{background:url(../images/icon16.png) no-repeat center;}
.login .modal-body .icon9{background:url(../images/icon17.png) no-repeat center;}
.login .modal-body .icon13{background:url(../images/icon18.png) no-repeat center;}
.login .modal-body .icon14{background:url(../images/icon19.png) no-repeat center;}
.login .modal-body .icon:before{content:'';position: absolute;height:24px;width:1px;right:0;top:50%;margin-top:-12px;background:#ECECEC;}
.login .codeInput{position: relative;}
.login .codeInput .input{width:60%;}
.login .verificationCode{position: absolute;max-width:35%;height:100%;top:0;right:0;height:100%;overflow: hidden;cursor: pointer;display: flex;justify-content: center;align-items: center;}
.login .verificationCode img{width:auto;max-height:100%;max-width:100%;cursor: pointer;}
.login .verCode{position: absolute;max-width:35%;height:100%;top:0;right:0;height:100%;overflow: hidden;cursor: pointer;display: flex;justify-content: center;align-items: center;border-radius: 5px;overflow: hidden;}
.login .verCode>input{padding:0 10px;background:#2b4c92;color:#fff;}
.login .verCode>input[disabled='true']{background:#ccc;color:#666;}
.login .modal-body .submitBtn{width:100%;height:40px;background:#2b4c92;border-radius: 5px;color:#fff;font-size:16px;text-align:center;cursor: pointer;}
.login .modal-body .submitBtn input{color:#fff;font-size:16px;cursor: pointer;border:none;background:none;}
.login .modal-body .submitBtn:hover{background:#639022;}
.login .modal-body .submitBtn:hover input{text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}
.login .modal-footer{font-size:14px;line-height:24px;margin-top:15px;padding:15px 0 0;text-align: left;}
.login .modal-footer a{display: inline;cursor: pointer;}
.login .modal-footer .a:hover{color:#e50012;}

@media ( max-width: 767px ){
	.modal-dialog{width:90%;}
	.login .modal-body .icon{width:40px;background-size:20px auto;}
}
@media ( min-width: 768px ){
	.login{padding:30px 30px 25px;}
	.login .modal-header h4{font-size:20px;margin-bottom:20px;}
	.login .modal-body .input{margin-bottom:20px;padding-left:60px;}
	.login .modal-body .input,.login .modal-body .submitBtn{height:45px;}
	.login .modal-footer{line-height:26px;}
}
@media ( min-width: 992px ){
	.login .modal-header h4{font-size:22px;}
}
@media ( min-width: 1200px ){
	.login .modal-body .input,.login .modal-body .submitBtn{height:50px;}
	.login .modal-footer{font-size:15px;line-height:28px;margin-top:20px;}
}
@media ( min-width: 1650px ){
	.login .modal-footer{font-size:16px;}
}


/*第一屏*/
.swiper-pagination-bullet{width:8px;height:8px;opacity:1;background:#ccc;}
.swiper-pagination-bullet-active{background:#2b4c92}

.banner{position: relative;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide>img{width:100%;display: block;}
.banner_text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.banner_text img{display:block;max-width:100%;margin:0 auto;}
.banner1 .banner_text img{-webkit-transform:translateY(100%);transform:translateY(100%)}
.banner2 .banner_text img{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
.banner3 .banner_text img{-webkit-transform:scale(0);transform:scale(0)}
.banner4 .banner_text img{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
.banner5 .banner_text img{-webkit-transform:translateX(100%);transform:translateX(100%)}
.banner .swiper-slide-active .banner_text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}

.banner .swiper-button-prev{left:2.6vw;outline: none;}
.banner .swiper-button-next{right:2.6vw;outline: none;}
.banner .swiper-button{width:auto;height:40px;line-height:40px;font-size:16px;margin-top:-20px;background:none;}
.banner .swiper-button>span{float:left;color:#fff;font-family: arial;padding:0 15px;}
.banner .swiper-button>.icon{float:left;width:40px;height:100%;transition: all 0.5s;}
.banner .swiper-button:hover>.icon{width:53px;}
.banner .swiper-button-prev>.icon{background:url(../images/l.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-prev:hover>.icon{background:url(../images/lc.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-next>.icon{background:url(../images/r.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-next:hover>.icon{background:url(../images/rc.png) no-repeat center;background-size:100% 100%;}

.downTip{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:5%;z-index:1;width:30px;height:30px;background:url(../images/down.png) no-repeat center;background-size:contain;-webkit-animation:downTip 1s linear infinite alternate;animation:downTip 1s linear infinite alternate;z-index: 2;cursor: pointer;}
@-webkit-keyframes downTip{
	from{bottom:7%;opacity:.6}
    to{bottom:3%;opacity:.8}
}
@keyframes downTip{
	from{bottom:7%;opacity:.6}
	to{bottom:3%;opacity:.8}
}


@media (max-width:767px){
	.banner .swiper-button,
	.downTip{display: none;}
	.banner_text{margin-top:30px;}
}
@media (min-width:768px){
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px;}
	.swiper-pagination-bullets{bottom:5.5%}
	.swiper-pagination-bullet{width:10px;height:10px}
}
@media (min-width:1200px){
	.banner .swiper-button>span{display: block;}
	.banner .swiper-button{height:50px;line-height:50px;margin-top:-25px;font-size:16px;}
	.banner .swiper-button>.icon{width:50px;}
	.banner .swiper-button:hover>.icon{width:67px;}
}
@media (min-width:1650px){
	.downTip{bottom:40px;width:40px;height:40px;}
	@-webkit-keyframes downTip{
		from{bottom:50px;opacity:.6}
	    to{bottom:30px;opacity:.8}
	}
	@keyframes downTip{
		from{bottom:50px;opacity:.6}
		to{bottom:30px;opacity:.8}
	}
	
}

	
.indexItem{position: relative;width:100%;overflow:hidden;padding:40px 0;}
.index_title{text-align:center;margin-bottom:30px;}
.index_title a{display:inline-block;}
.index_title h2{color:#2b4c92;font-weight: 700;font-size:22px;line-height:1;text-decoration: underline;}
.index_title em{display: block;font-size:22px;text-transform: uppercase;font-family: 'PingFang SC Regular';margin-top:10px;line-height:1;}
.moreHref{margin:0 auto;width:100%;color:#999;text-align: center;padding:0 20px;transition: all 0.5s;}
.moreHref .a{position: relative;display: inline-block;width:120px;height:38px;line-height: 38px;color:#999;border:1px solid #999;transition: all 0.5s;text-align: center;}
.textColor .index_title,
.textColor .index_title h2,
.textColor a{color:#fff;}
@media (max-width:767px){
	.column-left{display: none;}
}
@media (min-width:768px){
	.indexItem{padding:45px 0;}
	.index_title{margin-bottom:40px;}
	.index_title h2,
	.index_title em{font-size:26px;}
}
@media (min-width:992px){
	.indexItem{padding:50px 0;}
	.index_title{margin-bottom:50px;}
}
@media (min-width:1200px){
	.indexItem{padding:60px 0;}
	.index_title h2,
	.index_title em{font-size:30px;}
	.index_title em{margin-top:15px;}

}
@media (min-width:1450px){
	.indexItem{padding:70px 0;}
	.index_title{margin-bottom:60px;}
}
@media (min-width:1650px){
	.indexItem{padding:75px 0;}
}

/*首页 - 主营产品*/
.indexPainting{position: relative;}
.indexPainting .swiper-pagination{bottom:0;display: none;}
.indexPainting .item{position: relative;height:350px;text-align: center;padding:15px;display: flex;justify-content: center;flex-direction: column;transition: all 0.5s;}
.indexPainting .item .before{position: absolute;width:100%;height:100%;left:0;top:0;opacity: 0;transition: all 0.5s}
.indexPainting .inner{position: relative;width:100%;z-index: 2;}
.indexPainting .inner>em{display: block;font-size:30px;font-weight: 700;color:#e50012;line-height:1;transition: all 0.5s;}
.indexPainting .line{width:26px;height:1px;background:#929292;margin:15px auto 20px;transition: all 0.5s;}
.indexPainting .inner>h5{font-size:20px;margin-bottom:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.indexPainting .inner>.p{color:#999;line-height:22px;height:132px;overflow:hidden;transition: all 0.5s;margin-bottom:30px;}
.indexPainting .inner>.p>a{display: block;}
.indexPainting .item:hover .before{opacity: 1;}
.indexPainting .item:hover .line{background:#fff;}
.indexPainting .item:hover .inner>em,
.indexPainting .item:hover .moreHref .a{color:#e50012;}
.indexPainting .item:hover .inner>h5{color:#fff;}
.indexPainting .item:hover .inner>.p{height:0;margin-bottom:0;}
.indexPainting .item:hover .moreHref .a{border-color:#e50012;}

@media (max-width:767px){

}
@media (min-width:768px){
	.indexPainting .item{height:390px;border-right:1px solid #929292;}
	.indexPainting .inner>em{font-size:40px;}
	.indexPainting .line{margin:20px auto;}
}
@media (min-width:1200px){
	.indexPainting .item{height:410px;}
	.indexPainting .inner>em{font-size:50px;}
	.indexPainting .line{margin:25px auto 30px;}
	.indexPainting .inner>h5{font-size:22px;}
}
@media (min-width:1450px){
	.indexPainting .item{height:430px;}
}
@media (min-width:1650px){
	.indexPainting .item{height:460px;}
	.indexPainting .inner>em{font-size:60px;}
	.indexPainting .inner>h5{font-size:16px;margin-bottom:40px;}
}
@media (min-width:1850px){
	.indexPainting .item{height:480px;}
}

/*首页 - 解决方案*/
.solution_list{margin-left:-10px;margin-right:-10px;}
.solution_list .column{padding:0 10px;margin-bottom:10px;}
.solution_list a{display: block;}
.solution_list h5{font-size:16px;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:15px 0;}
.solution_list a:hover .img>img{transform: scale(1.1);}
.solution_list a:hover h5{color:#2b4c92;}
.indexItem .solution_list a:hover h5{color:#e50012;}
@media (max-width:479px){
	.solution_list .column{width:100%;}
}
@media (min-width:768px){
	.solution_list{margin-left:-20px;margin-right:-20px;}
	.solution_list .column{padding:0 20px;}
	.solution_list h5{margin:20px 0;}
}
@media (min-width:1200px){
	.solution_list{margin-left:-30px;margin-right:-30px;}
	.solution_list .column{padding:0 30px;}
	.solution_list h5{font-size:18px;margin:25px 0;}
}
@media (min-width:1650px){
	.indexItem .solution_list{padding:0 115px;margin-left:-50px;margin-right:-50px;}
	.indexItem .solution_list .column{padding:0 50px;}
}

/*首页 - 核心优势*/
.adv_text>.text{position: relative;border:4px solid #56c2e8;background:#2b4c92;margin-bottom:15px;color:#fff;padding:12px 15px;display: flex;align-items: center;z-index: 1;min-height:90px;cursor: pointer;}
.adv_text>.text:hover{border-color:#1C283E;background:#1C283E}
.adv_text>.text:hover .num{color:#e50012;border-bottom-color:#e50012;}
.adv_text .txt{width:100%;overflow: hidden;padding-left:15px;padding-top:5px;}
.adv_text h2{font-size:18px;line-height:1.3}
.adv_text em{display: block;font-size:12px;font-family: arial;margin-top:5px;text-transform: uppercase;}
.adv_text .num{flex:0 0 auto;font-size:30px;line-height:1.2;font-family: Impact;color:#56c2e8;border-bottom:2px solid #56c2e8}
.adv_text>.text:after{content: '';position: absolute;width:25%;height:1px;background:#5f89c6;top:50%;}
.adv_text>.text01:after,
.adv_text>.text02:after,
.adv_text>.text03:after{left:100%;margin-left:4px;}
.adv_text>.text04:after,
.adv_text>.text05:after,
.adv_text>.text06:after{right:100%;margin-right:4px;}
.adv_text>.text01:after,.adv_text>.text03:after,.adv_text>.text04:after,.adv_text>.text06:after{width:16%;}
.adv_text>.text01:before,.adv_text>.text03:before,.adv_text>.text04:before,.adv_text>.text06:before{content: '';position: absolute;width:36%;height:1px;background:#5f89c6;top:50%;}
.adv_text>.text01:before,
.adv_text>.text03:before{left:100%;margin-left:calc(16% + 4px);}
.adv_text>.text04:before,
.adv_text>.text06:before{right:100%;margin-right:calc(16% + 4px);}
.adv_text>.text01:before{transform: rotate(45deg);transform-origin: left top;}
.adv_text>.text03:before{transform: rotate(-45deg);transform-origin: left top;}
.adv_text>.text04:before{transform: rotate(-45deg);transform-origin: right top;}
.adv_text>.text06:before{transform: rotate(45deg);transform-origin: right top;}
.adv_img{width:35%;display: block;z-index: 2;padding-bottom:5%;}
.adv_img>img{display: block;margin:0 auto;max-width:100%;transition: all 0.5s;}
.adv_img:hover>img{transform: scale(1.1);}
.adv_main .modal-title{padding-right:55px;font-weight: 700;font-size:16px;}
@media (max-width:991px){
	.adv_img{display: none;}
	.adv_text>.text{align-items: flex-start;min-height:80px;}
	.adv_text>.text:after,.adv_text>.text:before{display: none;}
}
@media (min-width:768px){
	.adv_main .modal-title{font-size:18px;}
}
@media (min-width:992px){
	.adv_main{position: relative;display: flex;align-items: center;flex-flow: row wrap;overflow: hidden;}
	.adv_main>div{float:left;position: relative;}
	.adv_text{width:32.5%;}
	.adv_text>.text{margin-bottom:30px;}
	.adv_text>.text:last-child{margin-bottom:0;}
	
	.adv_text>.text:after{width:16%;}
	.adv_text>.text01:before{transform: rotate(90deg);}
	.adv_text>.text03:before{transform: rotate(-90deg);}
	.adv_text>.text04:before{transform: rotate(-90deg);}
	.adv_text>.text06:before{transform: rotate(90deg);}
}
@media (min-width:1450px){
	.adv_text>.text{margin-bottom:40px;}
	.adv_text .num{font-size:36px;}
	.adv_text h2{font-size:20px;}
	
	.adv_main .modal-dialog{width:1000px;}
}
@media (min-width:1650px){
	.adv_text>.text{margin-bottom:50px;}
	.adv_text .num{font-size:46px;}
	.adv_text h2{font-size:22px;}
	.adv_text em{font-size:13px;}
}
/*首页 - 案例*/
.indexItem05 .container{position: relative;}
.s5_bg,.s5_bg_list{width:100%;height:100%;position:absolute;left:0;top:0}
.s5_bg_list:after{content:"";width:100%;height:100%;background-color:rgba(3,3,3,.68);position:absolute;top:0;left:0}
.s5_bg{display:none}
.s5_bg.active{display:block}
.s5_list{position: relative;overflow:hidden;box-shadow:0 0 24px rgba(0,0,0,.5);}
.s5_list .column{float:left;width:9%;height:306px;transition:all 1s}
.s5_list .column.active{width:64%;border:4px solid #fff}
.s5_list a{display:block;width:100%;height:100%;color:#fff;position:relative;background-color:rgba(0,0,0,.5);padding:20px 10px}
.s5_list a h2{font-size:12px;margin:0;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;width:20px}
.s5_list a .p{font-size:12px;color:#282828;line-height:20px;height:40px;overflow:hidden;margin:5px 0 0;display:none}
.s5_list .active a{background-color:transparent}
.s5_list .active a .text{width:100%;position:absolute;left:0;bottom:0;background-color:rgba(255,255,255,.9);padding:15px 20px 10px}
.s5_list .active a h2{color:#2b4c92;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-writing-mode:initial;writing-mode:initial;width:auto}
.s5_list .active a .p{display:block}
@media (max-width:767px){
	.s5 .index_title{margin-bottom:50px}
	.s5_list .column{width:12%;height:240px}
	.s5_list .column.active{width:52%;border-width:1px}
	.s5_list a{padding:10px 5px}
	.s5_list .active a .text{padding:10px 5px 5px}
	.s5_list .active a p{display:none}
}
@media (max-width:767px) and (orientation:landscape){
	.s5_list .column{height:180px}
}
@media (min-width:768px){
	.s5_list a h2{font-size:16px}
}
@media (min-width:1200px){
	.s5_list .column{height:370px}
}
@media (min-width:1450px){
	.s5_list .column{height:450px}
	.s5_list a h2{font-size:18px}
	.s5_list a .p{font-size:14px;line-height:24px;height:48px;margin-top:10px}
}
@media (min-width:1650px){
	.s5_list .column{height:512px}
}


/*首页 - 联系我们*/
.indexItem06 .container{max-width:1400px;}
.s6_ul{margin-bottom:20px;display: flex;align-items: stretch;flex-flow: row wrap;}
.s6_ul:before,.s6_ul:after{display: none;}
.s6_ul li{position: relative;text-align: center;margin-bottom:25px;color:#2b4c92;}
.s6_ul .icon{position: relative;width:100px;height:100px;background:rgba(255,255,255,0.6);border-radius: 50%;border:1px solid rgba(43,76,146,0.6);margin:0 auto;display: flex;align-items: center;justify-content: center;overflow: hidden;transition: all 0.5s;}
.s6_ul .icon>img{width:100%;display: block;transition: all 0.5s;}
.s6_ul .icon>.hover{position: absolute;left:0;top:0;transform: rotate(15deg);visibility: hidden;opacity: 0;}
.s6_ul .h5{font-size:16px;margin:15px 0 10px;}
.s6_ul p img{display: inline-block;}
.s6_ul .ewm{position: absolute;width:100px;height:100px;top:0;left:50%;transform: translate(-50%,20px);display: flex;align-items: center;justify-content: center;z-index: 2;visibility: hidden;opacity: 0;transition: all 0.5s;}
.s6_ul .ewm>img{width:110px;}
.s6_ul li:hover .icon{background:#2b4c92;}
.s6_ul li:hover .icon>.default{visibility: hidden;opacity: 0;}
.s6_ul li:hover .icon>.hover{visibility: visible;opacity: 1;transform: none;}
.s6_ul li:last-child{cursor: pointer;}
.s6_ul li:last-child:hover .ewm{visibility: visible;opacity: 1;transform: translate(-50%,0);}
.s6_ul li:last-child:hover .icon{visibility: hidden;opacity: 0;}
@media (max-width:360px){
	.s6_ul li{width:100%;}
}
@media (min-width:768px){
	.s6_ul{padding:20px 0;margin-bottom:0;}
	.s6_ul li{margin-bottom:0;}
}
@media (min-width:992px){
	.s6_ul{padding:40px 0;}
	.s6_ul .icon,.s6_ul .ewm{width:130px;height:130px;}
	.s6_ul .h5{font-size:18px;margin:20px 0;}
}
@media (min-width:1200px){
	.s6_ul{padding:60px 0;}
}
@media (min-width:1450px){
	.s6_ul{padding:80px 0;}
	.s6_ul .icon,.s6_ul .ewm{width:150px;height:150px;}
}


/*内页*/
.wrapper{width:100%;overflow: hidden;position:relative;min-height:60vh;}
.overflowY{overflow: hidden;}
body.overflowY .navbar-default{transform: translateY(-70px);}
/* .wrapper.zIndex{z-index: 1100;} */
.inside_main{padding:35px 0 60px;}
.inside_banner,.inside_main{position:relative;overflow:hidden}
.inside_banner{position: relative;}
.inside_banner img{display:block;width:100%}
.inside_text{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;display: flex;justify-content: center;flex-direction: column;color:#fff;text-align: center;}
.inside_text h1{font-size:24px;font-weight: 700;}
.inside_text span{display: block;font-size:14px;font-family: arial;text-transform: uppercase;margin-top:10px}
.inside_text span:after{content: '';display: block;width:38px;height:2px;background:#fff;margin:10px auto 0;}

.InfoContent{line-height:2.2;position:relative;overflow:hidden;text-align: center;}
.InfoContent p{margin-bottom:0}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;max-width:100%;margin:15px auto;background:#000;}
.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:#2b4c92}

.InfoTitle{margin-bottom:20px;text-align:center;}
.InfoTitle h2{font-size:18px;margin:0;line-height:1.4;}
.InfoTitle .date{font-size:12px;color:#999;padding:10px 0;margin-bottom:15px;}
.InfoTitle .date span{padding:0 5px}
.newsDetails h1{font-size:20px;text-align:center;}

.goBack{text-align:center;margin-top:30px;margin-bottom:-15px}
.goBack a{display:inline-block;color:#fff;line-height:20px;background-color:#666;padding:10px;margin:5px;width:130px}
.goBack a:hover{background-color:#2b4c92}

.pager{margin:30px 0 0}
.pager li>a,.pager li>span{border:1px #bfbfbf solid;color:#666;border-radius:10px;margin:0 5px;transition: all 0.5s;}
.pager li>a:hover{color:#fff;border-color:#2b4c92;background-color:#2b4c92}

@media (max-width: 767px) {
	.inside_banner .PC_img{display:none}
}

@media (min-width: 768px) {
	.inside_banner .min_img{display:none}
	.inside_text{padding-bottom:35px;}
	
	.inside_main{padding:50px 0 80px}

	
	.pager{margin-top:50px}
	.pager li>a,.pager li>span{font-size:16px;padding:12px 35px;margin:0 30px}

}
@media (min-width: 992px) {
	.inside_text{padding-bottom:45px;}
	.inside_text h1{font-size:28px;}
	
	.InfoTitle h2{font-size:20px}
	.InfoTitle .date{font-size:14px;}
}
@media (min-width: 1200px) {
	.inside_text{padding-bottom:55px;}
	
	.InfoTitle .date{padding:15px 0;margin-bottom:20px;}
}
@media (min-width: 1400px) {
	.inside_text{padding-bottom:65px;}
	.inside_text h1{font-size:32px;}
	.inside_text span{font-size:18px;margin-top:15px}
	.inside_text span:after{width:48px;height:3px;margin-top:15px;}
	
	.InfoTitle h2{font-size:22px}
}
@media (min-width: 1600px) {
	.inside_text h1{font-size:36px;}
	
	.InfoTitle h2{font-size:24px}
}


.publicContainer{position:relative;min-height:63vh;background:#fff;padding:15px 15px 45px;z-index:3;}
.mainTitle{position:relative;width:100%;background:#2b4c92;color:#fff;font-size:12px;padding:15px;margin-bottom:12px;display: none;}
.mainTitle h1{font-size:18px;margin-bottom:5px;}
.mainTitle .en{font-family:Arial;text-transform:uppercase;}
.mainTitle .icon{position:absolute;width:15px;height:15px;background:url(../images/i9.png) no-repeat;background-size:100% 100%;right:11px;bottom:11px;}
.sideBarNav{width:100%;}
.sideBarNav .panel-group{margin-bottom:0;}
.sideBarNav a{display: block;font-size:14px;line-height:20px;padding-top:10px;padding-bottom:10px;-webkit-transition: all 0.5s;transition: all 0.5s;cursor: pointer;}
.sideBarNav>li{width:100%;margin-bottom:10px;}
.sideBarNav>li>a{background:#f7f7f7;padding-left:15px;padding-right:15px;}
.sideBarNav>li.active>a,
.sideBarNav>li:hover>a{background:#2b4c92;color:#fff;}
.sideBar .close{position:absolute;font-size:20px;font-family:Arial;color:#fff;width:30px;height:30px;background:url(../images/close3.png) no-repeat center;background-size:20px 20px;border-radius:50%;top:12px;left:50%;margin-left:-15px;text-align:center;opacity: 1;}

.two_level{display:none;}
.two_level>li>a{padding-left:25px;padding-right:10px;border-bottom:1px dashed #ccc;}
.two_level>li.active>a,
.two_level>li>a:hover{background:rgba(43,76,146,0.8);background:#e50012;color:#fff;}

.three_level{display:none;}
.three_level>li>a{padding-left:35px;padding-right:10px;border-bottom:1px dashed #ccc;}
.three_level>li.active>a,
.three_level>li:hover>a{background:rgba(43,76,146,0.5);background:#e50012;color:#fff;}

.four_level{display:none;}
.four_level>li>a{padding-left:45px;padding-right:10px;border-bottom:1px dashed #ccc;}
.four_level>li.active>a,
.four_level>li:hover>a{background:rgba(43,76,146,0.5);background:#e50012;color:#fff;}

.active>.two_level,.active>.three_level,.active>.four_level{display: block;}

.rightContent{position:relative;width:100%;padding:0 0 30px;}
.rightContent .leftLine{position:absolute;width:1px;height:100%;top:0;left:0;background:#DADADA;display: none;}
.blueLine{position:absolute;width:4px;height:50px;background:#2b4c92;top:7px;left:50%;margin-left:-2px;}
.titleTwo{position:relative;height:45px;line-height:45px;border-bottom:1px solid #DADADA;margin-bottom:30px;}
.titleTwo h2{line-height: inherit;font-size:16px;}
.titleTwo .line{position:absolute;width:90px;height:3px;background:#0053A6;left:0;bottom:-2px;}
.crumbsNav{position:absolute;font-size:12px;right:0;top:0;display: none;}
.crumbsNav a{display:inline-block;}
.crumbsNav a:hover{color:#2b4c92;}


@media ( max-width: 767px ){
	/*内页共用*/
	.navIcon{position:absolute;width:24px;height:24px;background:url(../images/i8.png) no-repeat center;background-size:100% 100%;right:15px;bottom:15px;z-index: 3;cursor: pointer;}
	.sideBar{position:fixed!important;width:100%;height:100%;margin-bottom:30px;top:0;right:-100%;z-index:10;margin-bottom:0;left:auto!important;background:#2c3136!important;padding-top:50px;}
	.sideBarNav>li{margin-bottom:0;}
	.sideBarNav>li:last-child{margin-bottom:0;}
	.sideBarNav>li>a{color:#fff;border-bottom:1px solid rgba(255,255,255,0.1);background:none;}
	.sideBarNav>li:hover>a,
	.sideBarNav>li.active>a{background:#373d44;color:#fff;}

	.two_level>li>a{color:#fff;border-bottom:1px dotted rgba(255,255,255,0.08);background:rgba(255,255,255,0.05);font-size:13px;}
	.two_level>li.active>a,.two_level>li>a:hover{background:rgba(255,255,255,0.1);color:#fff;}
	
	.three_level>li>a{color:#fff;border-bottom:1px dotted rgba(255,255,255,0.08);background:rgba(255,255,255,0.05);font-size:13px;}
	.three_level>li.active>a,.three_level>li>a:hover{background:rgba(255,255,255,0.1);color:#fff;}
	
	.four_level>li>a{color:#fff;border-bottom:1px dotted rgba(255,255,255,0.08);background:rgba(255,255,255,0.05);font-size:13px;}
	.four_level>li.active>a,.four_level>li>a:hover{background:rgba(255,255,255,0.1);color:#fff;}

	.rightContent{float:none;padding-bottom:0;}
	

}
@media ( min-width: 768px ){
	/*内页共用*/
	.navIcon{display:none;}
	.sideBar .close{display:none;}
	.rightContent{width:74%;min-height:56vh;}
	.rightContent .sideBar{display:none;}
	.rightContent .leftLine{display:block;}
	.crumbsNav{display: block;}
	
	
	.publicContainer{margin-top:-35px;padding:25px 0 45px;}
	.sideBar{width:26%;padding:10px 10px 0;}
	.mainTitle{display:block;padding:20px 12px;margin-bottom:20px;}
	.titleTwo h2{font-size:18px;}
	.titleTwo .line{width:120px;background:#333;}
	.rightContent{padding:0 20px 0 25px;}


}

@media ( min-width: 992px ){
	/*内页共用*/
	.publicContainer{margin-top:-45px;margin-bottom:70px;}
	.sideBar{padding:10px 15px 0;}
	.mainTitle{padding:20px 15px;}
	.mainTitle h1{font-size:22px;}
	.mainTitle .icon{width:20px;height:20px;}
	
	.rightContent{padding:0 20px 0 35px;}

}

@media ( min-width: 1200px ){
	/*内页共用*/
	.publicContainer{margin-top:-55px;}
	.sideBar{width:20.85%;padding:13px 25px 0 20px;}
	.mainTitle{padding:25px 20px;}
	.mainTitle h1{font-size:24px;}
	.mainTitle .icon{width:28px;height:28px;}
	.titleTwo{height:50px;line-height:50px;}
	.titleTwo h2{font-size:20px;}
	
	.rightContent{width:79.15%;}
}
@media ( min-width: 1400px ){
	.publicContainer{margin-top:-65px;}
}






/*关于我们*/
.honor_list{margin:0 -7px;display: flex;flex-flow: row wrap;}
.honor_list:before,
.honor_list:after{display: none;}
.honor_list .column{padding:0 7px;margin-bottom:10px;}
.honor_list .inner{cursor: pointer;position: relative;height:100%;padding-bottom:40px;}
.honor_list h5{position: absolute;width:100%;left:0;bottom:0;line-height:40px;font-size:14px;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honor_list .img{height:100%;display: flex;justify-content: center;align-items: center;background:#f9f9f9;}
.honor_list .img:after{content: '';position: absolute;width:100%;height:100%;border:1px solid #2b4c92;left:0;top:0;visibility: hidden;opacity: 0;transition: all 0.5s;z-index: 2;}
.honor_list .img:before{content: '';position: absolute;width:100%;height:100%;left:50%;top:50%;transform: translate(-50%,-50%);background-color:rgba(0,0,0,0.4);background-image: url(../images/icon1w.png);background-repeat: no-repeat;background-position: center;visibility: hidden;opacity: 0;transition: all 0.5s;z-index: 3;}
.honor_list .inner:hover .img:before,
.honor_list .inner:hover .img:after{opacity: 1;visibility: visible;}
.honor_list .li:hover h5{color:#2b4c92;}
#lightGallery-close{width:40px;height:40px;line-height:40px;}
#lightGallery-close:after{font-size:20px;}
@media ( max-width: 479px ){
	.honor_list .column{width:50%;}
}
@media ( min-width: 992px ){
	.honor_list{margin:0 -10px;}
	.honor_list .column{padding:0 10px;}
	.honor_list .inner{padding-bottom:50px;}
	.honor_list h5{font-size:16px;line-height: 50px;}
}
@media ( min-width: 1450px ){
	.honor_list{margin:0 -15px;}
	.honor_list .column{padding:0 15px;margin-bottom:20px;}
}
/*产品*/
.product_list{margin:0 -7px}
.product_list .column{padding:0 7px;margin-bottom:10px;}
.product_list a{display: block;}
.product_list h5{font-size:16px;text-align: center;margin:15px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product_list .img:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,0.3);z-index: 2;opacity: 0;transition: all 0.5s;}
.product_list .img:after{content: '';position: absolute;width:50px;height:50px;left:50%;top:50%;margin-left:-25px;margin-top:-25px;border-radius: 50%;background-color:#1C283E;background-image: url(../images/icon1w.png);background-repeat: no-repeat;background-position: center;z-index: 3;transform: scale(0);opacity: 0;transition: all 0.5s;}
.product_list a:hover .img>img{transform: scale(1.1);}
.product_list a:hover .img:before,.product_list a:hover .img:after{opacity: 1;transform:none}
.product_list a:hover h5{color:#2b4c92;}

/*产品详情*/
.pro_item{margin-bottom:40px}
.pro_tit{font-size:18px;font-weight: 700;padding-left:15px;border-left:3px solid #2b4c92;color:#2b4c92;margin-bottom:25px;}
.p_list .column{margin-bottom:5px;}
.p_list a{display: block;font-size:14px;padding:10px 0;line-height:26px;border-bottom:1px dashed #ccc;padding-right:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-size:20px auto;background-position: right center;background-repeat: no-repeat;transition: all 0.3s;}
.p_list a:hover{color:#e50012;}
.xz_list a{background-image:url(../images/i18.png);}
.xz_list a:hover{background-image:url(../images/i18h.png);}
.gc_list a{background-image:url(../images/i19.png);}
.gc_list a:hover{background-image:url(../images/i19h.png);}

@media (min-width:992px){
	.product_list{margin:0 -10px}
	.product_list .column{padding:0 10px;}
	
	.pro_tit{font-size:18px;margin-bottom:30px;}
	.p_list .column{margin-bottom:10px;}
	.p_list a{line-height:30px;font-size:16px;background-size:30px auto;padding-right:60px;}
}
@media (min-width:1200px){
	.product_list .column{width:33.33333333%;}
	
	.pro_item{margin-bottom:50px}
}
@media (min-width:1450px){
	.product_list{margin:0 -15px}
	.product_list .column{width:25%;padding:0 15px;margin-bottom:15px;}
	.product_list h5{font-size:18px;}
	
	.pro_tit{font-size:20px;border-left-width:5px;padding-left:20px;}
}

/*案例*/
.case_list{margin:0 -6px;}
.case_list .column{padding:0 6px;margin-bottom:12px;}
.case_list a{position: relative;display: block;overflow: hidden;}
.case_list .text{position: absolute;width:100%;height:100%;left:0;top:100%;background:rgba(43,76,146,0.9);color:#fff;text-align: center;display: flex;flex-direction: column;justify-content: center;padding:15px;transition: all 0.5s;}
.case_list h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.case_list .p{margin:10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.case_list .text>img{display: block;width:27px;height:27px;margin:0 auto;}
.case_list a:hover .img>img{transform: scale(1.1);}
.case_list a:hover .text{top:0;}
@media (max-width:479px){
	.case_list .text>img{display: none;}
	.case_list .p{margin-bottom:0;}
}
@media (min-width:768px){
}
@media (min-width:1450px){
	.case_list h5{font-size:18px;}
	.case_list .p{margin-bottom:15px;}
	.case_list .text>img{width:37px;height:37px;}
}


/*服务 - 加盟优势*/
.join_item{margin-bottom:80px;}
.advantageUl{margin:0;display: flex;align-items: stretch;flex-flow: row wrap;}
.advantageUl li{padding:20px 15px;text-align: center;border-bottom:1px solid #d3d3d3;border-right:1px solid #d3d3d3;}

.advantageUl .icon{width:60px;margin:0 auto 10px;}
.advantageUl .icon img{width:100%;}
.advantageUl .p{line-height:1.7;font-size:14px;font-weight: 700;color:#000000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width:991px){
	.advantageUl li:nth-child(2n){border-right:none;}
	.advantageUl li:nth-child(n+5){border-bottom:none;}
}
@media (min-width:992px){
	.advantageUl .icon{width:70px;}
	.advantageUl li:nth-child(3n){border-right:none;}
	.advantageUl li:nth-child(n+4){border-bottom:none;}
}
@media (min-width:1200px){
	.advantageUl .icon{width:80px;}
}
@media (min-width:1450px){
	.advantageUl .icon{width:90px;}
	.advantageUl p{font-size:16px;}
}


	
/*服务 - 加盟流程*/
.process{padding-bottom:60px;}
.processContent{width:100%;margin-bottom:35px;overflow: hidden;}
.processUl{position: relative;width:auto;-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;}
.processUl li{position: relative;float:left;width:147px;height:138px;margin-right:30px;background:#fff url(../images/yuan.png) no-repeat center;background-size:100% 100%;text-align: center;display: flex;justify-content: center;align-items: center;flex-flow: row wrap;}
.processUl li:before{content:'';position: absolute;width:100%;height:1px;background:#e1e1e1;top:50%;left:100%;}
.processUl li:last-child::before{display: none;}
.processUl .icon{width:40px;margin:0 auto 10px;}
.processUl .icon img{width:100%;}
.processUl p{font-size:12px;color:#626161;}
.scrollBar{position: relative;width:80%;height:50px;margin:0 auto;background:none;cursor: grab;overflow: hidden;}
.scrollBar:before{content:'';position: absolute;width:100%;height:1px;background:#d8d8d8;top:50%;left:0;}
.scrollBar .bar,.swiper-scrollbar-drag{position: absolute;width:36px!important;height:22px;background:url(../images/bar.png) no-repeat center;background-size:100% 100%;left:0;top:50%;margin-top:-11px;}
@media (min-width:992px){
	.processUl p{font-size:14px;}
	.processUl li{width:157px;height:149px;}
}
@media (min-width:1450px){
	.processContent{margin-bottom:60px;}
}

/*服务 - 加盟申请*/
.inFormDiv{margin-left:-10px;margin-right:-10px;}
.inFormDiv .column{padding-left:10px;padding-right:10px;}
.inFormDiv .form-group{position: relative;margin-bottom:20px;}
.inFormDiv label{position: absolute;left:0;top:0;line-height:45px;color:#4d4d4d;font-size:14px;padding:0 15px;margin-bottom:0;}
.inFormDiv label i{color:#dc0101;}
.inFormDiv .form-control{height:45px;color:#333;border-color:#adadad;box-shadow:none;font-size:14px;}
.inFormDiv .error .form-control{border-color:#dc0101}
.inFormDiv .success input,.inFormDiv .tip input{border-color:#999}
.inFormDiv .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#F28000;display:none}
.inFormDiv .btn{display:block;background-color:#2b4c92;color:#fff;font-size:16px;border:none;width:100%;height:50px;margin:20px auto 0;outline:0}
.inFormDiv .btn:hover{border:1px #e50012 solid;background-color:#e50012;color:#fff}

.shopChoose label{position: static;width:100%;text-align: center;}
.shopChoose label span{position: relative;display: inline-block;padding-right:35px;}
.shopChoose label b{position: absolute;width:18px;height:18px;background:url(../images/dui.png) no-repeat center;right:0;top:50%;margin-top:-9px;display: none;}
.shopChoose input{position: absolute;width:100%;height:100%;left:0;top:0;margin-top:0;opacity: 0;cursor: pointer;}
.shopChoose .form-control{position: relative;padding:0;}
.shopChoose.active label{color:#2b4c92;}
.shopChoose.active label b{display: block;}
.shopChoose.active .form-control{border-color:#2b4c92;}

.joinArea{position: relative;float:left;width:100%;padding-left:110px;margin:0;}
.joinArea label{left:15px;padding-left:10px;}
@media (min-width:992px){
	.inFormDiv .form-control{height:50px;}
	.inFormDiv label{line-height:50px;}
}
@media (min-width:1450px){
	.inFormDiv{margin-left:-15px;margin-right:-15px;}
	.inFormDiv .column{padding-left:15px;padding-right:15px;}
	.inFormDiv .form-group{margin-bottom:30px;}
	.inFormDiv .form-control,.inFormDiv label{font-size:16px;}
	.inFormDiv .btn{margin-top:35px;}
}
	
/*新闻*/
.news_list{margin-top:-25px;}
.news_list .column{padding:25px 0;border-bottom:1px solid #DADADA}
.news_list a{display: block;display: flex;}
.news_list .img{width:200px;flex: 0 0 auto;}
.news_list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);opacity: 0;transition: all 0.5s;}
.news_list .text{width:100%;padding-left:20px;overflow:hidden;}
.news_list h2{font-size:16px;font-weight: 700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.news_list .p{line-height:24px;height:72px;margin:15px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.news_list .other{display: flex;justify-content: space-between;}
.news_list .other>span{transition: all 0.5s;}
.news_list .date{color:#999;}
.news_list a:hover .img>img{transform: scale(1.1);}
.news_list a:hover h2,
.news_list a:hover .more{color:#2b4c92;}
.news_list a:hover .img:after{opacity: 1;}
@media (max-width:579px){
	.news_list a{display: block;}
	.news_list .img{width:100%;}
	.news_list .text{padding-left:0;margin-top:25px;}
	.news_list .p{height:48px;-webkit-line-clamp:2;}
}
@media (min-width:1450px){
	.news_list .img{width:300px;}
	.news_list .text{padding-left:30px;}
	.news_list h2{font-size:18px;}
	.news_list .p{height:96px;-webkit-line-clamp:4;margin:15px 0 25px;}
}

/*加入我们*/
.join_body .inside_text{padding-bottom:0;}
.job_list{margin:40px 0}
.job_list .panel-default>.panel-heading{padding:0 15px;border-color:#dcdcdc;border-radius:0;background-color:#DCDCDC;color:#333}
.job_list .panel-title{height:50px;font-size:14px;line-height:50px}
.job_list .panel-title a{display:block}
.job_list .panel-title span{display:inline-block;overflow:hidden;width:80%;text-overflow:ellipsis;white-space:nowrap}
.job_list .panel-title i{float:right;font-size:28px}
.job_list.panel-group .panel{border-radius:0}
.job_list.panel-group .panel+.panel{margin-top:15px}
.job_list .panel-default>.panel-heading.active{background:#2b4c92;color:#fff}
.job_list .panel-default>.panel-heading.active .panel-title{font-weight:700;font-size:16px}
.job_list .panel-default>.panel-heading.active i{transform:rotate(45deg)}
.job_list .panel-body{padding:20px;}
.joinBtn{display: block;width:120px;height:40px;line-height:40px;background:#333;text-align: center;color:#fff;margin-top:25px;transition: all 0.5s;}
.joinBtn:hover{background:#2b4c92;color:#fff;text-shadow: 1px 1px 0px rgba(0,0,0,0.8);box-shadow: 0 0 5px rgba(0,0,0,0.5);}


/*联系我们 - 销售网络*/
.salesNetwork{display: flex;align-items: center;flex-flow: row wrap;}
.salesNetwork:before,.salesNetwork:after{display: none;}
.salesNetwork>div{margin-bottom:30px;}
.mainMap{position:relative;}
.mainMap .chart{width:100%;height:300px;}

.contactus_tank{position:absolute;width:100%;height:100%;top:0;left:0;display:none;}
.contactus_tank>.inner{width:100%;height:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.contactus_tank_ul{position: relative;width:330px;max-width:100%;background:#fff;padding:15px;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
.contactus_tank_close{width:30px;height:30px;border-radius: 50%;background-color:#e50012;background-image:url(../images/close.png);background-repeat: no-repeat;background-position: center;background-size:25px auto;position:absolute;top:-10px;right:-10px;z-index:2;cursor:pointer;}
.contactus_tank_swiper-container{padding-bottom:30px;}
.contactus_tank_con{width:100%;}
.contactus_tank_con>img{width:300px;margin-bottom:20px;}
.contactus_tank_content .contactus_tank_con_title{font-size:18px;font-weight:700;margin-bottom:14px;}
.contactus_tank_content p{margin-bottom:5px;}
.contactus_tank_swiper-container .swiper-pagination{bottom:0;}
.contactus_tank_swiper-container .swiper-pagination-bullet-active{background-color:#e50012;}

.rightSeach{position:relative;}
.rightSeach form{margin-bottom:60px;}
.rightSeach .formItem span{float:left;font-size:24px;line-height:34px;}
.rightSeach .input{position:relative;float:left;width:260px;height:34px;background:rgba(255,255,255,0.6);}
.rightSeach .input input{display:block;width:100%;height:100%;padding:0 39px 0 5px;font-size:16px;}
.rightSeach .submitBtn{position:absolute;height:100%;width:34px;background:url(../images/search.png) no-repeat center;right:0;top:0;z-index:2;}
.rightSeach .submitBtn input{display:block;width:100%;height:100%;padding:0;cursor:pointer;}
.city-area{margin-bottom:30px;width:100%;}
.city-area .citys{margin-left:-10px;}
.city-area h5{font-size:16px;color:#2b4c92;padding-bottom:15px;border-bottom:1px solid #2b4c92;margin-bottom:5px;font-weight: 700;}
.city-area a{float:left;font-size:14px;margin:5px 10px;}
.city-area a:hover{color:#2b4c92;;}


/*地区分店详情*/
.areaStoreList .item{margin-bottom:30px;border-bottom:1px solid rgba(209,209,209,0.8);}
.areaStoreList .item:last-child{border-bottom:none;}
.aSImgShow{margin-left:-7px;margin-right:-7px;margin-top:30px;}
.aSImgShow .column{padding:0 7px;margin-bottom:15px;}
@media (max-width:767px){
	.contactus_tank{position: relative;margin:15px 0;}
}
@media (min-width:768px){
	.mainMap .chart{height:500px;}
	
	.aSImgShow{margin-left:-10px;margin-right:-10px;}
	.aSImgShow .column{padding:0 10px;margin-bottom:20px;}
}
@media (min-width:992px){
	.mainMap .chart{height:600px;}
	.city-area h5{font-size:18px;padding-bottom:20px;}
	.city-area a{font-size:16px;margin:8px 15px;}
}
@media (min-width:1200px){
	.mainMap .chart{height:700px;}
	.salesNetwork>div{width:100%;}
	
	.aSImgShow{margin-left:-15px;margin-right:-15px;}
	.aSImgShow .column{padding:0 15px;margin-bottom:30px;}
}
@media (min-width:1450px){
	.mainMap .chart{height:800px;}
	.salesNetwork>div{width:50%;}
	.contactus_tank_content .contactus_tank_con_title{font-size: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;
}