<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

当前位置: 资源管理 - 修改返回列表
文件名:	
style.css
 按 ctrl+s 保存

﻿/* basic */
@charset "utf-8";
/* CSS Document */

当前位置: 资源管理 - 修改返回列表
文件名:	
style.css
 按 ctrl+s 保存

?/* basic */
body {
    font-family: "Helvetica", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

#xwzx_banner{width:100%;overflow:hidden}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a{color:#000}

[readonly]{
cursor:pointer;
}

.cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

.job-page .cover-image {
    background-position: bottom center;
}
.content-left div{line-height:24px;text-align:left; margin-bottom:2px;}

.summary-2-line {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 54px;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

/* special defined the width percentage in aboutUs pages */
.aboutUs-col.col-md-3 {
    width: 20%;
}

.aboutUs-col.col-md-9 {
    width: 80%;
}

.aboutUs-col.col-md-9 .glyphicon {
    margin-right: 15px;
}

/* top nav */

.lang {
    font-size: 14px;
}


.dropdown-menu {
    min-width: 48px;
    background-color: rgba(255, 255, 255, 0.98);
}



.container-fluid.nav-container {
    width: 1170px;
}


.caret {
    color: #c9c9c9;
}

.dropdown-menu {
    text-align: center;
}

/* carousel */
body {
    padding-bottom: 0;
}


.carousel-caption {
    margin-bottom: 240px;
    text-align: inherit;
}

#job .carousel-caption {
left:10%;
right:10%;
}

.carousel-caption h1 {
    font-size: 50px;
    line-height: 95px;
    font-weight: 700;
}

.carousel-caption h2 {
    font-size: 36px;
    font-weight: 700;
}

.carousel-caption h3 {
    font-weight: 600;
    line-height: 34px;
}

.carousel-caption h1 span {
    margin-left: 50px;
}

.carousel-indicators {
    left: 95%;
}

.job-page .carousel-indicators, #leadership .carousel-indicators {
left: 88%;
}

.carousel-indicators {
    text-align: inherit;
    margin-left: auto;
    width: auto;
}


.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

/* bottom nav */
.bottom-container-wrap {
    width: 100%;
    background-color: #00538d;
}

.bottom-container {
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}

ul.list-unstyled li {
    margin-bottom: 10px;
}

.bottom-nav {
    float: left;
    margin: 0;
    margin-left: 65px;
    font-size: 16px;
}

.bottom-nav a {
    color: #ffffff;
}

.bottom-nav div {
    float: left;
    padding: 0 48px 25px;
}

footer {
    color: #a8a8a8;
  text-align: center !important;
}

footer span {
    margin-left: 10px;
}

.content img.qrcode {
    width: 200px;
    height: 200px;
}

/*------ index ------*/

.index-cover {
    height: 720px;
}

.index-cover div {
    color: #ffffff;
    padding-top: 300px;
}

.index-cover div h2 {
    font-size: 38px;
    opacity: 0;
}

/* index animation */
h2.myfirst {
    position: relative;
    -webkit-animation: myfirst 3s 4s;
    -moz-animation: myfirst 3s 4s;
    animation: myfirst 3s 4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes myfirst {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 38%;
        opacity: 1;
    }
}

@-moz-keyframes myfirst {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 38%;
        opacity: 1;
    }
}

@keyframes myfirst {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 38%;
        opacity: 1;
    }
}

h2.mysecond {
    position: relative;
    -webkit-animation: mysecond 3s 2s;
    -moz-animation: mysecond 3s 2s;
    animation: mysecond 3s 2s;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes mysecond {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 45%;
        opacity: 1;
    }
}

@-moz-keyframes mysecond {
    0% {
        nargin-left: 0px;
    }
    100% {
        margin-left: 45%;
        opacity: 1;
    }
}

@keyframes mysecond {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 45%;
        opacity: 1;
    }
}

h2.mythird {
    position: relative;
    -webkit-animation: mythird 3s;
    -moz-animation: mythird 3s;
    animation: mythird 3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes mythird {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 52%;
        opacity: 1;
    }
}

