body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 16px;
	color: #2d251b;
	overflow-x: hidden;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	-webkit-appearance: none;
}
.wrap {
	max-width: 1600px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}
/*包裹的宽度*/
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.cont_copy {
	line-height: 25px;
	background: #f7f7f7;
	margin-top: 15px;
	padding: 5px 15px;
}
.cont_copy p {
	text-indent: 0;
	text-align: center;
	line-height: 25px;
}
img {
	max-width: 100%;
}
/*不同设备字体em基准min 是大于 max 是小于*/
@media screen and (min-width: 320px) and (max-width: 360px) {
body {
	font-size: 12px;
}
}
 @media screen and (min-width: 360px) and (max-width: 480px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 480px) and (max-width: 700px) {
body {
	font-size: 14px;
}
}
 @media screen and (min-width: 700px) {
body {
	font-size: 14px;
}
}
@media screen and (min-width: 1200px) {
body {
	font-size: 16px;
}
}
/*不同设备字体em基准*/



/*所有都加缓慢似乎无效*/
*{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}
/*靠近的块级元素需要设置为height:100px,*/
html,body {
      position: relative;
      height: 100%;
    }

.mainer{
      position: relative;
      height: 100%;}  
#swiper1 {
      width: 100%;
      height:90%;/*针对当前页面的百分比*/
    }

    #swiper1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
    }

  #swiper1 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/*----------header----------*/
.header {

	position: fixed;/*控制是否固定在顶部position:absolute;*/

	top: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.4);
	z-index: 10000;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.logo {
	margin-right: 1em;
	width: 38%;
}
.swiper-fade .swiper-slide{}/*限制最高高度*/
/*.swiper{width: 1000px;}*/
.img-responsive {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s; 
    transform: scale(1, 1);
}
#swiper1 .swiper-slide-active img{
		transition:9s linear;
		transform:scale(1.1,1.1);
		}
.menu{ width:60%}	
.menu .nav{display: flex;
    height: 120px;
    align-items: center;}
