.ny-top {
    background-image: url('../images/ny-top.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 110px;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    right: 15px;
    display: none;
}
.ny-top .text {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 22px 4px 0;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
}
.ny-close-btn {
    width: 50px;
    height: 110px;
    background-color: #ff0000;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 165px;
    border-radius: 10px;
    font-size:18px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0 0 6px 2 rgba(255, 0, 0, .2);
}
/*公共样式*/
@font-face{
    font-family: 'STT';
    src: url("../css/STXINWEI.TTF");
}
*{margin:0;padding:0;font-size: 16px;}
.flv{ position:absolute;}
body{ min-width:1200px;background: #f5f5f5 ;}
#home { background: #fff  }
ul,li{ list-style-type: none;}
input,select,button,textarea{font-size:12px; }
button{cursor: pointer;}
.cur,a{cursor: pointer;}
.mt_20{ margin-top:20px;}
.area2 .area-content{ margin: 0px 20px; width: 1177px;  }
.yj{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;}

img{border:none;}

table{ margin:auto;}
.clear{clear:both;}

a,a:link {color:#333;text-decoration:none !important;}
a:visited { }
a:focus {outline:none;}

.tRight{ text-align:right;}
.tcenter{ text-align:center;}
.tLeft{ text-align:left;}

.h25{ height:25px;}
.h30{ height:30px;}

.ml30{ margin-left:30px;}

.right{ float:right;}
.left{ float:left;}


.b{ font-weight:bold;}
.n{ font-weight:normal;}
.nodata{position:absolute;left:30px;}
.yh{font-family:\5FAE\8F6F\96C5\9ED1;}
.media{ margin:0 auto;}

.tRed{ color:red;}
.tGreen{ color:green;}
.tBlue{ color:#04AEDA;}

.none{ display:none;}
.clear{ clear:both;}

.clamp2 { display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }  
/*公共样式*/


/*搜索*/
.search{ width:230px; height:35px; background:url(../images/search-bg.jpg) no-repeat; position:absolute; right:0; top:35px;}
.input-text{ width:170px; border:none; background:none; height:35px; line-height:35px; padding:0 10px; float:left; display:inline; color:#666; outline: none;}
.input-btn{ width:40px; height:35px; background:none; border:none; cursor:pointer; float:left; display:inline;}
input::-webkit-input-placeholder {color:#C2C2C2;}
input:-moz-placeholder {color:#C2C2C2;}

.search-con{ width:1200px; min-height: 500px; float:left; overflow:hidden; padding-bottom:20px; margin-bottom:20px; border-top:none;background:#fff;margin-top: 40px;}
.search-title{ background:#3D86D8; height:40px; line-height:40px; color:#fff; font-size:14px; padding-left:20px;}
.search-content{ padding:10px 20px;}
.search-content li{ height:35px; line-height:35px; border-bottom:1px dashed #D7D7D7; padding-left:13px; background:url(../images/news-list02-icon.png) no-repeat left center;}
.search-content li a{ float:left;}
.search-content li span{ float:right; color:#999;}

/*默认一级下拉导航菜单*/
.menu{ height:50px;position:relative;margin:0 auto; background: #007242;z-index: 3; }
#nav {width:1430px; height:100%; margin:0 auto; white-space:nowrap;display: flex;align-items: center;}
#nav li { display:inline; text-decoration:none;font-size:16px; color:#fff;text-align:center;position:relative; padding: 0 20px;}
#nav>li { height: 100%; display: flex;   box-sizing: border-box; align-items: center; transition: all .3s;border-right: 2px solid rgba(255,255,255,0.5);}
#nav>li:last-child { border-right: none; }
#nav>li:last-child>a { padding: 0 6px ;}
#nav>li>a {  width: 100%; height: 100%; font-size: 20px; padding: 0 10px; box-sizing: border-box; display:flex;     white-space: normal; justify-content: center; align-items: center; color:#fff; text-decoration:none; position:relative; z-index:99;}
#nav li ul { /* max-height: 300px; overflow: hidden; overflow-y: auto; */  font-size: 18px; position:absolute;top:48px;  z-index: -10;transition: all .3s; box-shadow: 0px 3px 10px 0px rgba(17,129,240,0.2);display:none;}
#nav li ul li{float:left; position: relative; width: 100%; box-sizing: border-box; white-space: pre-wrap; word-break: break-all;  background:#007242; padding:0px;}
#nav li ul li:last-child { border-bottom: none; }
#nav li ul a{ word-break: break-all; display:block;text-align:left;text-decoration:none;width:100%;box-sizing: border-box; /* text-align: center; */ font-weight:normal; padding:15px 10px;line-height:24px; font-size:18px; background:none ; color:#fff ;}
#nav li ul li span{ display:none;}
#nav>li:hover {background: #fff;transition: all .3s; }
#nav>li:hover>ul {z-index:99999;top: 100%;opacity: 1;transition: all .3s;display: block;}
#nav>li:hover>a { color: #007242; font-weight: bold; }
#nav>li.active { background: #fff; }
#nav>li.active>a { color: #007242; font-weight: bold; }

/* 二级下拉栏目 */  /* #nav>li>ul */
#nav>li>ul { /* box-shadow: 0px 3px 10px 0px rgba(155,155,155,0.5); */ min-width:270px; max-width: 300px; }
#nav>li>ul>li { transition: all .3s; }
#nav>li>ul>li:hover { transition: all .2s; background-color: #fff; }
#nav>li>ul>li:hover>ul { z-index:9999; opacity: 1;transition: all .3s; display: block;}
#nav>li>ul>li:hover>a {font-weight: bold; color: #007242; }
#nav>li>ul>li>a {color: #fff; position: relative; border-bottom: 1px solid rgba(255,255,255,0.2);}
#nav>li>ul>li:last-child>a { border-bottom: none; }
#nav li ul a:hover { border-top: 0px; }
/* 三级下拉栏目 */
#nav>li>ul>li ul { display: none !important; }
#nav>li>ul>li>ul { position: absolute;top: 0px;left: 100%; width: 100%;  max-height: 270px; overflow: hidden; overflow-y: auto;}
#nav>li>ul>li>ul>li { transition: all .2s; background:#007242 ; padding: 0 10px; }
#nav>li>ul>li>ul>li>a { border-bottom: 1px solid rgba(255,255,255,0.2); }
#nav>li>ul>li>ul>li:last-child>a { border-bottom: none; }
#nav>li>ul>li>ul>li:hover { transition: all .2s; background-color: #fff; } 
#nav>li>ul>li>ul>li:hover>a { color: #007242; }
#nav>li>ul>li>ul>li:hover>ul { z-index:9999; opacity: 1;transition: all .3s; display: block;}
/* 四级下拉栏目 */
#nav>li>ul>li>ul>li>ul{ position: absolute;top: 0px;left: 100%; width: 100%;}
#nav>li>ul>li>ul>li>ul>li { transition: all .2s; background:#007242 ; padding: 0 10px; }
#nav>li>ul>li>ul>li>ul>li>a { border-bottom: 1px solid rgba(255,255,255,0.2); }
#nav>li>ul>li>ul>li>ul>li:last-child>a { border-bottom: none; }
#nav>li>ul>li>ul>li>ul>li:hover { transition: all .2s; background-color: #fff; } 
#nav>li>ul>li>ul>li>ul>li:hover>a { color: #007242; }


/*头部*/
.header{ position: relative; width: 100%;background: url('../images/ny-banner.png') no-repeat top center; /* background-size: 100%; */ height: 115px;box-sizing: border-box;min-width: 1300px;}
.header-content{width: 1430px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.header-content { width: 1430px; height: 100%; display: flex; justify-content: flex-start; align-items: center;} 
.header-content .banner-text { height: 55px;margin-top:10px; }
.logo {  margin-right: 20px; }
#home .logo { margin-bottom: 30px;position: relative; z-index: 2;/* top: 21px; left: auto; margin-right: 0;  */}
.logo a { display: flex;  }
.logo img { max-height: 100px; }
/* .hd-title {  display: table-cell; vertical-align: middle; font-size: 70px; color: #361511; text-align: center; font-weight: bold; border-radius: 10px; transition: all linear .3s; text-shadow: #fff 7px 0 0, #fff 0 7px 0, #fff -7px 0 0, #fff 0 -7px 0; } */
.hd-title { width: 720px;height: 68px;background: url('../images/hd-title.png') no-repeat center center;margin-top: 10px;background-size: cover; }

/*主要内容*/
.container{ width:100%; overflow:hidden;}
.ny-container { padding-bottom: 30px; }
#home .container { overflow: visible; }
.content{ width:1430px;  margin: 0 auto ; overflow:hidden; }

.ny-content { padding-bottom: 30px;min-height: 600px; }
.index-content { position: relative; padding-top: 30px; min-width: 1360px; width: 100% !important; height: 100vh; background: url('../images/index-bg.png') no-repeat center center; background-size: cover; box-sizing: border-box;  display: flex;flex-direction: column; align-items: center;  }
.index-content::after { content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0; background: url('../images/body-shadow.png') no-repeat center center; }
.banner-content { display: flex;position: relative; z-index: 2; }
.banner-content .banner-text { height: 88px; margin-bottom: 18px;}
.index-content  .line { position: relative; z-index: 2;width: 1176px; height: 28px; background: url('../images/line-img.png') no-repeat center center; background-size: cover;margin-bottom: 25px; }


/* #home .header { height: 415px; } */
/* .area { display: block; width: calc((100% - 150px)/3); height: 162px; border-radius: 15px; margin-right: 75px; margin-bottom: 30px; background: no-repeat center center ; background-size: 100% 100%; position: relative; cursor: pointer; transition: all .3s; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); }
.area .ar-con { width: 100%; height: 100%; box-sizing: border-box; padding: 0 20px 0 30px; display: flex;  align-items: center; }  
.area .ar-con .icon { margin-right: 16px; background: no-repeat center center; background-size: 100%; }
.area .ar-con .title { font-weight: normal; font-size: 32px;font-weight: bold; color: #111111;text-align: left; flex: 1; }
.area:hover { transform: translateY(-10px); }
.area:nth-child(3n) { margin-right: 0; } */

.area:hover { transform: translateY(-10px); }
.area-content { position: relative; z-index: 2; display: flex;justify-content: center; flex-wrap: wrap; max-width: 1600px;}
.area-content .area { width: 440px; height: 235px;border: 3px solid #fff;box-sizing: border-box; margin-right: 50px;margin-bottom: 50px;transition: all .2s;border-radius: 10px;}
.area-content .area:nth-child(3n) { margin-right: 0 !important; }
.area-content .area:nth-child(n+3) { margin-bottom: 0 !important; }
.area-content .area .ar-con {  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.area-content .area .ar-con .icon { margin-bottom: 30px; background-size: 100%;}
.area-content .area:last-child .ar-con .icon { margin-bottom: 10px; }
.area .ar-con .title { letter-spacing: 2px; word-break: break-all;text-align: center; font-weight: bold; font-size: 34px; color: #FFFFFF;}
/* 区域1 */
.area1 .ar-con .icon  { width: 57px; height: 61px; background-image: url('../images/icon1.png'); }
.area1 { background: rgba(126,63,152, 1);box-shadow: 0px 4px 10px 3px rgba(104, 0, 147, .8); }

/* 区域2 */
.area2 .ar-con .icon  { width: 61px; height: 67px; background-image: url('../images/icon2.png'); }
.area2 { background: linear-gradient(216deg, rgba(0,163,228,0.8) 0%, #0081E4 100%); box-shadow: 0px 4px 10px 3px rgba(0, 93, 162, .8);}


/* 区域3 */
.area3 .ar-con .icon  { width: 67px; height: 66px;  background-image: url('../images/icon3.png'); }
.area3 {background: linear-gradient(216deg, rgba(253,92,98,0.8) 0%, #F83D44 100%);box-shadow: 0px 4px 10px 3px rgba(141, 0, 5, .8);}


/* 区域4 */
.area4 .ar-con .icon  { width: 67px; height: 67px;  background-image: url('../images/icon4.png'); }
.area4 { background-color: rgba(0,54,101, 1);box-shadow: 0px 4px 10px 3px rgba(0, 35, 65, .8); }


/* 区域5 */
.area5 .ar-con .icon  { width:70px; height: 65px;  background-image: url('../images/icon5.png'); }
.area5 { background-color: rgba(43,210,202, 1); box-shadow: 0px 4px 10px 3px rgba(9, 145, 138, .8);}


/* 区域6 */
.area6 .ar-con .icon  { width: 56px; height: 65px;  background-image: url('../images/icon6.png'); }
.area6 { background: linear-gradient(216deg, rgba(255,255,255,0.8) 0%, rgba(254,185,0,0.8) 0%, rgba(254,106,0,0.93) 64%);box-shadow: 0px 4px 10px 3px rgba(184, 77, 0, .8); }


/* 区域7 */
.area7 .ar-con .icon  { width: 63px; height: 75px;  background-image: url('../images/icon7.png'); }
.area7 { background-image: url('../images/area7-bg.png'); }


/* 区域8 */
.area8 .ar-con .icon  { width: 71px; height: 61px;  background-image: url('../images/icon8.png'); }
.area8 { background-image: url('../images/area8-bg.png'); }


/* 区域9 */
.area9 .ar-con .icon  { width: 68px; height: 68px;  background-image: url('../images/icon9.png'); }
.area9 { background-image: url('../images/area9-bg.png'); }


/*foot*/
#foot{ width:100%; height:40px; overflow:hidden; text-align: center;background:rgba(0, 0, 0, .2);position: fixed;bottom: 0;left: 0;}
#home #foot { position: fixed; }  
#foot .foot { height: 100%; display: flex;align-items: center;justify-content: center; }
#home .ny-top { display: none !important; }
#home .ny-close-btn { display: none !important; }


/*内页侧栏*/
.ny-left { display: none; width:300px; overflow:hidden; float:left; background:#FFFFFF; margin-top:40px;box-sizing:border-box; }
.ny-left-title { display: flex; padding: 0 20px; align-items: center; text-align: center; justify-content: center; flex-wrap: wrap; word-break: break-all;  min-height:58px; color:#fff; font-size:20px; line-height: 24px; font-weight:bold; overflow:hidden; background:#007242;  }

.ny-left-content{  min-height:200px; overflow:hidden;  border-top: 2px solid #007242; margin-top: 4px; }
.ny-left-content ul li{ word-break: break-all; }
.ny-left-content li a{ display:block; white-space: pre-wrap; word-break: break-all;  line-height:35px;font-size:14px; color:#666;  /* background:url(../images/ny-left-li.png) no-repeat 0px center; */}
.ny-left-content>ul>li {  position: relative; }
.ny-left-content>ul>li>a { /* border-bottom:1px solid #EEEEEE; */ transition: all  .3s; padding:0 40px 0 20px;/* border-bottom: 1px solid transparent; */ min-height: 62px;  display: flex; flex-wrap: wrap; align-items: center; line-height: 20px;  font-size: 18px; }  
.ny-left-content>ul>li>a::before { content: ''; display: block; position: absolute; width: calc(100% - 40px); height: 1px; background-color: #EEEEEE; position: absolute; bottom: 0; left: 20px;}  
.ny-left-content>ul>li:last-child>a::before { opacity: 0; }
.ny-left-content li a:hover{ text-decoration:none;font-weight: bold; color:#111111;}
.ny-left-content>ul>li>ul { padding: 0 20px; /* background: linear-gradient(0deg, #EEF7FF, #FFFFFF, #EEF7FF); */ background:#EDF0EC;}

/* .ny-left-content>ul>li:not(.cur)>a:hover { transform: translateX(15px); }  */
.ny-left-content ul .cur>a{ font-weight: bold; color: #111111; }

/* .ny-left-content>ul>li.cur>a { padding-left: 20px; } */
/* .ny-left-content>ul>li>a::before { content: ''; position: absolute; left: 0; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: #007242; } */
.ny-left-content>ul>li.hasChild>a::after { content: ''; display: block; position: absolute; right: 15px; width: 20px; height: 20px; background: url('../images/p-arrow-on.png') no-repeat center center; transition: all .3s;}
.ny-left-content>ul>li.hasChild.isDown>a::after { /* background-image: url('../images/p-arrow-on.png'); */ transform: rotate(-90deg); }
/* .ny-left-content>ul>li.hasChild.isDown>a { border-bottom-color: #EEEEEE; }   */
/* 二三四级 */
.ny-left-content>ul>li>ul>li { border-bottom: 1px solid #DDDDDD; }
.ny-left-content>ul>li>ul>li:last-child { border-bottom: none; }
.ny-left-content>ul>li>ul>li.hasChild>a::after , .ny-left-content>ul>li>ul>li>ul>li.hasChild>a::after { content: ''; display: block; position: absolute; right: 20px; width: 20px; height: 20px; background: url('../images/c-arrow.png') no-repeat center center; }
.ny-left-content>ul>li>ul>li>ul>li>ul>li.hasChild>a::after { content: ''; display: block; position: absolute; right: -20px; width: 20px; height: 20px; background: url('../images/c-arrow.png') no-repeat center center; }

.ny-left-content>ul>li li.hasChild.isDown>a::after { background-image: url('../images/c-arrow-on.png'); transition: all .3s;}
.ny-left-content>ul>li li.hasChild.isDown>a { border-bottom-color: #EEEEEE; } 

.ny-left-content li ul{ display:none; /* overflow:hidden; */ }
.ny-left-content li ul li{margin-bottom:0px; padding: 5px 20px; background:none; border:none;}
.ny-left-content li ul li a{ min-height: 50px; /* padding: 0 18px 0 12px; */ display: flex; flex-wrap: wrap; align-items: center; line-height:20px; background:none; margin: 0; font-weight:normal; border:none; color:#666; font-size:16px;}
.ny-left-content li.cur>ul{ display:block;}
.ny-left-content li ul li ul li { padding: 0;border-bottom: 1px solid #DDDDDD; }
.ny-left-content li ul li ul li:last-child { border-bottom: none; }

.ny-left-content li ul li ul li a{padding-left: 28px;}
.ny-left-content li ul li ul li ul li a { padding-left: 100px; position: relative;color: #999999; }
.ny-left-content>ul>li>ul>li>ul>li>ul>li>a::before { content: ''; display: block;position: absolute; left: 60px; bottom: auto; width: 30px; height: 1px; background: #999999;  }
.ny-left-content>ul>li>ul>li>ul>li>ul>li.cur>a::before{ background: #111111; }
.ny-left-content>ul>li>ul>li>ul>li>ul>li>a:hover::before{ background: #111111; }

.ny-left-content>ul>li>ul>li>ul>li>ul>li>ul>li a:hover { font-weight: normal; color: #007242; }
.ny-left-content>ul>li>ul>li>ul>li>ul>li>ul>li.cur a { font-weight: normal; color: #007242; }
/*内页侧栏*/


/*内页右边内容区*/
.ny-right { overflow:hidden;  min-height: 650px; box-sizing: border-box; width: 100%;  }
.ny-right-title { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; min-height: 40px; box-sizing: border-box; padding: 5px 0; line-height:24px; color:#666; font-size:16px; overflow:hidden; }
.ny-right-title a { color: #666; white-space: pre-wrap; word-break: break-all; }
.ny-right-title a:hover { color: #007242; }
.ny-right-title a:last-child { color:#007242;}
.ny-right-content { padding: 30px; min-height:600px; background-color: #fff; line-height:24px;  width:100%; box-sizing: border-box; position:relative; float:left; display:inline; padding-bottom: 20px;max-height: 1200px; overflow-y: auto; }
.ny-right-content .ny-right-top { width: 100%; height: 64px; display: none; align-items: center; font-family: Microsoft YaHei; font-weight: bold; font-size: 20px; color: #111111; line-height: 24px; 
box-sizing: border-box; padding: 0 30px; border-bottom: 2px solid #007242; }
.ny-right-content .right-btns { padding: 0 8px; }
.ny-right-content .right-btns .link { min-width: 110px; height: 50px;font-size: 18px; box-sizing: border-box;padding: 0 10px; display: flex;align-items: center;justify-content: center;background: #007242;margin-right: 10px;color: #FFFFFF;font-weight: bold;}
.ny-right-content .right-btns .link.active { background: transparent; color: #007242; }
.ny-right-content .right-btns .link:hover { background: #eeeeee;color: #007242; }
.paging{ width:100%;height:30px;line-height:30px; margin-top:10px; }

/*内页右边内容区 - 文字内容*/
.right-main-title{ font-size:24px; line-height:24px; margin-top:10px; margin-bottom: 20px; text-align:center;}
.right-sub-title{ font-size: 14px; color: #666; line-height:14px; /* border-bottom:1px dotted #cacaca; */ text-align:center; /* padding-bottom:10px; */ margin-bottom:30px;}
.right-sub-title span{ margin: 0 20px; color:#999;}
.right-main { box-sizing: border-box; padding: 30px ; }
.right-main-show{ line-height:24px; margin-bottom:20px;}
.right-main-show .MPreview-box { width: auto; box-sizing: border-box; max-width: 100%; }
.right-main-show>p { max-width: 100% !important; }
.next-page{ margin-top:50px; line-height:24px;}
.next-page  a:hover { color: #007242; }
.right-main-show p iframe { max-width: 100% !important; border:1px solid #ccc; }
.right-main-show img { margin: 0 auto; display: inline-block; }
.right-main-show table { max-width: 100% !important;  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important; }
.right-main-show table p , .right-main-show table p span ,.right-main-show table a span,.right-main-show table td span
{ font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important; font-size: 20px !important;}
/*内页右边内容区 - 文字内容*/
.img-center{ display:block; width:100%; text-align:center;}
/* #0D497B */

.news-show { padding: 0; }
/*文字列表01*/
.news-list01  { padding: 0; }
.news-list01 li{ height:55px; line-height:55px; border-bottom:1px solid #EEEEEE; margin-bottom: 10px; }
.news-list01 li a{ transition: all .3s; display: flex; align-items: center; height: 100%;padding-left: 24px; padding-right: 100px; position: relative;}
.news-list01 li .fRight{ float:right; color:#999;position: absolute;right: 0;}
.news-list01 li .dot { transition: all .3s; display: block; width: 6px; height: 6px; float: left;background-color: #666666; position: absolute; left: 5px; }
.news-list01 li a:hover { transition: all .3s; /* padding-left: 34px; */ color: #007242; }
.news-list01 li a:hover .dot { transition: all .3s; /* transform: translateX(10px); */ background-color: #007242; }
.news-list01 li a .mid-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


/*文字列表02*/
.news-list02 li{ height:35px; background:#F6F6F6;margin-bottom:15px;float:left; width:100%; position:relative;}
.news-list02 li a{ line-height:35px;  display:block; background:#F6F6F6; border-left:4px solid #F6F6F6; padding-left:16px; color:#333; padding-right:15px;}
.news-list02 li span{ color:#999999; position:absolute; top:0px; right:15px; display:block; line-height:35px;}
.news-list02 li a:hover{ text-decoration:none; color:#007242; border-left:4px solid #007242; }
.news-list02 li a:hover span{ color:#007242;}

/*文字列表03*/
.news-list03 dl{ width:100%; height:100px; padding:20px 0; border-bottom:1px solid #EEEEEE;}
.news-list03 dl dt{ width:100px; height:100px; float:left; margin-right:20px;}
.news-list03 dl dt img{ width:100px; height:100px;}
.news-list-title a{ font-size:14px; font-weight:bold; color:#333;}
.news-list-title a:hover{ color:#007242;}
.news-list-time{ color:#999; font-size:12px; line-height:2em;}
.news-list-info{ color:#999; font-size:12px; line-height:1.5em; margin-top:16px;}

/*文字列表04*/
.news-list-inner{ float:left; display:inline; display:inline;}
.news-list-li{ width:208px; height:218px; border:1px solid #DFDFDF; background:#fff; float:left; display:inline; margin-left:20px; margin-bottom:20px;}
.news-list-li-inner{ width:177px; height:176px; margin:1px; background:#F5F5F5; padding:20px 15px; overflow:hidden;}
.news-list-li-inner .news-list-title{ font-size:14px;}
.news-list-li-inner .news-list-title a:hover{ color:#007242;}
.news-list-li-inner .news-list-info{ color:#787887; line-height:2em; margin-top:10px; margin-bottom:8px;}
.news-list-li-inner .news-list-more a{ color:#9292B8;}

/*图片列表01*/
.img-list01 ul{ float:left; display:inline; display:inline;}
.img-list01 li{ width:155px; height:195px; float:left; text-align:center; margin-left:27px; margin-bottom:20px; display:inline; overflow:hidden;}
.img-list01 li img{ margin-bottom:10px;  width:145px; height:145px; background:#fff; padding:4px; border:1px solid #E6E6E6; float:left; margin-bottom:10px;}


/*图片列表02*/
.img-list02-inner{ float:left; display:inline; display:inline;}
.img-list02 ul a{  display:block; width:430px; height:140px; padding:2px; border:3px solid #CECECE; overflow:hidden; float:left; margin-left:20px; _margin-left:10px; margin-bottom:20px;}
.img-list02 ul a:hover{ border:3px solid #007242; text-decoration:none;}
.img-list02 dl dt{ height:140px; width:140px; float:left; margin-right:20px;}
.img-list02 dl dt img{ width:140px; height:140px;}
.img-list02 dl dd{ width:260px; float:left;}
.img-list02 .img-list-title{ font-size:14px; font-weight:bold; color:#333; line-height:40px;}
.img-list02 .img-list-info{ font-size:12px; text-indent:2em; color:#999; line-height:22px;}

/*图片列表03*/
.imgGallery{ width:100%;margin:0 auto; margin-top:10px; overflow:hidden;}
.imgshow img{ height:400px; width:auto;display:none;}
.img-content{height:400px; position:relative; overflow:hidden; margin:0 auto; margin-bottom:20px; text-align: center;}
.imgtitle{width: 100%;height: 30px;line-height: 30px;text-align: center;color: #333; background: #ddd;margin-bottom: 20px;}
.imglist{ width:99999px; height:140px; position:absolute;}
.imglist ul{ margin-left:-10px; float:left;}
.imglist li{ width:77px; height:77px; float:left; overflow:hidden; margin-left:10px; display:inline; border:5px solid #ccc;}
.imglist li:first-child{margin-left:10px!important;}
.imglist li img{ width:77px; height:77px;}
.imglist .imgclick{ border:5px solid #FF0101;}
.imglistcon{ height:90px; position:relative; float:left; width:calc(100% - 100px)!important; width:-webkit-calc(100% - 100px)!important; width:-moz-calc(100% - 100px)!important; display:inline; overflow: hidden;}
.btnleft{ float:left; margin-top:20px; display:inline; margin-left:0px;/*间距调整这里*/}
.btnright{position: relative; z-index: 9999; float:left; margin-top:20px;display:inline;}

/*视频列表01*/
.video-list01 ul{ float:left; display:inline; display:inline;}
.video-list01 li{ width:155px; height:185px; float:left; text-align:center; margin-left:27px; margin-bottom:20px; display:inline; position:relative;}
.video-list01 li img{ float:left; margin-bottom:10px; width:145px; height:145px; background:#fff; padding:4px; border:1px solid #E6E6E6;}
.video-list01 li span{ display:block; width:145px; height:145px; position:absolute; top:5px; left:5px;}
.video-list01 li .hover{background:url(../images/video-hover-2-2-hover.png);}
.video-list01 li .video-list01-hover{ position:absolute; top:50%; left:50%; margin-top:-25px; margin-left:-25px; width:50px; height:50px; background:none; padding:0; border:none; opacity:0.8; -webkit-opacity:0.8;}
.video-list01 li .opa{  opacity:1; -webkit-opacity:1;}

/*视频列表02*/
.video-list02 dl{ height:180px; border:5px solid #EEEEEE; background:#fff; margin-bottom:30px;}
.video-list02 dl dt{ width:180px; height:180px; overflow:hidden; float:left; margin-right:20px; position:relative;}
.video-list02 dl dt img{ width:180px; height:180px;}
.video-list02 dl dt .video-list02-hover{ width:180px; height:180px; background:url(../images/video-hover-2-2.png); position:absolute; top:0; left:0; display:none;}
.video-list02 dl dt .video-list02-hover img{ position:absolute; top:50%; left:50%; margin-left:-50px; margin-top:-17.5px; width:100px; height:35px;}
.video-list02 dl dt a{ display:block; width:180px; height:180px;}
.video-list02 dl dd{ padding:20px 20px 20px 0;}
.video-list02 .video-list-title a{ font-size:18px; color:#333; font-weight:bold;}
.video-list02 .video-list-title a:hover{color:#007242;}
.video-list02 .video-list-time{ font-size:12px; color:#999; line-height:26px; }
.video-list02 .video-list-info{ font-size:12px; color:#999; margin-top:15px; line-height:2em;}


/*视频列表03*/
.video-list03 ul{ float:left; display:inline; display:inline;}
.video-list03 li{ width:208px; height:180px; float:left; display:inline; margin-left:23px; margin-bottom:20px; overflow:hidden; position:relative;}
.video-list03 li img{ width:208px; height:180px;}
.video-list03 li .video-list03-hover{ position:absolute; left:0; padding:0 10px; height:130px; background:url(../images/img-list-bg.png); top:145px; width:192px;}
.video-list03 .video-list-title{ font-size:14px; color:#fff; font-weight:bold; line-height:35px;}
.video-list03 .video-list-info{ font-size:12px; color:#999; line-height:20px;}
.video-list03 .video-list-play a{ display:block; width:100px; height:30px; line-height:30px; text-align:center; color:#fff; background:#3D86D8; margin-top:10px;}
.video-list03 .video-list-play a:hover{ text-decoration:none; background:#2467B4;}

/*评论*/
.cl99{ color:#999;}
.ny-comment{color:#333333; margin-top:30px;}
.comment-top{ font-size:18px; padding-bottom:15px; border-bottom:1px dashed #BBBBBB; padding-left:5px; color:#0D7CCE; font-weight:bolder;}
.comment-info{ padding:15px 5px 15px 5px;border-bottom:1px dashed #BBBBBB;}
.comment-info-top{ width:100%; height:27px;}
.comment-name{ width:50%; float:left;}
.comment-name .com-name{ font-weight:bold; font-size:14px;}
.comment-time{ width:40%; float:right; text-align:right; color:#999999; padding-right:10px;}
.comment-content-review{ background:#EEEEEE; padding:10px; margin-top:15px; border-radius:5px; position:relative;}
.review-content{ color:#FF0101; line-height:2;}
.review-time{ text-align:right; color:#999;}
.review-icon{ width:18px; height:7px; background:url(../../zdhsc/images/ny-review-icon.png) no-repeat; display:block; position:absolute; top:-7px; left:30px;}
.comment-add{ padding:5px;}
.comment-add-title{ padding:20px 0px; font-weight:bold; font-size:14px;}
.comment-add-name{ margin-bottom:15px; height:35px;}
.comment-name-input{ width:233px; height:33px; padding:0 10px; border:1px solid #DDDDDD; float:left; line-height:33px;}
.comment-add-name-right{ line-height:35px; padding-left:13px; float:left; color:#989898;}
.comment-add-name-right span{ color:#FF0101; padding-left:3px;}
.comment-add textarea{ width:100%; height:165px; resize:none; border:1px solid #DDDDDD; overflow-y:hidden}
.anonymous{ line-height:35px; margin-left:15px; float:left; color:#989898; position:relative;}
.anonymous input{ position:absolute; top:10px; float:left; }
.anonymous-info{ padding-left:20px;}
.comment-ok{ display:block; width:100px; height:30px; background:#0D7CCE; margin:20px 0px; line-height:30px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;box-shadow:1px 1px 3px #AFAFAF;}
.comment-ok:hover{ color:#FFF; text-decoration:none; background:#0184DC;}
.pl-yzm{ height:35px; margin-top:15px;}
.pl-yzm input{ width:138px; height:33px; background:#fff; border:1px solid #DDDDDD; margin-right:20px; line-height:33px; padding:0 5px;}
.Validform_wrong{ padding:3px 0; color:#ff0000;}
.Validform_checktip{ padding:3px 0;}
/*评论*/
/*留言*/
#msg-title{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#FF0101; height:60px; line-height:60px;} 
#msg-title2{font-family:\5FAE\8F6F\96C5\9ED1;font-size:24px; color:#FF0101; height:80px; line-height:80px;}
.msg-container{ overflow:hidden; color:#333;}
.msg-content{ border-bottom:1px dashed #C2C2C2; padding-bottom:15px; margin-top:15px;}
.msg-title{ color:#999999;}
.msg-msginfo{  line-height:20px; color:#333; padding:8px 0; padding-bottom:11px;}
.msg-hf{ line-height:33px; background:#fff; border:1px solid #E2E2E2;}
.msg-hfinner{  line-height:31px; background:#F4F4F4; margin:1px; color:#FF7D00; padding:0 10px;}

.msg-top{ padding-bottom:50px;}
.msg-from dl{ height:30px; line-height:30px; margin-bottom:15px;}
.msg-from dl dt{ width:60px; float:left; line-height:30px; text-align:right;}
.msg-from dl dd{}
.msg-from dl dd input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px;}
.email{ width:240px; float:left; margin-right:20px;}
.email input{ float:left;}
.msg-from .msg-fb-tite dd input{ width:418px;}
.msg-fb{ margin-top:30px;}
.msg-fb-info,.msg-yzm{ margin-bottom:15px; float:left; width:100%;}
.msg-fb-info span{ display:block; height:30px; line-height:30px; float:left; text-align:right;}
.msg-fb-info textarea{ width:418px; height:129px; padding:10px;border:1px solid #E3E3E3; font-size:12px; resize:none; float:left; margin-right:20px;}
.msg-yzm span{ display:block;height:30px; line-height:30px; float:left; text-align:right;}
.yzm-title{ width:60px;}
.msg-yzm input{ width:158px; height:28px; border:1px solid #E3E3E3; padding:0 10px; line-height:28px; float:left; margin-right:20px;}
.msg-ok{ margin-bottom:15px; float:left; width:100%;}
.msg-ok input{ display:block; width:100px; height:30px; background:#0D7CCE; line-height:28px; text-align:center; font-size:12px; color:#FFFFFF !important; border-radius:3px;-webkit-box-shadow:1px 1px 3px #AFAFAF;-moz-box-shadow:1px 1px 3px #AFAFAF;box-shadow:1px 1px 3px #AFAFAF; margin-left:60px;}
.msg-ok input:hover{ color:#FFF; text-decoration:none; background:#1A90E8; cursor:pointer;}


/*内页*/
/*CSS manu style pagination*/

.manu { padding:3px; margin:3px; text-align:center; }
.manu a { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#666; text-decoration:none;}
.manu a:hover { color:#007242; border:#007242 1px solid;}
.manu a:active { border:#999 1px solid; color:#666; }
.manu .current { border:#007242 1px solid; padding:2px 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #007242
}
.manu .disabled { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}
/*CSS manu style pagination*/

.manu2 { padding:3px; margin:3px; text-align:center; margin-top:20px; }
.manu2 a { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#666; text-decoration:none;}
.manu2 a:hover { color:#007242; border:#007242 1px solid; }
.manu2 a:active { border:#999 1px solid; color:#666; }
.manu2 .current { border:#007242 1px solid; padding:2px 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px;  COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #007242
}
.manu2 .disabled { border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}

@media screen and (max-width: 1701px){
    .area-content .area { width: 420px;height: 220px; margin-right: 30px; margin-bottom: 30px; }
    .area .ar-con .title { font-size: 30px; }
    .area-content .area .ar-con .icon { margin-bottom: 20px; }  
}

@media screen and (max-width: 1601px){
    .area-content { max-width: 1300px; }
    .area-content .area { width: 330px;height: 178px; margin-right: 20px; margin-bottom: 20px; }
    .banner-content .banner-text { height: 60px; }
    #home .logo { margin-bottom: 40px; }
    .logo img { height: 80px; }
    .index-content .line  { width: 728px; height: 21px; margin-bottom: 40px;}
    .area .ar-con .title { font-size: 22px; }
    .area-content .area .ar-con .icon { margin-bottom: 10px; }

    .area1 .ar-con .icon  { width: 50px; height: 54px; }
    .area2 .ar-con .icon  { width: 55px; height: 61px; }
    .area3 .ar-con .icon  { width: 60px; height: 59px; }
    .area4 .ar-con .icon  { width: 60px; height: 58px; }
    .area5 .ar-con .icon  { width: 64px; height: 59px; }
    .area6 .ar-con .icon  { width: 47px; height: 54px; }

    .header-content { width: 1300px; }
    #nav { width: 1300px; }
    .content { width: 1300px; }
    #nav>li:last-child>a { padding: 0 10px;width: 435px; }
    #nav>li>a { padding: 0 8px; font-size: 18px; }  
}
.index-content-small .area-content { max-width: 1300px; }
.index-content-small .area-content .area { width: 330px;height: 178px; margin-right: 20px; margin-bottom: 20px; }
.index-content-small .banner-content .banner-text { height: 60px; }
.index-content-small #home .logo { margin-bottom: 40px; }
.index-content-small .logo img { height: 80px; }
.index-content-small .index-content .line  { width: 728px; height: 21px;margin-bottom: 40px; }
.index-content-small .area .ar-con .title { font-size: 22px; }
.index-content-small .area-content .area .ar-con .icon { margin-bottom: 10px; }
.index-content-small .area1 .ar-con .icon  { width: 50px; height: 54px; }
.index-content-small .area2 .ar-con .icon  { width: 55px; height: 61px; }
.index-content-small .area3 .ar-con .icon  { width: 60px; height: 59px; }
.index-content-small .area4 .ar-con .icon  { width: 60px; height: 58px; }
.index-content-small .area5 .ar-con .icon  { width: 64px; height: 59px; }
.index-content-small .area6 .ar-con .icon  { width: 47px; height: 54px; }


.ny-container-pdf { padding: 20px 20px ;box-sizing: border-box; height: calc(100vh);overflow: visible;margin-bottom: 20px;}
.ny-container-pdf .ny-right { min-height: auto; height: 100%;  }  
.ny-container-pdf .ny-right-top { display: none; }
.ny-container-pdf .right-main { padding: 0;height: 100%;}
.ny-container-pdf .right-main-title { display: none; }
.ny-container-pdf .right-sub-title { display: none; }
.ny-container-pdf .right-main-show { margin: 0; height: 100%; }
.ny-container-pdf .right-main-show .media , 
.ny-container-pdf .right-main-show p,
.ny-container-pdf .right-main-show p iframe { height: 100%; }
.ny-container-pdf .right-main-show .media { width: 100% !important; }
.ny-container-pdf .right-main-show p iframe { width: 100% !important; }
.ny-container-pdf .next-page { display: none; }
.ny-container-pdf .ny-right-content { min-height: auto; height: 100%; max-height: 100vh; overflow: hidden;}
.ny-container-pdf .ny-content { box-sizing: border-box; padding: 0; width: 100%; margin: 0; min-height: auto; height: 100%; }
.ny-footer-pdf { display: none; color: #111111; font-size: 18px; height: 60px; line-height: 60px;text-align: center; }
.close-btn { display: none;position: fixed; cursor: pointer; font-size: 24px; color: #FFFFFF; align-items: center;justify-content: center; top: 62px;right: 46px; width: 128px;height: 70px;background: #ff0000;border-radius: 6px; }