@-moz-keyframes mythird {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 52%;
        opacity: 1;
    }
}

@keyframes mythird {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 52%;
        opacity: 1;
    }
}

/*------ business ------*/

/* page cover */
.jumbotron.cover-image {
    min-height: 480px;
    height: 480px;
}

.jumbotron {
    padding-top: 180px;
    padding-bottom: 78px;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#intro .jumbotron {
padding-top: 100px;
}

.jumbotron h2 {
    font-size: 36px;
    font-weight: 700;
}

.jumbotron h3 {
    line-height: 34px;
}

#business .jumbotron h3 {
margin-top: 60px;
font-size: 25px;
}

h3.first {
opacity: 0;
}

h3.first {
    position: relative;
    -webkit-animation: first 2s 500ms;
    -moz-animation: first 2s 500ms;
    animation: first 2s 500ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes first {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes first {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 7%;
        opacity: 1;
    }
}

@keyframes first {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 7%;
        opacity: 1;
    }
}

/* grid */
.content img {
    width: 100%;
    height: auto;
    display：block;
}

.content .row {
    margin-bottom: 0;
}

.content .row:last-child {
    margin-bottom: 40px;
}

.white-logo {
    float: left;
    padding-right: 15px;
}

.white-logo img {
  width: 181px;
  height:39px;
}

.gird-cover {
    min-height: 400px;
}

a.gird-cover:hover {
    opacity: 0.8;
}

a.col-md-4 {
    width: 31%;
    margin: 0 13px;
    padding: 0;
}

.row a.col-md-4:first-child {
    margin-left: 0;
}

.row a.col-md-4:last-child {
    margin-right: 0;
}

.layer {
    height: 140px;
    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 20px;
}

.layer h3 {
    margin: 0;
    font-size: 22px;
}

.layer .glyphicon {
    display: block;
    font-size: 16px;
    margin-left: 10px;
}

.layer p {
    font-size: 14px;
    margin-top: 15px;
}

a:hover.gird-cover {
    color: #ffffff;
}

/*------ branch ------*/
.content p {
    line-height: 30px;
    margin: 0 0 20px;
}

.content .row {
    margin-top: 30px;
}

.content h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.content-left {
   
}

.content-left h3 {
    margin-bottom: 20px;
    line-height: 38px;
    font-weight: 600;
	text-align:center;
}

.content-left h4 {
    font-weight: 600;
}

.content-right {
    background-color: #fafafa;
    padding: 25px;
}

.centered-content-right {
    text-align: center;
}

.content .col-md-4 {
   
}

.content-right h4, .content-right h4 a{
    font-weight: 600;
    padding-bottom: 20px;
    color: #00538d;
}

.centered-content-right h4 {
    color: #333333;
}

.content-right .cover-image {
    min-height: 202px;
    width: 160px;
    margin: 0 auto 25px;
}

.content-right .leader-info div {
    margin-bottom: 5px;
}

.content-right .leader-info .leader-title {
    margin-bottom: 10px;
}

.content-right span {
    display: block;
}

.content-right h4 {
    margin: 0;
    line-height: 30px;
}

.content-right div {
    margin-bottom: 25px;
}

.content-right div:last-child {
    margin-bottom: 0;
}

/* 锟斤拷銊ワ拷锟? 锟斤拷鍏呮櫠icon锟斤拷宄帮拷锟? */
.content-right .glyphicon {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    color:  #333333;
    margin-right: 15px;
    float: left;
}

.content-right .glyphicon.glyphicon-th-list {
    color: #ffffff;
    background-color: #00538d;
    border-radius: 100px;
    padding: 8px;
    float: none;
}

.contact-info {
    clear: left;
}

.test {
    float: right;
}

.content-right .branch-link {
    color: #00538d !important;
}

.content-right span {
    color: #333333;
}

.content-right a {
    color: #333333;
}

.content-right a.active {
    color: #00538d;
font-weight: 600;
}

/*------ news ------*/
/* news carousle */
.carousel.cover-carousel, .carousel.cover-carousel .item {
    height: 480px;
	 z-index: -1;
}