.menu ul li {
    text-align: center;
    flex-grow: 1;
    position: relative;
	

}
.menu ul li * {
	
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu ul li a {
	font-size: 20px;
	
    font-weight: bold;
    color: #fff;
}
.menu ul li a:hover{
    /*color: #000;*/

}
.menu ul li:hover > .navchild{

	visibility: visible;
    opacity: 1;
    /*display: block;*/
    transform: translateY(10px);/*向下移动10px*/
}
.menu li .navchild {
	
    position: absolute;
    top: 40px;
    left: 0px;
    width: 180px;
    
    text-align: center;
    padding-bottom: 5px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild li {
        transition: .3s;
   
    width: 100%;
    margin: 0px;
   
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
   
    position: relative;
}

/* height: 50px;  line-height: 50px;  white-space: nowrap;*/
.menu li .navchild li a{
	    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
line-height: 24px;
        padding: 12px 10px;
        box-sizing: border-box;
    font-weight: 400;}
.menu li .navchild li a:hover{
	background: rgba(255, 255, 255, 1);

}


/*baner 数字*/
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5;
}
.swiper-pagination{text-align: right;}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
/*新闻速递*/
.container{
    max-width: 1600px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;

}
.ititle{
    background: url(../images/xwsd.png) no-repeat;
    height: 66px;
    margin-top: 20px;
}
.ititle .more{
	float: right;
    margin-right: 25px;
}
.more a {
    display: inline-block;
    font-size: 14px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d2d2d2;
    color: #adadad;
}
.more a:hover {
    border-color: #0062b0;
    color: #0062b0;
    margin-right: 10px;
}
#swiper2 {margin-top: 20px;}
#swiper2 .swiper-slide{

	width:25%;
}
#swiper2 .box {
    position: relative;
    width: 100%;
    margin: 0 1%;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
}
#swiper2 .box .pic.img {
    background-size: auto !important;
    max-height: 100%;
    max-width: 100%;
}
#swiper2 .box .t {
    margin: 4% 0;
}
#swiper2 .box .textOver {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#swiper2 .box .t a {
    font-size: 18px;
    color: #333;
    width: 95%;
    height: 22px;
}
#swiper2 .box .bf {
    font-size: 16px;
    color: #777;
    line-height: 25px;
    word-break: break-all;
    text-align: left;
    height: 50px;
    overflow: hidden;
}
#swiper2 .box .date {
    font-size: 14px;
    color: #999;
    padding: 5% 0;
    text-align: left;
}
#swiper2 .box .date img {
    margin-left: 3%;
}
#swiper2 .box:after {
    width: 0;
    height: 2px;
    background: #096ed6;
    transition: all .7s;
    -webkit-transition: all .7s;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
}
#swiper2 .box:hover:after {
    width: 100%;
}
#swiper2 .box:hover .date img{margin-left: 4%;}
#swiper2 .box:hover .t a{color: #0062b0}
#swiper2 .qihuan div {
    padding: 0;
    margin: 0 51px;
    opacity: 1;
    width: 52px;
    height: 50px;
    color: #FFF;
    display: inline-block;
    border-radius: 0;
    text-indent: 999px;
    overflow: hidden;
    transition: all .5s;
}
#swiper2 .qihuan {
    background: url(../images/ip2.png) no-repeat center;
    margin-top: 2%;
    text-align: center;
}
#swiper2 .qihuan .button-prev {
    background: #f1f1f1 url(../images/ip1.png) no-repeat center;
}
#swiper2 .qihuan .button-next {
    background: #f1f1f1 url(../images/ip3.png) no-repeat center;
}
#swiper2 .qihuan .button-prev:hover {
    background: #0062b0 url(../images/ipj10.png) no-repeat center;
}
#swiper2 .qihuan .button-next:hover {
    background: #0062b0 url(../images/ipj20.png) no-repeat center;
}
/*三块*/
.hui{background: #f9f9f9;    margin-top: 20px;}
.hui .item {
    width: 33.3%;
    padding: 10px 15px;
    box-sizing: border-box;/*避免padding影响大小*/
}
.hui .news_tit {
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 20px;
}
.hui .news_tit span {
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.hui .news_tit label a{font-size: 22px;}
.hui ul li {
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 25px;
    background: url(../images/icon7-1.png) no-repeat right bottom #fff;
    position: relative;
}
.hui ul li .date {
    float: left;
    margin-right: 30px;
    background: #b5b5b5;
    padding: 2px;
}
.hui ul li .date_k {
    height: 75px;
    width: 65px;
    padding: 0 5px;
    border: 2px solid #c9c9c9;
}
.hui .date_k h2 {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 43px;
    color: #fff;
    border-bottom: 1px solid #d2d2d2;
}
.hui .date_k span {
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
}
.hui #tyj {
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hui ul li .text p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #9e9e9e;
}
.hui ul li:hover {
    border-color: #0062b0;
    background: url(../images/icon7.png) no-repeat right bottom #fff;
}
.hui ul li:hover .date {
    background: #0062b0;
}
.hui ul li:hover .date_k, .page_news ul li:hover .date_k h2 {
    border-color: #0062b0;
}
/*单位介绍*/
.about-box {
    width: 100%;
    height: 630px;
    
    padding-top: 110px;
    
    box-sizing: border-box;
}
.about-img-box {
	
    height: 520px;
    float: left;
}
.about-text {
	width: 65%;
    padding-right: 100px;
    position: relative;
    box-sizing: border-box;
    float: right;
}
.about-text .title span {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}
.about-text .title p {
    font-size: 24px;
    color: #ffffff;
}
.about-text .text-box p {
    font-size: 18px;
    margin-top: 50px;
    line-height: 35px;
    color: #ffffff;
}
.morejj a {
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    width: 132px;
    margin-top: 15px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d2d2d2;
    color: #adadad;

}
.morejj a:hover {
    border-color: #fff;
    color: #fff;
    margin-left: 10px;
}
/*专题介绍*/
.izt{
    background: url(../images/ztbd.png) no-repeat;
    height: 75px;
    margin: 20px 0px;
}
.izt .more{
	float: right;
    margin-right: 25px;
}
.zt .col-lg-2 {
    padding: 0px;
    overflow: hidden;
    margin:0px 5px;
}
.col-lg-2 {
    width: 19.2%;
    box-sizing: border-box;
}
.zt .kzx {
    /*margin: 0px 5px;*/
    position: relative;
    overflow: hidden;
}
.zt .img-txt {
    position: absolute;
    bottom: 0;
    color: #ffff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    z-index: 999;
    line-height: 40px;
}
.zt a img:hover {
    transform: scale(1.1);
}

/*底部*/
.footer{background: #dcdcdc;margin-top: 50px;}
.inline {
    display: flex;
    justify-content: flex-start;
    height: 210px;
    align-items: center;
}
.footer .right {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-left: 200px;
    display: flex
;
}
.footer .title{    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid;}
.footer .title span{font-size: 26px;}
.footer-info .dz{height: 30px; line-height: 30px;font-size: 16px;color: #999999}
.support {
   overflow: hidden;
    height: 90px;
    line-height: 90px;
    background: #0162B1;
    font-size: 14px;
    color: #FFFFFF;
}
.footer li{display: inline-block;}
.footer li{
    display: inline-block;
    
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    
    
}
.footer li a{
    font-size: 16px;
    color: #fff;
    padding: 0px 20px;
    border-right: 1px solid #999999;
}
.footer li a:hover{font-weight: bold;color:#999999;}








.menu ul li label {
	font-size: 9px;
	color: #626b72;
	opacity: 0.39;
	filter: alpha(opacity=39);
}
.menu ul li em {
	height: 18px;
	width: 0px;
	margin: 0 auto;
	background: url(../images/icon1.png) no-repeat center center;
}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #d31f23;
}
.menu ul li a:hover em, .menu ul li.on em {
	width: 100%;
}




/*----------mainer----------*/
.mainer {
	/*padding-top: 110px; 决定是否悬浮*/
}



.banner * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.banner .item .text {
	height: 599px;
	background: rgba(0,0,0,0.69);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#69000000');
	color: #fff;
	width: 100%;
	display: table;
}
.banner .item .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.banner h1 {
	font-size: 41px;
	line-height: 1.5em;
}
.banner p {
	padding-top: 20px;
	font-size: 18px;
}
.banner ul li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
	text-align: center;
}
.banner ul li .img {
	width: 61px;
	margin: 0 auto;
	margin-bottom: 15px;
	height: 61px;
	text-align: center;
	line-height: 61px;
	border-radius: 61px;
	border: 2px solid #fff;
	overflow: hidden;
}
.banner.owl-carousel .owl-item ul li img {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
}
.banner ul {
	overflow: hidden;
	margin: 40px 0;
}
.banner.owl-theme .owl-dots .owl-dot {
	margin-bottom: 20px;
}
.banner.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
	width: 30px;
}
.page {
	padding: 60px 0;
}
/*二级列表*/
.nymain {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background-size: cover;
}

.nymain .leftNav {
    float: left;
    width: 20%;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(73, 94, 160, 0.1)
}
.ny-right {
    float: right;
    width: 70%;
    padding: 20px 40px 40px 40px;
    min-height: 400px;
    background: #fff;
    border-top: 2px solid #495EA0;
    box-shadow: 0px 2px 5px 0px rgba(73, 94, 160, 0.1);
}
.nymain .leftNav ul li a {
    display: block;
    font-size: 20px;
    line-height: 28px;
    padding: 23px 40px;
    border-bottom: 1px solid #e5e5e5;
}
.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 66px;
    border-bottom: 1px solid #d2d2d2;
}
.position h3 {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    bottom: 0;
    left: 0;
}
.position span {
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}
.position a {
    font-size: 16px;
    color: #888;
    margin: 0px 5px;
    vertical-align: middle;
}
.nymain .leftNav>h2 {
    line-height: 80px;
    color: #fff;
    background: #0162B1;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.text-list ul li {
   
    position: relative;
    line-height: 70px;
    border-top: 1px dashed #E0E0E0;
    font-size: 1.1em;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-list ul li span {
    float: right;
    padding-left: 20px;
    font-family: Arial;
    color: #999;
}
.nymain .leftNav>ul>li {
    position: relative;
}
.nymain .leftNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(../images/left-sj.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: none;
}
.nymain .leftNav>ul>li.on>a::after, .nymain .leftNav>ul>li.active>a::after, .nymain .leftNav>ul>li:hover>a::after {
    display: block;
}
.nymain .leftNav>ul>li.active>a {
    color: #0162B1;
    font-weight: 600;
}
.text-list ul li a:hover{color: #0162B1;
    font-weight: 600;}


/*三级界面*/
.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 30px;
    font-weight: 600;
}
.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px solid #dcdcdc;
}
.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0px 30px;
}
.art-main .art-body {
    padding-top: 20px;
}
/*对内容页格式化*/
.art-main .art-body p, .art-main .art-body p * {
    /* color: #333333; */
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 18px!important;
    line-height: 36px!important;
     /*margin-bottom: 0.2rem !important; */
}
.art-main .art-body img{min-width:55%;display:block}
.art-info {
    border-top: 1px dashed #e0e0e0;
    margin-top: 25px;
}
.pnext p {
    text-indent: initial;
    line-height: 32px;
    color: #555555;
}
.pnext p a {
    color: #555555;
}
.pnext {
    margin-top: 25px;
}

