/* 初始化/reset */
@charset "utf-8";
*,*:before,*:after{box-sizing:border-box;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr,
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small,strike, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr,th,td
 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {background:#fff;line-height:190%;box-sizing:border-box;color:#5a5a5a;font-family:Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:0.05em;}
a{color:#000;text-decoration:none;}
a:hover{color:#9d5920;}
h1,h2,h3,h4,h5,h6 {font-weight:700;}
h2{font-size:14px;}
ol,ul,li{list-style:none;}
pre{padding:10px;margin:10px 0;word-break: break-all;word-wrap: break-word;white-space:pre-wrap;background:#f9f9f9;border:1px solid #f0f0f0;color:#aaa;}
img{max-width:100%;height:auto;display:block;border:0;}
i{margin-right:5px;}
hr{margin:10px 0 0 0;height:1px;border:none;background:#ddd;}
input,select,textarea{border:1px solid #ddd;background:#fff;-webkit-appearance:none;outline:none;width:100%;color:#464646;padding:9.8px 10px;font-size:14px;font-family:Microsoft Yahei,微软雅黑,Arial,Helvetica,sans-serif;}
textarea{resize:none;overflow-y:hidden;display:block;}
table {border-collapse: collapse;max-width: 100%; width: 100%;margin-bottom:0.8em;}
table td {border: 1px solid #ddd; padding:2px;}
.clearfix:after,.clearfix:before{content:".";display:block;visibility:hidden;height:0;clear:both;}
.fl{float:left;position:relative;}
.fr{float:right;position:relative;}
.push-right{text-align:right;}

/* ********************************** */
/* *****	经常用到的公共类	***** */
/* ********************************** */

/* position / 面包屑 */
.position{line-height:normal;margin-bottom:1em;padding-bottom:.8em;color:#000;}
.position i{margin:0 5px; font-size:16px;}
.position a{color:#000;}
.position a:hover{text-decoration:underline;color:#eb7a04;}

/* 列表页分页样式 */
.page-number{text-align:center;padding:2em 0;}
.page-number ul li{display:inline;}
.page-number ul li a{color:#000;padding:4px 10px;background:#f0f0f0;}
.page-number ul li a:hover{color:#2DADE3;}
.page-number ul li.active a{background:#2DADE3;color:#fff;}
.page-number ul li.active a:hover{background:#2DADE3;}

/* 上一条,下一条 */
.prev-next{padding:1em 0;overflow:hidden;background:#e1e1e1;}
.prev-next a{width:100%;padding:0 5px;display:block;}
.prev-next a span{color:#8d805c;}
.prev-next a.right{text-align:right;}
.prev-next a.right i{margin-left:8px;}

/* animate */
.animate{transition:all 0.8s linear 0s;-webkit-transition:all 0.2s linear 0s;-moz-transition:all 0.2s linear 0s;-ms-transition:all 0.2s linear 0s;-o-transition:all 0.2s linear 0s;}
.animate-1{-webkit-animation:bounceIn 1.2s .2s ease both;-moz-animation:bounceIn 1.2s .2s ease both;-ms-animation:bounceIn 1.2s .2s ease both;} /*弹*/
.animate-2{-webkit-animation:fadeInUp .5s .2s ease both;-moz-animation:fadeInUp .5s .2s ease both;-ms-animation:fadeInUp .5s .2s ease both;}/*向上淡入*/
.animate-3{-webkit-animation:fadeInDown .5s .2s ease both;-moz-animation:fadeInDown .5s .2s ease both;-ms-animation:fadeInDown .5s .2s ease both;}/*向下淡入*/
.animate-4{-webkit-animation:fadeOut .6s .2s ease both;-moz-animation:fadeOut .6s .2s ease both;-ms-animation:fadeOut .6s .2s ease both;}/*淡出*/
.animate-5{-webkit-animation:fadeIn .6s .2s ease both;-moz-animation:fadeIn .6s .2s ease both;-ms-animation:fadeIn .6s .2s ease both;}/*淡入*/
.animate-6{-webkit-animation:lightSpeedIn .6s .2s ease both;-moz-animation:lightSpeedIn .6s .2s ease both;-ms-animation:lightSpeedIn .6s .2s ease both;}
.animate-6o{-webkit-animation:lightSpeedOut .6s .2s ease both;-moz-animation:lightSpeedOut .6s .2s ease both;-ms-animation:lightSpeedOut .6s .2s ease both;}
.animate-7{-webkit-animation:flipInY .6s .2s ease both;-moz-animation:flipInY .6s .2s ease both;-ms-animation:flipInY .6s .2s ease both;}
.animate-8{-webkit-animation:flipOutY .6s .2s ease both;-moz-animation:flipOutY .6s .2s ease both;-ms-animation:flipOutY .6s .2s ease both;}
.animate-9{-webkit-animation:zoomIn .6s .2s ease both;-moz-animation:zoomIn .6s .2s ease both;-ms-animation:zoomIn .6s .2s ease both;}
.animate-10{-webkit-animation:bounceIn .6s .2s ease both;-moz-animation:bounceIn .6s .2s ease both;-ms-animation:bounceIn .6s .2s ease both;} /*快速弹*/
.rotateup{color:#2ba838;-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.rotatedown{-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
.loop{animation-iteration-count:infinite;animation-duration:.8s}
.animate-5fast{animation:fadeIn .2s .1s ease both;-webkit-animation:fadeIn .2s .1s ease both;-moz-animation:fadeIn .2s .1s ease both;-ms-animation:fadeIn .2s .1s ease both;}/*淡入*/

/* public */
ul.col-2,ul.col-3,ul.col-4,ul.col-5,ul.col-6,ul.col-7{overflow:hidden;}
ul.col-2 li{width:49%;margin-right:2%;}
ul.col-3 li{width:32%;margin-right:2%;*width:30%;}
ul.col-4 li{width:23.5%;margin-right:2%;}
ul.col-5 li{width:18.4%;*width:18.2%;margin-right:2%;}
ul.col-6 li{width:15%;margin-right:2%;}
ul.col-7 li{width:13%;margin-right:1.5%;}
ul.col-2 li:nth-child(2n+2),ul.col-3 li:nth-child(3n+3),ul.col-4 li:nth-child(4n+4),ul.col-5 li:nth-child(5n+5),ul.col-6 li:nth-child(6n+6),ul.col-7 li:nth-child(7n+7){margin-right:0;}
ul.col-2 li.nomargin,ul.col-3 li.nomargin,ul.col-4 li.nomargin,ul.col-5 li.nomargin,ul.col-6 li.nomargin,ul.col-7 li.nomargin{margin-right:0;}

.wl{width:1200px;margin:0 auto;}

/* header */
.header{background:url(../images/t-bg.jpg)}
.head{padding:15px 0;}
.logo-r{margin-top:20px;width:24%;}
.logo-r .sear{margin-right:10px;cursor:pointer;position:relative;z-index:9;}
.logo-r .sear i{font-size:18px;font-weight:100;position:absolute;top:5px;left:-15px;}
.logo-r .login{margin:0 15px;position:relative;z-index:9;padding:4px 10px;margin-top:-5px;background:url(../images/user.png) no-repeat 10px 7px;}
.logo-r .login i{font-size:17px;color:#333;}
.logo-r em{font-size:14px;margin-left:8px;}
.logo-r .logOut{background:none;}

.logo-r .logOut:hover i{background:none;color:#fff;}
.logo-r .login em{padding-left:20px;}
.logo-r .regis:hover{background:url(../images/note.png) no-repeat 10px 7px #8d805c;color:#fff;}
.logo-r .login:hover{background:url(../images/user1.png) no-repeat 10px 7px #8d805c;color:#fff;}
.logo-r .logOut:hover{background-image:none;}
.logo-r .regis{padding:4px 10px;margin-top:-5px;position:relative;z-index:9;background:url(../images/note1.png) no-repeat 10px 7px;}
.logo-r .regis em{position:relative;z-index:1;padding-left:20px;}
.logo-r .logOut em{margin:0;padding:0;}
.sousuo{position:absolute;top:0;left:0px;z-index:1;margin-top:-8px;display:none;transition:all 1s;-moz-transition:all 1s;-webkit-transition:all 1s;}
#search .sousuo input[type="text"]{width:70%;float:left;padding-left: 25px;}
#search .sousuo input[type="submit"]{width:23%;border:none;color:#fff;background:#8d805c;font-size:14px;}
/* nav */
ul.nav-list li{position:relative;font-weight:bold;background:url(../images/shu.png) no-repeat right;padding:10px 29px;}
ul.nav-list li:hover{background:#8d805c}
ul.nav-list li:hover a{color:#fff;}
ul.nav-list li a{display:black;color:#000;}
ul.nav-second{display:none;position:absolute;top:46px;;left:0;background:#8d805c;z-index:10; width:400%;}
ul.nav-second li{width:50%;background-image:none;padding:0;padding-left:27px;float:left;}
ul.nav-second li a{line-height:36px;font-weight:100;}
ul.nav-list li:hover ul.nav-second{display:block;}
ul.nav-sec{display:none;position:absolute;top:46px;;left:0;background:#8d805c;z-index:10; width:100%;}
ul.nav-sec li{width:100%;background-image:none;padding:0;padding-left:29px;float:left;}
ul.nav-sec li a{line-height:36px;font-weight:100;}
ul.nav-list li:hover ul.nav-sec{display:block;}
ul.nav-second li:hover a{color:rgba(255,255,255,0.7);}
ul.nav-second li:hover{background:#6a6045;}
ul.nav-sec li:hover a{color:rgba(255,255,255,0.7)/* #e1ded7 */;}
ul.nav-sec li:hover{background:#6a6045;}
/* banner */
.banner{position:relative;z-index:1;}
.banner .flex-direction-nav a {top:39%;}
.banner .flex-direction-nav .flex-prev {left:250px;}
.banner .flex-direction-nav .flex-next {right:250px;text-align:center;}
.banner .flex-direction-nav .flex-prev:hover {background:#92804f;}
.banner .flex-direction-nav .flex-next:hover {background:#92804f;}
/* 新闻媒体 */
.title{margin:35px 0 25px 0;}
.new-l{width:45%;position:relative;}
.new-pic{height:205px;}
.new-pic li{height:205px;margin-bottom:10px;}
.new-l .new-tu{width:33.9%;}
.new-l .new-c{width:66.1%;background:#8d805c;padding:15px 20px;height:205px;}
.new-l .new-c a h3{font-size:18px;color:#f1e1b5;}
.new-l .new-c a span{color:#413a27;line-height:24px;margin:10px 0;display:block;}
.new-l .new-c a p{color:#c9bb95;line-height:24px;margin:10px 0 10px;}
/* Direction Nav */
.new-l .flex-direction-nav a  {width:40px;height:35px;line-height:35px;bottom:258px;}
.new-l .flex-direction-nav .flex-prev {right:40px;/* background:#413a27 */;margin-right:1px;}
.new-l .flex-direction-nav .flex-next {right:0px;text-align:center;}
.new-l .flex-direction-nav a:before  {font-size:18px;color:#8c7f5b; }
.new-l .flex-direction-nav a.flex-next:before  {font-size:18px;color:#8c7f5b; }
.new-l .flex-direction-nav .flex-prev:hover {background:#413a27;}
.new-l .flex-direction-nav .flex-next:hover {background:#413a27;}
.new-l .flex-direction-nav .flex-prev:hover a{color:#8c7f5b}
.new-l .video{position:absolute;top:237px;width:100%;}
.new-l .video .vi-pic{width:30%;margin-right:3%;}
.new-l .video .vi-con{width:67%;}
.new-l .video .vi-con h3{line-height:24px;color:#413a27;background:url(../images/video.png) no-repeat left;padding-left:25px;}
.new-l .video .vi-con p{line-height:24px;color:#666666;font-size:12px;padding-left:25px;}
.new-l .video .vi-con a{line-height:24px;color:#413a27;font-size:12px;text-decoration:underline;margin-top:5px;display:block;padding-left:25px;}
.new-r{width:52%;margin-left:3%;position:relative;}
.new-r .news-list{border-top:1px solid #dcdcdc;}
.new-r .news-list li{padding:18px 8px 15px 25px;}
.new-r .news-list li h3{font-size:18px;color:#413a27;margin-bottom:5px;}
.new-r .news-list li span{font-size:12px;float:right;}
.new-r .news-list li span,.new-r .news-list li p{color:#696969;line-height:24px;}
.new-r .news-list li:hover{background:#f7f7f7;}
/* Control Nav */
.new-r .flex-control-nav {top:-40px;right:0;width:15%;}
/* 关于研究会 */
.page-content-bg{background:url(../images/since.png) no-repeat left 20px;}
.main{background:#ece9e4 url(../images/zhu.png) no-repeat left top;margin:35px 0;}
.main-con{position:relative;}
.main-con .title{padding-top:35px;}
.main-con .pic{margin:-104px 0 0 -40px;}
.mian-wenzi{width:47%;position:absolute;top:150px;right:0;}
.mian-wenzi h3{font-size:20px;font-weight:700;line-height:30px;margin-bottom:15px;text-align:right;}
.mian-wenzi p{line-height:30px;}
.mian-wenzi p span{color:#8d805c;}
.mian-wenzi h3,.mian-wenzi p{color:#000;}
.main-con .gengduo{position:absolute;bottom:70px;right:40px;display:block;width:80px;height:80px;border:2px solid #8d805c;text-align:center;line-height:1.5em;padding-top:15px;}
.main-con .gengduo em{color:#8d805c;}
/* 理事风采 */
.dire{position:relative;}
ul.dir-list{padding:0 67px;}
ul.dir-list li{height:164px;cursor:pointer;}
ul.dir-list li .dir-tu{position:relative;overflow:hidden;width:135px;height:135px;border:3px solid #d5be82;background:#d5be82;border-radius:50%;}
ul.dir-list li .dir-tu img{position:absolute;top:0px;left:0;}
ul.dir-list li.on{background:url(../images/duobian.png) no-repeat 7px 100px;} 
ul.dir-list li h3{margin:-30px 0 0 45px;color:#fff4d9;position:relative;z-index:99;}
.cut{background:#d5be82;height:175px;overflow:hidden;}
.intro .cut-con{padding:15px 100px;}
.intro .cut-con h3{font-size:20px;margin-bottom:10px;}
.intro .cut-con h3,.intro .cut-con p{color:#000;}
.intro .cut-con h3 span{font-size:14px;margin-left:10px;}
.intro .cut-con p{line-height:26px;}
.part2,.part3,.part4,.part5,.part6,.part7,.part8,.part9,.part10,.part11,.part12,.part13,.part14,.part15,.part16,.part17,.part18,.part19,.part20{display:none;}
.director-in .flex-direction-nav a  {background:none;top:130px;}
.director-in .flex-direction-nav .flex-prev {}
.director-in .flex-direction-nav .flex-next {right:0;}
.director-in .flex-direction-nav a.flex-next::before{font-size:30px;}
.director-in .flex-direction-nav a::before{font-size:30px;}
/* 著作展示 */
.display{background:#e8e8e8;}
.display .top{border-bottom:1px solid #e0d7bf;}
.display .top
ul.dis-list{padding-top:55px;}
ul.dis-list li,ul.dis-list a{font-size:16px;color:#8d805c;padding:5px 15px;cursor:pointer;}
ul.dis-list a{display:inline-block;}
ul.dis-list li.on{background:#d5be82;color:#222;}
.book-con{margin-top:15px;}
.book-list li{background:#fff;border:2px solid #d5be82;margin-bottom:30px;height:305px;overflow:hidden;}
.item2,.item3,.item4,.item5,.item6,.item7,.item8,.item9,.item10,.item11{display:none;}
/* 友情链接 */
.link{background:#f3f3f3;}
.link .link-con{padding:35px 0;}
.link .link-top{background:url(../images/dian.png) repeat-x center;}
.link-t{font-size:16px;font-weight:900;color:#000;background:#f3f3f3;width:9%;}
.link-t i{font-size:20px;}
.link-pic{padding:20px 0;}
.link-list li:after{content:"|";padding:0 18px;}
/* 底部区域 */
.footer-content{background:#222222;padding:25px 0;height:100px;}
.footer,.footer a{color:#7d7d7d;font-size:12px;}
.foot-r li span{padding:0 8px;}

/* 关于研究会 */
.banner-content{}
.page{background:#eeeeee;padding-bottom:45px;}
.page-top{padding-top:20px;}
.warning h3{font-size:22px;color:#6c5f3b;font-weight:100;}
.warning span{color:#746744;font-size:16px;}
.warning p{color:#000;line-height:24px;margin:10px 0 20px 0;}
.warning{margin-bottom:20px;}
.war .war-l{width:28%;}
.war .war-c{width:28%;}
.war .war-r{width:44%;}
.war img{width:100%;height:228px;}
.war .war-con{background:#8d805c;height:228px;padding:25px 20px 0 20px;}
.war .war-con h3{color:#fff;border-bottom:1px solid #a4997d;padding:0 0 8px 0}
.war .war-con span{text-transform:uppercase;margin-left:15px;color:#423206;font-size:16px;}
.war .war-con p{font-size:16px;color:#fff;line-height:30px;}
.war .war-con em{font-size:16px;color:#fff;line-height:30px;}
.war .contri{background:#8f2720;}
.war .contri h3{border-color:#a5524d;}
.war .contri h4{color:#fff;font-size:18px;margin-top:15px;}
.war .contri p{text-transform:uppercase;font-size:13px;margin:0 0 10px;}
.war .contri a{color:#fff;}
.war .zhidu{background:#3c2d2a;}
.war .zhidu h3{border-color:#4c3e34;}
.war .zhidu span{color:#8d805c;}
.hsitory{background:#fff;padding:5px 25px 20px;}
.hsitory h3{font-size:24px;color:#404040;font-weight:100;margin:35px 0 25px 0;}
ul.chengli{margin-bottom:45px;}
ul.chengli li{line-height:30px;color:#000;}
ul.clock{margin-top:10px;}
ul.clock li{padding:5px 10px;margin-right:17px;color:#8d805c;cursor:pointer;}
ul.clock li:last-child{margin-right:0;}
ul.clock li.on{background:#8d805c;color:#fff;}
.his-t{margin:20px 0 10px;}
.his-t .his-con{padding:20px 0 0 45px;}
.year2,.year3,.year4,.year5,.year6,.year7,.year8,.year9,.year10,.year11,.year12,.year13,.year14,.year15,.year16{display:none}

/* 二级机构 */
.news-cage{background:#fff;padding:20px;margin-top:25px;}
.news-cage .news-le{width:60%}
.news-le ul.news-list li{line-height:46px;border-bottom:1px solid #d2d2d2;width:38%;margin-right:12%;}
.news-le ul.news-list li:last-child{margin-right:0;}
.news-le ul.news-list li a{color:#000;}
.news-le ul.news-list li i{color:#8d805c;margin-right:15px;}
.news-le ul.news-list li:hover{background:#8d805c;}
.news-le ul.news-list li:hover a{color:#fff;padding:0px 0px 0px 10px;}
.news-le ul.news-list li:hover i{margin-right:10px;color:#fff;}
.news-cage .news-ri li{position:relative;}
.news-cage .news-ri .part{width:100%;height:50px;background:url(../images/part.png);line-height:50px;color:#fff;position:absolute;bottom:0;left:0px;padding-left:30px;}
.news-cage .flex-control-nav{bottom:-15px;right:0px;}
.news-ri-slide{position:relative;width:40%;}
.erji h3{font-size:22px;color:#404040;font-weight:100;}
.item-info{border-bottom:1px solid #d2d2d2;padding:15px 0;}
.item-info .item-l{color:#8d805c;font-size:16px;}
.item-info .item-r{width:145px;height:45px;background:#8d805c;border-radius:5px;line-height:45px;text-align:center;}
.item-info .item-r a{color:#fff;}
.item-info .item-r i{font-size:18px;margin-top:10px;}
.editor-content{padding:25px  0 50px;}
.editor-l{margin-right:7%;}
.editor-r{width:35%;}
.editor-r img{margin-bottom:20px;}
/* 研究会会议 */
.left{width:30%;padding-right:20px;}
.right{width:70%;padding-left:20px;border-left:1px solid #8d805c;}
ul.left-list li{margin-bottom:15px;}
ul.left-list li a h3{color:#8d805c;margin-top:15px;}
ul.left-list li a p{color:#525252;line-height:20px;margin:8px 0;}
ul.left-list li a span,.normal .work li span{color:#8d805c;font-size:12px;}
ul.huiyi-list{border-bottom:1px solid #8d805c;margin-bottom:10px;}
ul.huiyi-list li{padding:5px 25px;color:#fff;}
ul.huiyi-list li.on{background:#8d805c;}
ul.huiyi-list li.on a{background:#8d805c;color:#fff;}
.normal .work h3{color:#8d805c;font-size:16px;margin-bottom:10px;}
.normal .work p{color:#525252;}
.normal .work li{padding:30px 0 10px 0;border-bottom:1px solid #8d805c;}
.text .text-bt{text-align:center;margin-bottom:25px;border-bottom:1px solid #8d805c;}
.text .text-bt h3{font-size:16px;color:#000;margin-bottom:45px;}
.text .text-bt span{font-size:12px;color:#8d805c;margin-right:20px;}
.text .text-bt span a{font-size:12px;color:#8d805c;}
.text .text-bt span i{color:#707070;}
.text .text-bt .info{margin:0 auto;width:50%;}
.text .text-con{line-height:30px;margin-bottom:55px;color:#000;}
.text .text-bt .icon-b{width:30%;display:inline-block;color:#8d805c;}
.text .text-bt .icon-b .share{font-size:12px;color:#8d805c;}
.text .text-bt .icon-b a img{margin-right:5px;display:block;}

.about-con .about-list{border-bottom:1px solid #8d805c;}
.about-con .about-text{margin:30px 0;}
.about-con .about-text p{line-height:30px;}
.about-con .about-text img{display:inline-block;margin:50px;}
.about-con .about-list li a{color:#000;}
.about-con .about-list li{padding:5px 20px;}
.about-con .about-list li.on{background:#8d805c;}
.about-con .about-list li.on a{color:#fff;}
.detai2,.detai3,.detai4{display:none;}

/* 会员中心 */
.zhuce{background:#fff;padding:40px 35px 60px;}
.zhuce-t{margin-bottom:40px;}
.zhuce-t h3{font-size:20px;color:#404040;margin-bottom:15px;}
.zhuce-t p{font-size:16px;color:#404040;line-height:30px;}
ul.zhuce-list{width:80%;}
ul.zhuce-list li{width:47%;margin:0px 20px 15px 0;border:1px solid #e5e5e5;height:43px;}
ul.zhuce-list li input{border:1px solid #e5e5e5;}
ul.zhuce-list li span,ul.zhuce-tex li span{height:41px;background:#d4d4d4;width:100px;padding:7px;display:inline-block;text-align:center;}
ul.zhuce-list li input[type="text"],ul.zhuce-tex li input[type="text"],ul.zhuce-list li input[type="password"]{width:77.2%;border:none;margin-left:-4px;}
ul.zhuce-list li input[type="radio"]{width:10px;}
input[type="radio"],input[type="checkbox"]{width:auto!important;height:auto!important;-webkit-appearance:checkbox;}
ul.zhuce-list .shenfen{width:96%;}
.photo{width:20%;height:260px;border:1px solid #e5e5e5;text-align:center;background:url(../images/photo.png) no-repeat center 50px;}
.photo span{margin-top:110px;display:block;}
.photo input[type="file"]{width:86px;margin:10px auto 0;border:none;line-height:30px;display:block;}
.photo em{font-size:12px;}
.photo a{display:block;background:#e60312;line-height:30px;width:100px;height:30px;color:#fff;border-radius:5px;margin:-60px auto 0;}
ul.zhuce-tex li{margin:0px 20px 15px 0;width:37%;border:1px solid #e5e5e5;}
ul.zhuce-tex textarea{width:91.1%;display:inline-block;border:none;height:98px;}
ul.zhuce-tex .xueshu{width:100%;}
ul.zhuce-tex .xueshu span,ul.zhuce-tex .gao span{height:100px;}
ul.zhuce-tex .gao{line-height:85px;}
ul.zhuce-tex .depart{width:32%;}
ul.zhuce-tex .post{width:27.2%;margin-right:0;}
ul.zhuce-tex .add{width:70.7%;}
ul.zhuce-tex .fax{width:61%;margin-right:0;}
#zhiwu,#youbian,#zhicheng{width:68.55%;}
ul.zhuce-tex{padding-bottom:30px;border-bottom:1px solid #e5e5e5;}
.zhuce-bot{padding-top:25px;}
ul.zhuce-mima{width:37%;margin-right:20px;}
ul.zhuce-mima .yanzheng{width:73%;}
ul.zhuce-mima li input[type="text"]{width:40%;}
ul.zhuce-mima li{width:100%;}
.zhuce-bot .note span,.log-note span,.chaek span,.note p a{color:#e60312;}
.zhuce-bot .note p{line-height:29px;}
.zhuce-bot .note input[type="submit"],.zhuce-list-l input[type="submit"]{width:20%;background:#e60312;color:#fff;}
.note em{font-weight:900;}
/* 登录 */
ul.zhuce-list .yanzheng{width:50%;}
.zhuce-list-l{width:60%;border-right:1px solid #e5e5e5;}
ul.log-list li{width:70%;}
ul.log-list li input[type="text"],ul.log-list li input[type="password"]{width:74.54%;}
ul.log-list li #yanzhengma{width:64.2%;}
.zhuce-list-l a{padding-left:40px;display:block;margin-bottom:30px;width:40%;}
.zhuce-list-l input[type="submit"]{margin-left:100px;margin-top:20px;}
.zhuce-list-l input[type="checkbox"]{width:10%;}
.zhuce-list-l .reg{display:inline-block;padding-left:50px;color:#e60312;}
.log-note{padding-left:50px;}
/* 审核 */
.chaek{margin:0 auto;width:21%;}
.chaek img{margin:0 auto;}
.chaek h3{font-size:20px;color:#404040;margin:25px 0;}
/* 个人中心 */
.personal .per-l{margin-right:7.5%;width:7.5%}
.personal .per-l h3{font-size:20px;color:#404040;margin-bottom:30px;}
.per-l ul.per-list li{padding:8px 10px;border-bottom:2px solid #eeeeee;}
.per-l ul.per-list li:hover{border-bottom:2px solid #e60312;}
.per-l ul.per-list li.on{border-bottom:2px solid #e60312;}
.per-l ul.per-list li a{font-size:16px;line-height:30px;color:#404040;}
.personal .per-r{margin-top:12px;width:85%;}
.per-r ul.per-til li{padding:5px 30px;font-size:16px;cursor:pointer;}
.per-r ul.per-til li.on{background:#e60312;color:#fff;}
.per-con{background:#fff;padding:30px;width:100%;min-height:600px;}
ul.tit-list{border:1px solid #e4e4e4;}
ul.tit-list li{border-right:1px solid #e4e4e4;text-align:center;font-size:14px;padding:8px 0;}
ul.tit-list li:last-child{border-right:none;}
ul.tit-list .mingcheng{width:20%;}
ul.tit-list .riqi{width:10%;}
ul.tit-list .riqi a{color:#e60312;}
ul.tit-list .zuozhe{width:8%;}
ul.tit-list .kanwu{width:24%;}
ul.tit-list .leibie{width:18%;}
ul.tit-list .jibie{width:10%;}
ul.tit-list .paiming{width:7%;}
ul.tit-list .jianjie{width:23%;}
ul.tit-list .neirong{width:30%;}
ul.tit-con{border-top:none;}
ul.tit-con li{border-right:none;}
.title1,.title2,.title3,.title4,.title5{display:none;}
.per-con .issue{border:none;}
.per-con ul.iss-guo{width:100%;}
.per-con ul.iss-guo .date-riqi{width:20%;}
.per-con ul.iss-guo .date-fen{width:25%;}
.per-con ul.iss-guo li span{display:inline-block;font-size:16px}
.per-con ul.iss-guo .date-guo{width:100%;}
.per-con ul.iss-guo .date-guo span{width:28%;display:inline-block;}
.per-con ul.iss-guo .date-guo input[type="text"]{width:70%;}
.per-con  input[type="text"],.per-con textarea, select{border-radius:8px;}
.per-con ul.iss-guo li input[type="text"],.per-con ul.iss-guo li select{width:78%;}
.per-con ul.iss-guo .date-jie{width:100%;}
.per-con ul.iss-guo .date-jie span{width:10%;}
.per-con ul.iss-guo .date-jie textarea{width:98%;min-height:200px;}
.per-con ul.iss-table li,.per-con ul.iss-guo li{margin-bottom:15px;width:50%;}
.per-con ul.iss-table .first{width:100%;}
.per-con ul.iss-table .first span{width:9%;margin-right:1%;}
.per-con ul.iss-table li span{margin-right:3%;display:inline-block;font-size:16px;}
.per-con ul.iss-table .first input[type="text"]{width:89%;}
.per-con ul.iss-table .date{width:45%;margin-right:85px;}
.per-con ul.iss-table .date-jie{margin-right:0;}
.per-con ul.iss-table .date span{width:19%;}
.per-con ul.iss-table .date input[type="text"]{width:78%;}
.per-con ul.iss-table textarea{width:89%;height:200px;}
.per-con .tijiao{width:20%;margin:0 auto;}
.per-con .tijiao input[type="submit"],.issue input[type="submit"]{width:180px;height:40px;background:#e60312;border-radius:5px;color:#fff;}
.issue ul.pass li input[type="text"]{width:30%;}
.issue ul.pass li span{width:15%;display:inline-block;font-size:16px;}
.issue ul.pass li{padding-bottom:20px;}
.issue input[type="submit"]{margin-left:15%;}
.issue ul.pass li textarea{width:100%;height:200px;margin-bottom: 15px;}
.per-c .basic li{}
.bas-b{margin:30px 0;}
.bas-b span,.bas-b .down{padding:0 10px;}
.bas-b .down{color:#13438b;}
#verify{float:left;}
.veri{width:10%;}
#verifyImg{margin-left:30px;}
.per-c ul.basic{width:80%;marg in-top:20px;border-top:1px solid #e4e4e4;border-left:1px solid #e4e4e4;}
.per-c .bas-ph{height:239px;border-left:none;}
.per-c ul.basic li{width:50%;}
.per-c ul.basic li span{background:#d4d4d4;padding:5px;margin-right:15px;}
.per-c ul.bas li,.per-c ul.basic li{border:none;padding:10px 0 10px 10px;border-bottom:1px solid #e4e4e4;border-right:1px solid #e4e4e4;}
.per-c ul.bas li{margin:0;width:50%;}
.per-c ul.bas .xueshu{width:100%;}
.per-c ul.bas{width:100%;border-left:1px solid #e4e4e4;padding-bottom:0;border-bottom:none;}
.per-c .zhuzuo .zhuz{margin-bottom:15px;}
ul.zhuce-list li input{border:1px solid #e5e5e5;}
ul.zhuce-list #shenfenzheng{width:88.9%;}
ul.zhuce-list #yanzhengma{width:53.64%;}
ul.zhuce-tex #danwei{width:76.9%;height:99px;}
ul.zhuce-tex #bumen{width:73.3%;height:99px;}
ul.zhuce-tex #dizhi{width:87.95%;}
ul.zhuce-tex #dianhua,ul.zhuce-tex #shouji,ul.zhuce-list #mima,ul.zhuce-list #mima1{width:76.93%;}
ul.zhuce-tex #chuanzhen,ul.zhuce-tex #mail{width:86%;}
ul.zhuce-tex li textarea:focus,ul.zhuce-list li input:focus,ul.zhuce-tex li input:focus,ul.iss-guo li textarea:focus,ul.iss-guo li input:focus,ul.iss-table li input:focus,ul.iss-table li textarea:focus,ul.pass li input:focus,ul.pass li textarea:focus{border:1px solid #02a0dd;}
{border:1px solid #02a0dd;}
{border:1px solid #02a0dd;}
{border:1px solid #02a0dd;}

/* ul.zhuce-list li:hover input{border:1px solid #000;} */
/* 理事风采 */
.director .ctor-huiyi-list{margin:35px 0 30px 0;}
.ctor-list li{margin-bottom:40px;}
.ctor-list li img{width:275px;height:179px;}
.ctor-list li .ctor-con{background:#fff;padding:10px;height:135px;width:275px;}
.ctor-list li .ctor-con h3{line-height:40px;color:#202020;}
.ctor-list li .ctor-con span{margin-left:10px;}
.ctor-list li .ctor-con p{line-height:22px;color:#0d0d0d;font-size:12px;}
.ctor-view{background:#fff;padding:40px 35px 50px 35px;margin:30px 0;}
.ctor-wenzi{margin-left:5%;width:57%;}
.ctor-pic{width:25%;height:179px;}
.ctor-wenzi h3{margin:15px 0;}
.ctor-wenzi h3 span{margin-left:5px;}
.ctor-wenzi p{line-height:26px;}
.ctor-slide{position:relative;}
.director .flex-direction-nav a  {top:120px;background:none;}
.director .flex-direction-nav .flex-prev {left:-80px;}
.director .flex-direction-nav .flex-next {right:-80px;text-align:center;}
.director .flex-direction-nav a.flex-next::before{font-size:30px;color:#8c7f5b;}
.director .flex-direction-nav a::before{color:#8c7f5b;font-size:30px;}
.res-list li img{height:380px;width:100%;}
.contact{margin-top:50px;min-height:320px;}
.contact p{font-size:16px;}
#map{width:1200px;height:300px;margin-bottom:30px;}








