﻿@charset "utf-8";
/* Style Reset */
article,aside,audio,body,canvas,caption,dd,div,dl,dt,fieldset,figure,footer,form,header,html,input,label,legend,li,mark,menu,nav,ol,section,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,video{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:400;margin: 0;padding: 0;}
article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section{display:block;}
ol,ul{list-style:none;}
img{border:0 none;vertical-align:middle;}
blockquote,q{quotes:none;}
blockquote:after,blockquote:before,q:after,q:before{content:none;}
table{border-collapse:collapse;border-spacing:0;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}
mark{background:0 0;}
input::-ms-clear{display:none!important;}
html{scroll-behavior:smooth;}
body{font:14px/1.5 \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei","Droid Sans Fallback",SimSun,sans-serif;background:#fff;scroll-behavior:smooth;}
a{text-decoration:none;color:#333;-webkit-transition: .3s color ease;-ms-transition: .3s color ease;transition: .3s color ease;}
a:hover,a:focus{text-decoration:none;color: #2065b1;}
a,button,input,a:focus{outline: none;}


/* Common */
.outer,.inner{position: relative;}
.text-truncate{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-two-line{display:-webkit-box;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.text-four-line{display:-webkit-box;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;-webkit-line-clamp: 4;line-clamp: 4;-webkit-box-orient: vertical;}

/* Header */
.header{position: relative;z-index: 99;padding: 18px 0;background: url(../img/header_bg.jpg) no-repeat center/cover,linear-gradient(to top, white, #daedfe);}
.header-logo{display: block;padding-bottom:5px;}
.header-logo img{width:auto;max-height:100px;height: 100%;}
.header-right{float:right;margin-top: 6px;}
.header-link{display:block;text-align: right;color:#333;font-weight: normal;}
.header-link a{display: inline-block;padding: 0 8px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.header-link a:hover{opacity: .7;}
.header-link span:last-of-type a{border-right: 0;}
.header-link img{margin-right: 10px;vertical-align: middle;}
.header-search{position:relative;width:320px;height:40px;margin-top:16px;}
.search-input{display:block;width:100%;height:40px;padding:0 10px;line-height:40px;background:#fff;font-size: 14px;border: none;color:#333;border-radius: 20px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.search-input::-webkit-input-placeholder{color:#226aba;}
.search-input::-moz-placeholder{color:#226aba;}
.search-input::-ms-input-placeholder{color:#226aba;}
.search-submit{position:absolute;top:0;right:0;display:block;width:40px;height:40px;background: url(../img/icon_search.png) no-repeat center;background-size:20px;border:none;border-radius: 0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.search-input:focus,.search-submit:focus{box-shadow:0 0 10px rgba(0,0,0,.1);}
.search-submit:hover{background-color:rgba(0,0,0,.1);}


/* Header Nav */
.header-nav{position: relative;z-index: 99;width:100%;background: #226aba;/* padding-bottom: 48px; */}
.header-nav .navbar-toggle{padding: 5px 10px;color: #fff;font-size: 18px;}
.site-nav,.site-nav ul{width:100%;}
.site-nav li{position:relative;width:14.28%;}
.site-nav li a{position: relative;display:block;padding:20px 0;width:100%;font-size:18px;text-align:center;color:#fff;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.site-nav li:hover > a{color:#226aba;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.site-nav > ul > li:hover > a::before,.site-nav > ul > li:hover > a::after{opacity: 1;visibility: visible;}
.site-nav .open>a,.site-nav .open>a:focus,.site-nav .open>a:hover,.site-nav>li>a:focus,.site-nav>li>a:hover{background:#fff;color:#226aba;}
.dropdown-menu{left:0;padding:0;width:100%;min-width:115px;border: 0px;text-align:center;border-radius: 0;}
.dropdown-menu>li{width:100%;}
.dropdown-menu>li>a{display:block;padding:12px 0;background:#226aba;color:#fff;font-size:18px;font-weight:400;border-radius: 0;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.dropdown-menu>li>a:hover{background: #fff;color: #226aba;}

/* Footer */
.footer{padding: 20px 0 0;background:#fff;padding-top: 30px;}
.footer-logo{padding: 20px 0;width: 100%;height: auto;padding-top: 15px;padding-right: 30px;}
.footer-logo img{width: 100%;/* height: 80px; */}
.footer-info{padding: 30px 0 20px;text-align: left;color: #333;}
.footer-info p{margin: 0;line-height: 24px;color: #333;}
.footer-copyright{padding: 10px 0;color: #333;font-size: 14px;text-align: center;background: #f0f0f0;}
.footer-link{float: right;width: 300px;max-width: 100%;margin-top: 40px;text-align:right;}
.footer-link ul>li{position:relative;display:inline-block;width:100%;height:40px;border-radius: 0;}
.footer-link ul>li:hover .footer-link-list{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-ms-transform:translateY(0);}
.footer-link-button{display:inline-block;padding-left:15px;width:100%;height:35px;border:none;border:1px solid #f0f0f0;text-align:left;font-weight:600;background-color:#f0f0f0;color:#333;}
.footer-link-button i{float:right;width:14px;height:8px;margin-top:8px;margin-right:5px;background-repeat:no-repeat;background-size:auto;background-position:center;background-image:url(../img/icon/icon_link_more.jpg);vertical-align:middle;}
.footer-link-list{position:absolute;right:0;bottom:100%;left:0;z-index:10;width:100%;background-color:#fff;box-shadow:0 -5px 15px rgba(0,0,0,.1);opacity:0;visibility:hidden;-webkit-transition:.3s all ease;transition:.3s all ease;-webkit-transform:translateY(-15px);transform:translateY(-15px);-ms-transform:translateY(-15px);-ms-transition:.3s all ease;}
.footer-link-list li a{display:block;padding:8px 10px;border-bottom:1px dashed #fff;color:#333;font-size:14px;text-align:left;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease;}
.footer-link-list li:last-child a{border-bottom:none;}
.footer-link-list li a:hover{background-color:#fff;color:#226aba;}