/*----------自定义 max是小于----------*/
@media only screen and (max-width: 1600px) {
.menu .nav {height: 100px}
.footer li a{padding: 0px 5px}
.logo {
    margin-right: 1em;
    width: 33%;
}
.menu {
    width: 65%;
}
.menu ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.zt .col-lg-2 {
    padding: 0px;
    overflow: hidden;
    margin: 0px 2px;
}
.menu li .navchild li a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-weight: 200;
}
.about-img-box { width: 30%;}
.about-text {padding-right: 10px;}
}

@media only screen and (max-width: 1200px) {
.header .wrap {
	overflow: inherit;
}
.logo {
    margin-right: 1em;
    width: 30%;
}
.menu {
    width: 68%;
}
.header * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.mainer {
	padding-top: 80px;
}
.header .wrap .clear {
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 30px auto;
	position: absolute;
	top: 0;
	right: 10px;
}
.header .wrap .clear.on {
	background: url(../images/menu1.png) no-repeat center center;
	background-size: 30px auto;
}
.header {
	padding: 15px 0;
}
.banner .item .text {
	height: 500px;
}
.banner h1 {
	font-size: 35px;
}
.footer li a{padding: 0px 5px}
.about-img-box { width: 30%;}
.about-text {padding-right: 10px;}


}

