@charset "utf-8";
/*Technical Support SudyTech*/
.header {
    width: 95%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
    background: #fff;
}
.logo {
    display: inline-block;
}
.logo img{max-height: 80px;}
.tips {
    display: flex;
}
.tips a{
    display:inline-block;
    color: #222;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.tips a:nth-child(1) {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.tips a:hover {
    color: #00712f;
}
.tips i {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
}
.tips .home {
    background: url(/_upload/tpl/02/d9/729/template729/img/home.png) center no-repeat;
    background-size: contain;
}
.tips .add {
    background: url(/_upload/tpl/02/d9/729/template729/img/adress.png) center no-repeat;
    background-size: contain;
}
.nav {
    width: 100%;
    background:#044f9f;
}
.nav ul {
    width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}
.nav ul li {
    position: relative;
}
.nav ul li .navbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 99;
}
.navbox a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    transition: all .3s;
}
.navbox a:hover {
    background: #044f9f;
    color: #fff;
}
.nav ul li>a{
    display: inline-block;
    color: #fff;
    transition: all .3s;
    line-height: 50px;
    width: 150px;
    text-align: center;
    border-left: 1px solid #5098aa;
    position: relative;
    z-index: 9;
    font-size: 18px;
}
.nav ul li:nth-child(1) a{
    border-left: none;
}
.nav ul li>a span {
    position: relative;
    z-index: 99;
}
.nav ul li>a::before,.nav ul li>a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    background: #1787A3;
    z-index: 1;
}
.nav ul li>a::before{
    left: 50%;
}
.nav ul li>a::after{
    right: 50%;
}
.nav ul li>a:hover::before,
.nav ul li>a:hover::after,
.nav ul li .on::before ,
.nav ul li .on::after
 {
    width: 50%;
}

.main {
    min-height: 527px;
}

footer {
    margin-top: 40px;
    width: 100%;
    background: #044f9f;
    font-style: 14px;
    color: #fff;
}
footer .bot {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
footer .bot img {
    width: auto;
}
.bot-left {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.bot-left p{
    margin-bottom: 10px;
    font-size: 14px;
}

.memu-btn {
width: 50px;
height: 30px;
display: none;
flex-flow: column;
justify-content: space-between;
cursor: pointer;
overflow: hidden;
}
.memu-btn i {
content: '';
display: inline-block;
width: 100%;
height: 3px;
background: #222;
transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
transform: rotate(-45deg) translate(3px, -12px);
}
.memu-btn-active i:nth-child(1) {
transform: rotate(45deg) translate(3px, 12px);
}
.y45 {
transform: rotate(45deg);
}
.y-45 {
transform: rotate(-45deg);
}

.warp,.warp2 {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 998;
display: none;
}

.aside {
position: fixed;
top: 0;
right: 0;
height: 100%;
background: #044f9f;
width: 50%;
max-width: 200px;
z-index: 999;
transform: translateX(100%);
transition: all 0.3s;
}
.aside a {
width: 100%;
line-height: 40px;
box-sizing: border-box;
padding: 0 5% 0 10%;
color: #fff;
border-bottom: 1px solid #5098aa;
display: flex;
justify-items: center;
align-items: center;
justify-content: space-between;
}
.aside a i {
display: inline-block;
height: 20px;
width: 20px;
background: url(/_upload/tpl/02/d9/729/template729/img/arrow_r_w.png) center no-repeat;
}
.aside-active {
transform: translateX(0);
}

.navlists {
display: none;
background: #1486A2;

}

#flimg {
    z-index:999;
}

#flimg p {
    font-size: 14px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    color: #999;
}

.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container {
    width: 98%;
    max-width: 1200px;
    margin: 40px auto 0;
}

.banner2 {
    width: 390px;
    height: 330px;
}
.banner2 .img-box-re {
    padding-bottom:72.66%;
}
.banner2 .title {
    color: black;
    font-size: 12px;
    text-align: center;
    padding: 8px 12px;
    font-weight: 700;
}

.banner2 .title p {
    display: none;
}

.con-left {
    width: 100%;
    max-width: 800px;
}

.con {
    width: 390px;
    transition: all .5s;
}

.con .ti {
    background-color: #044f9f;
    padding-bottom: 10px;
    color: white;
    /* font-family: " FZYaSongS-B-GB"; */
    height: 50px;
    border-radius: 3px;
    margin-left: 3px;
    margin-right: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
}

.con .ti a {
    color: #fff;
    font-size: 14px;
}
.con .list  {
    padding: 0 20px;
}
.con .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    height: 38px;
}
.con .list li a {
    font-size: 14px;
    color: #000;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con .list li a:hover {
    color: #23527c;
}

