<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    min-height: 100%;
    width: 100%;overflow-x:hidden;
}
html {
    height: 100%;
}
body {
    width: 100%;
    position: relative;
    font-family: Microsoft YaHei, 黑体;
}
em {
    font-style: italic;
}
#wrap {}
a {
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 18px;
}
h3 {
    font-size: 30px;
    line-height: 34px;
    color: #023a78;
    font-weight: bold;
    text-transform: uppercase;
}
* {
    outline: none;
}
.text ul{
    list-style: initial;
    list-style-position: inside;
}
.custom-btn {
    width: 245px;
    font-size: 14px;
    line-height: 45px;
    background: #023a78;
    color: white;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
#content {
    min-height: 600px;
}
#header {background: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
#header #search-bar {
    height: 50px;
    width: 100%;
    background: #023a78;
    padding-right: 45px;
    box-sizing: border-box;
    text-align: right;
    display: table;
}
#header #search-bar .inner {
    display: table-cell;
    vertical-align: middle;
}
#header #search-bar .inner .input-group {
    width: 190px;
    height: 30px;
    position: relative;
}
#header #search-bar .inner .input-group .search-icon {
    position: absolute;
    right: 8px;
    width: 13px;
    height: 30px;
    border: none;
    box-shadow: none;
    background: url('/images/search-icon.png') no-repeat center center;
    top: 0;
    outline: none;
}
#header #search-bar .inner input[type="text"] {
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    border: none;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
    height: 30px;

}

#header #search-bar a.download-cat {
    font-size: 12px;
    line-height: 30px;
    color: white;
    display: inline-block;
    margin-right: 35px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;float:left;
    text-transform: uppercase;
}
#header #search-bar .search-box {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}
#header #search-bar a.lang {
    font-size: 15px;margin:0 5px;
    line-height: 30px;
    color: white;
}
#header #search-bar a.lang img{margin-top:px;}

#header #menu {
    height: 100px;
    width: 1200px;margin:0 auto;
    background: white;
    text-align: center;
    display: table;
}
#header #menu .inner {
    width: 1200px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#header #menu h1 {
    display: inline-block;
    width: 479px;
    height: 52px;
    vertical-align: middle;
    margin-right: 40px;
}
#header #menu .main-menu {
    display: inline-block;
}
#header #menu .main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    padding: 20px 0;
}
#header #menu .main-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #023a78;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-right: 25px;
    position: relative;
}
#header #menu .main-menu ul li a:hover {}
#header #menu .main-menu ul li a:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/images/down-arrow.png') no-repeat center center;
}
#header #menu .main-menu ul li:last-child {
    margin-right: 0;
}
#header #menu .main-menu ul li:last-child a {
   
}
#header #menu .main-menu ul li:last-child a:after {
    display: none;
}
#header #menu .main-menu ul li&gt; ul {
    display: block;
    width: 140px;
    position: fixed;
    top: 150px;
    background: #f9f9f9;
    margin-left: -40px;
    z-index: 14;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
#header #menu .main-menu ul li.active&gt; ul {
    visibility: visible;
    opacity: 1;
}
#header #menu .main-menu ul li&gt; ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    background: #f9f9f9;
   
}

@media (max-width: 1366px) and (min-width: 1150px)
#header #menu .main-menu ul li {
    padding: 15px 0;
    margin-right: 0px;
}


#header #menu .main-menu ul li&gt; ul li a {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-transform: none;
    background: #f9f9f9;
    color: #023a78;
    letter-spacing: 1px;
    font-weight: bold;
}
#header #menu .main-menu ul li&gt; ul li a:after {
    display: none;
}
#header #menu .main-menu ul li&gt; ul li a:hover {
    color: grey;
}
#header #menu .badge {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
#header #menu h1 a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    color: transparent;
}
#header #menu h1 a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Homepage */

.six-col {
    width: 100%;
    overflow: hidden;
    height: 590px;
    background: rgba(0, 0, 0, 0.7);
}
.six-col .col {
    width: 16.666%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
}
.six-col .col:last-child {
    /*    float: right;*/
}
.six-col .col.active {
    width: 70%;
}
.six-col .col.inactive {
    width: 6%;
}
.six-col .col .title {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.six-col .col.inactive .title {
    background: rgba(0, 0, 0, 0.7);
}
.six-col .col .title&gt; p {
    color: #023a78;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: calc(100% - 40px);
    text-align: left;
    height: 80px;
    overflow: hidden;
}
.about-text {
    width: 100%;
    height: 560px;
    display: table;
    background: url('/images/homepage-bg.jpg') no-repeat center center / cover;
}
.about-text .inner {
    display: table-cell;
    vertical-align: middle;
}
.about-text .inner .wrapper {
    width: 1140px;
    margin: 0 auto;
    text-align: left;
}
.about-text .inner .text {
    width: 480px;
}
.about-text .inner .text .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #023a78;
    font-weight: bold;
    text-transform: uppercase;
}
.about-text .inner .text p {
    font-size: 16px;
    line-height: 18px;
    color: black;
}
.about-text .inner .text .btn-group {
    text-align: left;
    margin-top: 20px;
}
.about-text .inner .text a.custom-btn {
    width: 200px;
    float: left;
}
.homepage .two-col {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    padding: 110px 0;
}
.homepage .two-col .image {
    width: 570px;
    float: left;
}
.homepage .two-col .image  &gt; img{
	max-width: 430px;
}
.homepage .two-col .info {
    width: 590px;
    float: right;
}
.homepage .two-col .info .text .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #023a78;
    text-transform: uppercase;
}
.homepage .two-col .info .text p {
    font-size: 16px;
    line-height: 20px;
    color: black;
}
.homepage .two-col .info .text .btn-group {
    margin-top: 25px;
    overflow: hidden;
}
.homepage .two-col .info .text .btn-group a.custom-btn {
    width: 200px;
    float: left;
}
.homepage .three-col {
    height: 480px;
    width: 100%;
    overflow: hidden;
}
.homepage .three-col .col {
    width: 33%;
    height: 100%;
    float: left;
    display: table;
}
.homepage .three-col .col+ .col {
    width: 34%;
}
.homepage .three-col .col+ .col+ .col {
    width: 33%;
}
.homepage .three-col .col .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.homepage .three-col .col .inner p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #023a78;
    text-transform: uppercase;
}
.homepage .section {
    /*padding: 20px 0;*/
    width: 100%;
    background: #F9F9F9;
}
.homepage .section .text {
    width: 945px;
    margin: 0 auto;
    text-align: center;
}
.homepage .section .text h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #023a78;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Footer */