.carousel.cover-carousel .cover-image {
    min-height: 480px;
}

.cover-carousel .carousel-caption {
    margin-bottom: 100px;
}

.cover-carousel .carousel-caption h3 {
    width: 480px;
    line-height: 34px;
}

/* news list right part */

#news .nav-tabs {
    border-bottom: none;
}

#news .nav-tabs &gt; li.active &gt; a, #news .nav-tabs &gt; li &gt; a {
    border: none;
    font-weight: 600;
    font-size: 13px;
    background-color: transparent;
    margin-bottom: 20px;
    margin-right: 20px;
}

#news .nav-tabs &gt; li.active &gt; a, #news .nav-tabs &gt; li.active &gt; a:hover, #news .nav-tabs &gt; li.active &gt; a:focus {
    color: #00538d !important;
}

#news .nav-tabs &gt; li &gt; a {
    color: #999999;
}


.content-right .list-item {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.aboutUs-col .list-item {
        width:160px;
}


.content-right .list-item span {
    display: block;
}

#news .content-right .list-item span:first-child, #news-page .content-right .list-item span:first-child {
    margin-bottom: 10px;
    color: #999999 !important;
}

.content-right a:hover {
    text-decoration: none;
    color: #00538d;
}

nav {
    text-align: center;
}

.pagination {
    margin-top: 40px;
    margin-bottom: 0;
}

.pagination &gt; .active &gt; a {
    background-color: #00538d;
}

/* news list left part */
.content-left .latest-news {
    margin-top: 25px;
}

.meta {
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #999999;
}

.meta div {
    float: left;
}

.meta .meta-date {
    float: right;
}

.list-item {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.list-item:first-child {
    padding-top: 0;
}

.list-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.list-item .list-bottom-left {
    float: left;
    clear: left;
}

.list-bottom-left.cover-image {
    width: 25%;
    min-height: 120px;
}

.list-bottom-right {
    margin-left: 170px;
}

.list-bottom-right p {
    color: #7c7c7c;
    margin: 0;
}

.content-left h4 {
    margin-top: 0;
    line-height: 25px;
}

.list-bottom-right a {
    color: #333333;
}

.list-bottom-right a:hover {
    color: #00538d;
    border-bottom: none;
    text-decoration: none;
}

.blue {
    color: #00538d;
}

.orange {
    color: #f79933;
}

.content .col-md-3 .content-right {
    margin-bottom: 20px;
}

/*------ news page ------*/
#news-page .content {
}

#myContent_1 p{ text-indent:2em;}

#news-page h3.blue+p {
  color: #00538d;
}

.page-cover {
    min-height: 430px;
    margin-bottom: 20px;
}

/* news-page right part */

#news-page .nav-tabs {
    border-bottom: none;
}

#news-page .nav-tabs &gt; li.active &gt; a, #news-page .nav-tabs &gt; li &gt; a {
    border: none;
    font-weight: 600;
    font-size: 13px;
    background-color: transparent;
    margin-bottom: 20px;
    margin-right: 20px;
}

#news-page .nav-tabs &gt; li.active &gt; a, #news-page .nav-tabs &gt; li.active &gt; a:hover, #news-page .nav-tabs &gt; li.active &gt; a:focus {
    color: #00538d !important;
}

#news-page .nav-tabs &gt; li &gt; a {
    color: #999999;
}


/*------ leadership ------*/
.leader .leader-item {
    display: table;
}

.leader-item .leader-info {
    display: table-cell;
    vertical-align: bottom;
}

.leader-item {
    margin-bottom: 20px;
}

.leader .cover-image {
    min-height: 163px;
    width: 130px;
    margin-right: 15px;
}

.leader.col-md-6:first-child {
   }

.leader.col-md-6:last-child {
    padding-right: 0;
}

.leader-info h4 {
    font-weight: 600;
padding-bottom: 5px
}

.leader-title {
    margin-bottom: 5px;
}

#leadership .content-left .row:last-child {
    margin-bottom: 0;
}