.con  .list2 {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con  .list2 li {
    width: 48%;
}
.con  .list2 li a{
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
}
.con  .list2 li:nth-child(1) a {
    background-color: #b1ded7
}
.con  .list2 li:nth-child(2) a {
    background-color: #c7dfab
}
.con  .list2 li:nth-child(3) a {
    background-color: #b3dfec
}
.con  .list2 li:nth-child(4) a {
    background-color: #e7d6b8
}
.con  .list2 li:nth-child(5) a {
    background-color: #bdc9de
}
.con  .list2 li:nth-child(6) a {
    background-color: #ecc2b3
}

.date {
    font-size: 14px;
    color: #666;
}
.con-right .date {width:70px;}
.con-right {
    width: 390px;
}

.con-right .con {
    width: 100%;
    margin-bottom: 0px;
}
.con-right .con .list li a {
    width: 100%;
}

.con-right .list3 {
    padding: 0 5px;
}
.con-right .list {
    padding: 0 10px;
}
.con-right .list3 li a{
    width: 100%;
    margin-top: 8px;
    background: #E0E6EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 5px;
}
.con-right .list3 li a:hover {
    color: #23527c;
}
.con-right .list3 li a div {
    height: 40px;
    width: 40px;
}
.con-right .list3 li a p {
    width: 80%;
    text-align: left;
    line-height: 1em;
}
.smallfont {
    font-size: 13px;
    line-height: normal;
    text-align: center;
}

.listleft p{
    width: 180px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-size: 22px;
    background: #044f9f;
    text-align: center;
}
.subnav {
    background: #EBF3FC;

}
.subnav li {
    position: relative;
}
.subnav li a{
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}
.subnav li a span {
    z-index: 999;
    position: relative;
}
.subnav li::before,
.subnav li::after{
    content: '';
    position: absolute;
}

.subnav li::before {
    left: 0;
    height: 100%;
    width: 0%;
    transition: all .3s;
    background: #1787A3;
}

.subnav li:hover a,.on a {
    color: #fff !important;
}
.subnav li:hover::before , .subnav .on::before {
    width: 100%;
    z-index: 1;
}
.subnav li:hover .arr ,.on .arr {
    display: block;
}
.arr {
    content: '';
    display: none;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
    transform: rotate(-45deg);
    position: relative;
    z-index: 990;
}

.bigbg{
    height: 200px;
    background: url(/_upload/tpl/02/d9/729/template729/img/banner.jpg) center no-repeat;
    background-size: initial;
    background-position-y: -304px;
    width: 100%;
}
.listright {
    width: 82%;
}
.ti {
    border-bottom: 2px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bor-t {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 2px solid #044f9f;
    margin-bottom: -2px;
    padding-right: 20px;
}

.subnav2 {
    font-size: 16px;
    color: #666;
}
.subnav2 a {
    margin: 0 5px;
}
.subnav2 a:hover {
    color:#23527c;
}

.comtentlist {
   margin-top: 20px;
}
.comtentlist li{
    border-bottom: 1px dashed #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.comtentlist li a {
    width: 75%;
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    position: relative;
}
.comtentlist li span {
    font-size: 13px;
}
.comtentlist li a::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 3px;
    border-radius: 5px;
    border: 2px solid #1787A3;
    background: #044f9f;
}
.comtentlist li:hover a{
    color:#23527c;
    transform: translateX(5px);
}

.floatnav {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}
.floatnav a {
    color: #fff;
    background: #044f9f;
    font-size: 14px;
    margin-bottom: 1px;
    text-align: center;
    padding:0 5px;
    transition: all .3s ease-in-out;
}
.floatnav a:hover {
    background: #04596E;
    padding:10px;
}
.floatnav i {
    height: 40px;
    width: 50px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}
.floatnav a:last-of-type{
    margin-bottom: 0;
}


.warp2 .search {
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%,-50%);
    z-index: 9999999;
    cursor: pointer;
}

.search form {
    height: 30px;
    display: flex;
    justify-content:  space-between;
}

.search input {
   width: 80%;
}

.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}

#searchForm  button{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(/_upload/tpl/02/d9/729/template729/img/search.png) center no-repeat;
}

#searchForm  button::after {
	border: none;
}

.isearch {
    width: 20px;
    height: 20px;
    background: url(/_upload/tpl/02/d9/729/template729/img/search.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}



.tips {
    display: flex;
    align-items: center;
}

#close {
    height: 30px;
    width: 30px;
    background: url(/_upload/tpl/02/d9/729/template729/img/close.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
}


.tips .search {
    border: 2px solid #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}


.isearch {
    width: 20px !important;
    height: 20px !important;
    background: url(/_upload/tpl/02/d9/729/template729/img/search.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    display: none !important;
}

/*add*/
.nav ul li .parent::before, .nav ul li .parent::after,.nav ul li .selected::before, .nav ul li .selected::after {
    /*width: 50%;*/
}
.subnav .selected::before {
    width: 100%;
    z-index: 1;
}
.subnav .selected a {
    color: #fff !important;
}




/* .friend {
    display: flex;
    align-items: center;
    margin: 10px 0;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.friend li {
    font-size: 14px;
}
.friend li a {
    color:#044f9f;
    width: 300px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    font-family: cursive;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s;
} */
.friend {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.friend li {
    font-size: 14px;
}
.friend li a {
    color: #fff;
    padding: 0px 10px;
    border-right: 1px solid #fff;
    font-size: 14px;
}
.friend li a:hover {
    text-decoration: underline;
}
.friend li:last-of-type a {
    border-right: none;
}

#roll {
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
}
#roll .con {
    width: 100%;
}
#roll .con .ti {
    margin-bottom: 10px;
}
#roll>span {
    white-space: nowrap;
    font-size: 14px;
}
#roll ul li {
    margin-right: 20px;
}
#roll ul li a {
    white-space: nowrap;
}
#roll ul li a:hover {
    background: #044f9f;
    color: #fff;
}


.p_text_indent_2>a {
    text-indent: 0 !important;
}

.banner .img-box-re {
    height: 450px;
}
.floatnav.none {
    display: none;
}