#footer {}
#footer .footer-sitemap {
    padding: 50px 0 30px;
    background: #353535;
    text-align: center;
}
#footer .footer-sitemap .inner {
    text-align: center;
    overflow: hidden;
    width: 1200px;margin:0 auto;
    margin-bottom: 25px;
}
#footer .footer-contact {
    padding: 95px 0 90px;
    /*background: #023a78;*/
	background: url('/images/indexfoot.jpg') no-repeat center center / cover;
}
#footer .footer-contact .inner {
    text-align: center;
    overflow: hidden;
}
#footer .footer-contact .inner .col-wrapper {
    display: inline-block;
}
#footer .footer-contact .inner .col {
    width: 400px;
    height: 140px;
    display: inline-block;
    vertical-align: top;
    color: white;
    text-align: left;
}
#footer .footer-contact .inner .col.c1 h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}
#footer .footer-contact .inner .col.c1 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
#footer .footer-contact .inner .col.mid-col {
    padding: 0 70px 0 45px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    box-sizing: border-box;
}
#footer .footer-contact .inner .col.c3 {
    padding-left: 40px;
    box-sizing: border-box;
}
#footer .footer-contact .inner .col.mid-col h4, #footer .footer-contact .inner .col.c3 h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
#footer .footer-contact .inner .col.mid-col p, #footer .footer-contact .inner .col.c3 p, #footer .footer-contact .inner .col.mid-col a, #footer .footer-contact .inner .col.c3 a {
    font-size: 14px;
    line-height: 18px;
    color: white;
}
#footer .footer-sitemap .inner .col {
    width: 240px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
#footer .footer-sitemap .inner .col p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
    color: white;
}
#footer .footer-sitemap .inner .col ul li a {
    font-size: 12px;
    line-height: 24px;
    color: white;
}
#footer .footer-sitemap .inner .col.s4 {
    width: 150px;
}
#footer .footer-sitemap .inner .col.s4 p a {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
    color: white;
}
#footer .footer-sitemap .copyright a {
    color: white;
    font-size: 11px;
    /*line-height: 13px;*/
}
.copyright{margin-top:20px}
/* About */

