/*滚动条样式*/
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#000}
::-webkit-scrollbar-thumb:window-inactive{background:#000}
::-webkit-scrollbar-thumb:vertical:hover{background:#000}
 */
body{font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;min-width:320px;width:100%;overflow-x: hidden;background-image: url(../images/bg3.png);background-attachment: fixed;}
html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#333;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0}
ul{padding:0;margin:0;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;color:#333;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{position:relative;overflow:hidden;}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
/* .en{font-family: Georgia;} */

/* body,.indexPadding{padding-top:60px;} */
.index_body{padding-top: 0!important;background:#fff;}
@media (max-width: 767px) {
	.PC_show{display:none!important;}
	.section .container{width:100%;}
}
@media (min-width: 768px) {
	.Min_show{display:none!important;}
	/* body,.indexPadding{padding-top:70px;} */
}
@media (min-width: 992px) {
	/* body,.indexPadding{padding-top:90px;} */
}
@media (min-width: 1200px) {
	/* body,.indexPadding{padding-top:100px;} */
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width:86.33333%;max-width: 1480px;}
}



/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 2;}
.footer{position: relative;background:#0f3a43;color:rgba(255,255,255,0.6);width:100%;left:0;bottom:0;z-index: 2;overflow: hidden;}
.footer a{color:rgba(255,255,255,0.6);}
.footer a:hover{color:#fff;}

.foot_top{padding:30px 0 15px;}
.ft_main{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;justify-content: space-between;}
.ft_main>dl{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.fnavs>dt{margin-bottom:15px;position: relative;}
.fnavs>dt>a{display: block;font-size:16px;color:#fff;}
.fnavs>dd>a{display: block;margin-bottom:10px;}

.fnavs.dropdown>dd{display: none;}
.fnavs.dropdown dt>.icon{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;display: none;}
.fnavs.dropdown dt>.icon:before,
.fnavs.dropdown dt>.icon:after{content: '';display: block;position: absolute;background:#cccccc;transition: all 0.3s;}
.fnavs.dropdown dt>.icon:before{width:12px;height:1px;right:0;top:50%;}
.fnavs.dropdown dt>.icon:after{height:12px;width:1px;right:5px;top:50%;margin-top:-6px;margin-right:0;}
.fnavs.dropdown.active dt>a{color:#fb9a41;}
.fnavs.dropdown.active dt>.icon:before{background:#fb9a41;}
.fnavs.dropdown.active dt>.icon:after{background:#fb9a41;height:0;}

.fcontact>dt{margin-bottom:15px;}
.fcontact .ftel{font-size:28px;color:#fff;line-height:1;}
.dd_contact{display: flex;}
.dd_contact .text{padding-left:15px;line-height:24px;}

.foot_bottom{padding:15px 0;line-height:25px;background:#053c47;box-shadow: 0 4px 62px rgba(0,0,0,0.43);font-size:12px;}
.flinks{text-align: center;}
.flinks>a{display: inline-block;}
.copyright{line-height:20px;text-align: center;}
.copyright a{display:inline-block;}
.copyright a:hover{text-decoration: underline;}
.copyright img{display:inline-block;vertical-align:middle}
@media (max-width: 767px) {
	.gotop{width:30px;height:30px}
	
	.foot_top{padding:20px 0 30px;}
	.ft_main{display: block;margin:0;}
	.ft_main>dl{padding-left:0;padding-right:0;margin-bottom:0;}
	.fnavs{margin-bottom:5px;}
	.fnavs a{padding:10px 0;border-bottom:1px solid rgba(137,137,137,0.3);}
	.fnavs>dt{margin-bottom:0;font-weight: 400;}
	.fnavs>dd>a{text-indent:2em;margin-bottom:0;}
	.fnavs.dropdown dt>.icon{display: block;}
	
	.ft_main>.fcontact{margin-top:25px;}
}
@media (min-width: 768px) {
	.foot_top{padding:40px 0 20px;}
	.fnavs.dropdown>dd{display: block!important;}
	.fcontact{padding-left:25px;}
	.dd_contact .text{padding-left:25px;line-height:26px;}
}
@media (min-width: 1200px) {
	.fnavs>dt{margin-bottom:25px;}
	.fnavs>dd>a{margin-bottom:15px;}
}
@media (min-width: 1450px) {
	.foot_top{padding:50px 0 25px;}
	.fcontact .ftel{font-size:36px;}
	.foot_top .container{max-width:1650px;}
	
	.foot_bottom .container{padding-left:30px;padding-right:30px;display: flex;align-items: center;justify-content: space-between;flex-flow: row wrap;}
	.foot_bottom .container:before,
	.foot_bottom .container:after{display: none;}
}
@media (min-width: 1850px) {
	.fcontact .ftel{font-size:40px;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}


/*导航*/
.navbar-default {
	position: fixed;
	background-color:transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.5s;
	z-index: 1030;
	left:0;top:0;right:0;
}
.navbar-bg{position: absolute;width:100%;height:70px;left:0;top:0;background:url(../images/navBg.png) repeat-x top center;background-size:auto 100%;}
.navbar-bg:before{content: '';position: absolute;width:70px;height:100%;top:0;left:0;background:url(../images/navLeft.png) no-repeat left center;background-size:auto 100%;z-index: 1;}
.navbar-bg:after{content: '';position: absolute;width:70px;height:100%;top:0;right:0;background:url(../images/navRight.png) no-repeat right center;background-size:auto 100%;z-index: 1;}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:0;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.navbar-brand img {
	display: block;
	height: 50px;
	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;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .icon-bar:nth-child(1){width:16px;}
.navbar-default .icon-bar:nth-child(3){width:18px;}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	width:22px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:22px;
}
.navbar-default .navbar-nav>li>a {
	text-align: center;
	line-height:24px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	transition: all .5s;
	text-shadow: 2px 2px 1px #9b5019;
}
.navbar-default .navbar-nav>li>a>span{display: block;}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	font-weight: 700;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.header .container{position: relative;z-index: 2;}
.navbar-default .navbar-nav>li>a>i{display: none;}
/* 二级导航 */
.navbar-default .navbar-nav>li{position: relative;}
.navbar-default .dropdown-menu{position: absolute;width:100%;left:50%;top:100%;transform: translateX(-50%);background:#091718;box-shadow: none;}
.navbar-default .dropdown-menu>li{border-bottom:1px solid rgba(255,255,255,0.1);}
.navbar-default .dropdown-menu>li>a{display: block;padding:10px 0;color:#fff;text-align: center;}
.navbar-default .dropdown-menu>li>a:hover{color: #fb9a41;background-color: transparent;}
@media (max-width: 991px) {
	.navbar-header{float:none;}
	body{padding-top:70px;}
	.navbar-default{position: fixed;left:0;top:0;right:0;}
	.navbar-default .navbar-toggle{margin:19px 10px;display: block;}
	.navbar-default .navbar-collapse{border-color:transparent}
	.navbar-collapse{border-top:1px solid #ccc;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.navbar-default .navbar-nav{float:none!important;margin:0 0 15px;}
	.navbar-default .navbar-nav>li{float:none;padding:0;}
	.navbar-default .navbar-nav>li>a{padding:12px 0;border-bottom:1px solid rgba(137,137,137,0.3);text-align: left;}
	.navbar-default .navbar-nav>li>a>span{display: inline-block;margin-right:20px;}
	.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover{border-bottom-color:#ccc;}

	.minHeaderEffect .navbar-default{background:#0f3a43;}
	.header .navbar-default .navbar-collapse,
	.header .navbar-default .navbar-collapse {
		max-height: calc(100vh - 70px);
		height: calc(100vh - 70px)!important;
	}
	.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:#fb9a41;}
	
	/* 二级导航 */
	.navbar-default .dropdown-menu>li>a,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{padding:10px 15px;text-align: left;text-indent: 2em;color:rgba(255,255,255,0.6)}
	.navbar-default .navbar-nav>.dropdown>a>i{position: absolute;width:14px;height:14px;right:5px;top:50%;margin-top:-7px;display: block;}
	.navbar-default .navbar-nav>.dropdown>a>i:before,
	.navbar-default .navbar-nav>.dropdown>a>i:after{content: '';position: absolute;background:rgba(255,255,255,0.6);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:#f49f2b;}
	.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-radius: 0;background:transparent;}
	.navbar-default .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fb9a41;}
	
}
@media (max-width: 767px) {
	body{padding-top:60px;}
	.navbar-bg{height:60px;}
	.navbar-brand>img{height:40px;}
	.navbar-default .navbar-toggle{margin:14px 10px;}
	.navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:10px 0;}
}
@media (min-width: 768px) and (max-width:991px) {
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 70px);
		height: calc(100vh - 70px)!important;
	}
	.navbar-default .navbar-toggle{margin-right:0;}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top: 10px;padding-bottom: 10px;}
}

@media (min-width: 992px) {
	body{padding-top:80px;}
	.navbar-bg{height:80px;}
	
	.navbar-default .navbar-collapse{float:right;}
	.navbar-brand{padding-top: 15px;padding-bottom: 15px;}
	.navbar-default .navbar-nav>li{padding: 0 5px;}
	.navbar-default .navbar-nav>li>a{padding:28px 10px;}
	
	.navbar-default .dropdown-menu>li:last-child{border-bottom:none;}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li{padding:0 10px;}
	.navbar-default .navbar-nav>li>a{font-size:16px}
}
@media (min-width: 1450px) {
	.navbar-default>.container{max-width:1650px;}
	.navbar-default .navbar-nav>li{padding:0 15px;}
}
@media (min-width: 1650px) {
	.navbar-default .navbar-nav>li{padding: 0 25px;}
}

/* 搜索 */
.navbar-top-other{}
.navbar-top-search{cursor: pointer;width:50px;height:50px;background-image: url(../images/icon/search2.png);background-position: center;background-repeat: no-repeat;}
.navbar-top-search>img{width:30px;height:30px;}

.top-search form{position:relative;-webkit-transition:all .5s;transition:all .5s}
.top-search form input{display:block;width:100%;height:36px;background-color:#1f1f1f;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-image:url(../images/icon/search2.png);background-size:24px;background-position: center;background-repeat: no-repeat;background-color: transparent;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;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;border-bottom:1px solid rgba(137,137,137,0.3)}
.search-link-list li a:hover{color:#fb9a41}
.searchview-close{position:absolute;right:0;top:0;height:36px;border:0;background-color:transparent;color:#fff;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:80px;-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:#fff;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:90px;right:15px;visibility: visible;}
html.noscroll,html.noscroll body{overflow: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{display: none;}
	.top-search>.container{position: static;padding:0;width:100%;}
	.search-link .h3{color:#fff;}
	.top-search form input{background:rgba(255,255,255,0.2);border-radius: 18px;}
	.top-search form button{background-image:url(../images/icon/search.png);}
	.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 rgba(137,137,137,0.3) solid}
	.top-search-form{position:relative}
	.search-link{display:none;position:absolute;top:70px;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:#0f3a43}
	.search-show .top-search{padding-top:15px;border-bottom-color:rgba(137,137,137,0.3)}
	.search-show .top-search form{margin-right:50px}
	.search-show .search-link{height:calc(100vh - 70px)}
	.search-show .searchview-close{display: block;}
	.search-show .navbar-nav{-webkit-transform:scale(.6);transform:scale(.6);visibility:hidden;opacity: 0;/* transition: all 0.5s; */}
	
	.search-link-list li a{color:rgba(255,255,255,0.6)}
	.search-link-list li a:hover{color:#fb9a41;}
}
@media (max-width: 767px) {
	.navbar-top-other{right:65px;top:12px;}
}
@media (min-width: 768px) {
	.navbar-top-other{top:17px;}
}
@media (min-width: 992px) {
	.navbar-top-other{padding-top:15px;float:right;}
	.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:50px;}
	.top-search-form .searchview-close{display:none}
	.search-link{background-color:#fff;padding-top:24px;max-height:calc(100% - 44px)}
	.search-link-list{padding:0 15px}
	.search-link-list li a{color:#333;}
	.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}

}
@media (min-width: 1200px) {
	.top-search form input{font-size:16px}
}
@media (min-width: 1450px) {
	.top-search>.container{width:100%;}
}

/* 搜索结果 */
.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:#043aa2;}
.search_keyList{font-size:12px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search_keyList *{margin-right:5px;color:#666}
.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:#fb9a41;}

.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%;}
}




/*首页*/
.index_nav{position: fixed;right:8px;top:50%;transform: translateY(-50%);z-index: 10;}
.index_nav>.item{width:10px;height:10px;padding:2px;border-radius: 50%;margin:8px 0;background:rgba(255,255,255,0.23);}
.index_nav>.item>a{display: block;width:100%;height:100%;border-radius: 50%;padding:0;border:none;background:none;background:rgba(255,255,255,0.5)}
.index_nav>.item.active{background:rgba(255,255,255,0.6);opacity: 1;}
.index_nav>.item>a:focus, .index_nav>.item>a:hover{background:rgba(255,255,255,1)}
@media (min-width: 1200px) {
	.index_nav{right:1.8%;}
	.index_nav>.item{width:18px;height:18px;padding:4px;}
}
@media (min-width: 1650px) {
	.index_nav{right:2%;}
}
@media (min-width: 1850px) {
	.index_nav{right:2%;}
}
/*banner*/
.swiper-slide{overflow: hidden;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}
.index_banner{/* padding-top:60px; */height:100vh;}
.banner,
.banner .swiper-container,
.banner .swiper-slide>.img{height:100%;}
.banner .swiper-slide>.img{background-repeat: no-repeat;background-size:cover;background-position:center;}
.banner .swiper-button-white{width:40px;height:40px;margin-top:-20px;opacity: 0.4;transition: all 0.5s;background-size:auto 26px;}
.banner .swiper-button-white:hover{opacity: 0.8;}
.banner .swiper-button-prev{left:0;}
.banner .swiper-button-next{right:0;}

.banner_button{position: absolute;width:100%;height:100vh;left:0;top:0;z-index: 3;}
.banner_button .swiper-button-white{width:40px;height:40px;margin-top:-20px;opacity: 0.4;transition: all 0.5s;background-size:auto 26px;z-index: 3;}
.banner_button .swiper-button-white:hover{opacity: 0.8;}
.banner_button .swiper-button-prev{left:0;}
.banner_button .swiper-button-next{right:15px;}

.banner img[onclick]{cursor:pointer;}
.banner_text .container{position:absolute;left:50%;top:50%;z-index:9;transform:translate(-50%,-50%)}
.banner2 .banner_text .container{width:100%;padding:0;max-width:100%;}
.banner_text img{display: block;max-width:100%;margin:0 auto;}
.banner .banner_text img{transform:translateY(50%)}
.banner .swiper-slide-active .banner_text img{opacity:1;transform:none;transition-delay:.5s}

/* .banner1:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:#000;z-index: 2;} */
.banner video{position: absolute;display: block;width:100%;height:100%;left:0;top:0;background: #000;object-fit: cover;/* border: 5px solid #c5bab6; */z-index: 3;}
@media (max-width: 767px) {
	.banner_text .container{width:100%;}
}
@media (max-width: 479px) {
	.banner .swiper-button-white{width:36px;height:36px;margin-top:-18px;background-size:auto 20px;}
}
@media (min-width: 768px) {
	/* .index_banner{padding-top:70px;} */
	.index_banner{height:100vh;}
	.banner .swiper-button-white{width:50px;height:50px;margin-top:-25px;background-size:auto 34px;}
	/* .banner .swiper-button-prev{left:3vw;}
	.banner .swiper-button-next{right:3vw;} */
	
	
	.banner_button .swiper-button-white{width:50px;height:50px;margin-top:-25px;background-size:auto 34px;}
	/* .banner_button .swiper-button-prev{left:3vw;}
	.banner_button .swiper-button-next{right:3vw;} */
}
@media (min-width: 992px) {
	/* .index_banner{padding-top:80px;} */
}
@media (min-width: 1200px) {
	.banner .swiper-button-white{background-size:auto 40px;}
	.banner .swiper-button-prev{left:2vw;}
	.banner .swiper-button-next{right:4vw;}
	
	.banner_button .swiper-button-white{background-size:auto 40px;}
	.banner_button .swiper-button-prev{left:2vw;}
	.banner_button .swiper-button-next{right:4vw;}
}
@media (min-width: 1450px) {

}
@media (min-width: 1650px) {
	.banner .swiper-button-white{background-size:auto 44px;}
	
	.banner_button .swiper-button-white{background-size:auto 44px;}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.banner_text img{width:60%;}
}


.index_main{position: relative;overflow: hidden;z-index: 2;}
.fixedBg{position:absolute;width:100%;height:100%;top:0;left:0;background-repeat: no-repeat;background-position: top center;z-index: 1;}
.fixedBg + div{position: relative;z-index: 2;}
.index_title{position: relative;margin-bottom:30px;color:#1a1a1a;}
.index_title a{color:#1a1a1a;display: inline-block;}
.index_title .h2{font-size:20px;font-weight: 700;text-shadow: 5px 5px 7px rgba(254,102,55,1);}
.index_title .en{margin-bottom:10px;font-size:28px;line-height:1;text-transform: uppercase;text-shadow: 5px 5px 7px rgba(254,102,55,1);}
.inside_main .index_title .h2{text-shadow: 2px 2px 3px #fb9a41;}

.index_href>.a{position: relative;width:140px;display: inline-block;text-align: center;font-size:16px;line-height:20px;padding:10px;color:#fff;background:#0f3a43;transition: all 0.5s;}
.index_href>.a>span{position: relative;}
.index_href>.a::before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#fb9a41;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.index_href>.a:hover{color:#fff;}
.index_href>.a:hover::before{width:100%;}

.textColor{color:#fff;}
.textColor a{color:#fff;}
.textColor .index_title{color:#fff;}
.textColor .index_href>.a{border-color:rgba(255,255,255,0.8);color:#fb9a41;background:rgba(255,255,255,0.8);}
.textColor .index_href>.a:hover{border-color:#fb9a41;color:#fff;background: #fb9a41;}
.textColor .InfoContent{color: #fff;}
@media (max-width:767px){
	.index_title{text-align: center;}
}
@media (max-width:374px){
	.index_title .en{font-size:22px;}
	.index_title .h2{font-size:18px;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.index_title{margin-bottom:40px;}
	.index_title .h2{font-size:24px;}
	.index_title .en{font-size:32px;}
}
@media (min-width:992px){
	.index_href>.a{padding:15px;}
	.index_title .en{font-size:36px;}
}
@media (min-width:1200px){
	.index_title .h2{font-size:28px;}
	.index_title .en{font-size:40px;}
}
@media (min-width:1450px){
	.index_title .en{font-size:44px;}
}
@media (min-width:1650px){
	.index_title .en{font-size:48px;}
}

/*坚屏*/
@media (max-width:767px) and (orientation:portrait){

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}
@media (min-width:768px) and (max-height:768px){

}


/*首页 - 关于*/
.index_about{padding:90px 0 35px;}
.index_about .container{max-width:1530px;}
.index_about_row{display: flex;align-items: center;flex-flow: row wrap;}
.index_about_row:before,
.index_about_row:after{display: none;}

.index_about_content .tit{margin-bottom:15px;}
.index_about_content .tit>img{display: block;max-width:100%;}
.index_about_content .en{fotn-size:18px;color:#d77e20;}
.index_about_content .ch{margin-top:5px;font-size:22px;color:#eb623c;text-shadow:-2px -2px 1px #5e5e5e;}
.index_about_content .InfoContent{line-height:30px;font-size:14px;}
.index_about_ul{margin-bottom:30px;margin-top:20px;list-style: none;display: flex;justify-content: space-between;align-items: center;flex-flow: row wrap;}
.index_about_ul li{margin:10px 0;}
.index_about_ul .inner{width:80px;height:80px;max-width:100%;margin:0 auto;color:#fff;display: flex;flex-direction: column;justify-content: center;text-align: center;background-image:url(../images/icon/li2.png);background-repeat: no-repeat;background-position:center;background-size:cover;transition: all 0.5s;}
.index_about_ul .icon{width:30px;height:30px;margin:0 auto;}
.index_about_ul .icon>img{display: block;width:100%;height:100%;}
.index_about_ul .inner:hover{background-image:url(../images/icon/li1.png);}
.index_about_row .img>img{width:auto;max-width:100%;margin:0 auto;}
.index_about_row .img:hover>img{transform: scale(1.1);}


.index_about_row .play{position: relative;width:145px;font-size:18px;height:54px;display: flex;align-items: center;padding-left:25px;color:#fff;overflow: hidden;background:#ec673d;border-radius: 27px;text-transform: uppercase;transition: all 0.2s;cursor: pointer;}
.index_about_row .play>span{position: relative;z-index: 2;}
.index_about_row .play>img{position: absolute;z-index: 2;width:auto;height:40px;right:15px;top:7px;transition: all 0.36s;}
.index_about_row .play:before{content: '';position: absolute;width:100%;height:100%;border-radius: 27px;background:#ff7f57;z-index: 1;left:0;left:6px;top:6px;transition: all 0.2s;}
.index_about_row .play:hover>img{right:5px;}
.index_about_row .play:hover:before{background:#ec673d;}
.index_about_row .play:hover{background:#ff7f57;}
@media (max-width:767px){

}
@media (min-width:768px){
	.index_about{padding-top:100px;}
}
@media (min-width:992px){
	.index_about{padding:0;padding-top:110px;}
	.index_about_content{padding-left:30px;}
	.index_about_content .tit{margin-bottom:30px;}
	.index_about_ul .inner{width:90px;height:90px;}
	.index_about_ul .icon{width:40px;height:40px;}
}
@media (min-width:1200px){
	.index_about_content{padding-left:60px;}
}
@media (min-width:1450px){
	.index_about_ul .inner{width:110px;height:110px;}
	.index_about_ul .icon{width:50px;height:50px;margin-bottom:5px;}
	.index_about_row .play{margin-top:40px;}
}
@media (min-width:1650px){
	.index_about_content{padding-left:100px;}
	.index_about_ul .inner{width:121px;height:121px;}
}

/*首页 - 产品*/
.index_product .container{max-width:1530px;}
.index_product .index_title .h2{text-shadow: 5px 5px 7px rgba(51,51,51,0.24);}
/* .index_product_row{display: flex;align-items: center;flex-flow: row wrap;}
.index_product_row:before,
.index_product_row:after{display: none;} */
.index_product_row>div{margin-bottom:30px;}
.index_product_row .img{overflow: visible;}
.index_product_row .img>img{width:auto;max-width:100%;margin:0 auto;/* -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0,0,0,0.2)));-webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 40%, transparent 100%); */transition: all 0.5s;}
.index_product_row .img:hover>img{transform: scale(1.05);/* -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0,0,0,0.25)));-webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255,255,255,0.35) 0%, transparent 40%, transparent 100%); */}
.index_product_row .InfoContent02{margin:30px 0;}
.index_product_row .more{position: relative;width:145px;font-size:18px;height:54px;display: flex;align-items: center;padding-left:35px;color:#fff;overflow: hidden;background:#183c23;border-radius: 27px;text-transform: uppercase;transition: all 0.2s;}
.index_product_row .more>span,
.index_product_row .more>img{position: relative;z-index: 2;}
.index_product_row .more>img{margin-left:10px;transition: all 0.36s;}
.index_product_row .more:before{content: '';position: absolute;width:100%;height:100%;border-radius: 27px;background:#185331;z-index: 1;left:0;left:6px;top:6px;transition: all 0.2s;}
.index_product_row .more:hover>img{margin-left:15px;}
.index_product_row .more:hover:before{background:#ff7f57;}
.index_product_row .more:hover{background:#ec673d;}

.index_product_swiper .swiper-container{padding:35px 0 0;}
.index_product_swiper .swiper-slide{overflow: visible;}
.index_product_swiper .swiper-pagination{bottom:40px;}
.index_product_swiper .swiper-pagination-bullet{width:25px;height:4px;border-radius: 2px;background:#bbbbbb;opacity: 1;}
.index_product_swiper .swiper-pagination-bullet:hover,
.index_product_swiper .swiper-pagination-bullet-active{background:#edb435;}
@media (min-width:768px){
	.index_product_swiper .swiper-container{padding-top:65px;}
	
	
	.index_product_row>div{margin-bottom:0;}
	.index_product_row .index_product_text{padding:15% 30px 0 0;}
}
@media (min-width:992px){
	.index_product_row .index_product_text{padding-left:30px}
}
@media (min-width:1200px){
	.index_product_swiper .swiper-container{padding-top:150px;padding-bottom:50px;}
	.index_product_swiper .swiper-pagination{bottom:60px;}
	.index_product_swiper .swiper-pagination-bullet{margin:0 10px!important;width:38px;}
	.index_product_row .index_product_text{padding:15% 10% 0 60px;}
	.index_product_row .InfoContent02{margin:40px 0;}
}
@media (min-width:1450px){
	.index_product_row .InfoContent01{font-size:18px;}
}
@media (min-width:1650px){
	.index_product_swiper .swiper-container{padding-top:200px;}
	.index_product_row .InfoContent02{margin:50px 0;}
	.index_product_row .index_product_text{padding:15% 15% 0 80px;}
}


/*首页 - 品质管理*/
.index_quality{padding-top:35px;padding-bottom:35px;}
.index_quality_swiper{position: relative;}
.index_quality_swiper .swiper-container{position: static;padding:10px;}
.index_quality_swiper .swiper-slide{overflow: visible;}

.index_quality_swiper .swiper-pagination{bottom:0;}
.index_quality_swiper .swiper-pagination-bullet{background:#fff;opacity: 0.3;}
.index_quality_swiper .swiper-pagination-bullet-active{background:#fff;opacity: 1;}
.index_quality_swiper .swiper-button-white{width:34px;height:34px;margin-top:-17px;background-size:auto 16px;border-radius: 50%;background-color:rgba(252,233,201,0.34);transition: all 0.36s;}
.index_quality_swiper .swiper-button-prev{left:-50px;}
.index_quality_swiper .swiper-button-next{right:-50px;}
.index_quality_swiper .swiper-button-white:hover{background-color:rgba(252,233,201,0.8);}
.index_quality_swiper .img{box-shadow: 5px 8px 4px rgba(0,0,0,0.25);}
.index_quality_swiper .img:hover>img{transform: scale(1.05);}
@media (max-width:767px){
	.index_quality_swiper .swiper-container{padding-bottom:40px;}
	.index_quality_swiper .swiper-button-white{display: none;}
}
@media (min-width:768px){
	.index_quality{padding-top:70px;padding-bottom:70px;}
	.index_quality .container{max-width:1360px;}
	.index_quality_swiper .swiper-pagination{display: none;}
	.index_quality_swiper .swiper-container{padding:15px;}
	
	.index_quality_swiper .img{box-shadow: 12px 15px 6px rgba(0,0,0,0.25);}
	
	.inside_main .index_quality_swiper .swiper-button-white{background-color:rgba(251,154,65,0.75);}
	.inside_main .index_quality_swiper .swiper-button-white:hover{background-color:rgba(251,154,65,1);}
	.inside_main .index_quality_swiper .swiper-button-prev{left:-50px;}
	.inside_main .index_quality_swiper .swiper-button-next{right:-50px;}
}
@media (min-width:992px){
	.index_quality_swiper .swiper-button-prev{left:-60px;}
	.index_quality_swiper .swiper-button-next{right:-60px;}
}
@media (min-width:1200px){
	.index_quality{padding-top:100px;padding-bottom:100px;}
	.index_quality_swiper .swiper-button-prev{left:-80px;}
	.index_quality_swiper .swiper-button-next{right:-80px;}
}
@media (min-width:1650px){
	.index_quality{padding-top:135px;padding-bottom:135px;}
	.index_quality_swiper .swiper-button-prev{left:-100px;}
	.index_quality_swiper .swiper-button-next{right:-100px;}
}
@media (min-width:1850px){
	.index_quality_swiper .swiper-button-prev{left:-170px;}
	.index_quality_swiper .swiper-button-next{right:-170px;}
}

/*首页 - 媒体报道*/
.index_news{padding-top:35px;padding-bottom:50px;}
.index_news_title{margin-bottom:25px;}
.index_news_title .index_title{margin-bottom:15px;}
.index_news_title_right{display: flex;align-items: center;justify-content: center;flex-flow: row wrap;}
.index_news_title_right .more>a{display: block;width:40px;height:40px;line-height:40px;text-align: right;transition: all 0.36s;}
.index_news_title_right .more>a:hover{padding-right:8px;}
.submenu2{display: flex;}
.submenu2:before,
.submenu2:after{display: none;}
.submenu2>li>a{font-size:16px;line-height:20px;padding:10px;}
.submenu2>li>a:focus,
.submenu2>li>a:hover{background-color: transparent;text-decoration: underline;}
.index_news_row{margin:0;}
.index_news_row>div{padding:0;margin-bottom:25px;}
.index_news_row a{display: block;}
.index_news_row h5{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.36s;}
.index_news_row .img .date{position: absolute;right:0;bottom:0;background:#00492e;font-size:18px;line-height:36px;padding:0 14px;font-family: arial;}
.index_news_row .text .date{font-size:16px;}
.index_news_row a:hover .img>img{transform: scale(1.1);}
.index_news_left a:hover h5{color:#00492e;}
.index_news_right a:hover h5{text-decoration: underline;}

.index_news_left a{background:#f49f2b;box-shadow: 10px 10px 10px rgba(25,27,27,0.6);}
.index_news_left .img .date{padding:0 18px;line-height:50px;font-size:24px;}
.index_news_left .text{padding:20px;}
.index_news_left h5{font-size:16px;font-weight: 700;}
.index_news_left .p{margin-top:10px;font-size:12px;line-height:24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.index_news_right_top{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.index_news_right_top .item{float:left;width:50%;padding:0 10px;margin-bottom:10px;}
.index_news_right_top .text{padding:15px 0;}
.index_news_right_top .img{box-shadow: 10px 10px 10px rgba(25,27,27,0.6);}
.index_news_right_bottom .text{display: flex;justify-content: space-between;align-items: center;line-height:30px;}
.index_news_right_bottom .item{padding:15px 0;border-top:1px solid rgba(255,255,255,0.1);}
.index_news_right_bottom h5{max-width:80%;line-height: inherit;}
@media (max-width:374px){
	.submenu2>li>a{font-size:14px;}
}
@media (min-width:768px){
	.index_news{padding-top:70px;padding-bottom:60px;}
	.index_news_title{display: flex;align-items: center;justify-content: space-between;flex-flow: row wrap;}
	.index_news_title .index_title{margin-bottom:0;}
	.index_news_title_right{justify-content: space-between;}
	.submenu2>li>a{padding-left:15px;padding-right:15px;}
	
	.index_news_left{width:49.3103%;}
	.index_news_left a{box-shadow: 15px 20px 15px rgba(25,27,27,0.6);}
	.index_news_left .inner{padding-right:15%;}
	.index_news_left .text{padding:30px;}
	.index_news_left .p{margin-top:15px;}
	
	.index_news_right{width:50.6897%;}
	.index_news_right_top .img{box-shadow: 10px 15px 10px rgba(25,27,27,0.6);}
}
@media (min-width:1200px){
	.index_news{padding-top:100px;padding-bottom:70px;}
	.index_news_title{margin-bottom:35px;}
	
	.index_news_left .inner{padding-right:17%;}
	.index_news_left .img .date{line-height:60px;font-size:36px;}
	.index_news_left .text{padding:40px 35px;}
	.index_news_left .p{margin-top:20px;}
	
	.index_news_right_top .text{padding:20px 0;}
	.index_news_right_bottom .item{padding:20px 0;}
	.index_news_right_bottom .text{line-height:40px;}
}
@media (min-width:1650px){
	.index_news{padding-top:135px;padding-bottom:110px;}
	.index_news_right_bottom .item{padding:25px 0;}
}


/*内页*/
.inside_banner{position: relative;width:100%;overflow: hidden;}
.inside_top_bg{position: absolute;width:100%;height:100%;left:0;top:0;animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
.inside_banner img{display: block;width: 100%;animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
.imgZoomIn{animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
.inside_top{position: relative;z-index: 2;height:265px;padding:20px 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.inside_top .index_title{margin-bottom:0;display: none;}
.inside_top .index_title + .submenu{/* margin-top:30px; */margin-bottom:0;}

.wrapper{position: relative;width:100%;overflow: hidden;min-height:100vh;z-index: 1;}
.wrapper.zIndex{z-index: 1032;}
.inside_main{position: relative;width:100%;overflow: hidden;padding:40px 0;}
.inside_title{text-align:center;margin-bottom:30px}
.inside_title .h2{font-size:20px;line-height:30px;}
.inside_title + .InfoContent{margin-top:-10px;}

.index_title + .submenu{margin-top:-10px;}
.textColor .submenu>li>a{color:#fff;}
.submenu{position: relative;display: flex;flex-flow: row wrap;justify-content: center;margin-left:-5px;margin-right:-5px;margin-bottom:20px;}
.submenu>li{padding:0 5px;margin:0;}
.submenu>li>a{min-width:76px;position: relative;display: block;padding:10px;font-size:14px;background:transparent;border:none;margin-right:0;z-index: 2;text-align: center;}
.submenu>li>a>span{/* display: block; */position: relative;z-index: 2;}
.submenu>li>a>.en{font-size:12px;margin-top:3px;text-transform: uppercase;margin-left:5px;}
.submenu>li>a:after{content: '';position: absolute;width:100%;height:0;left:0;bottom:0;background: #fb9a41;z-index: 1;transition: all 0.36s;}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a,
.submenu>li.active>a:focus,
.submenu>li.active>a:hover{color:#fff;border:none;background:transparent;}
.submenu>li>a:hover:after,
.submenu>li.active>a:after{height:100%;}

.InfoContent{line-height:2;position:relative;overflow:hidden;}
.InfoContent p{margin:0;margin-bottom:10px;}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.InfoTitle{margin-bottom:15px;text-align:center;text-transform:uppercase}
.InfoTitle h4{font-size:18px;margin:0;line-height:1.74}
.InfoTitle .en{font-size:16px;color:#666;line-height:1.74}
.InfoTitle .date{font-size:14px;color:#999;margin-top:10px}
.InfoTitle .date span{padding:0 8px}

.goBack{text-align:center;margin-top:30px;margin-bottom:-15px;text-transform:uppercase}
.goBack .a{color:#fff;background-color:#0f3a43;border:none;}
.goBack .a:hover{background-color:#fb9a41}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px -5px 0}
.pager li{padding:0 5px;margin:5px 0}
.pager li>a,
.pager li>span{border:1px #ccc solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px}
.pager .next>a,
.pager .next>span,
.pager .previous>a,
.pager .previous>span{float:none;display:block;background-color:#0f3a43;border:0;color:#fff;width:70px}
.pager .previous>a,
.pager .next>a,
.pager .active>a,
.pager li>a:hover{color:#fff;border-color:#fb9a41;background-color:#fb9a41}

.info_previous_next_wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;text-transform:uppercase;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display:inline}
.info_previous_next_wrap a:hover{color:#fb9a41}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: flex;}

@media (max-width: 767px) {
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	
	.submenu>li>a>span{display: block;}
	.submenu>li>a>.en{margin-left:0;}
}
@media (min-width: 768px) {
	.inside_main{padding:50px 0}
	.inside_title .h2{font-size:24px}
	
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;justify-content: flex-end;}
	
	.submenu>li>a{font-size:16px;}
	.submenu>li>a>.en{font-size:14px;}
	.submenu{margin-left:-10px;margin-right:-10px;}
	.submenu>li{padding:0 10px;}
	.submenu>li>a{padding:10px 15px;}
}
@media (min-width: 992px) {
	.inside_main{padding:60px 0;}
	.inside_title .h2{font-size:26px;}
	
	.submenu{margin-left:-15px;margin-right:-15px;margin-bottom:30px;}
	.submenu>li{padding:0 15px;}
}
@media (min-width: 1200px) {
	.inside_title .h2{font-size:28px}
	
	.submenu>li>a{font-size:18px;}
}
@media (min-width: 1450px) {
	.inside_main{padding:70px 0;}
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}
	.InfoTitle .en{font-size:18px;}

	.inside_title{text-align:center;margin-bottom:40px}
	.inside_title .h2{font-size:30px;}
	.InfoContent{font-size:16px;}
	
	.submenu{margin-left:-20px;margin-right:-20px;}
	.submenu>li{padding:0 20px;}
	.submenu>li>a{font-size:20px;padding-left:20px;padding-right:20px;}
	.submenu>li>a>.en{font-size:16px;}
}
@media (min-width: 1850px) {
	.submenu{margin-left:-25px;margin-right:-25px;}
	.submenu>li{padding:0 25px;}
	.submenu>li>a{font-size:22px;padding-left:30px;padding-right:30px;}
	.submenu>li>a>.en{font-size:18px;}
}



/*关于我们*/
.about-01-row{display: flex;flex-flow: row-reverse wrap;align-items: center;}
.about-01-row:before,.about-01-row:after{display: none;}
.about-01-row>div{margin-bottom:25px;}
.about-01-row .video{display: block;width:100%;object-fit: cover;background:#000;}

.about-02{color:#fff;min-height: 410px;display: flex;flex-direction: column;justify-content: center;}

.about-04-row{display: flex;align-items: center;flex-flow: row wrap;}
.about-04-row:before,.about-04-row:after{display: none;}
.about-04-row>div{margin-bottom:25px;}
.history-text .tit{font-size:18px;margin-bottom:15px;font-weight: 700;color:#f49f2b;}
.history-text .InfoContent p{margin-bottom:10px;}
.swiper-container-control{position: relative;width:100%;overflow: hidden;background:url(../images/line.png) repeat-x left bottom;background-size:auto 15px;}
.swiper-page>li{padding-top:10px;padding-bottom:35px;position: relative;text-align: center;color:#fff;font-size:18px;font-weight: 700;overflow: hidden;cursor: pointer;}
.swiper-page>li:after{content: '';position: absolute;width:2px;height:0;left:50%;margin-left:-1px;bottom:0;background:#f49f2b;transition: all 0.5s;}
.swiper-page>li>span{position: relative;display: block;}
.swiper-page>li>span:before,.swiper-page>li>span:after{content: '';position: absolute;width:0;height:0;top:50%;margin-top:-6px;visibility: hidden;opacity: 0;transition: all 0.5s;}
.swiper-page>li>span:before{border:6px solid transparent;border-left-color: #f49f2b;left:-20px;}
.swiper-page>li>span:after{border:6px solid transparent;border-right-color: #f49f2b;right:-20px;}
.swiper-page>.swiper-slide-thumb-active{color:#f49f2b;}
.swiper-page>.swiper-slide-thumb-active>span:before{left:0;visibility: visible;opacity: 1;}
.swiper-page>.swiper-slide-thumb-active>span:after{right:0;visibility: visible;opacity: 1;}
.swiper-page>.swiper-slide-thumb-active:after{height:20px;}

.honor-list .h2{font-size:16px;line-height:1.4;text-align:center;margin:15px 0 0}
.honor-list .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:479px){
	.honor-list .h2{font-size:14px;margin-top:10px}
}
@media (max-width:360px){
	.swiper-page>li{font-size:16px;}
}
@media (min-width: 768px) {
	.about-01-row>div .img>img{width:auto;margin:0 auto;max-width:100%;}
	
	.about-02 .fixedBg{background-position: top center;background-size:cover;}
	
	.history-swiper-container{margin:40px 0 20px;}
	.history-text .tit{font-size:24px;margin-bottom:20px;}
	.swiper-page>li{padding-top:20px;padding-bottom:40px;font-size:22px;}
}
@media (min-width: 992px) {
	.swiper-page>li{font-size:24px}
}
@media (min-width: 1200px) {
	.about-01-row{margin-left:-25px;margin-right:-25px;}
	.about-01-row>div{padding:0 25px;}
	.about-01-row>div .img>img{width:100%;}
	
	.history-swiper-container{margin:80px 0 60px;}
	.about-04-row{margin-left:-35px;margin-right:-35px;}
	.about-04-row>div{padding:0 35px;}
	.history-text .tit{font-size:30px;margin-bottom:30px;}
	.swiper-container-control{background-size:auto 19px;}
	.swiper-page>li{padding-bottom:50px;font-size:26px;}
	.swiper-page>.swiper-slide-thumb-active:after{height:24px;}
	.swiper-page>li>span:before,
	.swiper-page>li>span:after{border-width: 10px;margin-top:-10px;}
}
@media (min-width: 1450px) {
	.swiper-page>li{font-size:30px}
}




/*产品中心*/
.h3_title{font-size:20px;margin-bottom:30px;}
.textColor .h3_title{color:#fff;}

.pro_title{overflow: hidden;margin:0 auto;padding:40px 0;text-align: center;}
.pro_title .inner{position: relative;padding:0 10px;display: inline-block;}
.pro_title .inner:before,
.pro_title .inner:after{content: '';position: absolute;width:100vw;height:1px;background:#282828;top:22%;opacity: 0.1;}
.pro_title .inner:before{right:100%;}
.pro_title .inner:after{left:100%;}
.pro_title .h1{font-size:20px;font-weight: 700;}
.pro_title .en{font-size:14px;font-family: 'Myriad Pro';text-transform: uppercase;margin-top:10px;}

.pro_row{position: relative;}
.pro_content{position: relative;z-index: 2;}
.pro_content .inner{padding:40px 15px;}
.pro_content .tit{color:#edb435;display: flex;align-items: center;flex-flow: row wrap;margin-bottom:20px;}
.pro_content .tit .ch{font-size:20px;font-weight: 700;margin-right:10px;}
.pro_content .tit .en{font-size:16px;}
.pro_content .InfoContent02{background:#f49f2b;padding:20px 20px 10px;margin-top:20px;}

/* 色卡 */
#lightGallery-close{width:40px;height:40px;line-height:40px;right:5%;top:5%;}
#lightGallery-close:after{font-size:20px;}
#lightGallery-action .cLthumb{display: none!important;}
#lightGallery-action a{margin:10px;}
#lightGallery-action a:hover, #lightGallery-action a:focus{background-color: transparent;}

.colorCard_swiper .swiper-container-free-mode>.swiper-wrapper { 
    -webkit-transition-timing-function: linear; /*之前是ease-out*/ 
    -moz-transition-timing-function: linear; 
    -ms-transition-timing-function: linear; 
    -o-transition-timing-function: linear; 
    transition-timing-function: linear; 
    margin: 0 auto; 
}
.colorCard_list .img{cursor: pointer;border-radius: 8px;}
.colorCard_list .img:after{content: '';position: absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.5) url(../images/icon/search.png) no-repeat center;opacity:0;-webkit-transition: all 0.5s;transition: all 0.5s;}
.colorCard_list .img:hover:after{opacity: 1;}
@media (min-width: 768px) {
	.h3_title{font-size:24px;}
	.pro_title{max-width:1240px;padding:50px 0;}
	.pro_title .h1{font-size:24px;}
	.pro_title .en{font-size:18px;margin-top:15px;}
	
	.pro_content .inner{padding:8%;}
	.pro_content .tit .ch{font-size:24px;margin-right:15px;}
	.pro_content .tit .en{font-size:20px;}
}
@media (min-width: 992px) {
	.pro_title .h1{font-size:22px;}
	.pro_title .en{font-size:16px;}
	
	.pro_row{overflow: hidden;display: flex;flex-flow: row wrap;align-items: center;}
	.pro_imgs{width:52.083333%;}
	.pro_content{width:47.916667%;}
	.pro_content .inner{padding:40px 8%;}
	.pro_content .InfoContent02{padding:25px 30px 15px;}
	.pro_content .tit{margin-bottom:30px;}
	
}
@media (min-width: 1200px) {
	.pro_title{padding:65px 0;}
	
	.pro_content .inner{padding:8% 20% 8% 12%;}
}
@media (min-width: 1450px) {
	.pro_content .tit{margin-bottom:40px;}
	.pro_content .tit .ch{font-size:30px;margin-right:20px;}
	.pro_content .tit .en{font-size:24px;}
	.pro_content .inner{padding:8% 25% 8% 12%;}
	.pro_content .InfoContent02{padding-left:40px;padding-right:40px;margin-top:30px;}
}


/*产品相关视频*/
.course_list{margin-left:-10px;margin-right:-10px;}
.course_list .column{padding-left:10px;padding-right:10px;margin-bottom:25px;}
.course_list a{display: block;position: relative;overflow: hidden;border-radius: 8px;}
.course_list .mask{position: absolute;width:100%;height:100%;left:0;top:100%;display: flex;flex-direction: column;justify-content: center;padding:15px;background:rgba(244,159,43,0.8);transition: all 0.5s;}
.course_list .text{color:#fff;}
.course_list h5{font-size: 16px;font-weight: 700;text-align: center;transform: translateY(-50px);opacity: 0;transition: all 0.5s ease 0.3s;}
.course_list a:hover .mask{top:0;}
.course_list a:hover h5{transform: none;opacity: 1;}

.publicVideos .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.publicVideos .close{position:absolute;width:30px;height:30px;background-color:#fb9a41;opacity:1;color:#fff;z-index:999;right:5%;top:5%;border-radius:50%;font-size:15px;line-height:30px;transition: all 0.5s;}
.publicVideos .close:focus{outline:0}
.publicVideos .close:hover{background-color:#f58116;}
.publicVideos .close span{position:relative;font-weight:lighter;text-shadow:none}
.publicVideos .modal-body{padding:0;}
.publicVideos .modal-content{padding:0;border:none;border-radius: 0;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
.publicVideos video{display: block;width:100%;max-height:80vh;margin:0 auto;outline: none;background:#000;}

.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 (max-width:767px){

}
@media (min-width:768px){
	.course_list{margin-left:-15px;margin-right:-15px;}
	.course_list .column{padding-left:15px;padding-right:15px;margin-bottom:35px;}
	.course_list h5{font-size: 18px}
	.publicVideos .modal-dialog{width:1200px;max-width:80%;}
	.publicVideos .close{right:5%;top:10%;}
}
@media (min-width:1200px){
	.course_list{margin-left:-22.5px;margin-right:-22.5px;}
	.course_list .column{padding-left:22.5px;padding-right:22.5px;margin-bottom:55px;}
	.course_list h5{font-size: 22px}
}
@media (min-width:1650px){
	.course_list h5{font-size: 26px}
}

/* 品牌加盟*/
.join_list{display: flex;flex-flow: row wrap;}
.join_list:before,
.join_list:after{display: none;}
.join_list .column{margin-bottom:25px;}
.join_list h3{font-weight: 700;font-size:16px;line-height:2;margin-bottom:5px;}
.join_list .p{line-height: 2;}
@media (max-width:479px){
	.join_list .column{width:100%;}
}
@media (min-width:1200px){
	.join_list .column{margin-bottom:35px;}
	.join_list h3{font-size:18px;}
	.join_list .p{font-size:16px;}
}

/* 品牌加盟 - 加盟优势*/
.adv_tit{text-align: center;line-height:2;margin:30px 0;}
.adv_tit h3{font-size:20px;line-height:2;font-weight: 700;}
.adv_tit p{font-size:14px;}
.adv_list .column{margin-bottom:15px;}
.adv_list .text{padding:15px 0;}
@media (max-width:767px){
	.adv_list{margin-left:-7px;margin-right:-7px;}
	.adv_list .column{padding-left:7px;padding-right:7px;}
}
@media (max-width:479px){
	.adv_list .column{width:50%;}
}
@media (min-width:768px){
	.adv_tit h3{font-size:22px;}
	.adv_tit p{font-size:16px;}
}
@media (min-width:1200px){
	.adv_tit h3{font-size:24px;}
	.adv_tit p{font-size:18px;}
}

/* 品牌加盟 - 加盟政策*/


/* 品牌加盟 - 加盟流程*/





/*服务支持 - 文件下载*/
.download_list .column{margin-bottom:8px;}
.download_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;background-image:url(../images/icon/i18.png);}
.download_list a:hover{color:#fb9a41;background-image:url(../images/icon/i18h.png);}
@media (min-width:992px){
	.download_list .column{margin-bottom:15px;}
	.download_list a{line-height:30px;font-size:16px;background-size:30px auto;padding-right:60px;}
}
@media (min-width:1200px){
	.download_list{margin-left:-25px;margin-right:-25px;}
	.download_list .column{padding-left:25px;padding-right:25px;}
}


/*新闻中心*/
.news_list .column{margin-bottom:20px;}
.news_list a{display: block;display: flex;overflow: hidden;transition:all 0.36s ease;background-color: rgba(0,0,0,0.1);}
.news_list .img{flex: 0 0 auto;width:100%;}
.news_list .text{width:100%;overflow: hidden;position: relative;padding:15px;}
.news_list .h5{font-size:16px;line-height:30px;transition:all 0.36s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_list .line{width:100%;height:1px;background-color:#dfdfdf;margin:10px 0;}
.news_list .p{color:#666;line-height:26px;height:52px;overflow: hidden;transition:all 0.36s ease;}
.news_list .more{position: relative;padding-right:0;line-height:30px;margin-top:5px;text-align: right;text-transform: uppercase;transition:all 0.36s ease;color:#666;}
.news_list .more:after{content: '';position: absolute;width:16px;height:16px;background:url(../images/icon/you.png) no-repeat center;right:15px;top:50%;margin-top:-8px;opacity: 0;transition:all 0.36s ease;}
.news_list a:hover{background-color: rgba(0,0,0,0.65);}
.news_list a:hover .h5{color:#fb9a41;}
.news_list a:hover .p{color:#ccc;}
.news_list a:hover .more{color:#404040;padding-right:30px;color:#fff;}
.news_list a:hover .more:after{right:0;opacity: 1;background:url(../images/icon/you-1.png) no-repeat center;}
@media (max-width:767px){
	.news_list a{display: block;}
	.news_list .text{padding:20px 15px 15px;}
}
@media (min-width:768px){
	.news_list .column{margin-bottom:30px;}
	.news_list .img{width:300px;}
	.news_list .text{padding:15px 20px;}
}
@media (min-width:1200px){
	.news_list .column{margin-bottom:40px;}
	.news_list .text{padding:20px 30px;}
}


/*联系我们*/
.contact_title{font-size:20px;color:#000;}
.contact_list{display: flex;flex-flow: row wrap;margin-left:-30px;margin-right:-30px;}
.contact_list:before,
.contact_list:after{display: none;}
.contact_list .column{padding:0 30px;}
.contact_list .column>.box{border-bottom:1px solid #eaeaea;padding-bottom:30px;margin-bottom:30px;}
.contact_list .column:last-child>.box{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.contact_list .InfoContent{margin-top:25px;}

.contact_form{margin-top:25px;}
.contact_form .InfoContent{margin:0;color:#999;font-size:12px;line-height:1.5;}
.contact_form .form-control{display: block;width:100%;height:40px;border:1px solid #000;padding:0 10px;border-radius: 0;box-shadow: none;}
.contact_form .error .form-control{border-color:red;}
.contact_form textarea.form-control{display: block;width:100%;height:100px;padding:10px;border:1px solid #000;}
.contact_form .btn{display: block;width:180px;height:50px;border-radius: 0;font-size:18px;border:none;cursor: pointer;transition: all 0.5s;}
.contact_form .valid_message{display: none;}

.suggest_form .form-group{margin-bottom:20px;}
.suggest_form textarea.form-control{height:190px;}
.suggest_form .btn{margin:30px auto 0;}
.suggest_form label{display: block;font-weight: 400;}

.mapBanner{position: relative;width:100%;height:500px;}
.mapBanner .container{position: absolute;top:50%;left:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.map,.map #dituContent{width:100%;height:100%;}
.BMap_bubble_title{font-weight: 700;font-size:16px;color:#fb9a41;margin-bottom:5px;}
.anchorBL{display: none;}
@media (min-width:768px){
	.contact_title{font-size:24px;}
	.contact_list .column{border-right:1px solid #eaeaea;}
	.contact_list .column:last-child{border-right:none;}
	.contact_list .column>.box{border-bottom:none;padding-bottom:0;margin-bottom:0;}
}
@media (min-width:1200px){
	.contact_title{font-size:26px;}
	.contact_list{margin-left:-40px;margin-right:-40px;}
	.contact_list .column{padding:0 40px;}
}
@media (min-width:1450px){
	.contact_title{font-size:28px;}
	.suggest_form{max-width:1200px;margin-left:auto;margin-right: auto;}
}
@media (min-width:1650px){
	.contact_title{font-size:30px;}
}

/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-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;
	webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all 1s;
	transition: all 1s;
	webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}