@media only screen and (max-width: 850px) {

}

/*手机*/
@media only screen and (max-width:768px) {
#swiper1 {
      width: 100%;
      height:25%;
    }

.logo {
   width:65%;
}
.mainer {
    padding-top: 77px;
}

.menu {
	display: none;
	position: absolute;
	height: 1000px;
	background: #fff;
	z-index: 1000;
	top: 65px;
	left: 0;
	width: 100%;
}
.menu .nav{flex-direction: column;height: auto;}
.menu ul li {
	    float: none;
	    width: 100%;
        /*line-height: 50px;
        height: 50px;*/
        margin: 0 10px;
        text-align: left;
       
}
.menu li .navchild {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    /*z-index: 999;*/
    text-align: center;
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild ul{
    display: none;
}
.menu ul li a{
    font-size: 16px;
	color: #333;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding:15px 0px;
	text-align: center;
}
.menu li .navchild li {
    transition: .3s;
    height: 50px;
    width: 100%;
    margin: 0px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu li .navchild li a {
    color: #000;
    font-size: 18px;
    padding:0px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
}
.menu ul li:hover > .navchild {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.menu > .nav > li .arrow {
	    display: block;
        color: #2b3a66;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        width: 90px;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
.menu > .nav > li .arrow i{color: #2b3a66;}

.nav  > li .active i:before {
        content: "\f107";
}

/*手机版*/
.container {padding: 0 10px;}
.hui .item{width: 100%}
.about-box{height: auto}
.about-box{background: #003c6c!important;}
.about-img-box {
    width: 100%;
    height: auto;
    float: none;}
.about-text {
    width: 100%;
    padding-right: 0px; 
    height: auto;
}
.about-text .title{
	margin:20px 0px;
}
.text-box{

	height: 300px;
    overflow: hidden;
} 

.morejj{margin: 10px;}
.about-text .text-box p{margin-top: 0px}
.zt .col-xs-6{    
	width: 48%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
        }
.about-text .title span {font-size: 32px;}
.inline {flex-direction: column;height: auto;padding: 15px 5px;}   
.footer .right {margin: 20px 0px;} 
.support {height: auto;line-height: 30px;}
.footer li a{padding: 0px 5px}
.footer img{width: 90%}
/*二级*/
.nymain .leftNav,.nymain .ny-right {width: 100%;}
.nymain .leftNav {
        float: none;
        top: 0;
        margin-right: 0;
    }
.ny-right {
        float: none;
       box-sizing: border-box;
        margin-top: 20px;
        padding: 0px 20px 15px 20px;
    }
    .position>div {
        text-align: left;
        line-height: 22px;
        padding-bottom: 10px;
    }
        .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .nymain .leftNav>h2 {
        height: inherit;
        line-height: 56px;
        font-size: 18px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        
    }
    .nymain .leftNav ul li a {
        line-height: 45px;
        font-size: 14px;
    }

.nymain {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    background-size: cover;
}

}
@media only screen and (max-width:768px) and (min-width:500px) {

}
.active{display: block;}
.arrow{display: none;}