.layer-leadership h4 {
    margin-top: 0;
    color: #00538d;
    font-weight: 900;
}

.layer-leadership span {
    color: #666666;
    display: block;
    margin-bottom: 5px;
}

.layer-leadership span:first-child {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.layer-leadership span:last-child {
    margin-bottom: 0;
}

h4.row-title {
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 600;
    font-size: 24px;
    color: #00538d;
}

h4.row-title:first-child {
    margin-top: 0;
}

/*------ leadership page ------*/
.avatar {
    width: 150px;
    min-height: 150px;
    border-radius: 100px;
    margin-right: 40px;
}

.has-border:before {
    border: 5px solid rgba(29, 103, 156, 0.6);
    content: "";
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 100px;
    position: absolute;
}

/*------ history ------*/
.timeline {
    background: url('../fonts/history_bg_sidebar_1.svg') 11px repeat-y;

}

.row-year {
    margin-right: 30px;
}

.row-year:first-child {
    margin-top: 0;
}

.row-month {
    background: url('../fonts/history_bg_circle_small_1.svg') 3px no-repeat;
    margin-bottom: 30px;
}

.text-wrap {
    display: table;
}

.text-wrap .history-month {
    display: table-cell;
    vertical-align: middle;
}

.col.r .text-wrap {
    padding-left: 40px;
    text-align: left;
}

.col.r .text-wrap h3 {
    margin-bottom: 0;
    font-weight: 800;
}

.col.r .text-wrap {
    font-size: 16px;
}

.col.r .text-wrap .history-month {
    color: #8abcdf;
    width: 68px;
}

.col.r .text-wrap .history-content div {
    font-weight: 500;
    margin-left: 15px;
}

/* history tab */
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li &gt; a {
    border: none;
    font-weight: 800;
    font-size: 24px;
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

.nav-tabs &gt; li.active &gt; a .row-year, .nav-tabs &gt; li.active &gt; a:hover .row-year, .nav-tabs &gt; li.active &gt; a:focus .row-year {
    /*background: url('../fonts/history_bg_circle_1.svg') 3px no-repeat;*/
    color: #00538d;
}

.nav-tabs &gt; li &gt; a .row-year {
   /*background: url('../fonts/history_bg_circle_light_1.svg') 3px no-repeat;*/
    color: #cccccc;
}

#history .nav-tabs {
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

/*------ contact ------*/
.jumbotron.map {
    padding: 0;
    text-shadow: none;
}

/*------ job ------*/

.job-page .col-md-9.content-left {
    padding-right: 0;
}

h4.job-page-title {
margin-bottom: 20px;
}

#job ul.nav-tabs {
    margin-bottom: 20px;
}

#job ul.nav-tabs a, .panel a, ul.category a {
    color: #00538d;
}

.panel a:hover{
   text-decoration: none;
}

p a {
    color: #333333;
}

#job p a {
font-weight: 600;
}

ul.nav-tabs a:hover {
    background-color: transparent;
}

.table tbody tr td:first-child {
    color: #00538d;
}

.table &gt; thead &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    padding: 15px;
}

.panel .pagination {
    margin-top: 5px;
}

#job-page .content, .job-apply-page .content {
margin-top:20px;
}

#job-page .row-title {
    font-size: 18px;
}

#job-page .content p {
    margin: 0 0 10px;
}

#job-page .row .col-md-6 {
    padding-left: 0;
}

.job-page .more-info.col-xs-3 {
    padding-left: 0 !important;
}

.btn-apply {
    background-color: #00538d;
    color: #ffffff;
    width: 120px;
    margin-top: 20px;
    margin-right: 20px;
    font-weight: 600;
}

.btn-submit {
    background-color: #00538d;
    color: #ffffff;
}

.job-info-title {
    font-weight: 600;
}

#job .job-info-title {
    float: left;
}

ul.category {
    margin-bottom: 20px !important;
}

.category li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.selected {
    color: #ffffff !important;
    background-color: #00538d;
    padding: 2px 5px;
}

.category {
    padding-left: 80px;
}

