﻿
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { content: ''
}
abbr,
acronym { border: 0}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}


/* Public */
body { color: #333; line-height: 36px; background-color: #f1f0eb; font-family: 'PingFang SC', "Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
a { color: #333; text-decoration: none; outline: none;}
a:hover { color: #007344; text-decoration: none; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden;}
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix { height: 1%;}
*+html .clearfix { min-height: 1%;}
.fl { float: left;}
.fr { float: right;}
.hide { display: none;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

@media (min-width:992px) {
	html{ font-size: 15px; }
}

@media (min-width:1200px) {
	html{ font-size: 16px; }
}

@media (min-width:1400px) {
	.container{ max-width:1330px; }
}

@media (min-width:1600px) {
	.container{ max-width:1430px; }
}

/* 过度动画 */
.transition,
.transition:after,
.transition:before{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

/* 头部 ------------------- */
#header { position: fixed; left: 0; top: 0; z-index: 3; width: 100%; padding: 0 1.5%;  }
#header .top-panel{ transform: translateY(0.8rem); }
.header::after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0;
	background: -webkit-linear-gradient(180deg, rgba(0, 1, 36, 0.6) 0%, rgba(0, 0, 0, 0) 92.5%);
	background: linear-gradient(180deg, rgba(0, 1, 36, 0.6) 0%, rgba(0, 0, 0, 0) 92.5%); 
}


/* 顶部栏 */
.top-panel{ position: relative; z-index: 2; }

/* 面板菜单 */
.navbar-panel{ height: 2rem; float: right; }
.navbar-panel li { position: relative; }
.navbar-panel li:nth-child(5){display:none;}
.navbar-panel li.split{ height: 0.8rem; width: 0; border-left: 1px solid #fff; opacity: 0.3; margin: 0 1rem; }
.navbar-panel li > a { display: block; padding: 0 1rem; font-size: .875rem; color: #fff; text-decoration: none; line-height: 2rem;  position: relative; opacity: 0.85; transition: all 0.5s; }
.navbar-panel li > a:before,
.navbar-panel li > a:after { position: absolute; display: block;  font-family: "iconfont"; font-size: 1rem; font-weight: normal; }
.navbar-panel li > a:before { left: 0; top: 0; content: "\e661"; }
.navbar-panel li > a:after { right: 0; bottom: 0; content: "\e654";  }
.navbar-panel li > a:hover{ color: #efe715; opacity: 1;}

/* logo */
.navbar-brand a { display: block; height: 4rem; position: relative; top:-1rem; }
.navbar-brand img{ height: 100%; width: auto; }
.navbar-brand img.logo-2 { display: none; }

/* btn-search ---------------------- */
.btn-search { position: absolute; right: 1%; top: 3.5rem; width: 2.5rem; height: 2.5rem; background-color: rgba(255,255,255,.3); border-radius: 5px; z-index: 2; text-align: center; line-height: 2.5rem; }
.btn-search .iconfont { font-size: 1.5rem; color: #fff; }




/* 搜索框 */
#modal-search .modal-backdrop{ display: none !important; }
#modal-search .modal-dialog{ max-width: none; justify-content: center; }

#modal-search .modal-content{ width: auto; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-search .closeBtn { display: none; }

/* s-form */
.s-form {width: 15rem; height: 2rem; position: fixed; right: 21rem; top: 0.8rem; z-index: 4; }
.s-form .select-box{ display: none; }
.s-form .input-box { float: left; width: 75%; height: 2rem;}
.s-form .input-box input{ width: 100%; height: 2rem; vertical-align: top; border: 1px solid rgba(255,255,255,.5); border-right: 0;  border-radius:40px 0 0 40px; box-sizing: border-box;  padding: 0.5rem 1rem; line-height: 2rem; font-size: 0.875rem; outline: none; background: none; color: #fff;}
.s-form .input-box .dropdown-word{ position: absolute; top: 100%; width: 100%; font-size: .9rem; background-color: rgba(255,255,255,.8);}
.s-form .btn-box { float: right; width: 25%; height: 2rem;}
.s-form .btn-box input{ height: 2rem; line-height:2em; vertical-align: top; padding: 0;  border-radius: 0 40px 40px 0; width: 100%; overflow: hidden;  border: 1px solid rgba(255,255,255,.5); border-left: none; box-sizing: border-box; background: none; outline: none; color: #fff; font-size: 0.875rem; text-align: center;  }
.s-form .btn-box input:focus{ outline: none; box-shadow: none; }
.s-form .link-box{ text-align: right; font-size: 14px; }

.s-form .input-box input:-moz-placeholder {  color: #fff; }  
.s-form .input-box input:-ms-input-placeholder {  color: #fff;  }  
.s-form .input-box input::-webkit-input-placeholder {   color: #fff;  }

.body-open .s-form .input-box input:-moz-placeholder {  color: #666; }  
.body-open .s-form .input-box input:-ms-input-placeholder {  color: #666;  }  
.body-open .s-form .input-box input::-webkit-input-placeholder {   color: #666;  }
.body-open .s-form .input-box input { color: #666;}
.body-open .s-form .input-box input { border-color: #ddd; background-color: #fff;}

/* 导航 */
.navbar-dark{ position: relative; z-index: 1;  }
.navbar-dark .navbar-toggler{  color: #333; outline: none; background-color: rgba(255,255,255,.3); border: none;}
.navbar-dark .navbar-toggler[aria-expanded=true]{ background: rgba(0, 0, 0, .2); }
.navbar-dark .dropdown-toggle.show::before{ display: none; }
.navbar-dark .navbar-toggler .icon-menu{ font-size: 1.9rem; line-height: 2.1rem; color: #fff; }
.navbar-dark .navbar-nav .nav-link{ position: relative; line-height: 2rem; padding: 0; font-weight: bold; color: #fff !important; font-size: 1.25rem; }
.navbar-dark .navbar-nav .nav-item{ position: relative; border-bottom: 1px solid rgba(0, 0, 0 , .1);  padding: 0 0.75rem 1rem; border-bottom: none; }
.navbar-dark .navbar-nav .nav-item:last-child{ padding-right: 0 !important; }
.navbar-dark .navbar-nav .nav-item.show::before{ width: 100%; }
.navbar-dark .navbar-nav .nav-item h3{ position: relative; margin-bottom: 0; line-height: inherit; font-weight: inherit; }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{ }

.navbar-nav .dropdown-menu{ width: 100%; margin: 0; border: none; border-radius: 0; z-index: 1; padding: 0 0 1.2rem; background: none; }
.navbar-nav .dropdown-menu .dropdown-ul{ padding: 0 2rem; }
.navbar-nav .dropdown-menu .dropdown-ul li a{ display: block; padding: .7rem 1rem; font-size: 1.2rem; }

.navbar-dark .navbar-nav .dropdown-toggle::after{ display: none; }
.navbar-dark .navbar-nav .dropdown .drop{ position: absolute; right: 0; top: 0; width: 3.7rem; height: 3.7rem; }
.navbar-dark .navbar-nav .dropdown .drop::after, .navbar-dark .navbar-nav .dropdown .drop::before{ position: absolute; content: ""; display: block; right: 1.4rem; top: 50%; margin-top: -1px; height: 2px; width: 1.2rem; background: #666; }
.navbar-dark .dropdown .drop::before{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.navbar-dark .dropdown .show .drop::before{ display: none; }

.navbar-dark .navbar-nav .nav-item .h1::after,
.navbar-dark .navbar-nav .nav-item .h1::before,
.navbar-dark .navbar-nav .nav-item::after {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.navbar-dark .navbar-nav  .li-navbar-panel{display:none;}
.navbar-dark .navbar-nav .nav-item:nth-child(13),
.navbar-dark .navbar-nav .nav-item:nth-child(14),
.navbar-dark .navbar-nav .nav-item:nth-child(15){display:none}

/* 导航 */
.navbar { padding-left: 0; padding-right: 0; }
.navbar-nav { margin-bottom: -.6rem; background: none; padding: 0; box-shadow: none; align-items: center; overflow: visible; }
.navbar-dark .navbar-nav .dropdown .drop{ display: none; }
.navbar-dark .navbar-nav .h1::after,
.navbar-dark .navbar-nav .h1::before{ position: absolute; display: block !important; content: ''; top: 100%; width: 50%; height: 0; border-bottom: 2px solid #008a49;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.navbar-dark .navbar-nav .h1::before{ left: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.navbar-dark .navbar-nav .h1::after{ right: 0;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.navbar-dark .navbar-nav .nav-item::after{ position: absolute; display: block; content: ''; left: 50%; bottom: 0; width: 0; height: 1rem; border-left: 1px solid #ddd;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.navbar-dark .navbar-nav .on .h1::after,
.navbar-dark .navbar-nav .on .h1::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navbar-dark .navbar-nav .dropdown:hover::after{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.navbar-dark .navbar-nav .dropdown-menu{ width: 37.9rem; left: 50%; padding: 1.25rem; background: #fff; border-top: 2px solid #008a49; margin-left: -16rem; overflow: hidden; box-shadow: 0 0 1.4rem rgba(0, 0, 0 , .15); }
.navbar-dark .navbar-nav .dropdown-menu .node-pic{ float: left; display: block; position: relative; margin-right: 1.9rem; }
.navbar-dark .navbar-nav .dropdown-menu .node-pic img{ width: 17.5rem; height: 10.5rem; }
.navbar-dark .navbar-nav .dropdown-menu .dropdown-ul{ padding: 0; overflow: hidden; }
.navbar-nav .dropdown-menu .dropdown-ul{ overflow: hidden; display: flex; -webkit-display: flex; flex-wrap: wrap; align-items: center; align-content: space-around; }
.navbar-nav .dropdown-menu .dropdown-ul li{ min-width: 25%; }
.navbar-nav .dropdown-menu .dropdown-ul li a{ display: block; padding: 0 0.5rem; line-height: 2.6rem; font-size: 1rem; }
.navbar-nav .dropdown-menu .dropdown-ul li a:hover{ text-decoration: none;  }

.navbar-dark .navbar-nav .nav-item .dropdown-menu { background:#f2f1ed url(../image/bg-xysh.jpg) no-repeat center bottom; width: 32rem; -webkit-background-size: 100% auto; background-size: 100% auto; text-align: center;}


/* 全站导航 */
#modal-nav{ background: rgba(0, 0, 0, .6); }
#modal-nav .modal-backdrop{ display: none !important; }
#modal-nav .modal-dialog{ max-width: none; justify-content: center; }
#modal-nav .modal-content{ max-width: 100%; width: auto; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-nav .close{ position: absolute; z-index: 1; right: 0.5rem; top: 0.5rem; width: 3rem; height: 3rem; color: #fff; font-size: 1.9rem; text-shadow: none; pointer-events: auto; text-align: center; line-height: 3rem; opacity: 1; font-weight: normal; transition: all ease .4s; }
#modal-nav .close:hover{ transform: rotate(180deg); }
.site-nav{ padding: 4%; }
.site-nav .main-nav{ font-size: 0; line-height: 1; text-align: left; overflow: auto; white-space: nowrap; }
.site-nav #li-home{ display: none; }
.site-nav .li1{ display: inline-block; vertical-align: top; min-width: 8rem; margin: 0 0.3rem;  text-align: center;  }
.site-nav h3{ margin: 0;}
.site-nav .a1{ display: block; color: #fff; font-size: 1.125rem; line-height: 1.4; font-weight: bold; text-decoration: none; }
.site-nav .ul1{ margin-top: 1.2rem; }
.site-nav .a2{ display: block; font-size: 1rem; line-height: 1.6rem; padding: 0.45rem 0; color: #fff; opacity: 0.8;}
.site-nav .a2:hover{ text-decoration: none; opacity: 1; }

/* header-fixed---------------- */
.header-fixed::after { background: rgba(255,255,255,.9); box-shadow: 0px 2px 5px rgb(0 0 0 / 10%); backdrop-filter: blur(5px);  }
.header-fixed .navbar-dark .navbar-nav .nav-link { color: #333 !important;}
.header-fixed .navbar-panel li > a { color: #333;}

.header-fixed .navbar-brand img.logo-2 { display: block;}
.header-fixed .navbar-brand img.logo-1 { display: none;}

.header-fixed .order-md-1 .btn-nav .icon-menu { color: #fff;}
.header-fixed .navbar-panel li.split { border-color: #000;}


/* 位置导航 */
.path { height: 3.125rem; line-height: 3.125rem;  font-size: 0.875rem; position: relative;  }
.path a,
.path span { padding: 0 3px; }
.path .con { position: relative; z-index: 1; }
.path em:before { display: inline-block; content: '\ecd2'; font-family: "iconfont"; font-size: 1.2rem; vertical-align: top; margin-right: 0.4rem;}

/* content */
#content { text-align: left; }

.page-banner { width: 100%; }
.page-banner img { width: 100%; height: auto; }

/* side */
.side { width: 19rem; float: left; margin-right: 2.1875rem; margin-top: -6.2rem; position: relative; z-index: 1;}
.mainBox { overflow: hidden; }


/* sideMenu */
#sideMenu .hd { height: 6.25rem; width: 19rem;  }
#sideMenu .hd h3 { color: #fff; font-size: 2.375rem; text-align: center; line-height: 6.25rem;  }
#sideMenu .bd { background-color: #fff; }
#sideMenu .bd ul { padding: 1.875rem 0 1.875rem 1.875rem; }
#sideMenu .bd li { border-bottom: 1px solid #EFEFEF; position: relative; }
#sideMenu .bd li:first-child { border-top: 1px solid #EFEFEF;}
#sideMenu .bd li a { line-height: 1.75rem; padding: 1rem 2rem; display: block; font-size: 1.125rem; }
#sideMenu .bd li:before { display: block; width: 0.5rem; height: 100%; content: ''; position: absolute; left: 0; top: 0;  background: url(../image/hw-2.png) repeat-y;}
#sideMenu .bd li a:after { display: block; content: ''; position: absolute; left: 90%; top: 50%; margin-top: -4px; width: 5px; height: 9px; background: url(../image/arrow.png) no-repeat; }
#sideMenu .bd li.on a,
#sideMenu .bd li:hover a{ color: #fff; }
#sideMenu .bd li.on:after { display: block; content: ''; width: 5px; height: 100%; position: absolute; left: 100%; top: 0; }
#sideMenu .bd li.on a:before { display: block; content: ''; width: 5px; height: 6px; background: url(../image/sjx.png) no-repeat; position: absolute; top: 100%; left: 100%;  }

.menuBox #sideMenu .hd h3 {font-size:24px;line-height:1.3;padding:0 10%;height:100%;display:flex;align-items: center;}

.page-content { position: relative; }
.side-intro { position: absolute; top: -6.2rem; width: 19rem; }

/* infoListA */
.infoListA li { border-bottom: 1px dashed #c4c4c4; padding: 1rem 0; line-height: 1.625rem; }
.infoListA .dateRight { display: block; color: #999; font-size: 0.875rem; margin-top: 0.5rem; }
.infoListA .dateRight:before { content: '\E61D'; font-family: "iconfont"; font-size: 1.3rem; display: inline-block; vertical-align: bottom; margin-right: 0.4rem; }

/*footer*/
#footer { padding: 2rem 0 0;  line-height: 2rem; text-align: center; font-size: 0.875rem; }

/* foot-logo */
.foot-logo { width: 25%; float: left; /* opacity: 0.5;  */padding-top: 2.3rem; }
.foot-logo img { max-width: 100%; height: auto; }

/* add */
.add { float: left; width: 48.99%; padding:0 0 0 5%; text-align: left; opacity: 0.8; color: #fff; padding-top: 0.5rem;}
.add span { margin-right: 1rem; }

/* qrcode-list */
.qrcode-list { float: right; width: 25%; justify-content: space-evenly; gap: 5px; }
.qrcode-list .pic { margin: 0 auto; text-align: center; }
.qrcode-list img { width: 6.5rem; height: 6.5rem; padding: 0; margin: 0; border: 0.28rem solid #fff;}
.qrcode-list .tit { color: #fff; opacity: 0.8; display: block; line-height: 1.5; padding-top: 0.4rem; }

/* foot-msg */
.foot-msg { clear: both; border-top: 1px solid rgba(255,255,255,.2); margin-top: 1.67rem; padding: 1.2rem 0; color: #d6d6d4; line-height: 1.5; }
.foot-msg a { color: #d6d6d4; }
.foot-msg a:hover { color: #fff; }


/* sideFixed */
.sideFixed {
    z-index: 2;
    position: fixed;
    top: 30%;
    right: 0;
    width: 8.625rem;
}
.sideFixed:after,
.sideFixed:before {
    display: block; content:""; width: 100%; background: url(../image/side-links.png) no-repeat center top;
}
.sideFixed:before {
    height: 1.125rem; 
}
.sideFixed:after {
    height: 2.125rem; background-position: center bottom;
}
.sideFixed .bd {
    height: auto;
    background: url(../image/side-line.png) repeat-y center;
    width: 100%;
    padding: 0.5rem 0;
}
.sideFixed li {
    position: relative;
    margin-top: 0.7rem;
}
.sideFixed li a {
    height: 4.8125rem;
    width: 4.8125rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    color: #fff;
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    padding: 0.7rem;
    font-weight: bold;
}
.sideFixed li.xhs a {padding-left: 0;padding-right: 0;display: flex;align-items: center;justify-content: center;}
.sideFixed li.on {
    cursor: pointer;
}


.sideFixed li a:hover {
    text-decoration: none
}
.sideFixed .pic {
    display: none;
    position: absolute;
    right: 6.5rem;
    top: -2.5rem;
    padding: 0.25rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.sideFixed .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.sideFixed .pic img {
    width: 150px;
    height: 150px;
}
.sideFixed .flex-btn { text-align: center; width: 100%;  position: absolute; bottom: 0.5rem; left: 0;}
.sideFixed .flex-btn:after { display: block; content: "\e645";  font-family: "iconfont"; font-size: 0.5rem; vertical-align: middle; text-align: center; }
.sideFixed .on-btn:after { content: "\e643"; }


/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0;}

/* more */
.hd a.more { font-size: 0.875rem; position: absolute; right: 0; top: 50%; margin-top: -1.125rem; opacity: 0.5; transition: all 0.5s; }
.hd a.more::after { display: inline-block; content: "\e744";  font-family: "iconfont"; font-size: 2rem; vertical-align: middle; position: relative; top: -2px; transition: all 0.5s;}
.hd a.more:hover { opacity: 1; }
.hd a.more:hover::after { transform: rotate(90deg); margin-left: 0.2rem; }


/* box-primary */
.box-primary .hd { text-align: center; position: relative; }
.box-primary .hd li { display: inline-block; font-size: 1.625rem; color: #999; margin: 0 1rem;  }
.box-primary .hd li a.tit { color: #999; font-weight: bold; }
.box-primary .hd li:before,
.box-primary .hd li:after { display: inline-block; content: "\e61c";  font-family: "iconfont"; font-size: 1.5rem; font-weight: normal; margin: 0 0.5rem; vertical-align: bottom; }
.box-primary .hd li:after { transform: rotateY(180deg); }
.box-primary .hd li .more { display: none; }
.box-primary .hd li.active .more { display: block; }

.box-primary .hd h3 { text-align: left; font-size: 1.375rem; line-height: 2rem;  }
.box-primary .hd h3:before,
.box-primary .hd h3:after { display: inline-block; content: "\e61c";  font-family: "iconfont"; font-size: 1.5rem; font-weight: normal; margin: 0 0.5rem; vertical-align: bottom; }
.box-primary .hd h3:after { transform: rotateY(180deg); }
.box-primary .bd { clear: both; }

/* box-default */
.box-default .hd { text-align: center; position: relative; margin-bottom: 2rem;  }
.box-default .hd h3 { font-size: 1.875rem; font-weight: bold; line-height: 3rem; display: inline-block; padding: 0 2rem; vertical-align: middle; }
.box-default .hd h3:before,
.box-default .hd h3:after { display: inline-block; content: "\e61c";  font-family: "iconfont"; font-size: 1.5rem; font-weight: normal; margin: 0 0.5rem; vertical-align: bottom;}
.box-default .hd h3:after { transform: rotateY(180deg); }
.box-default .hd:before,
.box-default .hd:after { display: inline-block; content: ''; height: 3.55rem; width: 2px; opacity: 0.8; vertical-align: middle; }
.box-default .hd:before { transform: rotate(-90deg); }
.box-default .hd:after { transform: matrix(0, -1, -1, 0, 0, 0); }


/* box-tab */
.box-tab .hd { position: relative; overflow: hidden;  }
.box-tab .hd li { float: left; font-size: 1.875rem; line-height: 2.75rem; }
.box-tab .hd li:before,
.box-tab .hd li:after,
.box-tab .hd h3:before,
.box-tab .hd h3:after { display: inline-block;  width: 1.5rem; height: 2.75rem; font-size: 2rem; vertical-align: top; content: "\e627";  font-family: "iconfont"; color: #999; }
.box-tab .hd li:after,
.box-tab .hd h3:after { transform: rotateY(180deg);}
.box-tab .hd li a.tit,
.box-tab .hd h3 a { display: inline-block; padding: 0 0.75rem; font-weight: bold; }
.box-tab .hd li a.tit { color: #777; }
.box-tab .hd h3 { font-size: 1.875rem;  line-height: 2.75rem;  }




/* 侧栏盒子模型 */
.sideBox { margin-top: 20px;}
.sideBox .hd { overflow: hidden; height: 30px; line-height: 30px;}
.sideBox .hd .more { float: right; color: #999;}
.sideBox .hd h3 { padding-left: 28px; font-size: 20px; }
.sideBox .hd h3 a { color: #333;}
.sideBox .hd h3 a:hover { text-decoration: none;}
.sideBox .bd { overflow: hidden; padding: 10px 0 0;}
#sideXwks .hd h3 { background-position: left -24px;}

/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}



/* 图片标题内容列表 */
.picTitleList { overflow: hidden; margin-top: -20px;}
.picTitleList li { margin-top: 20px;}
.picTitleList li .pic { overflow: hidden; margin-bottom: 12px;}
.picTitleList li img { display: block; width: 100%; height: auto;}
.picTitleList li .title { margin-bottom: 8px; height: 30px; line-height: 30px; font-size: 16px;}
.picTitleList li .title a { color: #666;}
.picTitleList li .intro { line-height: 22px; color: #999;}
.picTitleList li .others { height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.picTitleList li .date { padding-left: 25px; background: url(https://www.gxtcmu.edu.cn/content/main/base/img/dateicon.png) left center no-repeat;}

/* 信件列表 */
.letterList { width: 100%; border: none;}
.letterList tr { background:#fff; }
.letterList th,
.letterList td { text-align: center; font-size: 14px; vertical-align: middle; line-height: 26px; padding: 12px 5px}
.letterList th {background: #5e9567;}
.letterList th {color: #fff;height: 52px;line-height: 52px;padding: 0px;font-size: 16px;border-bottom: 1px solid #d7ebf6;}
.letterList th.title {text-align: left;/* padding-left: 38px; */}
.letterList .even td { background: #f4f4f2;}
.letterList .num { display: none;}
.letterList td.title { text-align: left; padding-left: 5px; white-space: normal; word-break: break-all;}
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px}
.letterList .ico img { vertical-align: middle;}
.letterList .dep { width: 90px;}
.letterList .state { width: 90px;}
.letterList .open,
.letterList .handle { display: none}
.letterList .state .s0 { color: #333;}
.letterList .state .s1 { color: #f70;}
.letterList .state .s2 { color: #f00;}
.letterList .state .s3 { color: #390;}
.letterList .state .s4 { color: #333; text-decoration: line-through;}
.letterList .date { border-right: none; width: 90px;}
.letterList td.date { color: #999999}

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%;}
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse;}
.detailTable thead tr { border-color: #04623a;}
.detailTable thead th { background: #04623a; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #04623a;}
.detailTable tbody td {padding: 10px 15px;}
.detailTable tbody td.tdName {font-weight: bold;background: #f7f7f7;text-align: center;font-size: 14px;width: 160px;}
.detailTable .trTitle .tdCon { font-weight: bold; white-space: normal; word-break: break-all;}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
    /* width: 33%; */
}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) { width: 160px}
.detailTable .preDiv { width: 670px; overflow: auto;}
.detailTable .preDiv pre { font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}




/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden;}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "microsoft yahei", 'PingFang SC'; outline: none}
#sideSearch .keyword { width: 60%; padding: 0 5px;}
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #04623a; border-color: #04623a; color: #fff;}

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px;}

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0;}
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #04623a; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.bot a:hover,
.bot button:hover { text-decoration: none; background: #077BD4;}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px;}
.queryForm td { padding: 8px 0}
.queryForm .tdlab { width: 40%; text-align: right;}
.queryForm input[type=text] { width: 56%; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ddd; border-radius: 3px;}
.queryForm .bot { text-align: left;}
.queryForm .bot a { margin: 0}
.queryForm .required strong { color: #f00; margin-right: 5px;}
.queryForm .errorMessage { color: #f00;}
.queryForm table { width: 100%; border: 0;}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto;}
.queryResult .mainBox { margin-bottom: 50px;}
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px;}
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0;}
.queryResult .number { font-weight: bold; color: #f00}



/* 响应式---------------------------------------------- */
@media (min-width:768px) {

    /* 导航 */
	.navbar-dark{ align-items: flex-end; -ms-flex-align: end; }
	.navbar-nav{ margin-bottom: -.6rem; background: none; padding: 0; box-shadow: none; align-items: center; overflow: visible; }
	.navbar-dark .navbar-nav .nav-item{ padding: 0 0.7rem 1rem; border-bottom: none; }
	.navbar-dark .navbar-nav .nav-link{ padding: 0; line-height: 3.7rem; color: #fff; background: none; opacity: 1; transition: all 0s; }

	.navbar-dark .navbar-nav .dropdown .drop{ display: none; }

	.navbar-dark .navbar-nav .h1::after,
	.navbar-dark .navbar-nav .h1::before{ position: absolute; display: block !important; content: ''; top: 100%; width: 50%; height: 0; border-bottom: 2px solid #ddd;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.navbar-dark .navbar-nav .h1::before{ left: 0;
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}
	.navbar-dark .navbar-nav .h1::after{ right: 0;
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
	.navbar-dark .navbar-nav .nav-item::after{ position: absolute; display: block; content: ''; left: 50%; bottom: 0; width: 0; height: 1rem; border-left: 1px solid #018347;
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	.navbar-dark .navbar-nav .on .h1::after,
	.navbar-dark .navbar-nav .on .h1::before{
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.navbar-dark .navbar-nav .dropdown:hover::after{
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}



	/* 面板菜单 */
	.navbar-panel li:hover .dropdown-menu{
		visibility: visible; opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}


}



@media (min-width:1200px) {

	#li-msmy .dropdown-menu,
    #li-zhsjy .dropdown-menu,
    #li-xywh .dropdown-menu { width: 4rem; margin-left: -5rem; }
    #li-msmy .dropdown-menu li,
    #li-zhsjy .dropdown-menu li,
    #li-xywh .dropdown-menu li { float: none; width: 100%;}
    
    .box-tab .hd li { margin-right: 1rem;}
}

@media (max-width:1700px) {
	/* 导航 */
    .navbar-dark .navbar-nav .nav-item { padding-left: 0.5rem; padding-right: 0.5rem;}
}

@media (max-width:1650px) {
	/* 导航 */
	.navbar-dark .navbar-nav .nav-link { font-size: 1.15rem; }
}

@media (max-width:1600px) {
	/* 导航 */
	.navbar-dark .navbar-nav .nav-item{ padding-left: 0.5rem; padding-right:0.5rem; }
	.navbar-brand a { height: 3.5rem; }
	.navbar-dark .navbar-nav .nav-link { font-size: 1rem; }
    
    .btn-search { width: 2rem; height: 2rem; line-height: 2rem; top: 3.4rem;}
    
    .side { margin-right: 1.5rem; margin-top: -4.2rem; }
	.side-intro {top: -4.22rem;}
    #sideMenu .hd { height: 4.2rem; }
	#sideMenu .hd h3 { font-size: 1.6rem; line-height: 4.2rem; }
	#sideMenu .bd ul { padding-top: 1rem; padding-left: 1rem; padding-bottom: 1rem;} 
}

@media (max-width:1400px) {
	.navbar-brand a { height: 3rem; }
	.page { padding: 1.5rem 0; }
}

@media (max-width:1310px) {
	.navbar-brand a { height: 2.5rem; position: relative; top: -1rem; }
	.navbar-dark .navbar-nav .nav-link { font-size: 0.9rem; }

	.add { padding-left: 2%; }
	.qrcode-list { width: 25%; }
	.foot-logo { width: 20%; padding-top: 4rem; }
}


@media (max-width:1280px) {
	.side { float: none; width: 100%;}
	#sideMenu .hd { width: 15rem; }
	#sideMenu .bd { background: none; box-shadow: none; }
	#sideMenu .bd ul { padding: 1rem 0; }
	#sideMenu .bd li { display: inline-block; background-color: #fff; margin-right: 0.2rem; margin-bottom: 0.5rem;}
	#sideMenu .bd li a:after { display: none; }
	#sideMenu .bd li a { line-height: 1.2rem; padding: 0.5rem 1.2rem; font-size:1rem; }
	#sideMenu .bd li:before { width: 0.3rem; }
	#sideMenu .bd li.on a:before,
	#sideMenu .bd li.on:after { display: none; }
	#sideMenu .foot-pic { display: none; }
}


@media (max-width: 1200px) {
	#header { padding: 0 0 1% 0;}
	.navbar-brand a { top: 0.5rem; left: 1rem; }
	.top-panel .d-flex { display: none !important; }
	.btn-search { right: 4.5rem; top: 1rem; }

	.side,.side-intro { display: none; }

	#content { margin-top: 0 !important; }
	.path { text-align: left; padding: 0.8rem 0; color: #666; font-size: 1rem; height: auto; line-height: 2rem;}
	.path a, .path span { color: #666; }
    #footer { font-size: 1rem;}
	.foot-logo { display: none; }
    .add { width: 70%;}
    .sideFixed { display: none !important;}
    .articleCon .others,
    .infoListA li { font-size: 1rem; }
}
@media (max-width: 992px) {
	/* box-default */
	.box-default .hd h3,
	.box-tab .hd h3,
	.box-tab .hd li { font-size: 1.5rem; }
	.box-tab .hd li { margin-right: 0; }
	.box-tab .hd li:before, .box-tab .hd li:after, .box-tab .hd h3:before, .box-tab .hd h3:after { font-size: 1.5rem; }
	.box-tab .hd li a.tit, .box-tab .hd h3 a { padding: 0; }

	/* box-primary */
	.box-primary .hd { text-align: left; }
	.box-primary .hd li { margin: 0 0.5rem; }
	.box-primary .hd li a.tit { font-size: 1.5rem; }

	/* footer---------------- */
	.add { width: 100%; padding: 0 ; float: none; }
	.foot-logo { display: none; }
	.qrcode-list { width: 90%; margin: 1rem auto 0; float: none; }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { padding-left: 10px; padding-right: 10px;}
}


@media (max-width:820px) {
	.side { margin-top: 0; }
	#sideMenu .hd { display: none; }
	#sideMenu .hd h3 { line-height: 4rem; }
}



@media (max-width:768px) {
	
	html { font-size: 13px; }
	.navbar-brand a { top: 0.2rem; }
	.navbar-expand-md .navbar-nav {
		display: -ms-flexbox;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.navbar-expand-md .navbar-toggler { display: block !important; }
	.navbar-expand-md .navbar-collapse { display: none !important;}
	.navbar-expand-md .navbar-collapse.show { display: block !important;
        padding-right: 0;
	    top: 100%;
	    position: absolute;
	    left: 0;
	    width: 100%;
	    max-height: 42rem;
    	overflow-y: scroll;
    	background: #fff; box-shadow: 0 0 1.4rem rgba(0, 0, 0 , .15);
	}
    .navbar-dark .navbar-nav .nav-item:nth-child(13),
    .navbar-dark .navbar-nav .nav-item:nth-child(14),
    .navbar-dark .navbar-nav .nav-item:nth-child(15){display:block}
    
	.navbar-dark .navbar-nav .nav-item { width: 100%; border-bottom: 1px solid #ddd; text-align: left; padding: 0 1rem 0 2rem; }
	.navbar-dark .navbar-nav .dropdown .drop { display: block; }
	.navbar-dark .navbar-nav .nav-item .dropdown-menu { background: none; position: static; left: 0; margin: 0; border: none; box-shadow: none; width: 100%; text-align: left; padding: 0 1rem 1rem; overflow-y: auto;}

	.navbar-dark .navbar-nav .h1::after, .navbar-dark .navbar-nav .h1::before { display: none !important; }
	.navbar-dark .navbar-nav .nav-item::after { display: none; }




	.navbar-toggler { right: 1rem; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; background: none; border: 1px solid #ddd; border-radius: 5px; z-index: 2; text-align: center; position: absolute; top: 1rem; }
	.navbar-dark .navbar-toggler .icon-menu { font-size: 1.5rem; }
	.btn-search { right: 4rem;  width: 2.5rem; height: 2.5rem; line-height: 2.5rem; }
	.navbar {background: none;}


	.navbar-dark .navbar-toggler[aria-expanded=true]{ background: rgba(0, 0, 0, .2) !important; }
	.nav-panel .btn-nav{ color: #fff; }

	.navbar-dark .navbar-nav .nav-link { color: #333 !important; line-height: 3.7rem; font-size: 1.125rem; }
    .navbar-nav .dropdown-menu .dropdown-ul li { min-width: 48%;}
    .navbar-nav .dropdown-menu .dropdown-ul li:nth-child(2n) { float: right;}
	.navbar-nav .dropdown-menu .dropdown-ul li a { font-size: 1.125rem;}
    
    
    .banner .title { font-size: 1.3rem;}

    .path { padding-top: 0.5rem; padding-bottom: 0.5rem; }
}

@media ( max-width:640px) {

    #footer { padding-top: 1rem; }
    .add { line-height: 1.5; }
    .add p { padding: 0.2rem 0; }
    .box-primary .hd li a.tit { font-size: 1.3rem;}
    .box-default .hd h3, .box-tab .hd h3, .box-tab .hd li { margin:0 0.5rem; font-size: 1.3rem;}
    .box-tab .hd li a.tit, .box-tab .hd h3 a { font-size: 1.3rem;}
    .box-tab .hd li:before, .box-tab .hd li:after, .box-tab .hd h3:before, .box-tab .hd h3:after { display: none;}
}
@media ( max-width:375px) {
	.navbar-toggler,.btn-search { width: 2.5rem; height: 2.5rem; line-height: 2.5rem;  }
    .btn-search { right: 4rem;}
    .navbar-dark .navbar-toggler .icon-menu { font-size: 1.5rem;}
    
    .navbar-brand a { left: 0.2rem; top: 0; }

    
}


@media (max-width:1200px) and (min-width:768px) {
    .navbar-expand-md .navbar-collapse { display: none !important; }

    .order-md-1 { display: block !important; }
    .order-md-1 .btn-nav { right: 1rem; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; background-color: rgba(255,255,255,.3); border-radius: 5px; z-index: 2; text-align: center; position: absolute; top: 1rem; }
    
    .order-md-1 .btn-nav .icon-menu { font-size: 1.5rem; color: #fff; }
    .order-md-1 .btn-nav .icon-menu:before { left: 0; top: 0; }

    .btn-search { width: 2.5rem; height: 2.5rem; line-height: 2.5rem; right: 4rem; } 
	
}

@media ( max-width:1200px) {
	.siteSearch {  }
	.siteSearch h3 { display: block; position: absolute; right: 4rem; top: 0.2rem;  width: 2.5rem; height: 2.5rem; line-height: 2.5rem; background-color: rgba(255,255,255,.3); border-radius: 5px; z-index: 2;text-align: center; cursor: pointer; }
    .siteSearch h3:before { content: "\E610"; font-family: "iconfont"; color: #fff; font-size: 1.5rem;}
	.in-search { display: none; }
	.in-search.show { display: block; width: 100%; height: 100vh;  }
    .s-form { width: 80%; height: 3rem; margin: 0; padding: 0; position: fixed; left: 10%; top: 48%; z-index: 4;}
    .s-form .input-box input,
    .s-form .btn-box input { line-height: 3rem; height: 3rem; font-size: 1rem;}
    
    .in-search.show .s-form .btn-box input { background-color: #007744; border-color: #007744;}
    .in-search.show .s-form .input-box input { background-color: #fff; color: #666;}

    .in-search.show .s-form .input-box input:-moz-placeholder {  color: #666; }  
    .in-search.show .s-form .input-box input:-ms-input-placeholder {  color: #666;  }  
    .in-search.show .s-form .input-box input::-webkit-input-placeholder {   color: #666;  }
    #winMark.show { display: block;}
    
    .header-fixed .siteSearch h3{ background-color: #007744;}
    
}

