﻿@charset "utf-8";
/* CSS Document */

/* 基础设置 */

/*=================default===================*/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none; height:100%; width: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 14px;
}

*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; line-height: 1.75;}

.layui-form-switch ,.layui-form-switch *{ -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

.af-cb:after{clear: both; content: ' '; overflow: hidden; width: 0; height: 0; display: block;}


a,a:link{ color: #000; text-decoration: none;}
a:hover,a:active{ color: #DDAF59; text-decoration: none;}
::selection{background:#DDAF59; color:#fff;}
::-moz-selection{background:#DDAF59; color:#fff;}

a:hover i.pic-size img{-webkit-transform: scale(1.05); transform: scale(1.05);}

.block{display: block !important;}

/*定义动画*/
.e-ani *,.e-ani *:before,.e-ani *:after{-webkit-transition: .3s; transition:.3s;}
.nav *,.nav *:after,.nav *:before{-webkit-transition:height .3s, width .3s, color .3s,  -webkit-box-shadow .3s,border .3s,opacity .3s,-webkit-transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
transition:height .3s, width .3s, color .3s, box-shadow .3s,border .3s,opacity .3s, transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;}

.nav * .nav-btn-bg{-webkit-transition:left .3s ease .03s; transition:left .3s ease .03s;}/*0.03延迟解决".nav-btn-bg"元素抖动*/

.e-animte{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear .6s, bottom 0s linear .6s, left 0s linear .6s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear .6s,bottom 0s linear .6s,left 0s linear .6s;}

*.e-animte-show{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;}

.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

/*--简易切换动画--*/
.tabs-box .bd{ position: relative; overflow: hidden;}
.tabs-box .bd:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden;}
.tabs-box .bd>.tabs-hide{ position: absolute; top: 0; left: -10000px; width: 100%; overflow: hidden; -webkit-transform: none; transform: none; opacity: 0; -webkit-animation: tabs-hide .8s; animation: tabs-hide .8s;}
@-webkit-keyframes tabs-hide /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
@keyframes tabs-hide
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
.tabs-box .bd>.tabs-on{ position: relative; top: 0; left: 0; width: 100%; -webkit-transform:none; transform: none; opacity: 1;}
.tabs-box .bd>.tabs-show{ position: relative; top: 0; left: 0; width: 100%; overflow: visible; -webkit-transform:none; transform: none; opacity: 1; -webkit-animation: tabs-show .8s; animation: tabs-show .8s;}
@-webkit-keyframes tabs-show /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}
@keyframes tabs-show
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}


/*--最小屏提示--*/
@media screen and (max-width: 319px) {
html{-webkit-transition: 0s;  transition: 0s; background: #fff url(../img/displayNone.png) center center no-repeat; }
	body {
		-webkit-transition: 0s;  transition: 0s; display: none;
	}
}

/*--layui--*/
.layui-layer,.layui-layer *{ -webkit-transition: 0s; transition: 0s;}

/*--移动端横屏提示--*/
@media (max-width: 991px) and (orientation : landscape) {
	html.landscape {
		background: #fff url(../img/landscape.png) center center no-repeat;
	}
	html.landscape body {
		display: none;
	}
}


/*--swiper2.x高度自适应--*/
.swiper-container .swiper-wrapper,.swiper-container .swiper-slide{ height: auto !important;}

/*默认动画时长*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration:1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-s {
  -webkit-animation-duration: .5s;
  animation-duration:.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享*/
#bsPanel,#bsPanel *,#bsBox,#bsBox *{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享微信弹窗兼容*/
#bsWXBox{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}


/*百度地图*/
.map *{ -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;}
.map label,.map img{max-width: none !important; width: initial !important;}
.map *{ font-size: 12px; -webkit-transition: 0s; transition: 0s; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

/*视频全屏*/
.video-bg{position: absolute; z-index: -1; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: 0s; transition: 0s;}

/*lightbox*/
.lightbox,.lightbox *,.lightboxOverlay,.lightboxOverlay *{-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; -webkit-transform:translateZ(0); transform:translateZ(0);}


/*--分页--*/

div.pages {text-align: center; width: 100%; padding: 20px 0 0 0; margin: 0; line-height: 1.7;}
div.pages *{ line-height: 1.7;}
div.pages a,div.pages span {text-decoration: none; background: #fff; border: 1px solid #DDAF59; padding: 5px 11px; margin: 3px; color: #333333; font-size: 12px; display: inline-block; font-weight: normal;}
div.pages a.on,div.pages a.hover,div.pages a:hover,div.pages a:active,div.pages span.current,div.pages span.disabled { background: #DDAF59; color: #fff; border: 1px solid #DDAF59;  line-height: 1.7;}
@media screen and (min-width: 992px) {
}



/*社会招聘*/
@media screen and (min-width: 320px) {
	.table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
	
	
	.jp-table{width:100%; max-width: 100%; text-align: center; min-width: 665px;}
	.jp-table thead tr td{ line-height: 36px; background: #919191; color: #fff; font-size: 14px; padding: 5px 10px; white-space: nowrap; border: 1px solid #ddd;}
	.jp-table tbody tr{ }
	.jp-table tbody tr td{ line-height: 30px; font-size: 14px; border: 1px solid #ddd; padding: 15px 10px;}
	.jp-table tbody tr:hover td{ background: #f7f7f7;}
	.jp-table tbody tr:hover *{color: #DDAF59;}
	.jp-table tbody tr a{ font-weight: bold;}
	
	.zpList_02 { border-top: solid 1px #e8ebee; 	border-left: solid 1px #e8ebee; 	white-space: nowrap;  min-width: 665px; max-width: 905px;}

	.zpList_02 tr td { border-top: none !important; border-right: solid 1px #e8ebee; border-bottom: solid 1px #e8ebee; color: #555; font-weight: bold; background: #fff; font-size: 14px; font-weight: normal; height: 30px; line-height: 30px !important; padding: 12px 15px;  white-space: normal;}
	a.ypBtn { margin: 0 auto; display: block; width: 120px; height: 37px; line-height: 35px; border: solid 1px #DDAF59; background: #fff; text-align: center; color: #DDAF59; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; transition: .3s;}
	a.ypBtn:hover { color: #fff; background: #DDAF59; }
	
	.zpText_01 { display:block; padding: 0; margin: 0; width: 100%; border: none; height: 30px; outline: none; line-height:initial;}
	.zpText_02 { width: 100%; height: 100px; padding: 0; margin: 0; border: none; outline: none; min-width: 100%; max-width: 100%; min-height: 100px; max-height: 100px; line-height: initial; resize: none;}
	.zpText_03 { width: 100%; padding: 0; margin: 0; border: none; outline: none;}
	
	
	.zpBtnBox { width: 260px; margin: 0 auto; text-align: center; overflow: hidden; }
	.zpBtnBox span{display: inline-block; padding: 0 5px; float:left;}
	.tjBtn,.czBtn  { border: none; display: inline-block; width: 120px; height: 37px; 	background: #fff; text-align: center; border: solid 1px #DDAF59; color: #DDAF59; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer;}

	.tjBtn:hover,.czBtn:hover { color: #fff; background: #DDAF59;}
}

@media screen and (min-width: 992px) {
	.table-responsive { border: none;}
}

@media screen and (min-width: 1260px) {
	
}




/*--移动端设置&小屏电脑 图片缩放--*/
/*设置最大屏像素-1*/
@media screen and (max-width: 1259px){
/*.content-box img,.content-bd img{width: auto !important; height: auto !important; max-width: 100%;}*/
}

/*图片比例裁剪预设*/
i.pic-size{ width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; overflow: hidden;}
i.pic-size img{ width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; position: absolute; /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/ margin: auto; object-fit: contain;}
i.pic-size-cover img{object-fit: cover;}
i.pic-size-scale-down img{object-fit: scale-down;}
i.pic-size-none img{object-fit: none;}


.layui-form-checked[lay-skin=primary] i{ border-color: #DDAF59; background-color: #DDAF59;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #DDAF59;}








/*=================layout===================*/
@media screen and (min-width: 320px) {
	.container{ padding: 0 15px; margin: 0 auto;}
	.container:after{ content: " "; display: block; clear: both; width: 0; height: 0; overflow: hidden;}
	.container-max{ padding: 0 15px; width: 100%; margin: 0 auto;}

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
		::-webkit-scrollbar
		{
		    width: 10px;
		    height: 10px;
		    background-color: #f7f7f7;
		}
		 
		/*定义滚动条轨道 内阴影+圆角*/
		::-webkit-scrollbar-track
		{
		    background-color: #e6e6e6;
		}
		 
		/*定义滑块 内阴影+圆角*/
		::-webkit-scrollbar-thumb
		{
		    background-color: #aaa;
		}
}

@media screen and (min-width: 992px) {
	.container{ width: 980px; padding: 0 10px;}
}
@media screen and (min-width: 1260px) {
	.container{ width: 1220px; padding: 0 10px;}
}








/*=================header===================*/
@media screen and (min-width: 320px) {
	
	div.nav-poa{ position: absolute; left: 0; top: 0; width: 100%;}


	.nav-box{ height: 55px; position: relative; width: 100%; z-index: 99; /* box-shadow: 0 0 5px rgba(0,0,0,.2); */ }
	.header-box{ height: 55px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; height: 55px; padding: 15px 0;}
	.logo a{ display: block; height: 100%;}
	.logo img{ height:100%; display: block;}
	
	
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 55px; font-size: 22px; width: 24px; text-align: center; color: #DDAF59;}
	.nav-hide-btn{ display: none;}
	
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: -1000%; left: 0; right: 0; background: #fff; background: rgba(255,255,255,.95);  padding:10px 15px; -webkit-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	box-shadow: 0 10px 20px  rgba(0,0,0,.2);-webkit-transform-origin:0% 0%; transform-origin:0% 0%; -webkit-transform: scaleY(.5) translateY(-25%); transform: scaleY(.5) translateY(-25%); opacity: 0; filter:Alpha(opacity=0); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; z-index: 9;}
	
/*	.nav:before{content: ' '; border-bottom: solid 8px rgba(255,255,255,.95); border-left: solid 8px transparent; border-right: solid 8px transparent; position: absolute; right: 9px; top: -8px;}*/
	
	.nav-show{ top: 55px; opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom:  solid 1px rgba(128,128,128,.1);}
	.nav-list li a{ display: block; }
	.nav-list li a b{font-weight: normal; line-height: 42px; position: relative; color: #000; display: block; text-align: center;}
	.bd-more{ position: absolute; bottom: 0; left: 50%; margin-left: -8px; border-bottom: solid 8px rgba(230,230,230,.5); border-left: solid 8px transparent; border-right: solid 8px transparent; opacity: 0; filter:Alpha(opacity=0); -webkit-transform: translateY(8px); transform: translateY(8px);}
	.nav-list li .nav-list-sub{ opacity: 0; filter:Alpha(opacity=0); -webkit-transform-origin:0% 0%; transform-origin:0% 0%; overflow: hidden; background: rgba(230,230,230,.5); height: 0; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden;}
	.nav-list li .nav-list-sub div{ padding: 10px 15px;}
	.nav-list li .nav-list-sub a{ line-height: 40px; border-bottom: solid 1px rgba(128,128,128,.1); color: #eee; font-size: 12px; text-align: center;}
	.nav-list li .nav-list-sub a:nth-last-child(1){border: none;}
	.nav-list li .nav-list-sub a span{ color: #666;}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #DDAF59;}
	.nav-list .nav-on{ border-color: transparent; position: relative; z-index: 9;}
	.nav-list .nav-on a{border-bottom:none ;}
	.nav-list .nav-off{ position: relative; z-index: 1;}
	
	
	.nav-list i.more:before{ padding-left: 10px; font-size: 12px; color: #000;}
	.nav-on .bd-more{ opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);}
	.nav-list li .on b,.nav-list li .on i:before{ color: #DDAF59;}
	.nav-list li.nav-on a b,.nav-list li.nav-on a i:before{ color: #DDAF59;}
	
	.nav-box-bg{ position: absolute; z-index: 8; -webkit-background-size: cover;
	background-size: cover; overflow: hidden; height: 55px; left: 0; right: 0; background: #fff;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ opacity: 0; filter:Alpha(opacity=0); width: 100%; left: 0; top: 0; height: 46px; background: #DDAF59; z-index: -1; position: absolute; display: none;}
	.nav-list div.nav-btn-bg-02{ width: auto; left: auto;}
	.nav-list div.nav-btn-bg-02-show{ opacity: 1;  filter:Alpha(opacity=100); }
	
	.header-t{ display: none;}
	
	
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: block; width: 100%; position: absolute; top: -100%; height: 34px; width: 100%; left: 0; background: #fff; opacity: 0;  filter:Alpha(opacity=0); }
	.nav-list-sub-bg-show{ opacity: .9;  filter:Alpha(opacity=90); top: 100px;}
	
	.header-swiper-box{ position: absolute; left: 0; top: 0; width: 100%;}
	.header-bg{ height: 0; background-position: center center; background-repeat: no-repeat; background-color: #0172d1;}
	
	
	
	.top-r{ text-align: center; color: #999; padding: 10px 0; background: #F5F6FA; height: 44px;}
	.top-r .top-btn a{ display: block;}
	.top-r .top-btn{display: inline-block; padding: 0 10px;}
	.top-r .top-btn i{padding-right: 5px; font-size: 14px; line-height: 24px; float: left;}
	.top-r .top-btn span{ float: left; line-height: 24px; }
	.top-r dl{display: inline-block; position: relative; display: none;}
	.top-r dt i{padding-left: 5px; float: left;  line-height: 24px;}
	.top-r dt span{ float: left;  line-height: 24px; font-size: 14px;}
	.top-r a{ color: #999; font-size: 14px;}
	
	.top-r a:hover i:before,.top-r a:hover span{color: #DDAF59;}
	.top-r dt{cursor: pointer;}
	.top-r dt:hover i:before,.top-r dt:hover span,.top-r dl.on dt i:before,.top-r dl.on dt span{color: #DDAF59;}
	
	.top-r dd{ position: absolute; padding-top: 10px; top: -1000px; z-index: 9; opacity: 0; transform: translateY(-10px); -webkit-transform: translateY(-10px); pointer-events: none;}
	.top-r dd div{ padding: 10px; background: #fff; border-top: solid 2px #DDAF59;  box-shadow: 0 0 10px rgba(0,0,0,.2);}
	.top-r dd a{display: block; }
	.top-r dd i{ position: absolute; border-bottom: solid 6px #DDAF59; border-left: solid 6px transparent; border-right: solid 6px transparent; top: 4px; left: 50%; margin-left: -6px;}
	
	.top-r dd.show{ top: 24px; opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); pointer-events: auto;}
	
	.top-r dd a:hover{color: #DDAF59; }
	
}


@media screen and (min-width: 375px) {
	
}


@media screen and (min-width: 480px) {
	.logo{ height: 75px;}
	.nav-box{ height: 75px;}
	.header-box{ height: 75px;}
	.nav-box-bg{ height: 75px;}
	.nav-show{ top: 75px;}
	.nav-btn i{ line-height: 75px; font-size: 28px; width: 30px;}
	
	
}


@media screen and (min-width: 992px) {
	
	
	.nav{ height: 100px; /*width: 700px;*/}
	.nav:before{display: none;}
	
	
	.nav-box{ box-shadow: none; position: relative; height: 100px; background: #fff;}
	
	.header-box{ height: 100px; display: none;}
	
	.logo{ height: 100px; padding: 20px 0;}
	.logo img{ margin: 0 auto;}
	.logo a{ width: 100%; height: 100%; display: block; padding: 0;}
	
	
	.nav-btn{ display: none;}
	.nav-box-bg{ height: 100px; top: 0;}
	.nav{ float: right; position: relative; -webkit-transform: none; transform: none; opacity: 1; filter:Alpha(opacity=100); z-index: 9; box-shadow: none; padding: 0; border-top: none; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; overflow: visible; background: none; top: 0;  padding-left: 0; padding-right: 0; left: auto; right: auto; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;}
	.nav-list{  position: relative; float: right; margin-right: -8px;}
	
		
	
	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	
	.nav-list li a b{ line-height: 50px; height: 56px; color: #464646; overflow: hidden; font-weight: bold; font-size: 15px;}
	.nav-list li a{ height: 56px; line-height: 50px; padding: 0 8px; font-size: 14px; position: relative;  }
	
	.nav-list li .nav-list-sub a:after{ content: ' '; width: 1px; height: 14px; background: #666; position: absolute; right: 0; top: 50%; margin-top: -7px; opacity: .4;}
	.nav-list li .nav-list-sub a:nth-last-child(1):after{display: none;}
	/*.nav-list li:nth-last-of-type(1) a:after{display: none;}*/
	.nav-list li.nav-on>a b{ color: #DDAF59; }
	.nav-list li.nav-off>a b{ color: #464646;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #DDAF59;}
	.nav-list li .on .nav-btn-bg{ opacity: 1;filter:Alpha(opacity=100); }
	.bd-more{border-bottom-color: #fff; display: none;}
	.nav-list li .nav-list-sub{ position: absolute; top: 56px; height: auto !important; opacity: 0; filter:Alpha(opacity=0);
-webkit-transform: translateY(8px);
transform: translateY(8px); box-shadow: 0 5px 8px rgba(0,0,0,.3); top: -1000%; width: auto; background: none; box-shadow:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;padding-top: 0; left: 0; right: 0;  width: 1000%; }

	.nav-list li .nav-list-sub .nav-list-height{padding: 0;overflow: hidden; float: left;}
	.nav-list li .nav-list-sub a{ height: auto; border: none; font-size: 12px; padding:  0 10px; display: block; text-align: center;position: relative; line-height: 34px; float: left;}

	.nav-list li .nav-list-sub a span{display: block; line-height: .nav-list li .nav-list-sub a; color: #464646; position: relative; white-space: nowrap; padding: 0; position: relative; font-size: 12px; line-height: 34px;}
	.nav-list li .nav-list-sub a:hover span{color: #DDAF59;}

	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #DDAF59;}


	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);
-webkit-transform: translateY(0);
transform: translateY(0);  top: 56px;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ height: 56px; background: none; overflow: hidden; transition: .3s; display: block;}
	.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{ content: ' '; position: absolute; left: 8px; right: 8px; bottom: 0; height:3px; background: #DDAF59;}

	.nav-list li a.on i.bd-more{}

	
	/*PC二级下拉背景色*/

	
	.top-r{ text-align: right; background: none; padding-top: 15px; padding-bottom: 0;}
	
	.top-r .top-btn{ padding: 0 0 0 15px;}
	
}

@media screen and (min-width: 1260px) {
.nav{width: auto;}
.nav-list{ margin-right: -20px;}
.nav-list li a{ padding: 0 20px;}

.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{ left: 20px; right: 20px;}
.nav-list li .nav-list-sub .nav-list-height{ padding: 0 10px;}
}



/*banner*/
@media screen and (min-width: 320px) {
	
	.banner-box{ position: relative;}
	.banner{ padding-bottom: 51%; -webkit-background-size: cover; background-size: cover; background-position: center center;}
	
	
	.banner-b{ position: absolute; background: rgba(0,76,178,.8); position: absolute; z-index: 9; bottom: 0; width: 100%;}
	.banner-b i{float: left; line-height: 38px; margin-right: 10px; color: #fff; font-size: 14px;}
	.banner-b .container{ position: relative;}
	.banner-bl{padding-right: 60px;}
	
	.swiper-notice{ height: 38px;}
	.notice-mess{ height: 38px; width: 100%;}
	.notice-mess a{ color: #fff;  display: inline-block;  overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; line-height: 38px; max-width: 100%;}
	
	.swiper-notice .swiper-slide{ height: 38px;}
	
	.banner-b-more{position: absolute; right: 15px; top: 0; line-height: 38px; color: #fff; z-index: 2;}
	.banner-b-more a{ color: #fff; font-size: 14px;}
	
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.banner{padding-bottom: 510px;}
}
@media screen and (min-width: 1260px) {
	.banner{padding-bottom: 640px;}
}


@font-face
{
font-family: nove;
src: url('../font/Novecento.otf');
}

@font-face
{
font-family: din;
src: url('../font/DINCond-Bold.otf');
}


/*首页-模块*/
/*@media screen and (min-width: 320px) {
	.gray{ background: #f9f9f9;}
	.ind-box{ padding: 20px 0;}
	i.pic-scale-mk{ padding-bottom: 75.76%;}
	.mk-box ul{ margin: -5px 0;}
	.mk-box li{ padding: 5px 0;}
	.mk-box dl{position: relative;}
	.mk-box dt{ width: 100%; padding: 15px 175px 15px 15px; background: #F9F9F9; height: 121px;}
	.mk-box dt b{ font-size: 16px; font-weight: bold; color: #464646;}
	.mk-box dt span{ display: none;}
	.mk-box dt div{ font-family: nove; color: #DDAF59; line-height: 1.1; font-size: 16px; text-transform: uppercase; padding-top: 5px;}
	.mk-box dt div *{line-height: 1.1;}
	.mk-box dd{ width: 160px; position: absolute; right: 0; top: 0;}
	
	.mk-box dd span{ width: 50px; height: 50px; position: absolute; left: 50%; top: 50%;  margin-left: -25px; margin-top: -25px; background: #fff; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; text-align: center; line-height: 50px;}
	.mk-box dd span i{ background: linear-gradient(to bottom, #FEEBBE, #DDAF59);
        -webkit-background-clip: text;
        color: transparent; font-size: 24px; line-height: 50px;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 640px) {
	.mk-box ul{margin: 0 -15px;}
	.mk-box li{ width: 50%; float: left; padding: 0 15px;}
}
@media screen and (min-width: 992px) {
	.ind-box{ padding: 30px 0;}
	.mk-box dd{ width: 220px;}
	.mk-box dt{ height: 167px; padding: 20px 240px 20px 20px;}
	.mk-box dt b{ font-size: 18px;}
	.mk-box dt div{ font-size: 20px; line-height: 1.2;}
	.mk-box dt span{display: block; position: absolute; left: 20px; bottom: 20px; color: #999;}
	.mk-box a:hover span{ color: #DDAF59;}
	
	.mk-box dd span{ width: 70px; height: 70px; margin-top: -35px; margin-left: -35px;}
	.mk-box dd span i{ font-size: 40px; line-height: 75px;}
}
@media screen and (min-width: 1260px) {
	.ind-box{ padding: 40px 0;}
	.mk-box ul{ margin: 0 -20px;}
	.mk-box li{ padding: 0 20px;}
	.mk-box dt{ height: 250px; padding: 30px 350px 30px 20px; height: 250px;}
	.mk-box dd{ width: 330px;}
	.mk-box dt span{ left: 20px; bottom: 25px;}
	.mk-box dt b{ font-size: 22px;}
	.mk-box dt div{ font-size: 30px; }
	
	.mk-box dd span{ width: 100px; height: 100px; margin-top: -50px; margin-left: -50px;}
	.mk-box dd span i{ font-size: 60px; line-height: 100px;}
}*/

/*首页-模块*/
@media screen and (min-width: 320px) {
	.gray{ background: #f9f9f9;}
	.ind-box{ padding: 20px 0;}
	.mk-box-02{ }
	.mk-box-02 ul{ overflow: hidden; margin: -15px 0;}
	.mk-box-02 li{ padding: 15px 0; position: relative;}
	.mk-box-02 li:after{ content: ' '; left: 15px; right: 15px; height: 1px; background: #e7e7e7; position: absolute; bottom: 0;}
	.mk-box-02 li:nth-last-child(1):after{ display: none;}
	.mk-box-02 dl{ overflow: hidden;}
	.mk-box-02 dt img{ width: 40px;}
	.mk-box-02 dt{ float: left; padding-right: 10px;}
	.mk-box-02 dd{ overflow: hidden; padding-right: 65px;}
	.mk-box-02 dd div{ float: left;}
	.mk-box-02 dd i:before{ font-size: 12px; position: absolute; right: 0; top: 50%; margin-top: -11px; color: #E4E4E4;}
	.mk-box-02 dd b{display: block; line-height: 22px; font-size: 16px; color: #302D2C;}
	.mk-box-02 dd span{display: block; line-height: 18px; color: #999; font-size: 12px; text-transform: uppercase;}
	.mk-box-02 a:hover dd i:before{ color: #E1B86B;}
	
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 640px) {
	
}
@media screen and (min-width: 992px) {
	.ind-box{ padding: 30px 0;}
	.mk-box-02 dt{padding-right:20px;}
	.mk-box-02 dt img{ width: 60px;}
	.mk-box-02 ul{ margin: 0 -20px;}
	.mk-box-02 li{ width: 33.3333%; float: left; padding: 0 40px 0 20px;}
	.mk-box-02 li:after{ top: 0; bottom: 0; right: 0; left: auto; width: 1px; height: auto;}
	.mk-box-02 dd i:before{ right: 20px;}
	.mk-box-02 dd div{ padding: 5px 0;}
	.mk-box-02 dd b{ line-height: 30px; font-size: 18px;}
	.mk-box-02 dd span{ line-height: 20px; font-size: 14px;}
}
@media screen and (min-width: 1260px) {
	.ind-box{ padding: 40px 0;}
	.mk-box-02 dt{padding-right:35px;}
	.mk-box-02 dd b{ font-size: 22px;}
	.mk-box-02 dd span{ font-size: 15px;}
	.mk-box-02 ul{ margin: 0 -30px 0 -30px;}
	.mk-box-02 li{ padding: 0 30px 0 30px;}
	.mk-box-02 dd i:before{ right: 30px;}
}

/*资讯中心*/
@media screen and (min-width: 320px) {
	.ind-tit b{ font-weight: bold; font-size: 16px;}
	.ind-tit a{ float: right;font-size: 12px; color: #999; line-height: 28px;}
	.ind-tit a:hover{ color: #DDAF59;}
	i.pic-scale-zxzx{ padding-bottom: 50.79%;}
	
	.zxzx-mess{ display: block;}
	.zxzx-mess dt{ position: relative; overflow: hidden;}
	.zxzx-mess .zxzx-bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(#f1dfc1, #E5CCA3); padding: 15px;}
	.zxzx-mess .zxzx-bg-02{width: 100%; height: 100%; background: url(../img/ind-news-bg.png) center no-repeat; -webkit-background-size: contain;
	background-size: contain; display: flex; align-items: center;}
	.zxzx-mess .zxzx-bg-bd{ color: #fff; position: relative; }
	.zxzx-mess .zxzx-bg-bd span{font-size: 14px; line-height: 20px; max-height: 60px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; font-weight:bold;}
	.zxzx-mess .zxzx-bg-bd:before{content: '“'; font-weight: bold; font-size: 36px; color: #fff; position: absolute; left: 0; top: -38px;}
	.zxzx-mess .zxzx-bg-bd:after{content: '”'; font-weight: bold; font-size: 36px; color: #fff;position: absolute; right: 0; bottom: -52px;}
	
	.zxzx-mess dd span{display: block; font-size: 12px; color: #bbb; padding-top: 10px;}
	.zxzx-mess dd b{display: block; font-weight: normal; color: #666; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; line-height: 24px; height: 48px;}

	/*.zxzx-mess:hover dt .zxzx-bg{opacity: 0; }
	.zxzx-mess-no-img:hover dt .zxzx-bg{opacity: 1; }*/
	.zxzx-pagination{ text-align: center; padding-top: 10px;}
	
	.zxzx-pagination .swiper-pagination-bullet{background: #D1D1D1; opacity: 1; width: 10px; height: 10px;}
	.zxzx-pagination .swiper-pagination-bullet-active{ background-color: #D7AF6B;}
	
	.zxzx-list{ padding-top: 10px;}


}
@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 640px) {
	.swiper-zxzx .swiper-slide-next .zxzx-mess dt .zxzx-bg{opacity: 0; }
	.swiper-zxzx .swiper-slide-next .zxzx-mess-no-img dt .zxzx-bg{opacity: 1; }
}

@media screen and (min-width: 992px) {
	
	.ind-tit b{ font-size: 20px;}
	.ind-tit a{line-height: 35px;}
	.zxzx-list{ padding-top: 15px;}
}
@media screen and (min-width: 1260px) {
	.ind-tit b{ font-size: 22px;}
	.zxzx-mess .zxzx-bg-bd span{font-size: 18px; line-height: 30px; max-height: 90px;}
	.zxzx-mess .zxzx-bg-02{ -webkit-background-size: auto;
	background-size: auto;}
	.zxzx-mess dd span{ font-size: 14px;}
	.zxzx-mess dd b{font-size: 18px; line-height: 26px; height: 52px;}
	.zxzx-mess .zxzx-bg{ padding: 18px;}
	
	.ind-tit a{line-height: 38px;}
}

/*公示公告*/
@media screen and (min-width: 320px) {
	.gsgg-list { padding-top: 5px;}
	.gsgg-list ul{ overflow: hidden;}
	.gsgg-list li div{ padding: 0 80px 0 20px;position: relative; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; line-height: 38px;}
	.gsgg-list li i{ position: absolute; left: 0; top: 50%;  background: #E1B86B; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; width: 7px; height: 7px; margin-top: -4px;}
	.gsgg-list li span{position: absolute; right: 0; top: 0; line-height: 38px; color: #AAA;}
}
@media screen and (min-width: 480px) {
	
}



@media screen and (min-width: 992px) {
	.gsgg-list ul{margin: 0 -20px;}
	.gsgg-list li{ width: 50%; padding: 0 20px; float: left;}
	.gsgg-list li a{ font-size: 15px;}
	
	
}
@media screen and (min-width: 1260px) {
	
}


/*投资&合作标准*/
/*@media screen and (min-width: 320px) {
	.ind-bg{ background: url(../img/ind-bg.png) center bottom no-repeat; padding: 30px 0;}
	
	.standard-max{ margin: -10px;}
	.standard-bd{padding: 10px;}
	.standard-box{ border: solid 1px #E4E4E4; padding: 15px; border-top: solid 2px #004CB2; background: rgba(255,255,255,.8);}
	.standard-box .tit{ overflow: hidden;}
	.standard-box .tit b{ float: left; font-size: 16px;}
	.standard-box .tit a{ float: right; font-size: 12px; line-height: 28px; color: #999;}
	.standard-box .name{ display: block; overflow: hidden; font-family: nove; line-height: 1.1; color: #DDAF59; padding: 5px 0 15px 0; font-size: 16px;}
	.standard-box .name *{ line-height: 1.1; }
	.standard-box ul{ overflow: hidden; margin: 0 -10px;}
	.standard-box li{ float: left; padding: 0 10px; position: relative;}
	.standard-box li:before{ content: ' '; width: 1px; height: 10px; position: absolute; right: 0; top: 50%; margin-top: -5px; background: #999;}
	.standard-box li:nth-last-child(1):before{display: none;}
	
	.standard-box .tit a:hover{ color: #DDAF59;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.ind-bg{ padding: 45px 0;}
	
	.standard-max{ margin:  0 -20px;}
	.standard-bd{ float: left; width: 50%; padding: 0 20px;}
	
	.standard-box{ padding: 30px 20px;}
	.standard-box .tit b{ font-size: 18px;}
	.standard-box .tit a{ line-height: 31px;}
	.standard-box .name{ padding: 15px 0 25px 0; font-size: 20px;}
}
@media screen and (min-width: 1260px) {
	.ind-bg{ padding: 70px 0;}
	.standard-box{ padding: 40px 30px;}
	.standard-box .tit b{ font-size: 22px;}
	.standard-box .tit a{ line-height: 38px;}
	.standard-box .name{ padding: 20px 0 35px 0; font-size: 30px;}
	.standard-box ul{ margin: 0 -15px;}
	.standard-box li{ padding: 0 15px;}
}*/


/*投资&合作标准*/
@media screen and (min-width: 320px) {
	.standard-bg{ -webkit-background-size: cover;
	background-size: cover; padding: 30px 0; background-position: center center; display: flex; align-items: center; justify-content: center;}
	.standard-bg-01{ background-image: url(../img/standard-bg-01.jpg);}
	.standard-bg-02{ background-image: url(../img/standard-bg-02.jpg);}
	.standard-bg-02 *,.standard-bg-02 a{ color: #fff;}
	
	.standard-box{ text-align: center;}
	.standard-box b{ font-size: 18px;}
	.standard-bg ul{ overflow: hidden; margin: 0 -10px; padding: 10px 0 15px 0;}
	.standard-bg li{ float: left; padding: 0 10px; position: relative;}
	.standard-bg li:before{ content: ' '; width: 1px; height: 10px; position: absolute; right: 0; top: 50%; margin-top: -5px; background: #999;}
	.standard-bg li:nth-last-child(1):before{display: none;}
	
	.standard-more a{ background: #E1B86B; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; line-height: 28px; display: inline-block; padding: 0 10px; color: #fff;}
	.standard-more a span{ padding-right: 5px; float: left; line-height: 28px;}
	.standard-more a i:before{ font-size: 14px; float: left; line-height: 28px;}
	
	.standard-more a:hover span{ padding-right: 10px;}
	
	.standard-bg-02 li:before{ background: #fff;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.standard-bg{ height: 300px; padding: 0;}
	.standard-box b{ font-size: 22px;}
	.standard-bg{ width: 50%; float: left;}
	.standard-bg ul{ padding: 15px 0 52px 0;}
}
@media screen and (min-width: 1260px) {
	.standard-box b{ font-size: 26px;}
	.standard-bg{ height: 400px;}
}

/*footer*/
@media screen and (min-width: 320px) {
	.footer-bg{background: #004CB2; padding: 15px 0;}
	.footer-l{ color: #fff; font-size: 12px; text-align: center;}
	.footer-l span{display: inline-block; overflow: hidden; line-height: 24px;}
	.footer-l ul{display: inline-block;}
	.footer-l li{ float: left; padding: 0 5px; position: relative;}
	.footer-l li a{display: block;}
	.footer-l li a:hover i:before{ color: #DDAF59;}
	.footer-l i{ color: #fff; line-height: 24px;}
	
	.support{padding-left: 10px;}
	.support a{ color: #fff;}
	.support a:hover{  color: #DDAF59;}
	
	.follow li div{position: absolute; width: 120px; height: 120px; padding: 5px; background: #fff; left: -47px; bottom: 30000px; box-shadow:  0 0 10px rgba(0,0,0,.2); opacity: 0; -webkit-transform: translateY(10px);  transform: translateY(10px);}
	.follow li div:before{ content: ' '; border-top: solid 6px #fff; border-left: solid 6px transparent; border-right:  solid 6px transparent; position: absolute; bottom: -6px; left: 50%; margin-left: -6px;}
	.follow li div img{ width: 100%; }
	
	.follow li div.show{opacity: 1; -webkit-transform: translateY(0);  transform: translateY(0); bottom: 30px;}
	
	.footer-r{ padding-bottom: 10px;}
	.footer-r dt{ -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; background: #fff; line-height: 30px; padding: 0 45px 0 15px; cursor: pointer; position: relative; overflow: hidden;}
	
	.footer-r  span{ color: #666; font-size: 12px;}
	.footer-r  i{ width: 30px; height: 30px; background-image: linear-gradient(#FEEBBE, #DDAF59); position: absolute; right: 0; top: 0;}
	.footer-r  i:before{ content: ' '; border-top: solid 8px #fff; border-left: solid 6px transparent; border-right: solid 6px transparent; position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -3px;}
	.footer-r .on i:before{ -webkit-transform: rotate(180deg); transform: rotate(180deg);}
	.footer-r dl{ position: relative;}
	.footer-r dd{ position: absolute; width: 100%; padding-bottom: 3px;  bottom: 30000px;  opacity: 0; -webkit-transform: translateY(10px);  transform: translateY(10px); z-index: 99;}
	.footer-r dd div{ background: #fff; padding:10px 15px; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  box-shadow:  0 0 10px rgba(0,0,0,.2);}
	.footer-r dd a{ display: block;  border-bottom: solid 1px #eee; line-height: 36px;}
	.footer-r dd a:nth-last-child(1){border-bottom: none;}
	
	.link-btn dd.show{opacity: 1; -webkit-transform: translateY(0);  transform: translateY(0); bottom: 30px;}
	
	.footer-mess{ padding-top: 5px;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.footer-bg{padding: 15px 0;}
	
	.footer-l{ float: left; text-align: left;}
	.footer-r{ float: right; padding-bottom: 0; margin-top: 15px;}
	.footer-mess{ padding-top: 0; line-height: 30px; height: 30px;}
	.link-btn{ width: 200px;}
}
@media screen and (min-width: 1260px) {
	
}


/*banner-min*/
@media screen and (min-width: 320px) {
	.banner-min{ -webkit-background-size: cover;
	background-size: cover; height: 7%; background-position: center center; position: relative;}
	.banner-min{}
	.banner-dz{ position: absolute; left: 0; top: 50%; margin-top: -15px; width: 100%; text-align: right;}
	.banner-dz i,.banner-dz span,.banner-dz a{ line-height: 30px; color: #fff; }
	.banner-dz i{font-weight: normal; font-size: 14px;}
	.banner-dz span{ font-weight: bold;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.banner-min{ padding-bottom:150px; }
}
@media screen and (min-width: 1260px) {
	
}


/*内页布局*/
@media screen and (min-width: 320px) {
	.ny-box{padding: 15px 0;}
	.menu-tit{ border-top-right-radius: 10px; padding: 30px 15px; background:#004CB2 url(../img/menu-bg.png) right center no-repeat; }
	.menu-tit b{color: #fff; font-size: 16px;}
	.menu-list-bd{ padding-top: 5px;}
	.menu-list{background: #FFFAF0;}
	.menu-list li{ border-bottom: solid 1px #F6E7C8;}
	.menu-list li a{ line-height: 40px; display: block; padding: 0 45px 0 15px; position: relative;}
	.menu-list li a span{ color: #757575; line-height: 40px; }
	.menu-list li a i{border-left: solid 8px #E1B86B; border-top:solid 6px transparent; border-bottom: solid 6px transparent; position: absolute; right: 15px; top: 50%; margin-top: -6px;}
	.menu-list li a:hover span{color: #e1b86b;}
	/*.menu-list li:nth-last-child(1){ border-bottom: none;}*/
	.menu-list li a.on{ background: #E1B86B; color: #fff;}
	.menu-list li a.on span{ color: #fff;}
	.menu-list li a.on:hover span{ color: #fff;}
	.menu-list li a.on i{ border-left-color: #fff;}
	
	.menu-list li .sub-list{ background: #FFFAF0;}
	.menu-list li .sub-list a{ line-height: 24px; padding: 0 35px;}
	.menu-list li .sub-list a span{ font-size:13px;}
	
	.menu-list li .sub-list a i{ right:0; left:15px; border:none; width:8px; height:2px; margin-top:-1px; background:#BBB;}
	
	.menu-list li .sub-list a.on-02{ }
	.menu-list li .sub-list a.on-02 span{ font-weight: bold; color: #E1B86B;}
	.menu-list li .sub-list a.on-02 i{ background: #E1B86B;}
	.menu-list li .sub-list a:hover i{ background: #E1B86B;}
	
	.cont-r{ padding-top: 20px;}
    
    .menu-list li .sub-list a + a{
         border-top: dashed 1px #F6E7C8;
    }
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	.ny-box{ padding: 30px 0;}
	.ny-box{ display: flex;}
	.menu {flex-basis: 200px; float: left; width: 200px; display: flex; flex-direction:column;}
	.cont-r{flex: 1; padding-top: 0; padding-left: 40px; width: 760px; float: left;}
	.menu-tit{ height: 100px;display: flex; align-items: center; }
	.menu-tit b{ line-height: 30px; font-size: 18px;}
	.menu-list-bd{flex: 1; display: flex;}
	.menu-list{ flex: 1;}
}

@media screen and (min-width: 1260px) {
	.menu-tit{padding: 30px 20px; height: 140px;}
	.menu-tit b{font-size: 22px;}
	.menu{flex-basis: 240px; width: 240px;}
	.menu-list li a{ line-height: 50px;}
	.menu-list li a span{ line-height: 50px;}
	.menu-list-bd{ padding-top: 10px;}

	.cont-r{ padding-left: 60px; width: 960px;}
	
	
}

/*关于我们-基金简介*/
@media screen and (min-width: 320px) {
	.gywm-tit{padding-bottom: 10px;}
	.gywm-tit b{ font-size: 16px; display: block; color: #464646;}
	.gywm-tit span{font-size: 14px; display: block; color: #E1B86B;}
}
@media screen and (min-width: 480px) {
	.gywm-tit{ padding-bottom: 15px;}
	.gywm-tit b{ font-size: 18px;}
	.gywm-tit span{font-size: 14px;}
}
@media screen and (min-width: 992px) {
	.gywm-tit b{ font-size: 22px;}
	.gywm-tit span{font-size: 16px;}
}
@media screen and (min-width: 1260px) {
	
}


/*关于我们-管理团队*/
@media screen and (min-width: 320px) {
	.td-list ul{ margin: -10px 0;}
	.td-list li{ padding: 10px 0;}
	.td-list dl{border: solid 1px #E4E4E4; background: #F4F4F4; padding: 15px; overflow: hidden;}
	.td-list dt{ width: 100px; float: left; margin-right: 10px;}
	.td-list dt img{width: 100%;}
	i.pic-scale-td{padding-bottom: 133.33333%;}
	.td-list dd{ overflow: hidden;}
	
	.td-list .name{ padding-bottom: 10px;}
	.td-list .name b{ font-size: 14px;font-weight: bold; color: #464646; padding-right: 10px;}
	.td-list .name span{ font-size: 12px; color: #C28E2C;}
	.td-list .item{ padding-left: 20px;  position: relative;}
	.td-list .item i:before{font-size: 14px; color: #E1B86B; position: absolute; left: 0; top: 0; line-height: 30px;}
	.td-list .item span{font-size: 12px; color: #464646;display: block; line-height: 30px;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.td-list dt{ width: 140px;} 
	.td-list .name b{font-size: 16px;}
}
@media screen and (min-width: 1260px) {
	.td-list ul{ margin: -15px 0;}
	.td-list li{ padding: 15px 0;}
	.td-list dl{ padding: 20px;}
	.td-list dt{ width: 160px;} 
	.td-list .name b{font-size: 18px;}
}


/*基金投资-投资策略*/
@media screen and (min-width: 320px) {
	.tzcl-list{ margin: -5px 0;}
	.tzcl-list dl{ padding: 5px 0;}
	.tzcl-list dt{ background: #FFFAF0; border: solid 1px #EBDBC0; padding: 10px 90px 10px 15px; position: relative; cursor: pointer;}
	.tzcl-list dt b{font-size: 14px; font-weight: bold; line-height: 24px; color: #464646;}
	.tzcl-list dd{ font-size: 14px; padding: 20px 0; display: none;}
	.tzcl-list dt div{position: absolute; right: 10px; top: 10px;}
	.tzcl-list dt span{color: #999; padding-right: 10px; line-height: 24px; float: left; font-size: 14px;}
	.tzcl-list dt i:before{ line-height: 24px; color: #E1B86B; font-size: 22px; float: left;}
	
	.tzcl-list dt *,.tzcl-list dt *:before{transition: .3s;}
	.tzcl-list dt.on{background: #E1B86B; border-color: #E1B86B;}
	.tzcl-list dt.on b{ color: #FFF;}
	.tzcl-list dt.on span{color: #FFF; }
	.tzcl-list dt.on i:before{ color: #FFF; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.tzcl-list{ margin: -10px 0;}
	.tzcl-list dl{ padding: 10px 0;}
	.tzcl-list dt b{ font-size: 16px;}
	.tzcl-list dt{ padding: 13px 100px 13px 20px;}
	.tzcl-list dt div{ top: 13px; right: 20px;}
	
	.td-list dt{ margin-right: 20px;}
	.td-list .item i{ line-height: 28px;}
}
@media screen and (min-width: 1260px) {
	.menu-tit{border-top-right-radius: 14px;}
	.tzcl-list{ margin: -15px 0;}
	.tzcl-list dl{ padding: 15px 0;}
	.tzcl-list dt b{ font-size: 18px;}
	.td-list dt{ margin-right: 30px;}
	
	
	.td-list .item{ padding-left: 25px;}
	.td-list .item i{ font-size: 16px; line-height: 28px; p}
	.td-list .item span{ font-size: 14px;}
}

/*基金投资-已投子基金*/
@media screen and (min-width: 320px) {
	.tzcl-list-min-01 ul{ overflow: hidden; margin: -5px 0;}
	.tzcl-list-min-01 a{ padding:8px 15px 8px 30px; overflow: hidden; position: relative; display: block; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis;}
	.tzcl-list-min-01 a i{ width: 8px; height: 2px; background: #E1B86B; position: absolute; left: 15px; top: 50%; margin-top: -1px;}
	.tzcl-list-min-01 li{padding: 5px 0;}
	
	.tzcl-list-min-01 a:hover{ background: #F1F7FF;}
	.tzcl-list-min-01 a:hover span{ color: #004CB2;}
	.tzcl-list-min-01 a:hover i{ background: #004CB2;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.tzcl-list-min-01 ul{ overflow: hidden; margin: 0 -5px;}
	.tzcl-list-min-01 li{ width: 50%; float: left; padding: 0 5px;}
	.tzcl-list-min-01 a{ padding: 10px 15px 10px 35px;}
}
@media screen and (min-width: 1260px) {
	
}

/*基金投资-已投子基金-内页*/
/*@media screen and (min-width: 320px) {
	.ytzjj-tit{font-size: 14px; font-weight: bold; padding-bottom: 5px;}
	.ytzjj-table{ padding-bottom: 20px;}
	.ytzjj-table td{ border: solid 1px #E1B86B; padding: 10px; font-size: 12px;}
	.ytzjj-table thead td{background: #FFFAF0;}
	.ytzjj-table td b{ color: #C28E2C; font-size: 14px;}
	
	.ytzjj-table table{width: 100%;}
	.ytzjj-table td span{font-weight: bold;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.ytzjj-tit{font-size: 16px; padding-bottom: 10px;}
	.ytzjj-table td b{ font-size: 16px;}
	.ytzjj-table td{ padding: 15px; font-size: 14px;}
	
	.ytzjj-table{ padding-bottom: 30px;}
	
}
@media screen and (min-width: 1260px) {
	.ytzjj-tit{font-size: 18px;}
	.ytzjj-table td b{ font-size: 18px;}
}*/

/*基金投资-已投子基金-内页*/
@media screen and (min-width: 320px) {
	
	.ytzjj-tit{font-size: 16px; font-weight: bold; color: #004CB2; text-align: center;}
	
	.ytzjj-mess {display: flex; align-items: center; justify-content: center; padding: 10px 0 20px 0;}
	.ytzjj-mess a{display: block; width: 80px; height: 30px; flex-basis: 80px; flex-shrink: 0;text-align: center;}
	.ytzjj-mess a i:before{ font-size: 12px; line-height: 30px;display: block; color: #E4E4E4;}
	.ztzjj-tit-sub{flex-basis: auto; flex-grow: 0; flex-shrink: 1; text-align: center; font-size: 14px; color: #464646; padding: 0 15px;}
	.ytzjj-mess a:hover i:before{color: #E1B86B;}
	
	.ytzjj-info:before{ content: ' '; border-bottom: solid 10px #EBDBC0; border-left: solid 8px transparent; border-right: solid 8px transparent; position: absolute; left: 50%; margin-left: -8px; top: -10px;}
	.ytzjj-info{ background: #FFFAF0; border: solid 1px #EBDBC0; padding: 15px; position: relative;}
	
	.ytzjj-back{ padding-top: 15px; text-align: center;}
	.ytzjj-back a{ display: inline-block; padding: 0 15px; line-height: 38px; background: #004CB2; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
	.ytzjj-back a i{ padding-right: 10px;}
	.ytzjj-back a i,.ytzjj-back a span{ color: #fff;}
	.ytzjj-back a:hover{ background: #E1B86B;}
	
	.btn-off{pointer-events:none;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.ytzjj-tit{font-size: 18px;}
	.ztzjj-tit-sub{ font-size: 16px; padding: 0 30px;}
	.ytzjj-info{ padding: 25px 20px;}
	
	
	
}
@media screen and (min-width: 1260px) {
	.ytzjj-tit{font-size: 22px;}
	.ztzjj-tit-sub{ font-size: 18px;}
	.ytzjj-mess{ padding: 15px 0 25px 0;}
	.ytzjj-info{ padding: 35px 30px; font-size: 14px;}
	.ytzjj-back{ padding-top: 40px;}
	.ytzjj-back a{ line-height: 44px; padding: 0 20px;}
	
}


/*基金管理-子基金投资标准*/
@media screen and (min-width: 320px) {
	.zjjtzbz-tit{font-size: 14px; font-weight: bold; padding-bottom: 5px;}
	.zjjtzbz-list dl{ padding: 10px 0; border-bottom: solid 1px #E4E4E4;}
	.zjjtzbz-list dt{ position: relative; padding-left: 15px;}
	.zjjtzbz-list dt i{ border-left: solid 8px #C28E2C; border-top: solid 6px transparent; border-bottom: solid 6px transparent; position: absolute; left: 0; top: 50%; margin-top: -8px;}
	.zjjtzbz-list dt b{ color: #C28E2C; font-size: 15px; }
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.zjjtzbz-tit{font-size: 16px; padding-bottom: 10px;}
	.zjjtzbz-list dl{ padding: 15px 0;}
	.zjjtzbz-list dd{font-size: 15px;}
	
}
@media screen and (min-width: 1260px) {
	.zjjtzbz-tit{font-size: 18px;}
}

/*基金管理-申请流程*/
@media screen and (min-width: 320px) {
	.sqlc-list{ margin: -15px; padding-top: 10px;}
	.sqlc-list li{ padding: 15px; position: relative;}
	.sqlc-list div{ border: solid 1px #E4E4E4; padding: 15px;}
	.sqlc-list div i{ background: #004CB2; width: 54px; height: 54px; display: block; margin: 0 auto; line-height: 54px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; color: #fff; text-align: center; font-family: din; font-size: 34px; font-style: normal;}
	.sqlc-list div span{ display: flex;  height: 40px; align-items: center; justify-content: center; margin-top: 10px;}
	.sqlc-list div b{display: block; text-align: center; font-weight: normal;line-height: 20px; font-size: 12px;}
	
	.sqlc-t li:nth-child(even) i{ background: #E1B86B;}
	.sqlc-b li:nth-child(odd) i{ background: #E1B86B;}
	
	.sqlc-list li:after{ content: ' '; width: 14px; height: 16px; background-image: url(../img/flow-ico-02@2x.png); -webkit-background-size: cover;
	background-size: cover; bottom: -8px; left: 50%; margin-left: -7px; position: absolute;}
	.sqlc-b li:nth-last-child(1):after{display: none;}
	
	
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.sqlc-t li{ float: left; width: 20%;}
	.sqlc-b li{ float: right; width: 20%;}
	
	.sqlc-t li:after{ width: 16px; height: 14px; background-image: url(../img/flow-ico-01@2x.png); left: auto; right: -8px; top: 50%; bottom: auto; margin: -7px 0 0 0;}
	.sqlc-t li:nth-last-child(1):after{width: 14px; height: 16px; background-image: url(../img/flow-ico-02@2x.png); top: auto;right: auto; bottom: -8px; left: 50%; margin: 0 0 0 -7px;}
	
	.sqlc-b li:after{ width: 16px; height: 14px; background-image: url(../img/flow-ico-03@2x.png); left: -8px; right: auto; top: 50%; bottom: auto; margin: -7px 0 0 0;}
}
@media screen and (min-width: 1260px) {
	.sqlc-list div{ padding: 30px 25px 15px 25px;}
	.sqlc-list div b{ font-size: 14px;}
}

/*产业支持-交流动态*/
@media screen and (min-width: 320px) {
	.jldt-t a{ display: block; background: #F5F6FA; padding: 15px;}
	i.pic-scale-jldt{padding-bottom: 50.78%;}
	.jldt-t dl{ overflow: hidden;}
	.jldt-t dd{ padding-top: 15px;}
	.jldt-t dd b{ font-size: 14px; color: #464646;}
	.jldt-t small{ color: #004CB2; font-size: 12px;}
	
	.mess-c{  color: #757575; margin:  10px 0; font-size: 12px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; height: 60px;}
	.mess-b{ line-height: 32px; overflow: hidden;}
	.mess-b small{ line-height: 32px; float: left;}
	.mess-b span{ float: right; line-height: 32px; background: #DDAF59; padding: 0 15px; color: #FFF;  font-size: 12px;}
	.jldt-t a:hover b{ color: #DDAF59;}
	
	.jldt-b dl{ padding: 10px 0; overflow: hidden;}
	.jldt-b dt{background: #F5F6FA; float: left; margin-right: 15px; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px;}
	.jldt-b dt span{display: block; text-align: center; color: #757575; font-size: 14px; line-height: 1.4;}
	.jldt-b dt div{ }
	
	.jldt-b dd{ height: 80px; border-bottom: solid 2px #F6F2EC; overflow: hidden; font-size: 14px;}
	.jldt-b dd b{ overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; display: block; color: #464646;}
	.jldt-b dd div{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; height: 40px; font-size: 12px; color: #808080; }

	.jldt-b a:hover dd b{ color: #DDAF59;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.jldt-t a{ padding: 20px;}
	.jldt-t dt{ width: 300px; float: left; margin-right: 20px;}
	.jldt-t dd{ overflow: hidden; padding-top: 0;}
	.jldt-t dd b{ font-size: 16px; overflow:hidden; white-space: nowrap;  -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; display:block;}
	
}
@media screen and (min-width: 1260px) {
	.jldt-t a{ padding: 30px;}
	.jldt-t dt{width: 380px; margin-right: 30px;}
	.jldt-t dd b{ font-size: 18px;}
	.jldt-t dd{ position: relative; height: 193px;}
	.mess-c{ font-size: 14px; height: 70px; margin-top: 15px; margin-bottom: 0;}
	.mess-b{ position: absolute; left: 0; bottom: 0; width: 100%;}
	.mess-b small{ font-size: 14px;}
	.mess-b span{ font-size: 14px;}
	
	.jldt-b{ padding-top: 20px;}
	.jldt-b dl{padding: 20px 0;}
	.jldt-b dt{width: 100px; height: 100px; margin-right: 36px;}
	.jldt-b dt span{ font-size: 18px;}
	.jldt-b dd{ height: 100px;}
	.jldt-b dd b{ font-size: 18px;}
	.jldt-b dd div{ font-size: 14px; height: 50px; margin-top: 5px;}
}

/*产业支持-交流动态-内页*/
@media screen and (min-width: 320px) {
	.info-tit-box{ padding-bottom: 15px;}
	.info-tit{ border-bottom: solid 1px #E4E4E4; padding-bottom: 5px;}
	.info-tit b{ font-size: 16px;}
	.info-share{display: none;}
	.info-mess{ padding-top: 5px; font-size: 12px; color: #AAA;}
	.info-item{ padding: 20px 0;}
	.info-item div{ overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; line-height: 30px;}
	.info-item span{ color: #757575;}
	.info-item a{color: #C28E2C;}
	
}

@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.info-tit-box{ padding-top: 10px; padding-bottom: 30px;}
	.info-tit b{ font-size: 18px;}
	
	.info-item{ padding: 30px 0;}
	
	.info-tit{ padding-bottom: 10px;}
	.info-mess{ padding-top: 10px;}
	
	.info-tit b{ line-height: 30px; display: block;}
	.info-tit{ position: relative; padding-right: 100px;;}
	.info-share{ position: absolute; right: 0; top: 0; display: block;}
	.info-share-tit{ float: left; line-height: 30px; font-size: 14px; color: #757575; padding-right: 10px;}
	.bshare-custom{ float: left;}
	.info-share .bshare-custom .bshare-more-icon{ width: 30px; height: 30px; margin: 0; padding: 0 !important; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; background: #E5CCA3 !important; text-align: center; text-decoration: none; line-height: 30px;}
	.info-share .bshare-custom .bshare-more-icon:before{color: #fff; font-size: 14px; line-height: 30px;}
	
	.pic-scale-support{}
	
}
@media screen and (min-width: 1260px) {
	.info-tit b{ font-size: 22px;}
	.info-tit{ padding-bottom: 15px;}
	.info-mess{ padding-top: 15px;}
}


/*产业支持-本地支持*/
@media screen and (min-width: 320px) {
	.support-bd{ border: solid 1px #E6E6E6; padding: 10px; cursor: pointer; position: relative;}
	.support-list ul{display: flex; flex-wrap: wrap; margin: -5px; padding-top: 15px;}
	.support-list li{ flex-basis: 33.33333%; padding: 5px;}
	i.pic-scale-support{ padding-bottom: 58.14%;}
	.support-bd span{position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 1.4; font-style: normal; font-weight: bold; color: #AAA; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 12px;}
	
	.support-mess{  flex-basis: 100%; display: none;}
	.support-mess-bg{padding: 5px; }
	.support-list div.show{display: block; -webkit-animation: fadeIn2 .5s; animation: fadeIn2 .5s;}
	
	.support-mess-t{ background: #E1B86B; line-height: 30px; padding: 10px; overflow: hidden;}
	.support-mess-t b{ float: left; color: #fff; font-size: 14px; line-height: 30px; width: 60%;}
	.support-mess-t span{ float: right; color: #fff; font-size: 12px; line-height: 30px; width: 40%; text-align: right;}
	.support-mess-b{ background: #FFFAF0; border: solid 1px #E5CCA3; padding: 10px; font-size: 12px; color: #666;}
	
	.support-list li .support-bd:after{ content: ' '; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #E1B86B; opacity: 0;	transition: .3s;}
	.support-list li .support-bd:before{ content:' '; position: absolute; border-top: solid 8px #E1B86B; border-left: solid 7px transparent; border-right: solid 7px transparent; position: absolute; left: 50%; bottom: -8px; opacity: 0; transition: .3s; margin-left: -7px; -webkit-transform: translateY(-2px); transform: translateY(-2px);}
	.support-list li .on:after,.support-list li .on:before{ opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
	
@-webkit-keyframes fadeIn2 {
  from {
  	translateY(-2px); transform: translateY(-2px);
    opacity: 0;
  }

  to {
  	translateY(0); transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
  	translateY(-2px); transform: translateY(-2px);
    opacity: 0;
  }

  to {
  	translateY(0); transform: translateY(0);
    opacity: 1;
  }
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
}
	
}
@media screen and (min-width: 480px) {
	.support-list li{ flex-basis: 25%;}
}
@media screen and (min-width: 640px) {
	.support-list li{ flex-basis: 20%;}
}
@media screen and (min-width: 992px) {
	.support-bd span{ font-size: 12px;}
	.support-mess-t b{ font-size: 16px;}
	.support-mess-t span{ font-size: 14px;}
	.support-mess-b{ font-size: 14px;}
	.support-mess-bg{ padding: 15px 5px;}
	
	.support-bd{ padding: 15px;}
	
}
@media screen and (min-width: 1260px) {
	.support-bd span{ font-size: 16px;}
	.support-mess-t b{ font-size: 18px;}
	.support-mess-t{ padding:13px 20px;}
	.support-mess-b{ padding: 20px;}
}


/*行业资讯*/
@media screen and (min-width: 320px) {
	.hyzx-list ul{ margin: -10px; overflow: hidden;}
	.hyzx-list li{ padding: 10px;}
	.hyzx-list li a{ padding: 15px; display: block; background: #F5F6FA; border: solid 1px #EAEDF7;}
	.hyzx-list li dt{ padding-bottom: 10px; border-bottom: solid 1px #E4E4E4;}
	.hyzx-list dt .mess{ overflow: hidden; padding-bottom: 5px;}
	.hyzx-list li small{color: #999; font-size: 12px; float: left;}
	.hyzx-list li span{ float: right; color: #E1B86B;}
	.hyzx-list dt .tit {display: flex; align-items: center; height: 50px;}
	.hyzx-list li b{ font-size: 14px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; color: #464646;}
	.hyzx-list dd{ padding-top: 10px;}
	.hyzx-list dd div{ color: #808080;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;  font-size: 12px;}

.hyzx-list li a:hover b{color: #E1B86B;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.hyzx-list li{ width: 50%; float: left;}
	.hyzx-list dd div{ height: 84px;}
	.hyzx-list dt .tit{ height: 56px;}
	.hyzx-list li b{ font-size: 16px;}
}
@media screen and (min-width: 1260px) {
	.hyzx-list li a{ padding: 30px;}
	.hyzx-list li small{ font-size: 14px;}
	.hyzx-list li span{ font-size: 14px;}
	.hyzx-list dt .tit{ height: 64px;}
	.hyzx-list li b{ font-size: 18px;}
	.hyzx-list dd div{ font-size: 14px; height: 100px;}
}

/*公示公告-公示*/
@media screen and (min-width: 320px) {
	.gs-list {margin: -10px 0;}
	.gs-list div{ padding: 10px 0;}
	.gs-list div a{}
	.gs-list div a dt{ font-size: 14px; padding-right: 80px; position: relative; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; padding-left: 15px;}
	.gs-list div a dd{ font-size: 12px; color: #AAA; padding-left: 15px;}
	.gs-list div a dt b{ font-weight: normal; font-size: 14px;}
	.gs-list div a dt span{ position: absolute; right: 0; top: 0; color: #999; font-size: 12px; line-height: 25px;}
	.gs-list div a dt i{ width: 7px; height: 7px; background: #E1B86B; position: absolute; left: 0; top: 50%; margin-top: -4px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;}
	
	.gs-list div a:hover dt b{ color: #DDAF59;}
	.gs-list div a:hover dt span{ color: #DDAF59;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.gs-list div a dt{ padding-right: 100px;}
	.gs-list div a dt b{font-size: 16px;}
	.gs-list div a dt span{ line-height: 28px;}
}
@media screen and (min-width: 1260px) {
	.gs-list div a dt b{font-size: 18px;}
	.gs-list div a dt span{ font-size: 14px; line-height: 32px;}
	.gs-list div a dd{font-size: 14px;}
	
	
	.gs-list {margin: -15px 0;}
	.gs-list div{ padding: 15px 0;}
}

/*公示公告-合作留言*/
@media screen and (min-width: 320px) {
	.mail-btn-box{ padding-top: 15px; overflow: hidden;}
	.mail-btn{ float: left; position: relative;}
	.mail-btn a{ -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; padding: 15px 15px; background: #004CB2; overflow: hidden; display: block;}
	.mail-btn a i{ padding-right: 5px;}
	.mail-btn a i,.mail-btn a span{ color: #fff; float: left; line-height: 20px;}
	.mail-btn a i:before{ font-size: 18px;}
	.mail-btn a span{ font-size: 12px;}
	.mail-mess{ position: absolute; left: 100%; top: 50%; margin-top: -15px;  padding-left: 10px;-webkit-transform: translateX(-5px);  transform: translateX(-5px); opacity: 0;}
	.mail-mess span{ line-height: 30px;  background: #333; color: #fff; display: block; padding: 0 15px; -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; position: relative;}
	.mail-mess span:before{ content: ' ';  border-right: solid 5px #333; border-top: solid 4px transparent; border-bottom: solid 4px transparent; position: absolute; left: -5px; top: 50%; margin-top: -4px;}	
	.mail-btn .show{-webkit-transform: translateX(0);  transform: translateX(0); opacity: 1;}
	
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.mail-btn a{ -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; padding: 15px 20px;}
	.mail-btn a span{ font-size: 14px;}
	
	.mail-btn-box{ padding-top: 20px;}
}
@media screen and (min-width: 1260px) {
	
}

/*menu-sub*/
@media screen and (min-width: 320px) {
	.menu-sub{ overflow: hidden;}
	.menu-sub ul{ display: flex; flex-wrap: wrap;}
	.menu-sub li{ flex-basis: 100%; text-align: center; position: relative;}
	.menu-sub li a{ line-height: 20px; padding: 10px 15px; display: block; color: #666; background: #F4F4F4;}
	.menu-sub li a.on{ color: #FFF;  background: #004CB2;}
	.menu-sub li a:after{ content:' '; position: absolute; top: 0; left: 15px; right: 15px; height: 1px; background: #D2D2D2;}
	.menu-sub li:nth-child(1) a:after{display: none;}
	.menu-sub li a:hover{ color: #E1B86B;}
	.menu-sub li a.on:hover{ color: #FFF;}
	.menu-sub li a.on:after{display: none;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.menu-sub li{flex: 1; }
	.menu-sub li a:after{  top: 50%; left: 0; right: auto; height: 14px; width: 1px; background: #D2D2D2; margin-top: -7px;}
}
@media screen and (min-width: 1260px) {
	.menu-sub li a{ font-size: 16px; padding: 15px ;}
}

.layui-form-select dl dd.layui-this{ background: #E1B86B;}


/*合作留言*/
@media screen and (min-width: 320px) {
	.inp-box-06{ padding: 7px 0;}
	.inp-box-12{ padding: 7px 0;}
	.inp-box-max label{ color: #464646; font-size: 14px; padding-bottom: 5px; display: block;}
	.inp-box-hr{ border-top: dashed 1px #BBBBBB; height: 0; background: none;}
	
	.inp-box-mess{ color: #AAA; font-size: 12px; padding-top: 5px; display: block;}
	
	.form-r{ padding-top: 20px;}
	
	.submit-btn{ width: 100%; background: #E1B86B;}
	.up-mess{ color: #AAA; font-size: 12px; white-space: nowrap; overflow: hidden;}
	.up-btn{background: #004CB2; }
	.up-btn span{ padding-right: 10px;}
	

}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.inp-box-06{ display: flex; width: 50%; padding:  15px; float: left;}
	.inp-box-12{ display: flex; padding: 15px; float: left; width: 100%;}
	
	.hzly-form{ margin: 0 -15px;}
	.hzly-form label{flex-basis: 130px; padding-right: 10px; text-align: right; padding-bottom: 0; line-height: 38px;}
	.inp-box{flex-grow: 1;}
	
	.form-l{ flex-grow: 1;}
	.form-r{ flex-grow: 1; padding-top: 0; text-align: right;}
	.up-btn{ height: 50px;}
	.submit-btn{ width: auto; min-width:170px; height: 50px;}
	.layui-btn{ padding: 0 30px;}
	.up-mess{ padding-left: 5px;}
	.inp-box-max{ padding-top: 15px;}
	
}
@media screen and (min-width: 1260px) {
	.hzly-form label{ flex-basis: 150px; font-size: 16px;}
	.inp-box-mess{ font-size: 14px;}
	.up-mess{ font-size: 14px;}
	.submit-btn{ font-size: 16px;}
	.up-btn span{font-size: 16px;}
}

/*公司荣誉*/
@media screen and (min-width: 320px) {
	.honor-box{ display: flex;}
	.honor-l{flex-basis: 95px; flex-shrink: 0; position: relative;}
	.honor-r{ flex-grow: 1;}
	
	.honor-l span{ line-height: 36px; float: left;}
	.honor-l i{ width: 36px; height: 36px; background: #E1B86B; color: #FFF; float: right; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; text-align: center; line-height: 36px; font-size: 20px; position: relative; z-index: 2;}
	.honor-l hr{ width: 2px; height: 100%; margin: 0; position: absolute; right: 17px; background: #e1b86b;}
	
	.honor-r{ padding-left: 30px;}
	.honor-r .honor-mess{ padding-bottom: 15px;}
	.honor-r .honor-mess-bg{ background: #F8F8F8; padding: 15px;}
	
	.honor-mess{ position: relative;}
	.honor-mess:after{content: ' '; width: 12px; height: 12px; border: solid 2px #E1B86B; background: #fff; position: absolute; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; left: -56px; top: 50%; margin-top: -6px;}
	.honor-mess:before{content: ' '; border-right: solid 14px #F8F8F8; border-top: solid 12px transparent; border-bottom: solid 12px transparent; position: absolute; left: -14px; top: 50%; margin-top: -12px;}
	.honor-mess-l li{ position: relative; padding-top: 10px; padding-bottom: 10px; padding-left: 20px;  line-height: 28px;}
	.honor-mess-l li i{ left: 0; line-height: 28px; font-size: 12px; position: absolute; color: #E1B86B;}
	.honor-mess-l li b{color: #004CB2;}
	
	.honor-box:nth-last-child(1) .honor-mess:nth-last-child(1){padding-bottom: 0;}
	
	
	
	.honor-mess-r{ padding-top: 15px; padding-left: 15px;}
	.honor-mess-r img{ max-width: 100%; max-height: 200px;}
	
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.honor-l{flex-basis: 110px;}
	.honor-l span{ font-size: 16px;}
	.honor-mess-bg{ display: flex; align-items: center;}
	.honor-mess-l{ padding-right: 20px;}
	.honor-mess-r{ padding-top: 0; padding-left: 0; flex-basis: 180px; flex-shrink: 0; display: flex; justify-content: center;}
	.honor-mess-r img{ max-width: 180px; max-height: 250px; object-fit:contain;}
	.honor-mess-l li{ font-size: 16px;}
	
}
@media screen and (min-width: 1260px) {
	.honor-r .honor-mess-bg{ padding: 35px 40px;}
	.honor-mess-l{ padding-right: 40px;}
	.honor-mess-r{flex-basis: 235px;}
	.honor-mess-r img{ max-width: 235px; max-height: 330px;}
	.honor-mess-l li b{ font-size: 18px;}
}

@media screen and (min-width: 320px) {
	.zzjg-box{ padding: 20px 0; text-align: center;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.zzjg-box{ padding-top: 40px;}
}
@media screen and (min-width: 1260px) {
	.zzjg-box{ padding-top: 70px;}
}


/* 联系我们 */
@media screen and (min-width: 320px) {
	.map{ height: 250px;}
	.map-list{ padding-top: 15px;}
	.map-list div{ padding: 5px 0;}
	.map-list i{ float: left; font-size: 18px; width: 24px; margin-right: 5px; text-align: center; line-height: 20px; color: #004CB2;}
	.map-list span{ display: block; overflow: hidden; line-height: 20px;}
	
}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 992px) {
	.map{ height: 300px;}
}
@media screen and (min-width: 1260px) {
	.map{ height: 300px;}
	.map-list { margin: 0 -15px; padding-top: 25px; /*display: flex; flex-wrap: wrap; justify-content: space-between;*/}
	.map-list div{ padding:5px 15px;flex-grow:1; flex-shrink: 0; flex-basis: auto;}	
}

/*弹窗视频*/
@media screen and (min-width: 320px) {
.video-show.layui-layer-iframe{overflow: visible;}
.video-show{ width: 300px !important; height: 175px !important; left: 50% !important; top: 50% !important; transform: translate(-50%,-50%) !important;}

	.video-show .layui-layer-setwin{ right: 0; top: 0;}
	.video-show .layui-layer-setwin .layui-layer-close2{ right: 0; top: -35px;width: 35px; height: 35px; background: #DC000C; font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-align: center; line-height: 35px;}
	.video-show .layui-layer-setwin .layui-layer-close2:before { content: "\e608"; color: #fff; font-size: 20px;}
	
	.video-show .layui-layer-content{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000;}
	.jcsp-video{display: none;}
	.video-show video{display: block;}
	.video-show video{ width: 100%; height: 100%}
}

@media screen and (min-width: 384px) {
	.video-show{ width: 365px !important; height: 210px !important;}
}

@media screen and (min-width: 480px) {
	video-show{ width: 420px !important; height: 240px !important;}
}

@media screen and (min-width: 640px) {
	.video-show{ width: 630px !important; height: 360px !important;}
}

@media screen and (min-width: 768px) {
	.video-show{ width: 700px !important; height: 400px !important;}
}

@media screen and (min-width: 992px) {
	.video-show{ width: 900px !important; height: 510px !important;}
}

/*@media screen and (min-width: 1240px) {
	.video-show{ width: 1100px !important; height: 620px !important;}
}*/

/*--内容盒子--*/
@media screen and (min-width: 320px) {
	.content-box:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden; display: block;}
	.content-box{text-align: justify;  font-size: 12px;padding:0; color: #464646; position: relative; z-index: 10; line-height: 1.8;}
	.content-box *{ line-height: 1.8;}
	.content-box img{max-width: 100%;}
	
	.box-bb{ padding-bottom: 15px;}
		
}

@media screen and (min-width: 992px) {
	.content-box-t{padding-top: 10px;}
	.content-box{font-size: 14px;}
	
	.box-bb{ padding-bottom: 20px;}
}

@media screen and (min-width: 1260px)  {
	.box-bb{ padding-bottom: 30px;}
}



@media screen and (min-width: 320px) {
    .zjjtzbz-hr{margin-top:15px;}
    .zjjtzbz-tit-02{padding-top:0; padding-bottom:0;}
    .support-list-02 dl{ display:flex;}
    .support-list-02 dt{ flex-basis:120px;}
	.support-list-02 dt b{ text-align:center; display:block; line-height:30px; font-weight:normal;}
    .support-list-02 dd{ flex:1; padding-left:15px; margin-top:-5px;}
    
    
    .support-list-02 .support-bd{cursor:default;}
    
    .support-list-02 ul{display: flex; flex-wrap: wrap; margin: -5px; padding-top: 15px;}
	.support-list-02 li{ flex-basis: 33.33333%; padding: 5px;}
	
	.support-list-02 .jjglr-tit{font-size:14px; font-weight:bold; color:#C28E2C;}
	.support-list-02 .jjglr-txt{font-size:12px; color:#464646; padding-bottom:10px;}
	.support-list-02 .jjglr-box:nth-last-child(1) .jjglr-txt{padding-bottom:0;}
	
	.support-list-02 li{ flex-basis: 33.33333%;}
}
@media screen and (min-width: 480px) {
	.support-list-02 li{ flex-basis: 25%;}
}

@media screen and (min-width: 992px) {
    .support-list-02 li{ flex-basis: 20%;}
    .zjjtzbz-hr{margin-top:30px;}
    .zjjtzbz-tit-02{padding-top:5px; padding-bottom:0;}
}
@media screen and (min-width: 1260px) {
	
}






@media screen and (min-width: 320px) {
   .hzsq-mess{}
   .hzsq-mess dl{ padding: 10px 0; border-bottom: solid 1px #E4E4E4;}
   .hzsq-mess dt{ position: relative; padding-left: 15px;}
   .hzsq-mess dt i{ border-left: solid 8px #999; border-top: solid 6px transparent; border-bottom: solid 6px transparent; position: absolute; left: 0; top: 50%; margin-top: -8px;}
   .hzsq-mess dt b{ color: #999; font-size: 15px; }
   
   .info-dl-list{margin:-5px; padding-top:15px; overflow:hidden;}
   .info-dl-list li{padding:5px;}
   .info-dl-list a{display:flex;align-items:center;  overflow:hidden; transition:.3s;}
   .info-dl-list a i{padding-right:10px; color:#DDAF59; font-size:18px; line-height: 20px;}
   .info-dl-list a span{ font-size:12px; color:#DDAF59; line-height: 20px;}
   .info-dl-list a:hover{ opacity:.8;}
   
	.hzsq-mess dd{color:#999;}
}
@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 992px) {
	.hzsq-mess dl{ padding: 15px 0;}
	.hzsq-mess dd{font-size: 15px;}
	
	.info-dl-list{margin:-10px; padding-top:30px;}
   .info-dl-list li{padding:10px;}
   .info-dl-list a span{ font-size:14px;}
   .info-dl-list a i{font-size:20px;}
}
@media screen and (min-width: 1260px) {
	
}


.edui-upload-video{
    width:100% !important;
    max-width: 640px;
    margin: 0 auto;
    height: auto !important;
}


/*头部样式*/
@media screen and (min-width: 320px) {
   .nav-transparent{
       position: absolute;
       background: none;
   }
   .nav-transparent .nav-box-bg{
       display: none;
   }
   .nav-transparent .logo img{
       filter: contrast(0%) brightness(1000%); 
   }
   .nav-transparent .nav-btn i,.nav-transparent .nav-btn i::before{
       color:#fff;
   }
}

@media screen and (min-width: 992px) {
   .nav-transparent .top-r a{
       color:#fff;
   }
   .nav-transparent .nav-list li a b{
       color: #fff;
   }
   .nav-transparent .nav-list div.nav-btn-bg:before,.nav-transparent  .nav-list div.nav-btn-bg-02:before{
       background: #fff;
   }
}

@media screen and (min-width: 1260px) {
	
}