.selection {
    clear: left;
height:20px;
}

.selection:after {
    clear: both;
height:0;
line-height:0;
font-size:0;
display:block;
visibility:hidden;
}

.panel {
    clear: left;
}

/* job apply */
.must-sign {
    color: red;
}

.help-block {
    margin-bottom: 0;
}

.col-xs-2.get-captcha {
    padding-left: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.btn.btn-default.accordion-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-apply.submit {
    display: block;
}

#job-apply-6 .col-xs-6 {
    float: none;
    padding-left: 0;
}

p.note {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* steps arrow */
.step {
    font-size: 0;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.step .current {
    background-color: #369;
    background-image: url('../fonts/stepbg_1.svg');
    color: #f2f2f2;
}

.step .first {
    background-color: #369;
    color: #f2f2f2;
    background-image: url('../fonts/stepbg_1.svg');
}

.sqlc span {
    text-align: center;
}

.step span {
    font-size: 12px;
    color: #666;
    display: inline-block;
    float: left;
    padding: 0 24px 0 12px;
    line-height: 34px;
    line-height: 36px \9;
    height: 36px;
    background-color: #f2f2f2;
    background-image: url('../fonts/stepbg1_1.svg');
    background-repeat: no-repeat;
    background-position: right top;
}

.step .last {
    background-image: none;
    padding: 0 12px;
}

.step .closed {
    background-color: #369;
    background-image: url('../fonts/stepbg2_1.svg');
    color: #f2f2f2
}

.step .end {
    background-color: #369;
    color: #f2f2f2
}

.step .glyphicon {
    padding: 0;
    background-color: transparent;
    background-image: none;
    margin-right: 5px;
}

.step .current .glyphicon, .step .closed .glyphicon {
    color: #f2f2f2;
}


#recommond .content-left h4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.removeItem {
  color: #A00E0E;
  font-size: 14px;
  cursor: pointer;
}
.pos-show&gt;thead&gt;tr&gt;th, .pos-show&gt;tbody&gt;tr&gt;td{
  padding:9px;
}
.u-info {
  margin-top:7px;
}
.u-info p{
  margin:0;
width:100%;
word-break: break-all
}
.u-info p&gt;label{
  clear:both;
font-weight:normal;
}
.logo_zmt
{
	display: block;height: 0;width: 0;overflow: hidden;
}

@media (max-width:767px) {
#xwzx_banner{background:url(../images/xwej_baner_2.jpg) no-repeat center center #bbc6e6;height:160px;background-size:110% 160px;}
#gywm_banner{background:url(../images/gsgk_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:110% 160px;}
#gsjj_banner{background:url(../images/big-04-1_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:110% 160px;}
#yjsm_banner{background:url(../images/cover-vision_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:110% 160px;}
#gszl_banner{background:url(../images/cover-stra_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:110% 160px;}
#zzjg_banner{background:url(../images/big-04-1-1_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:110% 160px;}
#ryjx_banner{background:url(../images/ryjx_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:190% 160px;}
#dsj_banner{background:url(../images/cover-shareholder02_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#gltd_banner{background:url(../images/gltd_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:200% 160px;}
#qywh_banner{background:url(../images/cover-leadership_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:200% 160px;}
#qqzj_banner{background:url(../images/media_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:185% 160px;}
#shzr_banner{background:url(../images/cover-csr01_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:185% 160px;}

#gsyw1_banner{background:url(../images/cover-branch05_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#gsyw2_banner{background:url(../images/ywej_baner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#gsyw3_banner{background:url(../images/cmzulin_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#gsyw4_banner{background:url(../images/cover-branch02_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#gsyw5_banner{background:url(../images/cover-branch03_1.png) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#gsyw6_banner{background:url(../images/cover-branch04_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#gsyw7_banner{background:url(../images/big-02_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#hyqs_banner{background:url(../images/xwej_baner_1_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#ssjg_banner{background:url(../images/search_baner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#flsm_banner{background:url(../images/falu_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#ysbh_banner{background:url(../images/falu_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#lxwm_banner{background:url(../images/cn_map_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#dychy_banner{background:url(../images/banner_01_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#dechy_banner{background:url(../images/banner_02_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#dschy_banner{background:url(../images/banner_03_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#ydyl_banner{background:url(../images/cover-stra_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#djk_banner{background:url(../images/coverdjk_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#jzhy_banner{background:url(../images/banner_news_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#zmyl_banner{background:url(../images/banner_zmyl_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.shanghai{background:url(../images/yw_banr_3.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.Singapore{background:url(../images/xinjiapo_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.HK{background:url(../images/xianggang_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.lusenbao{background:url(../images/lusenbao_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.jianpuzhai{background:url(../images/jianpuzhai_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.yinni{background:url(../images/yinni_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.yuenan{background:url(../images/yn.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#jtny_banner{background:url(../images/jtny_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.Londun{background:url(../images/lundun_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:160% 160px;}
#fjzl_banner{background:url(../images/fjzl_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:150% 160px;}
#jf_banner{background:url(../images/jf_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#zg_banner{background:url(../images/zmzg_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#djd_banner{background:url(../images/djd_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#ylgwj_banner{background:url(../images/ylgwj_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#Luxaviation_banner{background:url(../images/luxaviation_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#jjyl_banner{background:url(../images/jjyl_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
#nyyx_banner{background:url(../images/nyyx_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:150% 160px;}
#asia_banner{background:url(../images/xianggang_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:150% 160px;}
.aboutUs-col.col-md-9{width:90%;margin:0 auto;}
.content-left{padding-right:0;}
#news-page .content{ padding-top:0;}
.content .row{ margin-top:0; }
.col-md-8{ text-align:center;}
.col-md-8 .breadcrumb{ text-align:left;}
.col-md-8 p{text-align:left;}
.col-md-5{ padding:0; margin-top:20px;}
.content p { margin:0;}

#newsTitle{ padding:0 20px;}
#news-page .meta  .meta-date{ padding:0 20px;}
#job-page .content, .job-apply-page .content{margin-top:10px;}
.content-left{ padding:0;!important}
.aboutUs-col.col-md-3{ width:100%;}
}
@media (min-width:768px) {
#xwzx_banner{background:url(../images/xwej_baner_2.jpg) no-repeat top center #bbc6e6;height:364px;}
#gywm_banner{background:url(../images/gsgk_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsjj_banner{background:url(../images/big-04-1_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsjj1_banner{background:url(../images/big1-04-1_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsjj2_banner{background:url(../images/big2-04-1_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsjj3_banner{background:url(../images/big3-04-1_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsjj4_banner{background:url(../images/cy.jpg) no-repeat top center #fbfaf8;height:364px;}
#yjsm_banner{background:url(../images/cover-vision_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gszl_banner{background:url(../images/cover-stra_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#zzjg_banner{background:url(../images/big-04-1-1_1.jpg) no-repeat center center #fbfaf8;height:364px;}
#ryjx_banner{background:url(../images/ryjx_banner_1.jpg) no-repeat center center #fbfaf8;height:364px;}
#dsj_banner{background:url(../images/cover-shareholder02_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gltd_banner{background:url(../images/cover-leadership_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#qywh_banner{background:url(../images/cover-leadership_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#qqzj_banner{background:url(../images/media_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#shzr_banner{background:url(../images/cover-csr01_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gltd_banner{background:url(../images/gltd_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}

#gsyw1_banner{background:url(../images/cover-branch05_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsyw2_banner{background:url(../images/ywej_baner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsyw3_banner{background:url(../images/cmzulin_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsyw4_banner{background:url(../images/cover-branch02_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gsyw5_banner{background:url(../images/cover-branch03_1.png) no-repeat top center #fbfaf8;height:364px;}
#gsyw6_banner{background:url(../images/cover-branch04_1.jpg) no-repeat center center #fbfaf8;height:364px;}
#gsyw7_banner{background:url(../images/big-02_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#hyqs_banner{background:url(../images/xwej_baner_1_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#ssjg_banner{background:url(../images/search_baner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#flsm_banner{background:url(../images/falu_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#ysbh_banner{background:url(../images/falu_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#lxwm_banner{background:url(../images/cn_map_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#dychy_banner{background:url(../images/banner_01_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#dechy_banner{background:url(../images/banner_02_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#dschy_banner{background:url(../images/banner_03_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#ydyl_banner{background:url(../images/cover-stra_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#djk_banner{background:url(../images/coverdjk_1.jpg) no-repeat 0 #fbfaf8;height:364px;}
#jzhy_banner{background:url(../images/banner_news_1.jpg) no-repeat center center #fbfaf8;height:364px;}
#zmyl_banner{background:url(../images/banner_zmyl_1.jpg) no-repeat center center #fbfaf8;height:364px;}
#fjzl_banner{background:url(../images/fjzl_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#nyyx_banner{background:url(../images/nyyx_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#djd_banner{background:url(../images/djd_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#ylgwj_banner{background:url(../images/ylgwj_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#Luxaviation_banner{background:url(../images/luxaviation_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
.Singapore{background:url(../images/xinjiapo_1.jpg) no-repeat top center #fbfaf8;height:364px;}
.shanghai{background:url(../images/yw_banr_3.jpg) no-repeat top center #fbfaf8;height:364px;}
.HK{background:url(../images/xianggang_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#jtny_banner{background:url(../images/jtny_banner_1.jpg) no-repeat top  center #fbfaf8;height:364px;}
.jianpuzhai{background:url(../images/jianpuzhai_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.yinni{background:url(../images/yinni_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.lusenbao{background:url(../images/lusenbao_banner_1.jpg) no-repeat center center #fbfaf8;height:160px;background-size:180% 160px;}
.jianpuzhai{background:url(../images/jianpuzhai_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
.yinni{background:url(../images/yinni_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
.yuenan{background:url(../images/yn_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
.lusenbao{background:url(../images/lusenbao_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
.Londun{background:url(../images/lundun_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#jf_banner{background:url(../images/jf_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#zg_banner{background:url(../images/zmzg_banner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#jjyl_banner{background:url(../images/jjyl_banner_1.jpg) no-repeat top  center #fbfaf8;height:364px;}
#asia_banner{background:url(../images/xianggang_1.jpg) no-repeat top  center #fbfaf8;height:364px;}
}
@media(min-width:768px){
h3#banner_title{width:1140px;margin:0 auto;font-size:34px;color:#fff;padding-top:8%;font-weight:580;line-height:54px;margin-top:0}
h4.row-title{line-height:40px;}.cm_partition h4.row-title{margin-top:15px;}}
@media(max-width:767px){
h3#banner_title{width:100%;font-size:18px;color:#fff;padding-left:5%;padding-top:13%;font-weight:bold;margin-top:0}
.aboutUs-col{margin-top:15px;}h4.row-title{padding-top:15px;line-height:40px;margin-top:0px;}#luzhiqiang{margin-left:15px;}#gayangyu{margin-left:15px;}.leader .leader-item{margin-left:-15px;}
#row-2{margin-top:-8px;}#marginT-30{margin-top:30px;}.cm_culture{padding:0 5px;}}@media (min-width:768px){
#zjzk_banner{background:url(../images/zjzk_baner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
#gfdh_banner{background:url(../images/gf_baner_1.jpg) no-repeat top center #fbfaf8;height:364px;}
}
@media (max-width:767px){
#zjzk_banner{background: url(../images/zjzk_baner_1.jpg) no-repeat center center #fbfaf8;
    height: 160px;
    background-size: 220% 160px;}
#gfdh_banner{background: url(../images/gf_baner_1.jpg) no-repeat center center #fbfaf8;
    height: 160px;
    background-size: 180% 160px;}
}
.ylgwj_h4{padding:15px 0;font-size:16px;font-weight:bold;}   
.contact_ylgwj{fotn-size:16px; color:#00538d; padding:20px 0; border-bottom:1px solid #ccc;margin-bottom:20px;}
.blue_color{color:#00538d;font-weight:bold;}
    
</pre></body></html>