.banner {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    z-index: 10;
    display: none !important;
}
.banner-title {
    width: 100%;
    height: 100%;
    z-index: 12;
    /* display: table; */
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.banner-title .inner {
    display: table-cell;
    vertical-align: middle;
}
.banner-title .inner h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #023a78;
    text-align: center;
}
.page-content {
    width: 930px;float:right;
   
    margin: 30px auto;
    box-sizing: border-box;
}
.page-content .text {
    text-align: center;
}
.page-content .text h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #023a78;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.page-content .text p {
    font-size: 16px;
    line-height: 20px;
    color: black;
}
.about .page-content {
    width: 1065px;
}
.about .page-content .about-list {
    overflow: hidden;
}
.about .page-content .about-list .box {
    width: 335px;
    height: 250px;
    margin: 10px;
    float: left;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-list-title {
    width: 100%;
    height: 100%;
    z-index: 12;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}
.about-list-title .inner {
    display: table-cell;
    vertical-align: middle;
}
.about-list-title .inner p {
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #023a78;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

/* Accreditations &amp; Standards */

.accreditation .page-content {
    width: 935px;
}
.accreditation .page-content .badge-list {
    margin-top: 100px;
    text-align: center;
}
.accreditation .page-content .badge-list .row {
    overflow: hidden;
    margin-bottom: 35px;
}
.accreditation .page-content .badge-list .row.last {
    margin-bottom: 0;
}
.accreditation .page-content .badge-list .row .image {
    width: 170px;
    text-align: right;
    margin-right: 65px;
    display: inline-block;
    vertical-align: top;
}
.accreditation .page-content .badge-list .row .image &gt; img{
	max-width: 170px;
}
.accreditation .page-content .badge-list .row .badge-text {
    width: 495px;
    display: inline-block;
    vertical-align: top;
}
.accreditation .page-content .badge-list .row .badge-text p.title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #023a78;
    text-transform: uppercase;
    font-weight: bold;
}
.accreditation .page-content .badge-list .row .badge-text p {
    font-size: 16px;
    line-height: 18px;
    color: black;
    text-align: justify;
    text-justify: distribute;
}

/* Company Profile */

.company-profile .page-content {
    width: 935px;
    padding-bottom: 50px;
}
.company-profile .page-content .text {}
.company-profile .what-we-do {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.company-profile .what-we-do .text {
    width: 935px;
    margin: 0 auto 50px;
}
.company-profile .what-we-do .text h3 {
    margin-bottom: 40px;
}
.company-profile .video-wrapper {
    width: 700px;
    margin: 0 auto;
}
.company-profile .video-wrapper iframe {
    margin-bottom: 50px;
}
.company-profile .video-wrapper a.custom-btn {
    width: 245px;
    font-size: 14px;
    line-height: 45px;
    background: #023a78;
    color: white;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* Meet the experts */

.meet-experts .experts-list {
    overflow: hidden;
    width: 1040px;
    margin: 0 auto;
}
.meet-experts .experts-list .row2 {
    height: 414px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.meet-experts .experts-list .row2 .expert {
    width: 510px;
    margin-right: 20px;
    height: 100%;
    position: relative;
    float: left;
}
.meet-experts .experts-list .row2 .expert:last-child {
    margin-right: 0px;
}
.meet-experts .experts-list .expert .gradient {
    background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.4));
    background: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.4));
    background: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.4));
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.4));
    display: none;
}
.meet-experts .experts-list .row3 {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: -20px;
}
.meet-experts .experts-list .row3 .expert {
    width: 333px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 270px;
    position: relative;
    float: left;
}
.meet-experts .experts-list .row3 .expert.last {
    margin-right: 0;
}
.meet-experts .experts-list .row3 .expert:last-child {
    width: 334px;
    margin-right: 0px;
}
.meet-experts .experts-list .expert .expert-info {
    /*
    z-index: 12;
    position: absolute;
    left: 15px;
    bottom: 15px;
    text-align: left;
    */
    z-index: 12;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 5px 0 5px 15px;
    background: rgba(255, 255, 255, 0.8);
}
.meet-experts .experts-list .expert .expert-info p.title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #023a78;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}
.meet-experts .experts-list .expert .expert-info p.position {
    font-size: 16px;
    line-height: 18px;
    color: #2d2d2d;
    letter-spacing: 0.5px;
}
.meet-experts .experts-list .row3 .expert .expert-info p.position {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.meet-experts .experts-list .expert .expert-info p, .meet-experts .experts-list .expert .expert-info p a {
    font-size: 14px;
    line-height: 16px;
    color: #2d2d2d;
    letter-spacing: 0.5px;
}
.meet-experts .experts-list .expert .cover {
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 58, 120, 0.8);
    display: table;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.meet-experts .experts-list .expert:hover .cover {
    visibility: visible;
    opacity: 1;
}
.meet-experts .experts-list .expert .cover .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.meet-experts .experts-list .expert .cover .inner a {
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: block;
}
.meet-experts .experts-list .expert .cover .inner a.d-email {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: white;
    letter-spacing: 0.5px;
}

/* highlights */

.highlight-list {
    overflow: hidden;
    width: 1310px;
    margin: 0 auto 30px;
}
.highlight-list .highlight-box {
    width: 370px;
    height: 500px;
    float: left;
    margin: 0 10px 20px;
    background: #eeeeee;
}
.highlight-list .highlight-box .image {
    width: 100%;
    height: 190px;
    margin-bottom: 40px;
    display: block;
}
.highlight-list .highlight-box .info {
    height: 230px;
    width: 310px;
    margin: 0 auto;
    padding-bottom: 20px;
    position: relative;
}
.highlight-list .highlight-box .info p {
    font-size: 15px;
    line-height: 17px;
}
.highlight-list .highlight-box .info p.date {
    font-size: 14px;
    line-height: 16px;
    color: #023a78;
}
.highlight-list .highlight-box .info p.title {
    font-size: 18px;
    line-height: 20px;
    color: #023a78;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.highlight-list .highlight-box .info a {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #023a78;
}

/* highlight detail */

.highlightdetail .highlight-content {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    padding: 0 50px;
    position: relative;
}
.highlight-content .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 36px;
    z-index: 888;
}
.highlight-content .bx-wrapper .bx-prev {
    left: -50px;
    background: url("/images/previous-btn.png") no-repeat center center;
}
.highlight-content .bx-wrapper .bx-next {
    right: -50px;
    background: url("/images/next-btn.png") no-repeat center center;
}
.highlightdetail .highlight-content a.previous-btn {
    width: 20px;
    height: 36px;
    display: block;
    background: url("/images/previous-btn.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 205px;
    display: none;
}
.highlightdetail .highlight-content a.next-btn {
    width: 20px;
    height: 36px;
    display: block;
    background: url("/images/next-btn.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 205px;
    display: none;
}
.highlightdetail .highlight-content .image {
    width: 100%;
    margin-bottom: 30px;
}
.highlightdetail .highlight-content .image img {
    width: 100%;
}
.highlightdetail .highlight-content .text {
    text-align: left;
    margin-bottom: 50px;
}
.highlightdetail .highlight-content .text p.date {
    font-size: 18px;
    line-height: 20px;
    color: #023a78;
}
.highlightdetail .highlight-content .text p.title {
    font-size: 24px;
    line-height: 26px;
    color: #023a78;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.highlightdetail .highlight-content a.back-btn {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #023a78;
}
.highlightdetail .highlight-content .btn-group {
    text-align: right;
}
.highlightdetail .page-content {}

/* Services */

.services-list {
    width: 1160px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.service {
    width: 550px;
    height: 325px;
    float: left;
    margin: 0 15px 30px;
    position: relative;
}
.service .caption {
    width: 250px;
    height: 205px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 65px 60px 25px;
    position: relative;
}
.service .caption p.title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #023a78;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.service .caption .text {
    text-align: left;
    width: 190px;
}
.service .caption .text p {
    font-size: 14px;
    line-height: 20px;
    color: #023a78;
    font-weight: bold;
}
.service .caption .find-btn {
    position: absolute;
    bottom: 15px;
    left: 25px;
    width: 200px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #023a78;
    text-align: center;
    text-transform: uppercase;
}
.test-service .page-content {
    padding: 50px 0 0;
}
.test-service .page-content .what-we-do {
    padding: 50px 0;
}
.test-service .page-content .what-we-do .text {
    width: 935px;
    margin: 0 auto 50px;
}
.test-service .video-wrapper {
    width: 700px;
    margin: 0 auto;
}
.test-service .video-wrapper iframe {
    margin-bottom: 50px;
}
.test-service .video-wrapper a.custom-btn {
    width: 245px;
    font-size: 14px;
    line-height: 45px;
    background: #023a78;
    color: white;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* Careers */

.careers-list {
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}
.careers-list .box {
    width: 333px;
    height: 245px;
    margin: 0 10px;
    float: left;
    position: relative;
}
.careers-list .box .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 12;
}
.careers-list .box .caption .inner {
    display: table-cell;
    vertical-align: middle;
}
.careers-list .box .caption .inner p {
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    color: #023a78;
    text-transform: uppercase;
    text-align: center;
}

/* Culture */

.culture .page-content {
    width: 100%;
    padding: 0;
}
.culture .section {
    padding: 50px 0;
    width: 100%;
    background: #F9F9F9;
}
.culture .section+ .section {
    background: white;
}
.culture .section+ .section+ .section {
    background: #F9F9F9;
}
.culture .page-content .text {
    width: 945px;
    margin: 0 auto;
}
.culture-slideshow-wrapper {
    margin: 50px auto 100px;
    width: 730px;
}
.culture-slideshow {
    width: 730px;
    height: 440px;
    margin: 0 auto;
}
.culture-slideshow .slide {
    width: 100%;
    height: 100%;
}
.culture .ballballs {
    margin: 25px auto;
}
.culture .bx-wrapper .bx-controls-direction a {
    margin-top: -10px;
    width: 20px;
    height: 36px;
}
.culture .bx-wrapper .bx-prev {
    left: -50px;
    background: url('/images/previous-btn.png') no-repeat center center;
}
.culture .bx-wrapper .bx-next {
    right: -50px;
    background: url('/images/next-btn.png') no-repeat center center;
}
.ballballs {
    margin: 0 auto 0;
    text-align: center;
    width: 1100px;
    overflow: hidden;
}
.ballball-wrap {
    display: inline-block;
    width: 300px;
    margin: 25px 30px;
    vertical-align: top;
}
.ballball {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    ;
    position: relative;
}
.ballball .cover {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #023a78;
    opacity: 0.3;
    border-radius: 150px;
}
.ballball .wrap {
    width: 90%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 12;
}
.ballball .wrap .inner {
    display: table-cell;
    vertical-align: middle;
}
.ballball .wrap .inner p {
    font-size: 22px;
    line-height: 26px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Opportunities */

.opportunity .page-content {
    width: 100%;
    padding: 0;
}
.opportunity .section {
    padding: 50px 0 50px;
    width: 100%;
    background: #F9F9F9;
}
.opportunity .section+ .section, .opportunity .section+ .section+ .section+ .section {
    background: white;
}
.opportunity .section+ .section+ .section {
    background: #F9F9F9;
}
.opportunity .page-content .text {
    width: 945px;
    margin: 0 auto;
}
.opportunity .ballballs {
    margin-bottom: 25px;
    margin-top: 0px;
}
.opportunity .ballball .wrap .inner p {
    font-size: 20px;
    line-height: 24px;
}
.opportunity .ballball .wrap .inner p.step {
    font-size: 72px;
    line-height: 76px;
    margin-bottom: 15px;
}
.opportunity .ballball {
    margin-bottom: 30px;
}
.ball-desc p {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: black;
    text-align: center;
    text-justify: distribute;
}
.ppl-desc {
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
}
.ppl-desc .image {
    width: 289px;
    float: left;
}
.ppl-desc .image img {
    margin-bottom: 15px;
    width: 200px;
}
.ppl-desc .image p.name {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #023a78;
}
.ppl-desc .image p {
    color: black;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}
.ppl-desc .image p a.custom-btn {
    margin: 0;
    width: 200px;
}
.ppl-desc .line {
    width: 1px;
    height: 300px;
    background: #023a78;
    float: left;
}


.dangq{width:100%;color:#666;/*margin-bottom:10px; */   border-bottom: 1px solid #ddd;
    padding-bottom: 20px;}
.dangq a{color:#666}
.arcon p{line-height:30px;}

.ppl-desc .artit{width: 100%;text-align:center;font-weight:bold;margin:20px 0 20px;font-size:28px;}
.ppl-desc .info {
    width: 100%;
 line-height:35px;
    box-sizing: border-box;
    float: left;
}
.ppl-desc .info {
    text-align: left;
}
.ppl-desc .info p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

/* Search Box */

.job-search-box {
    width: 100%;
    background: #023a78;
    padding: 45px 0;
}
.job-search-box .inner {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.job-search-box .inner input[type="text"] {
    height: 50px;
    width: 300px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 20px;
    float: left;
    border-radius: 0;
}
.job-search-box .inner select {
    height: 100%;
    width: 300px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/images/select-icon.png') no-repeat right 15px center, white;
    margin-right: 20px;
    float: left;
    border-radius: 0;
}
.job-search-box .inner .submit-btn {
    width: 220px;
    font-size: 14px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    float: left;
    box-shadow: none;
    border: none;
    background: #9c9c9c;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.job-search-box .inner select::-ms-expand {
    display: none;
}

/* Search Result */

.result .page-content {
    width: 1040px;
    padding-top: 50px;
}
.page-title {
    text-align: center;
}
.page-title h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 50px;
    color: #023a78;
    font-weight: bold;
    text-transform: uppercase;
}
.search-result-list {
    overflow: hidden;
}
.search-result-list .box-wrapper {}
.search-result-list .box-wrapper .box {
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
}
.search-result-list .box-wrapper .box:last-child {
    margin-bottom: 0;
}
.search-result-list .box-wrapper .heading {
    width: 100%;
    background: #023a78;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    line-height: 20px;
}
.search-result-list .box .box-title {
    color: black;
    width: 100%;
    padding: 15px 50px;
    background: #f4f4f4;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.search-result-list .box .box-title:before {
    content: "";
    width: 10px;
    height: 12px;
    display: block;
    position: absolute;
    background: url('/images/right-tri.png') no-repeat center center;
    left: 20px;
    top: 50%;
    margin-top: -6px;
}
.search-result-list .box .box-title:after {
    content: "";
    width: 30px;
    height: 26px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    background: url('/images/plus-icon.png') no-repeat center center;
}
.search-result-list .box .box-title.active:after {
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
    background: #023a78;
}
.search-result-list .box-wrapper .box-inner {
    padding: 20px 50px 30px;
    display: none;
}
.search-result-list .box-wrapper .box-inner .title {
    background: #023a78;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}
.search-result-list .box-wrapper .box-inner .content {
    padding: 20px;
    border: 1px solid #f4f4f4;
}
.search-result-list .box-wrapper .box-inner .content .bold {
    font-weight: bold;
    color: black;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.search-result-list .box-wrapper .box-inner .content .text {
    margin-bottom: 15px;
    text-align: left;
}
.search-result-list .box-wrapper .box-inner .content .text p {
    font-size: 14px;
    line-height: 16px;
    color: black;
    letter-spacing: 0.5px;
}
.search-result-list .box-wrapper .box-inner .content .text ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 18px;
}
.search-result-list .box-wrapper .box-inner .content .text ul li {
    font-size: 14px;
    line-height: 16px;
}
.search-result-list .box-wrapper .box-inner .content .btn-group {
    overflow: hidden;
}
.custom-btn.apply-btn {
    width: 200px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.custom-btn.download-btn {
    width: 340px;
    float: right;
    cursor: pointer;
}
.apply-box-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.apply-box-wrapper.active {
    visibility: visible;
    opacity: 1;
}
.apply-box {
    width: 670px;
    height: auto;
    background: white;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -335px;
}
.cross2 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url('/images/cross2.png') no-repeat center center;
}
.apply-box .apply-title {
    height: 50px;
    background: #023a78;
    color: white;
    font-weight: bold;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
}
.apply-box .apply-content {
    padding: 35px 65px;
}
.apply-box .apply-content .form-group {
    margin-bottom: 10px;
    overflow: hidden;
}
.apply-box .apply-content .form-group div.text-box {
    display: inline-block;
    vertical-align: middle;
    width: 345px;
}
.apply-box .apply-content .form-group input[type='text'] {
    font-size: 12px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #e7e7e7;
}
.apply-box .apply-content .form-group input[type='file'] {
    width: 100%;
}
.apply-box .apply-content .form-group div.label {
    width: 180px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.apply-box .apply-content .form-group div.label label {
    font-size: 12px;
    line-height: 14px;
    color: black;
    font-weight: bold;
    display: block;
}
.apply-box .apply-content .form-group.static {
    margin-bottom: 15px;
}
.apply-box .apply-content .form-group.static p {
    font-weight: bold;
    font-size: 13px;
    color: #023a78;
}
.apply-box .apply-content .form-group.full {
    width: 100%;
    margin: 20px 0;
}
.apply-box .apply-content .form-group textarea {
    width: 100%;
    resize: none;
    height: 230px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e7e7e7;
    font-family: arial;
}
.apply-box .apply-content .text {
    margin-bottom: 20px;
    text-align: left;
}
.apply-box .apply-content .text p {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: black;
}
.apply-box .apply-content .btn-group .custom-btn {
    border: none;
    width: 200px;
    cursor: pointer;
}
.apply-box label.error {
    color: red;
    font-size: 12px;
    line-height: 14px;
}

/* Contact Us */

.contact {}
.contact .page-content {
    padding-top: 50px;
}
.contact-form {
    width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
.contact-form .select-group {
    width: 100%;
    overflow: hidden;
}
.contact-form .select-group .form-group {
    width: 300px;
    float: left;
}
.contact-form .select-group .form-group+ .form-group {
    width: 300px;
    float: right;
}
.contact-form .form-group {
    margin-bottom: 25px;
    overflow: hidden;
}
.contact-form select {
    height: 100%;
    width: 300px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/images/select-icon.png') no-repeat right 15px center, white;
    float: left;
    border-radius: 0;
    height: 50px;
}
.contact-form select::-ms-expand {
    display: none;
}
.contact-form .form-group label {
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    color: #979797;
    width: 130px;
    display: block;
    float: left;
}
.contact-form .form-group&gt; div {
    width: 500px;
    float: right;
}
.contact-form .form-group input[type="text"] {
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}
.contact-form .form-group textarea {
    width: 100%;
    height: 185px;
    font-size: 16px;
    line-height: 18px;
    font-family: arial;
    padding: 15px 25px;
    box-sizing: border-box;
    resize: none;
    border-radius: 0;
}
.contact-form label.error {
    color: red;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}
.contact-form .btn-group {
    text-align: center;
}
.contact-form .btn-group .custom-btn {
    width: 220px;
    border: none;
    float: none;
    cursor: pointer;
}

/* Service frontpage */

.frontpage .page-content {
    padding-bottom: 0;
}
.frontpage .video-section {
    width: 100%;
    padding: 50px 0;
}
.frontpage .video-section .section {
    padding-bottom: 0;
}
.frontpage .slideshow .slide, .subpage .slideshow .slide {
    height: 400px;
    width: 100%;
}
.frontpage .slideshow .slide .title, .subpage .slideshow .slide .title {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
}
.frontpage .slideshow .slide .title p, .subpage .slideshow .slide .title p {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.2px;
    color: #023a78;
    text-transform: uppercase;
}
.frontpage .bx-wrapper .bx-pager, .subpage .bx-wrapper .bx-pager {
    bottom: 25px;
    padding-top: 0;
}
.frontpage .bx-wrapper, .subpage .bx-wrapper {
    margin-bottom: 0;
}
.frontpage .section {
    padding-bottom: 50px;
}
.frontpage .section+ .section+ .section {}
.frontpage .video-wrapper {
    margin: 0 auto;
    text-align: center;
}
.frontpage .ballball {
    display: block;
}
.frontpage .ballball:hover .cover {
    opacity: 1;
}
.subpage .page-content {
    padding-bottom: 0;
}
.subpage .section {
    width: 1040px;
    margin: 0 auto 50px;
}
.subpage .section .category-list .box {
    overflow: hidden;
    margin-bottom: 20px;
}
.subpage .section .category-list .box-heading {
    width: 100%;
    height: auto;
    background: #ebebeb;
    padding: 20px 45px 20px 15px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #023a78;
    position: relative;
    cursor: pointer;
}
.subpage .section .category-list .box-heading:after {
    content: "";
    width: 30px;
    height: 26px;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    background: url('/images/plus-icon.png') no-repeat center center;
}
.subpage .section .category-list .box-heading.active:after {
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
    background: #023a78;
}
.subpage .section .category-list .box-content {
    border: 1px solid #f4f4f4;
    padding: 20px 15px;
    box-sizing: border-box;
    display: none;
}
.subpage .section .category-list .box-content ul li {
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    color: black;
    letter-spacing: 0.2px;
    position: relative;
}
.subpage .section .category-list .box-content ul li:last-child {
    margin-bottom: 0;
}
.subpage .section .category-list .box-content ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 18px;
    left: 0;
    top: 0;
    background: url('/images/right-tri.png') no-repeat center center;
    display: block;
}
.subpage .section .reference-list .box-wrapper {
    overflow: hidden;
    margin-bottom: 10px;
}
.subpage .section .reference-list .box-wrapper .box {
    width: 500px;
    min-height: 310px;
    float: left;
    margin-bottom: 40px;
}
.subpage .section .reference-list .box-wrapper .box .title {
    background: #023a78;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: white;
}
.subpage .section .reference-list .box-wrapper .box .content {
    background: #eeeeee;
    padding: 25px 20px;
    box-sizing: border-box;
    min-height: 250px;
}
.subpage .section .reference-list .box-wrapper .box .content p {
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}
.subpage .section .reference-list .box-wrapper .box.right {
    float: right;
}
.subpage .section .reference-list .btn-group {
    margin-top: 0px;
}
.subpage .section .reference-list .btn-group a.custom-btn {
    width: 425px;
}

/* Talent */

.talent .page-content {
    padding: 0;
    width: 100%;
}
.talent .page-content .section {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #F9F9F9;
}
.talent .page-content .section+ .section {
    background: white;
}
.talent .page-content .section .inner {
    width: 750px;
    margin: 0 auto;
}
.talent .title-text {
    text-align: center;
    margin-bottom: 40px;
}
.talent .title-text h3 {
    font-size: 30px;
    line-height: 34px;
    color: #023a78;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.talent .title-text p {
    font-size: 16px;
    line-height: 18px;
}
.talent .contact-form .btn-group .custom-btn {
    float: none;
}
.talent .learn-la {
    text-align: center;
}
.talent .learn-la h3 {
    margin-bottom: 25px;
}

/* Timeline */

.timeline {
    width: 1120px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.timeline .stright-line {
    height: 100%;
    width: 4px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
}
.timeline .box {
    overflow: hidden;
    margin-bottom: 60px;
}
.timeline .box.last {
    margin-bottom: 0;
}
.timeline .box .text {
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
.timeline .box.left .text {
    float: left;
}
.timeline .box.right .text {
    float: right;
}
.timeline .box .text .year {
    font-size: 45px;
    line-height: 47px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #023a78;
    position: relative;
    cursor: pointer;
}
.timeline .box .text .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #023a78;
    cursor: pointer;
}
.timeline .box .text .expand {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.timeline .box .text .wrap-line.active .expand {
    height: auto;
    max-height: 300px;
}
.timeline .box .text p {
    font-size: 16px;
    line-height: 18px;
    color: black;
    text-align: justify;
}
.timeline .box .text h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #023a78;
}
.timeline .box.left .text h2 {
    text-align: right;
}
.timeline .box.right .text h2 {
    text-align: left;
}
.timeline .box.left .text {
    padding-right: 40px;
}
.timeline .box.right .text {
    padding-left: 40px;
}
.timeline .box.left .text .title, .timeline .box.left .text .year {
    text-align: right;
}
.timeline .box.right .text .title, .timeline .box.right .text .year {
    text-align: left;
}
.timeline .box.left .text .dot {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: -9px;
    border-radius: 9px;
    display: block;
}
.timeline .box.right .text .dot {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: -9px;
    border-radius: 9px;
    display: block;
    cursor: pointer;
}
.timeline .box .text .dot.active {
    border: 1px solid #023a78;
}
.timeline .box .text .dot .dot-inner {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    background: #023a78;
    border-radius: 8px;
    display: block;
    cursor: pointer;
}

/* bx-slider */

.bx-wrapper .bx-viewport {
    box-shadow: none;
    left: auto;
    border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #dadada;
    text-indent: -9999px;
    display: block;
    width: 35px;
    height: 8px;
    margin: 0 7.5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #023a78;
}

/* Pop up box */

.pop-up-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.pop-up-box .box {
    width: 650px;
    height: 250px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -125px;
    display: table;
}
.pop-up-box.active {
    visibility: visible;
    opacity: 1;
}
.pop-up-box .box .cross {
    width: 19px;
    height: 19px;
    background: url('/images/cross.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.pop-up-box .box .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pop-up-box .box .text img {
    margin-bottom: 15px;
}
.pop-up-box .box .text p {
    font-weight: bold;
    color: #023a78;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

/* Responsive Menu */

#responsive-menu {
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    overflow-y: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}
#responsive-menu.active {
    visibility: visible;
    opacity: 1;
}
.responsive-header {
    text-align: center;
    padding: 10px 15px;
    position: relative;
}
.responsive-header .close-menu {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    background: url('/images/cross.png') no-repeat center center;
    cursor: pointer;
}
.responsive-header img {
    width: 200px;
}
#responsive-menu&gt; ul {
    width: 100%;
}
#responsive-menu&gt; ul&gt; li {
    width: 100%;
    display: block;
    overflow-y: auto;
}
#responsive-menu&gt; ul&gt; li&gt; a {
    width: 100%;
    display: block;
    padding: 15px 40px;
    color: #023a78;
    text-transform: uppercase;
    text-align: left;
    border-top: 1px solid #d2d2d2;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}
#responsive-menu&gt; ul&gt; li:last-child&gt; a {
    border-bottom: 1px solid #d2d2d2;
}
#responsive-menu&gt; ul&gt; li&gt; ul {
    display: none;
}
#responsive-menu&gt; ul&gt; li&gt; ul&gt; li {
    width: 100%;
}
#responsive-menu&gt; ul&gt; li&gt; ul&gt; li&gt; a {
    padding: 10px 60px;
    display: block;
    text-align: left;
    color: white;
    background: #353535;
    box-sizing: border-box;
}
.responsive-menu-btn {
    width: 30px;
    height: 20px;
    margin-right: 0;
    display: block;
    position: relative;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}
.responsive-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    font-size: 0;
    position: absolute;
    top: 8px;
    background-color: #023a78;
}
.responsive-menu-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #023a78;
    top: -7px;
}
.responsive-menu-btn span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #023a78;
    top: 7px;
}

/* Pager */

.pager-wrapper {
    overflow: hidden;
    text-align: center;
}
.pager-wrapper .pager {}
.pager-wrapper .pager li {background:#ddd;
    display: inline-block;
    margin: 0 2px;padding:4px 12px;
}
.pager-wrapper .pager li a {
    font-size: 16px;
  
    color: #000;
}
.pager-wrapper .pager li a:hover, .pager-wrapper .pager li.thisclass {
   color:#fff; font-size: 16px;    background: #023a78;
}

/* Additional Section */

.con100{width:100%;background:#F9F9F9;/*margin-bottom:30px;*/ }
.con1200{width:1200px;margin:0 auto;}




.additional-section {
   width:220px;float:left;
text-align: left;margin:30px 0;
}


.cpfl {
    height: 50px;padding-left:28px;
    line-height: 50px;
    background: #fcd667;
    color: #fff;
    font-size: 23px;

    border-bottom: 1px solid #fff;
}
.accordion{border: 1px solid #ddd;background: #F4F4F4;}



.additional-section .accordion a{padding-left:28px;color:#666;display:block;width:190px;line-height:50px;border-bottom: 1px solid #fff;}
.additional-section .accordion a.hover{color:#fff!important;font-weight:bold;background:#cdcdcd url(/images/icon_1.png) no-repeat 16px 22px!important;}
.additional-section .accordion a.na{color:#666;font-weight:bold;background:#ECECEC url(/images/icon_1.png) no-repeat 16px 22px;}
.additional-section .accordion a.na2{color:#666;background:#D2CBC1!important;}

.additional-section h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #023a78;
    text-align: center;
}


.cplist{width:445px;float:left;margin:0 0 40px 0px;}/*border: 1px solid #f2e7e7;*/
.cplist:hover{background: #cdcdcd;}
.cplist:hover .info p{color:#fff;}
.cplist:hover .info .title{color:#fff;}
.cplist:hover img{border: 1px solid #cdcdcd;}
.cplist img{width:225px;height:116px;float:left;border: 1px solid #ddd;}
.cplist .info{width:198px;float:left;margin-left:10px;}
.cplist .info .title{color:#000;font-size:16px;font-weight:bold;margin:8px 0;}
.cplist .info p{color:#666;font-size:14px;line-height:26px;}
/* IE8 */
#header #menu h1.display-in-ie8,
.display-in-ie8{
    display: none;
}
/* Search */
#tipue_search_content{
    margin: 0 auto !important;
    text-align: left;
}
#tipue_search_input{
    background: white !important;
}
.tipue_search_content_title{
    display: none;
}
.tipue_search_content_url{
    margin-top: 23px;
}
/* Google Search */
.gsc-control-cse{
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}
.gsib_a{
    padding: 0 !important;
    background: transparent !important;
}
.gsc-input-box{
    height: auto !important;
}
.gsc-input-box input[type="text"]{
    background-color: white !important;
    background: white !important;
    background: url('/images/search-icon.png') no-repeat center right 10px !important;
}
table.gsc-search-box{
    position: relative;
}
input.gsc-search-button{
    position: absolute;
    right: 15px;
    top: 0;
    width: 13px !important;
    display: block;
    height: 13px !important;
    border: none !important;
    padding: 7px !important;
    display: none;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
    padding: 0 10px !important;
    height: 30px !important;
}
.gsst_a .gscb_a{
    display: none;
}
/* Search */

.search .page-content{
    width: 1040px;
    padding-top: 50px;
}

.search .box &gt; .box-inner{
    display: block;
}

.search .box ~ .box &gt; .box-inner{
    display: none;
}
.search .search-result-list .box-wrapper .box-inner .content .bold{
    font-weight: initial;
}

span.keywords{
    font-weight: bold;
    color: red;    
}


.container { width: 1180px; margin:0 auto; }
.header-box{ padding:20px 0; }
.logo{ float: left; }
.clearfix:after{ display: table; content: ""; clear:both; }
.pull-right{ float: right; }
.header-a a{ margin-left:15px; font-size: 12px; color: #333; }
.header-a a img{ vertical-align: bottom; }
.header-a{ line-height: 27px; }
.header-a a:hover{ color: #f00; }
.search-box-c{ position: relative; width: 254px; border-radius: 30px; height: 26px; border:solid 1px #ddd; margin-top: 15px; float: right; }
.input-txt{ width: 207px; font-size: 12px; padding:0 12px; border:none; box-shadow: none; line-height: 26px; background: none; }
.btn-search{ position: absolute; right: 0; top: 0; bottom: 0; background: url(../images/search-btn.png) center no-repeat; width: 48px;border: none;cursor:pointer; }
.nav-back{ background: url(../images/nav-back.png) center repeat-x; height: 56px; }
.nav-list li{ float: left; position: relative; list-style: none; margin-top: 6px; width:9%;z-index:100;}
.nav-list li a{ display: block; line-height: 44px; text-align: center; font-size: 16px; color: #fff; background: url(../images/nav-li.png) right center no-repeat; }
.nav-list li:last-child a{ background: none; }
.nav-list li a:hover{ color: #ffc000; }
.nav-down{ position: absolute; left: 0; top: 100%; right: 0; background: #023979; padding:10px 0; display: none; }
.nav-down li{ float: none; width: 100%; }
.nav-list li:hover .nav-down{ display: block; }
.header-a a{ position: relative; display: inline-block; }
.header-a a span{ width: 120px; position: absolute; left: 50%; top: 100%; margin-left: -60px; z-index: 1000; display: none; }
.header-a a span img{ width: 120px; height: 120px; }
.header-a a:hover span{ display: block; }</pre></body></html>