/*
* name: ui.css
* version: v1.1.14
* update: 表格从1240px起进入响应模式
* date: 2017-05-23
*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/* reset */
html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,input,select,textarea,button { font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form { margin: 0;}
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee;}
img { max-width: 100%; height: auto; vertical-align: top; -ms-interpolation-mode: bicubic; border: 0 ;}
ul { padding-left: 0; list-style-type: none;}
i, em { font-style: normal;}
big { font-size: 1.3em;}
small { font-size: 0.77em;}
a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; outline: 0;}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video { display: block;}
input, select, textarea{outline: 0;font-family: inherit;font-size:100%;}
input[type='checkbox'], input[type='radio'] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { height: auto;}
input[type='search'] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: textfield;}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration { -webkit-appearance: none;}
input[type='file'] { display: block;}
input[type='range'] { display: block; width: 100%;}
select[multiple], select[size] { height: auto;}
input[type='file']:focus, input[type='radio']:focus, input[type='checkbox']:focus { 
  outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}
fieldset { min-width: 0; margin: 0; padding: 0; border: 0;}
legend { font-size: 1.3em; line-height: 2.5; display: block; width: 100%; margin-bottom: 20px; 
  padding: 0; color: #333; border: 0; border-bottom: 1px solid #e5e5e5;}
table { border-spacing: 0; border-collapse: collapse;background-color: transparent;}
td, th { padding: 0;}

@-ms-viewport { width: device-width;}

/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
/*.l { float: left;}.r { float: right;}*/
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ; filter: alpha(opacity=0);}

/*字体字号*/
.fz14{font-size:14px}.fz15{font-size:15px}.fz16{font-size:16px}.fz17{font-size:17px}.fz18{font-size:18px}.fz19{font-size:19px}.fz20{font-size:20px}.fz21{font-size:21px}.fz22{font-size:22px}.fz23{font-size:23px}.fz24{font-size:24px}.fz25{font-size:25px}.fz26{font-size:26px}.fz27{font-size:27px}.fz28{font-size:28px}.fz29{font-size:29px}.fz30{font-size:30px}.fz31{font-size:31px}.fz32{font-size:32px}.fz33{font-size:33px}.fz34{font-size:34px}.fz35{font-size:35px}.fz36{font-size:36px}.fz37{font-size:37px}.fz38{font-size:38px}.fz39{font-size:39px}.fz40{font-size:40px}.fz41{font-size:41px}.fz42{font-size:42px}.fz43{font-size:43px}.fz44{font-size:44px}.fz45{font-size:45px}.fz46{font-size:46px}.fz47{font-size:47px}.fz48{font-size:48px}.fz49{font-size:49px}.fz50{font-size:50px}

/*动效*/
.rotation { -webkit-animation: rotation  0.8s infinite linear; animation: rotation  0.8s infinite linear;}
@-webkit-keyframes rotation { 0% { -webkit-transform: rotateZ(0deg);}
    100% { -webkit-transform: rotateZ(360deg);}}
@keyframes rotation { 0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(360deg);}}
.heartbeat { -webkit-animation: heartbeat  1.2s infinite ease-in; animation: heartbeat  1.2s infinite ease-in;}
@-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(1); opacity: 1;}
    15% { -webkit-transform: scale(1.3); opacity: 0.5;}
    30% { -webkit-transform: scale(1); opacity: 1;}}
@keyframes heartbeat { 0% { transform: scale(1); opacity: 1;}
    15% { transform: scale(1.3); opacity: 0.5;}
    30% { transform: scale(1); opacity: 1;}}
.trigger:hover { -webkit-animation: trigger 0.2s ease; animation: trigger 0.2s ease;}
@-webkit-keyframes trigger { 0% { -webkit-transform: rotateZ(0deg);}
    100% { -webkit-transform: rotateZ(180deg);}}
@keyframes trigger { 0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(180deg);}}

/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}

/* table */
.datalist {width:100%; border-collapse:collapse; border-spacing:0; border:1px solid #ccc; }
.datalist caption { padding-bottom:5px;}
.datalist th {font-weight:700; padding:5px 15px; border:1px solid #ccc; background:#eee;}
.datalist td {padding:5px 15px; border:1px solid #ccc;}
.datalist tr.altrow { background:#ccc;}

.table { width: 100%; max-width: 100%; margin-bottom: 20px;}
.table >thead >tr >th, .table >tbody >tr >th, .table >tfoot >tr >th, .table >thead >tr >td, .table >tbody >tr >td, .table >tfoot >tr >td { line-height: 1.42857143; padding: 8px; vertical-align: inherit; border-top: 1px solid #ddd;}
.table >thead >tr >th { vertical-align: bottom; border-bottom: 2px solid #ddd;}
.table >caption +thead >tr:first-child >th, .table >colgroup +thead >tr:first-child >th, .table >thead:first-child >tr:first-child >th, .table >caption +thead >tr:first-child >td, .table >colgroup +thead >tr:first-child >td, .table >thead:first-child >tr:first-child >td { border-top: 0;}
.table >tbody +tbody { border-top: 2px solid #ddd;}
.table .table { background-color: #fff;}
.table-condensed >thead >tr >th, .table-condensed >tbody >tr >th, .table-condensed >tfoot >tr >th, .table-condensed >thead >tr >td, .table-condensed >tbody >tr >td, .table-condensed >tfoot >tr >td { padding: 5px;}
.table-bordered { border: 1px solid #ddd;}
.table-bordered >thead >tr >th, .table-bordered >tbody >tr >th, .table-bordered >tfoot >tr >th, .table-bordered >thead >tr >td, .table-bordered >tbody >tr >td, .table-bordered >tfoot >tr >td { border: 1px solid #ddd;}
.table-bordered >thead >tr >th, .table-bordered >thead >tr >td { border-bottom-width: 2px;}
.table-striped >tbody >tr:nth-of-type(odd) { background-color: #f9f9f9;}
.table-hover >tbody >tr:hover { background-color: #f5f5f5;}
table col[class*='col-'] { position: static; display: table-column; float: none;}
table td[class*='col-'], table th[class*='col-'] { position: static; display: table-cell; float: none;}
.table >thead >tr >td.active, .table >tbody >tr >td.active, .table >tfoot >tr >td.active, .table >thead >tr >th.active, .table >tbody >tr >th.active, .table >tfoot >tr >th.active, .table >thead >tr.active >td, .table >tbody >tr.active >td, .table >tfoot >tr.active >td, .table >thead >tr.active >th, .table >tbody >tr.active >th, .table >tfoot >tr.active >th { background-color: #f5f5f5;}
.table-hover >tbody >tr >td.active:hover, .table-hover >tbody >tr >th.active:hover, .table-hover >tbody >tr.active:hover >td, .table-hover >tbody >tr:hover >.active, .table-hover >tbody >tr.active:hover >th { background-color: #e8e8e8;}
.table >thead >tr >td.success, .table >tbody >tr >td.success, .table >tfoot >tr >td.success, .table >thead >tr >th.success, .table >tbody >tr >th.success, .table >tfoot >tr >th.success, .table >thead >tr.success >td, .table >tbody >tr.success >td, .table >tfoot >tr.success >td, .table >thead >tr.success >th, .table >tbody >tr.success >th, .table >tfoot >tr.success >th { background-color: #dff0d8;}
.table-hover >tbody >tr >td.success:hover, .table-hover >tbody >tr >th.success:hover, .table-hover >tbody >tr.success:hover >td, .table-hover >tbody >tr:hover >.success, .table-hover >tbody >tr.success:hover >th { background-color: #d0e9c6;}
.table >thead >tr >td.info, .table >tbody >tr >td.info, .table >tfoot >tr >td.info, .table >thead >tr >th.info, .table >tbody >tr >th.info, .table >tfoot >tr >th.info, .table >thead >tr.info >td, .table >tbody >tr.info >td, .table >tfoot >tr.info >td, .table >thead >tr.info >th, .table >tbody >tr.info >th, .table >tfoot >tr.info >th { background-color: #d9edf7;}
.table-hover >tbody >tr >td.info:hover, .table-hover >tbody >tr >th.info:hover, .table-hover >tbody >tr.info:hover >td, .table-hover >tbody >tr:hover >.info, .table-hover >tbody >tr.info:hover >th { background-color: #c4e3f3;}
.table >thead >tr >td.warning, .table >tbody >tr >td.warning, .table >tfoot >tr >td.warning, .table >thead >tr >th.warning, .table >tbody >tr >th.warning, .table >tfoot >tr >th.warning, .table >thead >tr.warning >td, .table >tbody >tr.warning >td, .table >tfoot >tr.warning >td, .table >thead >tr.warning >th, .table >tbody >tr.warning >th, .table >tfoot >tr.warning >th { background-color: #fcf8e3;}
.table-hover >tbody >tr >td.warning:hover, .table-hover >tbody >tr >th.warning:hover, .table-hover >tbody >tr.warning:hover >td, .table-hover >tbody >tr:hover >.warning, .table-hover >tbody >tr.warning:hover >th { background-color: #faf2cc;}
.table >thead >tr >td.danger, .table >tbody >tr >td.danger, .table >tfoot >tr >td.danger, .table >thead >tr >th.danger, .table >tbody >tr >th.danger, .table >tfoot >tr >th.danger, .table >thead >tr.danger >td, .table >tbody >tr.danger >td, .table >tfoot >tr.danger >td, .table >thead >tr.danger >th, .table >tbody >tr.danger >th, .table >tfoot >tr.danger >th { background-color: #f2dede;}
.table-hover >tbody >tr >td.danger:hover, .table-hover >tbody >tr >th.danger:hover, .table-hover >tbody >tr.danger:hover >td, .table-hover >tbody >tr:hover >.danger, .table-hover >tbody >tr.danger:hover >th { background-color: #ebcccc;}
.table-responsive {overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 1240px) { 
    .table-responsive {overflow-y: hidden;  width: 100%; margin-bottom: 15px; border: 1px solid #ddd;-ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive >.table { margin-bottom: 0;}
    .table-responsive >.table >thead >tr >th, .table-responsive >.table >tbody >tr >th, .table-responsive >.table >tfoot >tr >th, .table-responsive >.table >thead >tr >td, .table-responsive >.table >tbody >tr >td, .table-responsive >.table >tfoot >tr >td { white-space: nowrap;}
    .table-responsive >.table-bordered { border: 0;}
    .table-responsive >.table-bordered >thead >tr >th:first-child, .table-responsive >.table-bordered >tbody >tr >th:first-child, .table-responsive >.table-bordered >tfoot >tr >th:first-child, .table-responsive >.table-bordered >thead >tr >td:first-child, .table-responsive >.table-bordered >tbody >tr >td:first-child, .table-responsive >.table-bordered >tfoot >tr >td:first-child { border-left: 0;}
    .table-responsive >.table-bordered >thead >tr >th:last-child, .table-responsive >.table-bordered >tbody >tr >th:last-child, .table-responsive >.table-bordered >tfoot >tr >th:last-child, .table-responsive >.table-bordered >thead >tr >td:last-child, .table-responsive >.table-bordered >tbody >tr >td:last-child, .table-responsive >.table-bordered >tfoot >tr >td:last-child { border-right: 0;}
    .table-responsive >.table-bordered >tbody >tr:last-child >th, .table-responsive >.table-bordered >tfoot >tr:last-child >th, .table-responsive >.table-bordered >tbody >tr:last-child >td, .table-responsive >.table-bordered >tfoot >tr:last-child >td { border-bottom: 0;}
}

/* btn */
.btn { font-size: inherit; font-weight: normal; line-height: 24px; display: inline-block; margin-bottom: 0; padding: 4px 10px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; vertical-align: middle; white-space: nowrap; border: 1px solid transparent; -ms-touch-action: manipulation; touch-action: manipulation;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: none;}
.btn:hover, .btn:focus, .btn.focus { text-decoration: none; color: #333;}
.btn:active, .btn.active { outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; -webkit-box-shadow: none; box-shadow: none; filter: alpha(opacity=65);}
.btn-default { color: #333; border-color: #ccc; background-color: #fff;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open >.dropdown-toggle.btn-default { color: #333; border-color: #adadad; background-color: #e6e6e6;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { border-color: #ccc; background-color: #fff;}
.btn-primary { color: #fff; border-color: #2e6da4; background-color: #337ab7;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open >.dropdown-toggle.btn-primary { color: #fff; border-color: #204d74; background-color: #286090;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #2e6da4; background-color: #337ab7;}
.btn-success { color: #fff; border-color: #4cae4c; background-color: #5cb85c;}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open >.dropdown-toggle.btn-success { color: #fff; border-color: #398439; background-color: #449d44;}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { border-color: #4cae4c; background-color: #5cb85c;}
.btn-info { color: #fff; border-color: #46b8da; background-color: #5bc0de;}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open >.dropdown-toggle.btn-info { color: #fff; border-color: #269abc; background-color: #31b0d5;}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { border-color: #46b8da; background-color: #5bc0de;}
.btn-warning { color: #fff; border-color: #eea236; background-color: #f0ad4e;}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open >.dropdown-toggle.btn-warning { color: #fff; border-color: #d58512; background-color: #ec971f;}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { border-color: #eea236; background-color: #f0ad4e;}
.btn-danger { color: #fff; border-color: #d43f3a; background-color: #d9534f;}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open >.dropdown-toggle.btn-danger { color: #fff; border-color: #ac2925; background-color: #c9302c;}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { border-color: #d43f3a; background-color: #d9534f;}
.btn-link { font-weight: normal; color: #337ab7; border-radius: 0;}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent;}
.btn-link:hover, .btn-link:focus { text-decoration: underline; color: #23527c; background-color: transparent;}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { text-decoration: none; color: #777;}
.btn-lg { font-size: 18px; height: 46px;line-height: 46px; padding: 0 16px; *height: 48px;}
.btn-sm { font-size: 12px; height:28px;line-height: 24px; padding: 0 10px; }
.btn-xs { font-size: 12px; height:22px;line-height: 22px; padding: 0 5px;}
.btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0;}
.btn-block +.btn-block { margin-top: 5px;}
.btn .jon, .form-mark .jon { line-height: 1.2; margin: 0; vertical-align: baseline;}
input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block { width: 100%;}

/* form */
.form-control { line-height: 34px; height: 34px; padding: 0 10px; display: block; width: 100%; 
  -webkit-transition: border-color ease-in-out 0.1s; box-sizing:border-box;vertical-align: middle;
  transition: border-color ease-in-out 0.1s; color: #555; border: 1px solid #ccc; 
  background: #fff; *padding: 0;}
.form-control::-moz-placeholder { opacity: 1; color: #999;}
.form-control:-ms-input-placeholder { color: #999;}
.form-control::-webkit-input-placeholder { color: #999;}
.form-control.blank { border-width: 0 0 1px 0;background:none;}
.form-control.blank:focus{box-shadow: none;border-radius: 0;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { opacity: 1; background-color: #eee;}
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed;}
textarea.form-control { height: auto;}
select.form-control{padding:0 8px;}
input[type='search'] { -webkit-appearance: none;}

.form-group { margin-bottom: 14px;}
.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px;}
.radio label, .checkbox label { font-weight: normal; min-height: 20px; margin-bottom: 0; padding-left: 20px; cursor: pointer;}
.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] { 
  float: left; margin-left: -20px;margin-top: 5px; *margin-top: -2px;}
.radio +.radio, .checkbox +.checkbox { margin-top: -5px;}
.radio-inline, .checkbox-inline { font-weight: normal; position: relative; display: inline-block; margin-bottom: 0; padding-left: 20px; cursor: pointer; vertical-align: middle;}
.radio-inline +.radio-inline, .checkbox-inline +.checkbox-inline { margin-top: 0; margin-left: 10px;}
input[type='radio'][disabled], input[type='checkbox'][disabled], input[type='radio'].disabled, input[type='checkbox'].disabled, fieldset[disabled] input[type='radio'], fieldset[disabled] input[type='checkbox'] { cursor: not-allowed;}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed;}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed;}
.form-control-static { height: 34px;line-height: 34px;}
.form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0;}
.input-sm { font-size: 12px; height: 28px; line-height: 28px; }
select.input-sm { padding:0 .5em;}
textarea.input-sm, select[multiple].input-sm { height: auto;}
.form-group-sm .form-control { font-size: 12px; line-height: 1.5; height: 30px; padding: 5px 10px;}
select.form-group-sm .form-control { line-height: 30px; height: 30px;}
textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control { height: auto;}
.form-group-sm .form-control-static { font-size: 12px; line-height: 1.5; height: 30px; min-height: 32px; padding: 5px 10px;}
.input-lg { font-size: 18px; line-height: 46px; height: 46px; }
select.input-lg { line-height: 46px; height: 46px;}
textarea.input-lg, select[multiple].input-lg { height: auto;}
.form-group-lg .form-control { font-size: 18px; line-height: 1.3333333; height: 46px; padding: 10px 16px; }
select.form-group-lg .form-control { line-height: 46px; height: 46px;}
textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control { height: auto;}
.form-group-lg .form-control-static { font-size: 18px; line-height: 1.3333333; height: 46px; min-height: 38px; padding: 10px 16px;}
.has-feedback { position: relative;}
.has-feedback .form-control { padding-right: 42.5px; *padding-right: 0;}
.control-label { font-weight: bold;}
.form-control-feedback { line-height: 34px; position: absolute; z-index: 2; top: 0; right: 0; display: block; width: 34px; height: 34px; text-align: center; pointer-events: none;}
.input-lg +.form-control-feedback { line-height: 46px; width: 46px; height: 46px;}
.input-sm +.form-control-feedback { line-height: 30px; width: 30px; height: 30px;}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d;}
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;}
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8;}
.has-success .form-control-feedback { color: #3c763d;}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b;}
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;}
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3;}
.has-warning .form-control-feedback { color: #8a6d3b;}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #d33835;}
.has-error .form-control { border-color: #d33835; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;}
.has-error .input-group-addon { color: #d33835; border-color: #d33835; background-color: #f2dede;}
.has-error .form-control-feedback { color: #d33835;}
.has-feedback label ~.form-control-feedback { top: 25px;}
.has-feedback label.sr-only ~.form-control-feedback { top: 0;}
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle;}
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle;}
.form-inline .form-control-static { display: inline-block;}
.form-inline .input-group { display: inline-table; vertical-align: middle;}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto;}
.form-inline .input-group >.form-control { width: 100%;}
.form-inline .control-label { margin-bottom: 0; vertical-align: middle;}
.form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle;}
.form-inline .radio label, .form-inline .checkbox label { padding-left: 0;}
.form-inline .radio input[type='radio'], .form-inline .checkbox input[type='checkbox'] { position: relative; margin-left: 0;}
.form-inline .has-feedback .form-control-feedback { top: 0;}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 0.4em;}
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px;}
.form-horizontal .control-label { margin-bottom: 0; height: 34px;line-height: 34px;overflow: hidden; text-align: right;}
.form-horizontal .has-feedback .form-control-feedback { right: 15px;}
.form-horizontal .form-group-lg .control-label { padding-top: 14.333333px;}
.form-horizontal .form-group-sm .control-label { padding-top: 6px;}
.form-mark { display: inline-block; margin: 0 0.3em;}
big.form-mark { font-size: 1.5em;}
.input-group { position: relative; overflow: hidden; border-collapse: separate;*zoom:1;}
.input-group[class*='col-'] { float: none; padding-right: 0; padding-left: 0;}
.input-group .form-control { position: relative; z-index: 2; margin-bottom: 0;width: auto;}
.input-group-lg >.form-control, .input-group-lg >.input-group-addon, .input-group-lg >.input-group-btn >.btn { font-size: 18px; line-height: 1.3333333; height: 46px; padding: 10px 16px; }
select.input-group-lg >.form-control, select.input-group-lg >.input-group-addon, select.input-group-lg >.input-group-btn >.btn { line-height: 46px; height: 46px;}
textarea.input-group-lg >.form-control, textarea.input-group-lg >.input-group-addon, textarea.input-group-lg >.input-group-btn >.btn, select[multiple].input-group-lg >.form-control, select[multiple].input-group-lg >.input-group-addon, select[multiple].input-group-lg >.input-group-btn >.btn { height: auto;}
.input-group-sm >.form-control, .input-group-sm >.input-group-addon, .input-group-sm >.input-group-btn >.btn { font-size: 12px; line-height: 1.5; height: 30px; padding: 5px 10px; }
select.input-group-sm >.form-control, select.input-group-sm >.input-group-addon, select.input-group-sm >.input-group-btn >.btn { line-height: 30px; height: 30px;}
textarea.input-group-sm >.form-control, textarea.input-group-sm >.input-group-addon, textarea.input-group-sm >.input-group-btn >.btn, select[multiple].input-group-sm >.form-control, select[multiple].input-group-sm >.input-group-addon, select[multiple].input-group-sm >.input-group-btn >.btn { height: auto;}
.input-group-addon, .input-group-btn, .input-group .form-control { float: left;}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0;}
.input-group-addon, .input-group-btn { vertical-align: middle; white-space: nowrap;}
.input-group-addon { font-size: 14px; font-weight: normal;padding: 0 1em; text-align: center; 
  color: #555; border: 1px solid #ccc; border-left-width: 0;border-right-width:0; 
  background-color: #eee;height: 32px;line-height: 32px;border-right-width:1px\9;}
.input-group-addon.input-sm { font-size: 12px; padding: 5px 10px; }
.input-group-addon.input-lg { font-size: 18px; padding: 10px 16px; }
.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] { margin-top: 0;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group >.btn, .input-group-btn:first-child >.dropdown-toggle, .input-group-btn:last-child >.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child >.btn-group:not(:last-child) >.btn { 
  border-top-right-radius: 0; border-bottom-right-radius: 0;}
.input-group-addon:first-child { border-left-width: 1px;}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child >.btn, .input-group-btn:last-child >.btn-group >.btn, .input-group-btn:last-child >.dropdown-toggle, .input-group-btn:first-child >.btn:not(:first-child), .input-group-btn:first-child >.btn-group:not(:first-child) >.btn { border-top-left-radius: 0; border-bottom-left-radius: 0;}
.input-group-addon:last-child { border-right-width: 1px;}
.input-group-btn { font-size: 14px; position: relative; white-space: nowrap;}
.input-group-btn >.btn { position: relative;}
.input-group-btn >.btn +.btn { margin-left: -1px;}
.input-group-btn >.btn:hover, .input-group-btn >.btn:focus, .input-group-btn >.btn:active { z-index: 2;}
.input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group { margin-right: -1px;}
.input-group-btn:last-child >.btn, .input-group-btn:last-child >.btn-group { margin-left: -1px;}

/* color */
.text-muted { color: #777;}
.text-primary { color: #337ab7;}
a.text-primary:hover { color: #286090;}
.text-success { color: #3c763d;}
a.text-success:hover { color: #2b542c;}
.text-info { color: #31708f;}
a.text-info:hover { color: #245269;}
.text-warning { color: #f08400;}
a.text-warning:hover { color: #66512c;}
.text-danger { color: #d33835;}
a.text-danger:hover { color: #843534;}
.bg-primary { color: #fff; background-color: #337ab7;}
a.bg-primary:hover { background-color: #286090;}
.bg-success { background-color: #dff0d8;}
a.bg-success:hover { background-color: #c1e2b3;}
.bg-info { background-color: #d9edf7;}
a.bg-info:hover { background-color: #afd9ee;}
.bg-warning { background-color: #fcf8e3;}
a.bg-warning:hover { background-color: #f7ecb5;}
.bg-danger { background-color: #f2dede;}
a.bg-danger:hover { background-color: #e4b9b9;}


/*图标字体news*/
/*@font-face {font-family: "iconfont";
  src: url('http://web.jerei.com/11638/font/iconfont.eot'); 
  src: url('http://web.jerei.com/11638/font/iconfont.eot?#iefix') format('embedded-opentype'), 
  url('http://web.jerei.com/11638/font/iconfont.woff') format('woff'),
  url('http://web.jerei.com/11638/font/iconfont.ttf') format('truetype'), 
  url('http://web.jerei.com/11638/font/iconfont.svg#iconfont') format('svg'); 
}*/
@font-face{font-family: "iconfont";
  src: url('iconfont.eot'); /* IE9*/
  src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff') format('woff'), /* chrome, firefox */
  url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  display:inline-block;
  vertical-align: middle;
  margin:0 .3em;
  font-size: 1.1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;   
}

/*---------分割线------*/



/*
* name:Global && Pc StyleSheet
* version:v3.4.2
* update:添加百度地图容器样式；默认隐藏百度分享的触控弹层
* date:2017-08-11
*/
.row{width:101%;transition:.2s width ease;*zoom:1}.row:before,.row:after{display:table;clear:both;content:''}.row>[class*="span-"]{float:left;margin-right:1%;*margin-right:.89%}.row>.span-1{width:7.33333333%}.row>.span-2{width:15.66666667%}.row>.span-3{width:24%}.row>.span-4{width:32.33333333%}.row>.span-5{width:40.66666667%}.row>.span-6{width:49%}.row>.span-7{width:57.33333333%}.row>.span-8{width:65.66666667%}.row>.span-9{width:74%}.row>.span-10{width:82.33333333%}.row>.span-11{width:90.66666667%}.row>.span-12{width:99%}.full-row{width:100%;transition:.2s width ease;*zoom:1}.full-row:before,.full-row:after{display:table;clear:both;content:''}.full-row>[class*='span']{float:left}.full-row>.span-1{width:8.33333333%;*width:8.22333333%}.full-row>.span-2{width:16.66666667%;*width:16.55666667%}.full-row>.span-3{width:25%;*width:24.89%}.full-row>.span-4{width:33.33333333%;*width:33.22333333%}.full-row>.span-5{width:41.66666667%;*width:41.55666667%}.full-row>.span-6{width:50%;*width:49.89%}.full-row>.span-7{width:58.33333333%;*width:58.22333333%}.full-row>.span-8{width:66.66666667%;*width:66.55666667%}.full-row>.span-9{width:75%;*width:74.89%}.full-row>.span-10{width:83.33333333%;*width:83.22333333%}.full-row>.span-11{width:91.66666667%;*width:91.55666667%}.full-row>.span-12{width:100%;*width:99.89%}.row>.pull-right,.full-row>.pull-right{float:right}.row>.center{position:relative;left:-0.5%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.full-row>.center{display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.pull-left-1{position:relative;left:-8.33333333%}.pull-left-2{position:relative;left:-16.66666667%}.pull-left-3{position:relative;left:-25%}.pull-left-4{position:relative;left:-33.33333333%}.pull-left-5{position:relative;left:-41.66666667%}.pull-left-6{position:relative;left:-50%}.pull-left-7{position:relative;left:-58.33333333%}.pull-left-8{position:relative;left:-66.66666667%}.pull-left-9{position:relative;left:-75%}.pull-left-10{position:relative;left:-83.33333333%}.pull-left-11{position:relative;left:-91.66666667%}.pull-left-12{position:relative;left:-100%}.pull-right-1{position:relative;left:8.33333333%}.pull-right-2{position:relative;left:16.66666667%}.pull-right-3{position:relative;left:25%}.pull-right-4{position:relative;left:33.33333333%}.pull-right-5{position:relative;left:41.66666667%}.pull-right-6{position:relative;left:50%}.pull-right-7{position:relative;left:58.33333333%}.pull-right-8{position:relative;left:66.66666667%}.pull-right-9{position:relative;left:75%}.pull-right-10{position:relative;left:83.33333333%}.pull-right-11{position:relative;left:91.66666667%}.pull-right-12{position:relative;left:100%}
@media only screen and (max-width:1024px){.row>.midd-1{width:7.33333333%}.row>.midd-2{width:15.66666667%}.row>.midd-3{width:24%}.row>.midd-4{width:32.33333333%}.row>.midd-5{width:40.66666667%}.row>.midd-6{width:49%}.row>.midd-7{width:57.33333333%}.row>.midd-8{width:65.66666667%}.row>.midd-9{width:74%}.row>.midd-10{width:82.33333333%}.row>.midd-11{width:90.66666667%}.row>.midd-12{width:99%}.midd-hide{display:none}.midd-center{position:relative;left:-0.5%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.full-row>.midd-1{width:8.33333333%}.full-row>.midd-2{width:16.66666667%}.full-row>.midd-3{width:25%}.full-row>.midd-4{width:33.33333333%}.full-row>.midd-5{width:41.66666667%}.full-row>.midd-6{width:50%}.full-row>.midd-7{width:58.33333333%}.full-row>.midd-8{width:66.66666667%}.full-row>.midd-9{width:75%}.full-row>.midd-10{width:83.33333333%}.full-row>.midd-11{width:91.66666667%}.full-row>.midd-12{width:100%}}@media only screen and (max-width:992px){.row>.smidd-1{width:7.33333333%}.row>.smidd-2{width:15.66666667%}.row>.smidd-3{width:24%}.row>.smidd-4{width:32.33333333%}.row>.smidd-5{width:40.66666667%}.row>.smidd-6{width:49%}.row>.smidd-7{width:57.33333333%}.row>.smidd-8{width:65.66666667%}.row>.smidd-9{width:74%}.row>.smidd-10{width:82.33333333%}.row>.smidd-11{width:90.66666667%}.row>.smidd-12{width:99%}.smidd-hide{display:none}.smidd-center{position:relative;left:-0.5%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}.full-row>.smidd-1{width:8.33333333%}.full-row>.smidd-2{width:16.66666667%}.full-row>.smidd-3{width:25%}.full-row>.smidd-4{width:33.33333333%}.full-row>.smidd-5{width:41.66666667%}.full-row>.smidd-6{width:50%}.full-row>.smidd-7{width:58.33333333%}.full-row>.smidd-8{width:66.66666667%}.full-row>.smidd-9{width:75%}.full-row>.smidd-10{width:83.33333333%}.full-row>.smidd-11{width:91.66666667%}.full-row>.smidd-12{width:100%}}@media only screen and (max-width:760px){.row>.smal-1{width:7.33333333%}.row>.smal-2{width:15.66666667%}.row>.smal-3{width:24%}.row>.smal-4{width:32.33333333%}.row>.smal-5{width:40.66666667%}.row>.smal-6{width:49%}.row>.smal-7{width:57.33333333%}.row>.smal-8{width:65.66666667%}.row>.smal-9{width:74%}.row>.smal-10{width:82.33333333%}.row>.smal-11{width:90.66666667%}.row>.smal-12{width:99%}.smal-hide{display:none}.smal-show{display:block}.smal-center{position:relative;left:-0.5%;display:block;float:none;clear:both;margin-right:auto;margin-left:auto}[class*='pull-left-'],[class*='pull-right-']{right:auto;left:auto}.full-row>.smal-1{width:8.33333333%}.full-row>.smal-2{width:16.66666667%}.full-row>.smal-3{width:25%}.full-row>.smal-4{width:33.33333333%}.full-row>.smal-5{width:41.66666667%}.full-row>.smal-6{width:50%}.full-row>.smal-7{width:58.33333333%}.full-row>.smal-8{width:66.66666667%}.full-row>.smal-9{width:75%}.full-row>.smal-10{width:83.33333333%}.full-row>.smal-11{width:91.66666667%}.full-row>.smal-12{width:100%}}

/*挂件分页样式*/
.util-page{font-size:0; color:#000; text-align:center;}
.util-page .gobutton,.util-page .sl,.util-page .num,.util-page .count {color:#000;display:inline-block;border:1px solid #ededed;margin:10px 0;padding:5px 10px;vertical-align:middle;margin:0 0 10px -1px;background:#fff; font-size:16px ;font-weight:normal;}
.util-page .gobutton:hover,.util-page .num:hover,.util-page .current{color:#fff; background:#3cabff;}
.util-page span.gobutton,.util-page span.gobutton:hover {color:#000; background-color:#eee;}
.util-page .gobutton .ion{font-size:.8em;}
.util-page .count {margin-left:10px; color:#000; background:none; border:none;}
.util-page span.jump{background:none; color:#000;display:inline-block; margin:0 7px; vertical-align:top;  }
.util-page span.jumpto,.util-page span.jumpto_text,.util-page span.jumpto_text{background:none; border:none;color:#000; font-size:14px;}
.util-page .jumpto_inp{width:40px; text-align:center; height:37px; line-height:37px; vertical-align:top;}

/*百度地图容器-默认高度45%，BdMapArea是防止在同屏版心下地图太大*/
.BdMapArea {margin:0 auto 55px; max-width:1200px;}
.BdMapWrapper {position:relative; width:100%; height:0; padding-bottom:45%; overflow:hidden;}
.BdMapWrapper .BdMapCon {position:absolute; top:0; left:0; width:100%; height:100%;}
@media only screen and (max-width:760px) {
	.BdMapArea {display:none;}
}

/*默认隐藏百度分享触控弹层*/
.bdshare_popup_box {display:none!important;}

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico {display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');vertical-align:middle;}
.ico:before {content:'\3000';}
.ico1_2 {background-position:-20px 0;}
.ico1_3 {background-position:-40px 0;}
.ico1_4 {background-position:-60px 0;}
.ico1_5 {background-position:-80px 0;}
.ico2_1 {background-position:0 -20px;}
.ico2_2 {background-position:-20px -20px;}
.ico2_3 {background-position:-40px -20px;}
.ico2_4 {background-position:-60px -20px;}
.ico2_5 {background-position:-80px -20px;}
.ico3_1 {background-position:0 -40px;}
.ico3_2 {background-position:-20px -40px;}
.ico3_3 {background-position:-40px -40px;}
.ico3_4 {background-position:-60px -40px;}
.ico3_5 {background-position:-80px -40px;}
.ico4_1 {background-position:0 -60px;}
.ico4_2 {background-position:-20px -60px;}
.ico4_3 {background-position:-40px -60px;}
.ico4_4 {background-position:-60px -60px;}
.ico4_5 {background-position:-80px -60px;}

/* 常量设置 */
.wrap {width:1300px; margin-right:auto; margin-left:auto;}
.mwrap {max-width:1440px; margin-right:auto; margin-left:auto;}
/*对ie8设置最小宽度，防止页面错乱*/

/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px;}
.form-control:focus {border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
.imgZoom img,.imgY180 img {-moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom {overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0);}
.imgZoom:hover img{-moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img {cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */

/*头部*/
.header{position:relative; z-index:10; transition:all 0.5s ease; background:#fff;}
.header_top{border-bottom:1px solid #e5e5e5; position:relative; z-index:6; background:#fff}
/*20191018头部改版*/
.header_top .h_top_tool{line-height:30px;}
.header_top .h_top_tool a{display:block;}
.header_top .h_top_tool .h_tel{float:left; font-size:12px;}
.header_top .h_top_tool .guanhui{float:right; font-size:12px; color:#666; padding:0 15px; position:relative; height:30px}
.header_top .h_top_tool .guanhui:after{content:''; width:1px; height:11px; background:#e5e5e5; position:absolute; right:0; top:50%; margin-top:-5px}
.header_top .h_top_tool .guanhui span{display:inline-block; vertical-align:0;}
.header_top .h_top_tool .guanhui i{display:inline-block; vertical-align:0; font-weight:bold; width:10px; height:7px; background:url(../img/xggw.png) no-repeat center;}
.header_top .h_top_tool .guanhui_ewm{position:absolute; width:112px; height:112px; left:50%; margin-left:-66px; top:100%; display:none; padding:12px;}
.header_top .h_top_tool .guanhui_ewm .img_{position:relative; box-shadow:0 0 10px rgba(0, 0, 0, 0.2); padding:0px; background:#fff;}
.header_top .h_top_tool .guanhui_ewm .img_:after{content:""; display:block; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #fff; position:absolute; left:50%; top:-8px; margin-left:-8%;}
.header_top .h_top_tool .top_list{float:right;}
.header_top .h_top_tool .top_list li{float:right; font-size:12px; color:#666; position:relative; padding:0 15px;}
.header_top .h_top_tool .top_list li:after{content:''; width:1px; height:11px; background:#e5e5e5; position:absolute; right:0; top:50%; margin-top:-5px}
.header_top .h_top_tool .top_list .li01 span{display:inline-block; width:12px; height:12px; background:url(../img/h_top_pic.png) no-repeat center;}
.header_top .h_top_tool .top_list .li02 span{display:inline-block; width:12px; height:10px; background:url(../img/h_top_pic2.png) no-repeat center;}
.header_bott .mLan_down{display:none;}
.header_bott .mSearch{display:none;}
/*20191018头部改版 end*/

/*导航*/
.header_bott{padding:23px 0; transition:all 0.5s ease; background:#fff; position:relative;}
.header_bott .logo{float:left; margin-right:14%; font-size:0; width:139px; height:30px;}
.header_bott .logo a{display:block;}
.header_bott .inav_wrapper{width:60%; float:left;}
.header_bott .inav_wrapper .inav .nav_li{display:inline-block; margin-right:30px;}
.header_bott .inav_wrapper .inav .nav_li>a{display:block; font-size:17px; color:#666; font-weight:bold; line-height:30px;}
.header_bott .inav_wrapper .inav .nav_li>a:hover{color:#00a1e9;}
.header_bott .inav_wrapper .inav .nav_li>a i{font-weight:normal; font-size:14px; line-height:1;}
.header_bott .inav_wrapper .inav .nav_li.cur>a{color:#00a1e9;}
/*导航下拉*/
.header_bott .inav_wrapper .inav .nav_li .xiala_nav{position:absolute; left:0; top:100%; width:100%; background:url(../img/xiala_bg.jpg) no-repeat center; height:373px;/* box-shadow:0px 2px 13px 1px rgba(0,0,0,0.2) inset;*/ display:none;}
.header_bott .inav .nav_li .xiala_nav .left{float:left; width:75%; padding-top:53px;}
.header_bott .inav .nav_li .xiala_nav .left .rect-6219{padding-bottom:62.19%;}
.header_bott .inav .nav_li .xiala_nav .left .nav_infor{float:left; width:55%;}
.header_bott .inav .nav_li .xiala_nav .left .nav_infor .t{font-size:35px; color:#666; font-weight:bold; line-height:35px; margin-bottom:30px;}
.header_bott .inav .nav_li .xiala_nav .left .nav_infor .c{font-size:14px; color:#666; line-height:25px; margin-bottom:17px;}
.header_bott .inav .nav_li .xiala_nav .left .nav_infor .list li{float:left; width:33%; font-size:16px; line-height:34px; color:#666;}
.header_bott .inav .nav_li .xiala_nav .left .nav_infor .list li a:hover{color:#00a1e9;}
.header_bott .inav .nav_li .xiala_nav .left .nav_img{float:right; width:33%; padding-top:54px; padding-right:5%;}
.header_bott .inav .nav_li .xiala_nav .right{width:25%; float:left;}
.header_bott .inav .nav_li .xiala_nav .right .r_infor{padding-top:100px; padding-left:16%;}
.header_bott .inav .nav_li .xiala_nav .right .r_infor dt{font-size:28px; font-weight:bold; color:#fff; line-height:28px; margin-bottom:24px;}
.header_bott .inav .nav_li .xiala_nav .right .r_infor dd{font-size:16px; color:#fff; line-height:37px;}
.header_bott .inav .nav_li .xiala_nav .right .r_infor dd a:hover{color:#facd00;}

/*语言版本和搜索*/
.header_bott .h_tools{float:right; position:relative;}
.header_bott .h_tools .h_search {float:right; width:30px; height:30px; text-align:center; border-radius:50%; cursor:pointer; transition:all 0.5s ease;}
.header_bott .h_tools .h_search.nolink{display:block;}
.header_bott .h_tools .h_search.a_link{display:none;}
.header_bott .h_tools .h_search .iconfont{margin:0; font-size:20px; color:#ccc}
.header_bott .h_tools .h_search:hover .iconfont{color:#00a1e9;}
.header_bott .h_tools .h_language{padding-right:50px;}
.header_bott .h_tools .h_language>a{display:block; color:#666; font-size:15px; line-height:30px;}
.header_bott .h_tools .h_language>a i{line-height:1;}
.header_bott .h_tools .h_language>a i:first-child{font-size:16px; background:none}
:root .header_bott .h_tools .h_language>a i:first-child{display:inline-block; vertical-align:middle; font-size:0; width:16px; height:16px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; background:#ccc url(../img/language_icon_2.gif) no-repeat center center; background-size:cover; margin-right:6px;}
.header_bott .h_tools .h_language>a:hover{color:#00a1e9;}
.header_bott .h_tools .h_language.mobile_language{display:none;}

/*语言下拉*/
.header_bott .lan_down{position:absolute; left:0%; top:100%; width:100%; background:url(../img/lanDown_bg.png) center;  display:none;  color:#fff;}
.header_bott .lan_down .content{padding-top:50px;}
.header_bott .lan_down .content .sl {height:170px; position:relative; padding-left:115px; min-height:90px;}
.header_bott .lan_down .content .sl .map {background:url(../img/lanDown_map.png) no-repeat; width:110px; height:90px; overflow:hidden; position:absolute; left:0; top:0;}
.header_bott .lan_down .content .sl01 .map {background-position:0 0;}
.header_bott .lan_down .content .sl01:hover .map {background-position:-110px 0;}
.header_bott .lan_down .content .sl02 .map {background-position:0 -90px;}
.header_bott .lan_down .content .sl02:hover .map {background-position:-110px -90px;}
.header_bott .lan_down .content .sl03 .map {background-position:0 -180px;}
.header_bott .lan_down .content .sl03:hover .map {background-position:-110px -180px;}
.header_bott .lan_down .content .sl04 .map {background-position:0 -270px;}
.header_bott .lan_down .content .sl04:hover .map {background-position:-110px -270px;}
.header_bott .lan_down .content .sl05 .map {background-position:0 -360px;}
.header_bott .lan_down .content .sl05:hover .map {background-position:-110px -360px;}
.header_bott .lan_down .content .sl06 .map {background-position:0 -450px;}
.header_bott .lan_down .content .sl06:hover .map {background-position:-110px -450px;}
.header_bott .lan_down .content .sl07 .map {background-position:0 -540px;}
.header_bott .lan_down .content .sl07:hover .map {background-position:-110px -540px;}
.header_bott .lan_down .content .sl dt {font-size:22px; font-weight:bold; color:#e6e6e6; line-height:1.3; margin-bottom:10px;}
.header_bott .lan_down .content a {color:#c7c7c7;}
.header_bott .lan_down .content a:hover {color:#caa403; text-decoration:underline;}

/* 搜索下拉 */
.search-alert{position:fixed; left:0; top:-100%; width:100%; height:100%; background:#00a1e9; z-index:98; transition:all 0.5s ease}
.search-alert .close{display:block; width:30px; height:30px; background:url(../img/search_close.png) no-repeat center; background-size:24px auto; position:absolute; top:0;  bottom:0; margin:auto 0; right:2.6%; cursor:pointer; -webkit-transition:-webkit-transform 0.3s ease 0s; transition:transform 0.3s ease 0s; }
.search-alert .close:hover{-webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); }
.search-alert .cent-form {position:absolute; width:86%; top:0; bottom:0; left:0; right:0; margin:auto; height:65px; line-height:65px; border-bottom:1px solid #fff; }
.search-alert .cent-form .tex {border:none; font-size:20px; height:65px; line-height:65px; text-align:left; width:100%; box-sizing:border-box; color:#fff; background:none; padding-left:70px; padding-right:120px; background:url(../img/ico2_2.png) no-repeat left center; }
.search-alert .cent-form .sub-butn {border:none; width:120px; background:none; position:absolute; right:0; top:0; text-align:center; height:65px;  font-size:22px; line-height:65px; color:#fff; cursor:pointer;}
.search-alert.active{top:0;}
/* input默认文字白色 */
.search-alert .cent-form .tex::-webkit-input-placeholder {color:#fff;}
.search-alert .cent-form .tex:-ms-input-placeholder {color:#fff;}
.search-alert .cent-form .tex:-moz-placeholder {color:#fff;}
.search-alert .cent-form .tex::-moz-placeholder {color:#fff;}

/*头部吸顶及触控*/

.header.fixed .header_bott{position:fixed; left:0; top:0px; box-shadow:1px 2px 10px rgba(0,0,0,.4); width:100%;}
/*下层页面不吸顶*/
.header.xc_header.fixed .header_bott{position:relative; box-shadow:none;}

/*底部 footer*/
.footer{background:#e7e8ea; position:relative; z-index:4;}
.footer_top{padding:60px 0 30px;}
.footer_top dl{float:left; width:14%;}
.footer_top dl dt{font-size:17px; color:#666; margin-bottom:30px;}
.footer_top dl dt a:hover{font-weight:bold;}
.footer_top dl dd{font-size:13px; color:#666; line-height:30px;}
.footer_top dl.dl07{text-align:center;}
.footer_top dl.dl07 dt{cursor:pointer;}
.footer_top dl.dl07 dt span{display:inline-block; vertical-align:0;}
.footer_top dl.dl07 dt i{display:inline-block; vertical-align:0;}
.footer_top dl.dl07 dd{margin-bottom:15px;}
.footer_top .share_box .share_tit{font-size:14px; color:#666; text-align:center; margin-bottom:15px;}
.footer_top .share_box .bdsharebuttonbox{text-align:center;}
.footer_top .share_box a{display:inline-block; width:31px; height:31px; border-radius:50%; background:#fff; color:#a0a6b1; padding:0; margin:0 8px; text-align:center; float:none;}
.footer_top .share_box a i{display:block; font-size:20px; line-height:31px; margin:0;}
.footer_top .share_box a:hover{background:#00a1e9; color:#fff;}
.footer_top .ser_tit{font-size:14px; color:#666;}
.footer_top .ser_tel{font-size:24px; color:#00a1e9;}
.footer_bott .left{float:left;}
.footer_bott .right{float:right;}
.footer_bott{color:#666; font-size:12px; padding:20px 0;}
/*旗下子公司*/
.footer .f_son_company{background:#5a5a5a; position:absolute; left:0; top:0; width:100%; height:100%; display:none;}
.footer .f_son_company .content{padding:45px 0; position:relative;}
.footer .f_son_company .content .tit{font-size:24px; color:#fff; margin-bottom:40px;}
.footer .f_son_company .content .con .cell{font-size:13px; color:#fff;}
.footer .f_son_company .content .con .cell a{width:25%; float:left; line-height:30px;}
.footer .f_son_company .content .f_son_close{width:26px; height:26px; background:url(../img/f_son_close.png) no-repeat center; position:absolute; right:50px; top:60px; cursor:pointer; transition:all 0.5s ease;}
.footer .f_son_company .content .f_son_close:hover{transform:rotateZ(180deg);}

.mobile_key{display:none;}

/*下层banner*/
.xc_banner{height:430px; overflow:hidden; position:relative;}
.xc_banner>img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; /*animation:img_room 6s linear 1; -webkit-animation:img_room 6s linear 1;*/}
.xc_banner .infor{position:absolute; left:0; bottom:60px; width:100%; color:#fff;}
.xc_banner .infor .tit{font-size:24px;}
.xc_banner .infor .con{font-size:40px; font-weight:bold;}

@keyframes img_room {
    0% {-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}  
    100% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
}  
@-webkit-keyframes "img_room" {
    0% {-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}  
    100% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
} 
/* 手机端分享弹窗 */
.share_content{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.8); z-index:99999;}

/*二级导航*/
.xc_nav{border-bottom:1px solid #d6d8db; line-height:70px}
.xc_nav ul{float:left;}
.xc_nav li{padding:0 25px; float:left;}
.xc_nav li a{display:block; font-size:16px; color:#666; position:relative;}
.xc_nav li.cur>a{color:#00a1e9;}
.xc_nav li.cur>a:after{content:''; width:100%; height:4px; background:#00a1e9; position:absolute; left:0; bottom:0;}
.xc_nav .xc_crumbs{float:right; font-size:13px;}
.xc_nav .xc_crumbs a,
.xc_nav .xc_crumbs em,
.xc_nav .xc_crumbs span{display:inline-block; font-size:13px; color:#666;}
.xc_nav .xc_crumbs em{margin:0 7px;}
.xc_nav .xc_crumbs a:hover{color:#00a1e9;}
.xc_nav.fixed{width:100%; position:fixed; left:0; top:0; z-index:20; background:#fff;}
.channel_content{min-height:300px; padding:0 0 60px;}
.luru{padding-top:60px;}

/* 下层banner中面包屑 */
.xc_banner .xc_crumbs{font-size:13px; position:absolute; bottom:20px; left:20px; display:none;}
.xc_banner .xc_crumbs a,
.xc_banner .xc_crumbs em,
.xc_banner .xc_crumbs span{display:inline-block; font-size:13px; color:#fff;}
.xc_banner .xc_crumbs em{margin:0 7px;}
.xc_banner .xc_crumbs a:hover{color:#00a1e9;}

/* 手机端二级导航 */
.m_sencondNav{display:none; position:relative; z-index:9; height:51px; }
.m_sencondNav .m_second.fixed{position:fixed; width:100%; left:0; top:0; z-index:15;}
.m_sencondNav .m_second {position:relative;  border-bottom:1px solid #e8e8e8}
.m_sencondNav .m_second .home{background:#efefef; border-right:1px solid #e8e8e8; width:50px; height:50px; float:left; line-height:50px; display:block; text-align:center;}
.m_sencondNav .m_second .home i{display:block; color:#adadad;}
.m_sencondNav .m_second .m_second_hd{width:calc(100% - 51px); background:#f6f6f6; float:left}
.m_sencondNav .m_second .m_second_hd li{float:left; position:relative;}
.m_sencondNav .m_second .m_second_hd li{border-right:1px solid #e8e8e8;}
.m_sencondNav .m_second .m_second_hd li:last-child:after{border-right:none}
.m_sencondNav .m_second .m_second_hd li a{display:block; height:50px; line-height:50px; color:#666; padding:0 40px 0 13px; font-size:14px;}
.m_sencondNav .m_second .m_second_hd li:after,
.m_sencondNav .m_second .m_second_hd li:before{content:''; background:#a5a5a5; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
.m_sencondNav .m_second .m_second_hd li:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
.m_sencondNav .m_second .m_second_hd li:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
.m_sencondNav .m_second .m_second_hd li.cur:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#a5a5a5;}
.m_sencondNav .m_second .m_second_hd li.cur:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#a5a5a5;}
.m_sencondNav .m_second .m_second_bd .erji{position:absolute; left:0; top:100%; width:100%; background:#efefef; border-top:1px solid #e8e8e8; padding-bottom:10px; display:none;}
.m_sencondNav .m_second .m_second_bd .erji li a{padding:6px 20px 6px 63px; font-size:14px; color:#666; display:block}
.m_sencondNav .m_second .m_second_bd .erji li{margin-top:10px;}
.m_sencondNav .m_second .m_second_hd.active{background:#efefef;}
.m_sencondNav .m_second .m_second_hd.cur{background:#efefef;}
.m_sencondNav .m_second .m_second_bd .sanji{position:absolute; left:0; top:100%; width:100%; background:#efefef; border-top:1px solid #e8e8e8; padding-bottom:10px; display:none;}
.m_sencondNav .m_second .m_second_bd .sanji li a{padding:6px 20px 6px 63px; font-size:14px; color:#666;; display:block}
.m_sencondNav .m_second .m_second_bd .sanji li{margin-top:10px;}






/*公共线*/
.common-line{width:128px; height:1px; background:#facd00; position:relative;}
.common-line i{width:38%; height:100%; position:absolute; left:0; top:0; background:#001e55;}

/*分页 start*/
.widgets_common_pages_5{padding:40px 0px;line-height:50px;}
.widgets_common_pages_5 .transition{-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}
.widgets_common_pages_5 .page_l{text-align:left;}
.widgets_common_pages_5 .page_r{text-align:right;}
.widgets_common_pages_5 .page_arr{width:40%;cursor:pointer;}
.widgets_common_pages_5 .page_c{width:20%;text-align:center;}
.widgets_common_pages_5 .page_arr b{width:10%;height:1px;background-color:#000;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin:0 10px;}
.widgets_common_pages_5 .page_arr .iconfont{font-size:30px;}
.widgets_common_pages_5 .page_arr:hover b{width:70%;}
.widgets_common_pages_5 .page_c{font-size:22px;color:#323232;}
.widgets_common_pages_5 .page_c em{font-size:14px;}
@media only screen and (max-width:996px){
  .widgets_common_pages_5 .page_arr:hover b{width:50%;}
}
@media only screen and (max-width:760px){
  .widgets_common_pages_5 .page_arr b{display:none;}
  .widgets_common_pages_5{padding:15px 0;}
}
/*分页 end*/

/*首页*/
.rect-5565{padding-bottom:55.65%;}
.ibanner{position:fixed; top:0; left:0; width:100%; height:730px; z-index:2;}
.ibanner .item{position:relative;  height:730px; overflow:hidden;}
.ibanner .owl-carousel .owl-item img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
.ibanner .owl-carousel .item{opacity:0; visibility:hidden;}
.ibanner .owl-carousel.owl-loaded .item{opacity:1; visibility:visible;}
.ibanner .owl-carousel video{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
.ibanner .video_item img{display:block;}
:root .ibanner .video_item img{display:none;}
/*banner蒙版*/
.ibanner .cover {position:absolute; width:100%; height:100%; background:url(../img/banner_on.png) no-repeat center; z-index:1; background-size:cover;}
.ibanner .wrap{position:relative;}
.ibanner .dots_btn{position:absolute; z-index:10; bottom:50px; right:0%;  width:auto; height:50px; text-align:center; font-size:0;}
.ibanner .dots_btn .dot{border:4px solid #bababb; float:left; width:90px; height:50px; cursor:pointer; position:relative;}
.ibanner .dots_btn .dot .mask{position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:20}
.ibanner .dots_btn .dot .cover{position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.55); width:100%; height:100%; z-index:10;}
.ibanner .dots_btn .dot .cover .icon{display:inline-block; width:36px; height:36px; position:absolute; left:50%; margin-left:-18px; top:50%; margin-top:-18px;}
.ibanner .dots_btn .dot01 .cover .icon{background-position:-36px -36px;background:url(../img/dots.png) no-repeat; }
:root .ibanner .dots_btn .dot01 .cover .icon{background-position:0 -36px;}
.ibanner .dots_btn .dot02 .cover .icon{background-position:-36px -36px;}
.ibanner .dots_btn .dot03 .cover .icon{background-position:-36px -36px;}
.ibanner .dots_btn .dot04 .cover .icon{background-position:-36px -36px;}
.ibanner .dots_btn .dot05 .cover .icon{background-position:-36px -36px;}
.ibanner .dots_btn .dot.active .cover{background:rgba(0,0,0,0);}
.ibanner .dots_btn .dot01.active .cover .icon{background-position:-36px 0;}
:root .ibanner .dots_btn .dot01.active .cover .icon{background-position:0 0;}
.ibanner .dots_btn .dot02.active .cover .icon{background-position:-36px 0;}
.ibanner .dots_btn .dot03.active .cover .icon{background-position:-36px 0;}
.ibanner .dots_btn .dot04.active .cover .icon{background-position:-36px 0;}
.ibanner .dots_btn .dot05.active .cover .icon{background-position:-36px 0;}

.ipart.channel_content{padding:0;}
.ipart{position:relative; z-index:4; margin-top:622px; background:#fff;}
.ipart01{background:url(../img/ipart01_1.jpg) no-repeat center; height:331px;}
.ipart01 .infor {text-align:center; color:#fff; padding-top:60px;}
.ipart01 .infor .tit a{display:block; cursor:default;}
.ipart01 .infor .tit a:hover{color:#fff;}
.ipart01 .infor .tit{font-size:36px; font-weight:bold; line-height:36px; margin-bottom:16px;}
.ipart01 .infor .con{font-size:16px; color:rgba(255,255,255,.6); line-height:26px;}
.ipart01 .content{margin-top:40px; /**/}
.ipart01 .content .item{float:left; width:20%; transition:all 0.5s ease; position:relative; height:251px; cursor:pointer; overflow:hidden;}
.ipart01 .content .item.cur{width:40%;}
.ipart01 .content .item ._img{position:absolute; left:50%; margin-left:-260px; bottom:0; width:520px; height:100%; max-width:none;}
.ipart01 .content .item .intro{position:relative; z-index:2; width:100%; height:100%;}
.ipart01 .content .item .intro .box{padding:47px 32px; ; color:#666;}
.ipart01 .content .item .intro .box .t{font-size:24px; font-weight:bold; line-height:26px; margin-bottom:17px;}
.ipart01 .content .item .intro .box .c{font-size:14px; color:#666; line-height:22px}
.ipart02{padding-top:163px;}
.ipart02 .infor {text-align:center; color:#666;}
.ipart02 .infor .tit a{display:block;}
.ipart02 .infor .tit a:hover{color:#929292;}
.ipart02 .infor .tit{font-size:36px; font-weight:bold; line-height:36px; margin-bottom:16px;}
.ipart02 .infor .con{font-size:16px; line-height:26px;}
.ipart02 .content{margin-top:50px;}
.ipart02 .content .left{width:49%; float:left; position:relative;}
.ipart02 .content .left .rect-745{padding-bottom:74.5%;}
.ipart02 .content .left .video_news{position:absolute; top:0; left:0; width:100%; height:100%;}
.ipart02 .content .left .mask{position:absolute; left:0; bottom:0; width:100%; height:100%; background:url(../img/banner_on.png) no-repeat center}
.ipart02 .content .left .intro{position:absolute; left:0; bottom:0; width:100%;}
.ipart02 .content .left .intro .box{padding:36px 140px 36px 40px; color:#fff;}
.ipart02 .content .left .intro .box .d{font-size:14px; line-height:24px; margin-bottom:10px;}
.ipart02 .content .left .intro .box .t{font-size:22px; font-weight:bold; line-height:30px;}
.ipart02 .content .right{width:50%; float:right;}
.ipart02 .content .right .rect-3523{padding-bottom:35.23%;}
.ipart02 .content .right .rect-7269{padding-bottom:72.69%;}
.ipart02 .content .right .r_top{margin-bottom:14px;}
.ipart02 .content .right .r_top .intro{position:absolute; left:0; bottom:0; width:50%;}
.ipart02 .content .right .r_top .intro .box{padding:36px 40px; color:#fff;}
.ipart02 .content .right .r_top .intro .box .d{font-size:14px; line-height:24px; margin-bottom:8px;}
.ipart02 .content .right .r_top .intro .box .t{font-size:20px; font-weight:bold; line-height:28px;}
.ipart02 .content .right .r_bott{overflow:hidden;}

.ipart02 .content .right .r_bott .bott_l{float:left; width:49%;}
.ipart02 .content .right .r_bott .bott_l .cover{position:absolute; left:0; bottom:0; width:100%; height:100%; cursor:pointer}
.ipart02 .content .right .r_bott .bott_l .cover .play{width:63px; height:63px; background:url(../img/ipart02_play.png) no-repeat center; margin:66px auto 16px;}
.ipart02 .content .right .r_bott .bott_l .cover .t{font-size:20px; font-weight:bold; color:#fff; text-align:center}
.ipart02 .content .right .r_bott .bott_r{float:right; width:49%;}
.ipart02 .content .right .r_bott .bott_r{background:url(https://www.xcmg.com/resources/web/img/ipt2_bg1.jpg) no-repeat center; transition:all 0.5s ease;}
.ipart02 .content .right .r_bott .bott_r:hover{background:url(https://www.xcmg.com/resources/web/img/ipt2_bg2.jpg) no-repeat center;}
.ipart02 .content .right .r_bott .bott_r .box{padding:64px 53px 45px 34px; color:#fff;}
.ipart02 .content .right .r_bott .bott_r .box .d{font-size:14px; line-height:24px;}
.ipart02 .content .right .r_bott .bott_r .box .t{font-size:20px; line-height:28px; font-weight:bold;}

.ipart02{padding-bottom:75px; background:#fff;}
.ipart02 .list .item{float:left; overflow:hidden; position:relative; width:25%; cursor:pointer;}
.ipart02 .list .item .item_box{padding:49px 22px 0px; display:block;}
.ipart02 .list .item .item_box .intro{position:relative; overflow:hidden;}
.ipart02 .list .item .item_box .intro .t{font-size:18px; line-height:30px; color:#333; font-weight:bold; margin-bottom:7px; height:60px; overflow:hidden;}
.ipart02 .list .item .item_box .intro .d{font-size:14px; line-height:22px; color:#00479d; margin-bottom:18px;}
.ipart02 .list .item .item_box .intro .c{font-size:13px; color:#666; line-height:22px; margin-bottom:40px; height:44px; overflow:hidden;}
.ipart02 .list .item .item_box .intro:after{content:''; width:100%; height:5px; position:absolute; left:0; bottom:0; background:#d1d1d1;}
.ipart02 .list .item .item_box .intro:before{content:''; width:0%; height:5px; background:#facd00; position:absolute; left:0; bottom:0; transition:all 0.6s ease;}
.ipart02 .list .item:hover .item_box .intro:before{width:100%; z-index:3}
.ipart02 .list .item:hover .item_box .intro .t{color:#00479d;}
.i_video_box {background:#000;}
.ipart03{background:url(../img/ipart03.jpg) no-repeat center; height:562px;}
.ipart03 .infor{text-align:center; padding-top:135px;}
.ipart03 .infor .tit{font-size:48px; line-height:48px; font-weight:bold; position:relative; display:inline-block;}
.ipart03 .infor .tit span{display:inline-block;}
.ipart03 .infor .tit .img_{position:absolute; left:-100px; bottom:0; width:88px; height:110px;}
.ipart03 .infor .tit .text{color:#fff; margin-bottom:22px;}
.ipart03 .infor .con{font-size:33px; line-height:33px; color:#fff;}
.ipart03 .content .form_box{padding:60px 18% 0;}
.ipart03 .content .form_box .select_wrap{width:35%; float:left; margin-right:3px;}
.ipart03 .content .form_box .select_wrap .sele{width:100%; height:49px; line-height:49px; background:#e3e7ec; font-size:14px; color:#5b5b5b; text-indent:23px; border:none; border-radius:0;}
.ipart03 .content .form_box button{width:24%; float:left; outline:none; border:none; background:#facd00; height:49px; line-height:49px; text-align:center; cursor:pointer; font-size:16px; font-weight:bold; color:#4f4f4f;}
.ipart03 .content .form_box .select_wrap .select-ui-choose-default ._arrow .arr{width:12px; height:6px; background:url(../img/ipart03_2.png) no-repeat center; border:none;}
.ipart03 .content .form_box .select_wrap .select-ui-choose-default.on ._arrow .arr{margin:-.2em 0 0;}
.ipart03 .content .form_box .select_wrap .select-ui-choose ._arrow{right:17px;}
body .select-ui-options-default li:hover{background:#00a1e9;}
body .select-ui-options-default{/*border:none; border-radius:0;*/ box-sizing:border-box;}
/*:root body .select-ui-options{width:auto;}
body .select-ui-options{width:351px; max-height:10em;}*/
.ipart03 .content .list{padding:45px 11% 0; text-align:center;}
.ipart03 .content .list a{display:inline-block; padding:0 10px; position:relative; font-size:16px; color:#fff; line-height:26px;}
.ipart03 .content .list a:after{content:''; width:1px; height:10px; background:#facd00; position:absolute; right:-1px; top:50%; margin-top:-4px;}
.ipart03 .content .list a.cur{color:#facd00;}
.ipart03 .content .list a:hover{color:#facd00;}
.ipart03 .content .list a:last-child:after{display:none;}
.ipart03 .content .list a.last:after{display:none;}
.ipart04{/*background:url(../img/ipart04.jpg) no-repeat center;*/ padding:88px 0 100px;}
.ipart04 .infor {text-align:center; color:#666;}
.ipart04 .infor .tit a{display:block;}
.ipart04 .infor .tit a:hover{color:#929292;}
.ipart04 .infor .tit{font-size:36px; font-weight:bold; line-height:36px; margin-bottom:16px;}
.ipart04 .infor .con{font-size:16px; line-height:26px; padding:0 21%;}
.ipart04 .content{margin-top:70px;}
.ipart04 .content .list li{width:25%; float:left; text-align:center;}
.ipart04 .content .list li .li_box .icon{width:64px; height:64px; margin:0 auto 10px; transition:all 0.5s ease;}
.ipart04 .content .li_box:hover .icon{transform:rotateY(180deg);}
.ipart04 .content .list li .li_box .t{font-size:20px; line-height:30px; color:#666; margin-bottom:10px;}
.ipart04 .content .list li .li_box .number{font-size:20px; color:#666;}
.ipart04 .content .list li .li_box .number .num{font-size:48px; line-height:60px; color:#00479d; font-family:Impact;}
.ipart04 .content .list li .li_box sup{font-size:36px; font-family:Arial;}
.ipart05{background:url(../img/ipart05.jpg) no-repeat center; background-attachment:fixed; height:640px; padding:0;}
.ipart05 .right{margin-top:117px;}
.ipart05 .right{width:54%; padding-right:2.5%; float:right;}
.ipart05 .right .infor{color:#666; text-align:right;}
.ipart05 .right .infor .tit a{display:block;}
.ipart05 .right .infor .tit{font-size:36px; font-weight:bold; line-height:36px; margin-bottom:16px;}
.ipart05 .right .infor .tit a:hover{color:#929292;}
.ipart05 .right .infor .con{font-size:16px; line-height:26px;}
.ipart05 .right .content{margin-top:37px;}
.ipart05 .right .content .rect-7656{padding-bottom:76.56%;}
.ipart05 .right .content .rect-6244{padding-bottom:62.44%;}
.ipart05 .right .content .rect-6530{padding-bottom:65.30%;}
.ipart05 .right .content .con_l{width:61.5%; float:left;}
.ipart05 .right .content .con_l .intro{position:absolute; left:35px; bottom:39px; right:35px; top:52px;}
.ipart05 .right .content .con_l .intro .box .small_t{font-size:18px; line-height:26px; color:#fff; font-weight:bold;}
.ipart05 .right .content .con_l .intro .box .t{font-size:26px; line-height:26px; color:#4f4f4f; font-weight:bold; margin:10px 0 15px;}
.ipart05 .right .content .con_l .intro .box .c{font-size:14px; line-height:26px; color:#4f4f4f; height:78px; overflow:hidden}
.ipart05 .right .content .con_l .intro .box .ip5_icon{width:70px; height:12px; background:url(../img/ipart05_4.png) no-repeat center; position:absolute; right:0; bottom:0; transition:all 0.5s ease;}
.ipart05 .right .content .con_l:hover .intro .box .ip5_icon{right:10px;}
.ipart05 .right .content .con_r{width:35%; float:right;}
.ipart05 .right .content .con_r .intro{position:absolute; left:0; bottom:0; width:100%; height:100%;}
.ipart05 .right .content .con_r .intro .box{padding:41px 35px; text-align:center;}
.ipart05 .right .content .con_r .intro .box .small_t{font-size:16px; line-height:26px; color:#fff; margin-bottom:2px;}
.ipart05 .right .content .con_r .intro .box .t{font-size:24px; line-height:26px; color:#fff; font-weight:bold;}
.ipart05 .right .content .con_r .r_top{margin-bottom:17px;}


/*.go_top{background:url(../img/go_top.png) no-repeat center; background-size:contain; position:fixed; right:9%; bottom:5%; width:60px; height:60px; z-index:99; display:none;}
*/

/*------------------手机端下拉---------------------*/
.m_nav{display:none;}
.m_banner{display:none;}
.m_ipart{display:none;}
.m_footer{display:none;}

/*************************************下层页面实现*****************************/

/*招聘综合*/
.job_center_ban{height:689px; overflow:hidden; position:relative;}
.job_center_ban>img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
.job_center_ban .infor {position:absolute; left:0; bottom:300px; width:100%;}
.job_center_ban .infor .tit{font-size:46px; line-height:46px; color:#fff; text-align:center; font-weight:bold;}
.job_center_ban .infor .con{font-size:18px; line-height:30px; color:#fff; text-align:center; padding:0 18%; margin-top:26px}
.job_center_ban .infor .form_box {padding:0 5%; margin-top:50px;}
.job_center_ban .infor .form_box .inp_box{float:left; width:30%; margin-right:0.8%;}
.job_center_ban .infor .form_box .inp_box .inp{width:100%; height:56px; line-height:56px; padding:0; margin:0; border:none; text-indent:25px; border-radius:0; background:#e3e7ec;}
.job_center_ban .infor .form_box .inp_box .inp:hover{background:#fff}
.job_center_ban .infor .form_box .btn_box{float:left;}
.job_center_ban .infor .form_box .btn_box button{display:block; width:56px; height:56px; margin:0; padding:0; border:none; outline:none; position:relative; background:#facd00; cursor:pointer;}
.job_center_ban .infor .form_box .btn_box button .icon{display:block; width:22px; height:22px; background:url(../img/job_center_ico.png) no-repeat center; position:absolute; left:50%; margin-left:-11px; top:50%; margin-top:-11px;}
.job_center_ban .select-ui-choose-default ._arrow{width:2em;}
.job_center_ban .select-ui-choose-default ._txt{padding-left:0;}
.job_center.channel_content{padding:0;}
.job_center01 .content{margin-top:-142px;}
.job_center01 .content li{width:25%; float:left; position:relative;}
.job_center01 .content li.odd{background:#00a1e9; margin-top:54px;}
.job_center01 .content li.li03{background:#facd00;}
.job_center01 .content li.even{background:#f8f8f8;}
.job_center01 .content .li_box{padding:70px 33px 68px; display:block;}
.job_center01 .content .li_box .intro .tit{font-size:22px; font-weight:bold; text-align:center;}
.job_center01 .content .li_box .intro .con{margin:25px 0 30px;}
.job_center01 .content .li_box .intro .con .rect-5714{padding-bottom:57.14%;}
.job_center01 .content .li_box .intro .txt{font-size:15px; line-height:28px; height:56px; overflow:hidden;}
.job_center01 .content .li_box .intro .jt{width:41px; height:12px; background:url(../img/job_center01_jt.png) no-repeat center; margin-top:34px;}
.job_center01 .content li.odd .li_box .intro{color:#fff;}
.job_center01 .content li.li03 .li_box .intro{color:#4f4f4f;}
.job_center01 .content li.even .li_box .intro{color:#666;}
.job_center01 .content li.even .li_box .intro .txt{color:#666;}
.job_center02{background:url(../img/job_center02_1.jpg) no-repeat center; padding:100px 0 30px; background:none;}
.job_center02 .job02_top{height:591px; background:url(../img/job02_top.jpg) no-repeat center; overflow:hidden; position:relative;}
.job_center02 .job02_top .infor{width:47%; padding:150px 0 120px;}
.job_center02 .job02_top .infor .tit{font-size:36px; color:#666; font-weight:bold; line-height:40px;}
.job_center02 .job02_top .infor .con{font-size:16px; color:#666; line-height:28px; margin:30px 0 55px;}
.job_center02 .job02_top .infor .job02_top_anniu a{width:220px; height:45px; line-height:45px; text-align:center; border-radius:3px; font-size:16px; -webkit-transition:color 0.3s; transition:color 0.3s; display:inline-block; border:1px solid #666; color:#666; margin-top:20px; margin-right:20px;}
.job_center02 .job02_top .infor .job02_top_anniu a:hover{color:#fff; background:#00a1e9; border-color:#00a1e9;}
.job_center02 .job02_bott li{width:19%; float:left; height:316px; position:relative;}
.job_center02 .job02_bott li a.li_box{display:block; height:100%; background:#fff; border:1px solid #e2e4f5; border-left:none; text-align:center;}
.job_center02 .job02_top .infor .job02_top_anniu a i{display:none}
.job_center02 .job02_bott li:first-child a.li_box{border-left:1px solid #e2e4f5;}
.job_center02 .job02_bott li a.li_box>.icon{padding-top:65px; margin-bottom:20px;}
.job_center02 .job02_bott li a.li_box>.text{font-size:20px; font-weight:bold; color:#666;}
.job_center02 .job02_bott li:before {content:''; position:absolute; bottom:60px; left:50%; width:40px; height:2px; background:#00a1e9; margin-left:-20px;}
.job_center02 .job02_bott li a.li_box .cover {position:absolute; top:0; left:0; width:100%; height:100%; display:none; background:url(../img/job_center02_3.jpg) no-repeat 50% 50%; background-size:cover;}
.job_center02 .job02_bott li a.li_box .cover .box{padding:0 65px;}
.job_center02 .job02_bott li a.li_box .cover .icon{padding-top:60px; margin-bottom:50px;}
.job_center02 .job02_bott li a.li_box .cover .tit{font-size:24px; color:#fff; font-weight:bold; margin-bottom:7px;}
.job_center02 .job02_bott li a.li_box .cover .con{font-size:16px; color:#fff; line-height:30px; height:60px; overflow:hidden}
.job_center02 .job02_bott li a.li_box .cover .more{width:41px; height:12px; background:url(../img/job_center01_jt.png) no-repeat center; margin:40px auto 0;}
.job_center02 .job02_bott li.on {top:-51px; width:24%; height:410px; box-shadow:40px 40px 50px 0px rgba(0,0,0,0.5); z-index:2;}
.job_center02 .job02_bott li.on a.li_box>.icon{display:none;}
.job_center02 .job02_bott li.on a.li_box>.text{display:none;}
.job_center02 .job02_bott li.on a.li_box{border:none;}
.job_center02 .job02_bott li.on a.li_box .cover{display:block;}

/*学习发展*/
.learn_develop01{margin-bottom:60px; padding-top:60px;}
.learn_develop01 .left{float:left; width:50%;}
.learn_develop01 .left .infor{padding:50px;}
.learn_develop01 .left .infor .tit{font-size:36px; line-height:45px; color:#666; font-weight:bold;}
.learn_develop01 .left .infor .con{font-size:16px; line-height:28px; color:#666; margin-top:25px;}
.learn_develop01 .right{width:45%; float:right; position:relative;}
.learn_develop01 .right .rect-5743{padding-bottom:57.43%;}
.learn_develop01 .right .item{display:none;}
.learn_develop01 .right .owl-item .item{display:block;}
.learn_develop01 .right .learn01_btn>div{width:41px; height:80px; background:url(../img/learn01_2.png) no-repeat; position:absolute; top:50%; margin-top:-40px; z-index:2; font-size:0; cursor:pointer;}
.learn_develop01 .right .learn01_btn .owl-prev {left:0; background-position:0 0;}
.learn_develop01 .right .learn01_btn .owl-next {right:0; background-position:-41px 0px;}
.learn_develop02 {margin-bottom:60px;}
.learn_develop02 .content{background:#00a1e9}
.learn_develop02 .left{width:38%; float:left;}
.learn_develop02 .left .infor{padding:55px 52px 40px; color:#fff;}
.learn_develop02 .left .infor .tit{font-size:26px; line-height:28px; font-weight:bold; margin-bottom:14px}
.learn_develop02 .left .infor .con{font-size:16px; line-height:28px; height:112px; overflow:hidden;}
.learn_develop02 .right{width:62%; float:right;}
.learn_develop02 .right .rect-3128{padding-bottom:31.28%;}
.learn_develop02 .right .cover{width:100%; height:100%; position:absolute; left:0; bottom:0;}
.learn_develop02 .right .cover ul{padding:75px 40px; text-align:center; font-size:0;}
.learn_develop02 .right .cover li{display:inline-block; width:23%; /*height:158px; background:url(../img/learn02_1.png) no-repeat center;*/ padding:0 1%; position:relative;}
.learn_develop02 .right .cover li:after{content:''; width:1px; height:50px; background:#a8a8a8; position:absolute; right:0; top:50%; margin-top:-25px;}
.learn_develop02 .right .cover li:last-child:after{display:none}
/*.learn_develop02 .right .cover li.li02{background:url(../img/learn02_2.png) no-repeat center;}
.learn_develop02 .right .cover li.li03{background:url(../img/learn02_3.png) no-repeat center;}
.learn_develop02 .right .cover li.li04{background:url(../img/learn02_4.png) no-repeat center;}*/
.learn_develop02 .right .cover li .txt{text-align:center; padding:30px; font-size:18px; height:52px; color:#fff; overflow:hidden;}
.learn_develop03{margin-bottom:60px;}
.learn_develop03 .content{background:#00479d;}
.learn_develop03 .left{width:38%; float:left;}
.learn_develop03 .left .infor{padding:50px 52px 40px; color:#fff;}
.learn_develop03 .left .infor .tit{font-size:26px; line-height:28px; font-weight:bold; margin-bottom:14px;}
.learn_develop03 .left .infor .con{font-size:16px; line-height:28px; height:112px; overflow:hidden;}
.learn_develop03 .right{width:62%; float:right;}
.learn_develop03 .right .rect-3128{padding-bottom:31.28%;}
.learn_develop03 .right .cover{width:100%; height:100%; position:absolute; left:0; bottom:0;}
.learn_develop03 .right .cover ul{padding:75px 40px; text-align:center; font-size:0;}
.learn_develop03 .right .cover li{display:inline-block; width:auto; /*height:158px; background:url(../img/learn02_1.png) no-repeat center;*/ padding:0 3%; position:relative;}
.learn_develop03 .right .cover li:after{content:''; width:1px; height:30px; background:#a8a8a8;  position:absolute; right:0; top:50%; margin-top:-15px;}
.learn_develop03 .right .cover li:last-child:after{display:none}
/*.learn_develop03 .right .cover li.li02{background:url(../img/learn02_2.png) no-repeat center;}*/
.learn_develop03 .right .cover li .txt{text-align:center; padding:30px 20px; font-size:18px; color:#fff; height:26px; overflow:hidden;}
.learn_develop04{padding:60px 0; background:url(../img/learn03_1.jpg) no-repeat center;}
.learn_develop04 .left{width:60%; float:left;}
.learn_develop04 .left .tit{font-size:45px; line-height:45px; color:#666; font-weight:bold;}
.learn_develop04 .left .tit a{display:inline-block; line-height:45px; font-size:36px;}
.learn_develop04 .left .tit a:hover{color:#929292;}
.learn_develop04 .left .con{font-size:15px; line-height:26px; color:#666; margin-top:20px;}
.learn_develop04 .right{width:28%; float:right; margin-top:35px;}
.learn_develop04 .right .item{width:50%; float:left; text-align:center;}
.learn_develop04 .right .item .num{font-size:50px; line-height:50px; font-family:Impact; color:#00a1e9;}
.learn_develop04 .right .item .txt{font-size:16px; color:#666; margin-top:8px;}
.learn_develop05{margin-top:35px;}
.learn_develop05 a{display:block; float:left; width:48%; margin-right:2%; line-height:72px; border-bottom:1px solid #e5e5e5; font-size:16px; color:#666;}
.learn_develop05 a:hover{color:#00a1e9; font-weight:bold;}

/*招聘列表*/
.job_list.channel_content{padding:0;}
.jobList_ban.xc_banner .infor .tit{font-size:50px; line-height:50px; font-weight:bold; color:#fff; text-align:center; margin-bottom:45px;}
.job_list .form_box{padding:60px 5% 0; text-align:center;}
.job_list .form_box .inp_wrap{width:12%; display:inline-block; margin-right:1.1%; margin-bottom:45px; border:1px solid #e3e7ec;}
.job_list .form_box .inp_wrap .inp{width:100%; height:56px; line-height:56px; font-size:14px; color:#666; text-indent:23px; border:none; border-radius:0; padding:0;}
.job_list .form_box .inp_wrap.search_wrap{width:56px;}
.job_list .form_box button{outline:none; border:none; background:#facd00; height:56px; line-height:56px; text-align:center; cursor:pointer; text-align:center; width:100%;}
.job_list .form_box button i{display:inline-block; font-size:20px; color:#4f4f4f; vertical-align:middle;}
.job_list .form_box .inp_wrap .select-ui-choose-default ._arrow .arr{width:12px; height:6px; background:url(../img/ipart03_2.png) no-repeat center; border:none;}
.job_list .form_box .inp_wrap .select-ui-choose-default.on ._arrow .arr{margin:-.2em 0 0;}
.job_list .form_box .inp_wrap .select-ui-choose ._arrow{right:17px;}
.job_list .form_box .inp_wrap .select-ui-choose-default ._txt{text-align:left;}
.job_list01{margin-bottom:60px;}
.job_list01 .widget-job-tit{background:#00a1e9; color:#fff; overflow:hidden; height:56px; line-height:56px;}
.job_list01 ._jt {height:56px; line-height:56px; overflow:hidden; *zoom:1;cursor:pointer;border-bottom:1px solid #dedede;}
.job_list01 ._ut{float:left; text-align:center; min-height:1px;}
.job_list01 ._t1 {width:28%;}
.job_list01 ._t2 {width:20%;}
.job_list01 ._t3 {width:14%;}
.job_list01 ._t4 {width:14%;}
.job_list01 ._t5 {width:10%;}
.job_list01 ._t6 {width:14%;}
.job_list01 ._jc {display:none;}
.job_list01 ._jcon {padding:40px; background:#f6f6f6; padding-left:96px;}
.job_list01 .widget-job-btn{cursor:pointer; background:#00a1e9; color:#fff; width:160px; height:40px; line-height:40px; margin-top:40px; display:block;text-align:center;font-size:15px; border-radius:3px;}
.job_list01 .widget-job-btn a:hover{color:#fff;}
.job_list01 .tit{font-size:16px; color:#666; margin-bottom:20px;}
.job_list01 .info{font-size:13px; color:#666; line-height:24px; margin-bottom:40px;}

/* 关于我们 */
.about_center_ban{/*height:634px;*/ position:relative; overflow:hidden; height:430px;}
.about_center_ban>img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; /*animation:img_room 6s linear 1; -webkit-animation:img_room 6s linear 1;*/}
.about_center.channel_content{padding:0;}
.about_center_logo{height:190px; background:url(../img/about_center_logo_bg.jpg) no-repeat center; position:relative; display:none;}
.about_center_logo img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
.about_center01{padding:60px 0px;}
.about_center01 .infor{text-align:center; padding:0 8%;}
.about_center01 .infor a{display:block; display:none;}
.about_center01 .infor .tit{font-size:32px; line-height:48px; color:#666;}
.about_center01 .infor .con{Font-size:16px; line-height:32px; color:#666; margin:23px 0 80px;}
.about_center01 .infor .list li{width:23%; margin:0 1%; text-align:center; float:left;}
.about_center01 .infor .list li .number{font-size:60px; color:#00856f; font-family:Impact; line-height:1; margin-top:15px;}
.about_center01 .infor .list li .number .num{display:inline-block; vertical-align:unset;}
.about_center01 .infor .list li .number span{display:inline-block; vertical-align:unset; font-size:20px; color:#666}
.about_center01 .infor .list li .txt{font-size:20px; line-height:30px; color:#666; margin-top:10px;}
/* 关于我们补充 */
.about_center .rect-93{padding-bottom:93%;}
.about_center .rect-925{padding-bottom:92.5%;}
.about_center .nr{float:left; width:39%; padding:0 4%; position:relative; height:100%; }
.about_center .title{font-size:30px; font-weight:bold; margin-top:50px;}
.about_center .en{font-size:14px; margin-bottom:15px; display:none;}
.about_center .sum{margin-top:10px; font-size:14px; margin-bottom:20px;}
.about_center .jt_btn{display:block; width:39px; height:37px;/* position:absolute; bottom:50px; left:8%;*/ background-image:url(../img/jt_btn.png); background-repeat:no-repeat; background-position:0px 0px; transition:none;}
.about_center .jt_btn:hover{background-position:0px -40px;}
.about_center .jt_ico{display:block; border-style:solid; border-width:15px; border-color:transparent transparent transparent #fff; position:absolute; top:50%; margin-top:-15px; right:-30px; width:0; height:0;}
.about_center02{background:#f6f6f6; padding-top:50px;}
.about_center02 .ab_left {width:64%; float:left; color:#666;}
.about_center02 .ab_left a:hover{color:#666;}
.about_center02 .ab_left .box{height:411px; background:#fff; overflow:hidden;}
.about_center02 .ab_left .box .img{float:right; width:53%; height:100%; overflow:hidden; }
.about_center02 .ab_right {width:34%;float:right;height:411px;overflow:hidden;position:relative;color:#4f4f4f;}
.about_center02 .ab_right a:hover{color:#4f4f4f;}
.about_center02 .ab_right .cover {width:100%;background:url(../picture/yellow80.png);position:absolute;left:0px; bottom:0px;}
.about_center02 .ab_right .cover .box{padding:20px 5%;}
.about_center02 .ab_right .cover .title{font-size:30px; font-weight:bold; margin-bottom:5px; }
.about_center02 .ab_right .cover .sum{margin-top:10px; font-size:14px;}
.about_center02 .ab_right .cover .ab_jt{display:block; width:29px; height:51px; background:url(../img/ab_jt.png) no-repeat 0 0; position:absolute; top:50%; margin-top:-25px; right:4%;}
.about_center03{padding:28px 0; background:#f6f6f6;}
.about_center03 .content{background:#00856f;color:#fff;}
.about_center03 .content a:hover{color:#fff;}
.about_center03 .img{width:66%; float:left;}
.about_center03 .img .rect-556{padding-bottom:47.9%;}
.about_center03 .nr{width:28%; padding:0 3%; float:right;}
.about_center03 .jt_ico {border-left-color:transparent;border-right-color:#fff;left:-30px;}
.about_center03 .jt_btn{background-position:-43px 0;}
.about_center03 .jt_btn:hover {background-position:-43px -80px; background-color:#fff;}
.about_center04{background:#f6f6f6; padding-bottom:50px;}
.about_center04 .ab_left {width:32%;float:left; overflow:hidden;position:relative;color:#4f4f4f;}
.about_center04 .ab_left a:hover{color:#4f4f4f;}
.about_center04 .ab_left .cover{width:100%;background:url(../picture/yellow80.png);position:absolute;left:0px; bottom:0px;}
.about_center04 .ab_left .cover .box{padding:20px 5%;}
.about_center04 .ab_left .cover .title{font-size:30px; font-weight:bold; margin-bottom:5px; }
.about_center04 .ab_left .cover .sum{font-size:14px;}
.about_center04 .ab_left .cover .ab_jt{display:block; width:29px; height:51px; background:url(../picture/ab_jt.png) no-repeat 0 0; position:absolute; top:50%; margin-top:-25px; right:4%;}
.about_center04 .nr{width:32%; padding:0; margin:0 2%;}
.about_center04 .nr .box{padding:0 8%;}
.about_center04 .ab_right {width:32%;float:right; overflow:hidden;position:relative;color:#fff;}
.about_center04 .ab_right a:hover{color:#f6f6f6;}
.about_center04 .ab_right .cover{width:100%;background:url(../picture/about_center04_2.png);position:absolute;left:0px; bottom:0px;}
.about_center04 .ab_right .cover .box{padding:20px 5%;}
.about_center04 .ab_right .cover .title{font-size:30px; font-weight:bold; margin-bottom:5px; }
.about_center04 .ab_right .cover .sum{margin-top:10px; font-size:14px;}
.about_center .cover .title{margin-top:0;}
.about_center04 .nr a:hover{color:#666;}
.about_center04 .nr .cover{position:absolute; width:100%; top:0;}
.about_center04 .nr .cover .title{margin-top:50px;}

/*品牌故事*/
.brand_story.channel_content{padding:0;}
.brand_story01{padding:60px 0 30px;}
.brand_story01 .infor{text-align:center;}
.brand_story01 .infor .tit{font-size:36px; color:#666; line-height:40px; font-weight:bold; margin-bottom:15px;}
.brand_story01 .infor .con{font-size:16px; color:#666;}
.brand_story02 .rect-5520{padding-bottom:55.2%;}
.brand_story02 li{position:relative; height:632px; margin-bottom:50px;}
.brand_story02 li .img img{position:absolute; width:100%; top:0; left:0;}
.brand_story02 li .cover{width:50%; height:500px; position:absolute; bottom:0; background:url(../img/black.6.png);}
.brand_story02 li.odd .cover{left:0;}
.brand_story02 li.even .cover{right:0;}
.brand_story02 li .tit{font-size:36px; color:#fff; font-weight:bold; position:relative; margin-bottom:55px;}
.brand_story02 li .tit:after{content:''; position:absolute; bottom:-20px; width:342px; height:3px; background:#f6f6f6; left:0;}
.brand_story02 li .cover .box{padding:75px 125px 60px;}
.brand_story02 li .cover .box .list{height:252px; overflow-y:auto;}
.brand_story02 li .cover .box .list .cell{display:block; font-size:15px; color:#fff; line-height:36px; height:36px; position:relative; cursor:pointer; transition:all 0.5s ease;}
.brand_story02 li .cover .box .list .cell:hover:after{width:100%;}
.brand_story02 li .cover .box .list .cell:hover{color:#00a1e9}
.brandBox_detail .box .tit{margin-top:50px;}
.brandBox_detail .close {cursor:pointer;background:#fff; display:inline-block;width:43px;height:43px;margin:30px auto 0;font-size:0;color:rgba(0,0,0,0);background-image:url(/resources/web/img/popup_close_btn.png);background-repeat:no-repeat;background-size:100%;background-position:center;line-height:40px;position:absolute;right:0;left:0; top:0; transition:all 0.5s ease;}
.brandBox_detail .close:hover{background-image:url(/resources/web/img/popup_close_btn_hover.png);}

/*弹窗*/
.brandBox_detail{position:fixed; width:86%; top:50%; margin-top:-300px; z-index:100; background:#fff; max-width:800px; height:600px; left:50%; margin-left:-400px; overflow:hidden; bottom:10%; overflow:hidden;}
.brandBox_detail .box {margin:75px 0; padding:0 80px; height:450px; overflow:auto; text-align:center;}
.brandBox_detail .box .tit{text-align:center; font-size:28px; margin-bottom:20px;}
.brandBox_detail .box .img_{margin-bottom:30px;}
.brandBox_detail .box .intro .con{line-height:25px; font-size:14px; text-align:justify;}
.brandBox_detail .close:hover i{transform:rotateZ(180deg);}
.brandBox_detail_bg {position:fixed; width:100%; height:100%; left:0; top:0; background:url(../img/black.6.png); z-index:90}

/*全球绿萌*/
.global.channel_content{padding:0;}
.global01{margin-bottom:60px; padding-top:60px; overflow:hidden;}
.global01>.wrap{background:#f8f8f8;}
.global01 .left{width:24%; float:left;}
.global01 .left li{background:#00a1e9; border-top:1px solid #fff; cursor:pointer;}
.global01 .left li:first-child{border-top:none;}
.global01 .left li .icon_box{display:inline-block; width:86px; height:86px; text-align:center; vertical-align:middle;}
.global01 .left li .icon_box .icon{display:inline-block; width:52px; height:45px; background:url(../img/global01_1.png) no-repeat; margin:20px 0 21px;}
.global01 .left li .icon_box .icon01{background-position:0 0;}
.global01 .left li .icon_box .icon02{background-position:-52px 0;}
.global01 .left li .icon_box .icon03{background-position:-104px 0;}
.global01 .left li .icon_box .icon04{background-position:-156px 0;}
.global01 .left li .icon_box .icon05{background-position:-208px 0;}
.global01 .left li .text{display:inline-block; font-size:17px; color:#fff; line-height:86px;}
.global01 .left li.cur{background:#facd00;}
.global01 .left li.cur .icon_box .icon01{background-position:0 -45px;}
.global01 .left li.cur .icon_box .icon02{background-position:-52px -45px;}
.global01 .left li.cur .icon_box .icon03{background-position:-104px -45px;}
.global01 .left li.cur .icon_box .icon04{background-position:-156px -45px;}
.global01 .left li.cur .icon_box .icon05{background-position:-208px -45px;}
.global01 .left li.cur .text{color:#4f4f4f;}
.global01 .right{width:76%; float:left;}
.global01 .right .item{display:none;}
.global01 .right .item.cur{display:block;}
.global01 .right .item_l{width:51%; float:left;}
.global01 .right .item_l .intro{padding:83px 41px 81px 65px;}
.global01 .right .item_l .intro .tit{font-size:36px; line-height:40px; color:#666; font-weight:bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.global01 .right .item_l .intro .con{font-size:16px; line-height:24px; color:#4c4c4c; margin-top:30px; height:96px; overflow:hidden;}
.global01 .right .item_l .intro .more{width:220px; height:45px; line-height:45px; text-align:center; border-radius:3px; font-size:16px; -webkit-transition:color 0.3s; transition:color 0.3s; display:inline-block; border:1px solid #666; color:#666; margin-top:20px;}
.global01 .right .item_l .intro .more:hover{color:#fff; background:#00a1e9; border-color:#00a1e9;}
.global01 .right .item_r{width:43%; float:right; margin-right:5%; margin-top:64px;}
.global01 .right .item_r .rect-7093{padding-bottom:70.93%;}
.global02{background:#f5f6fa; padding:60px 0 20px;}
.global02 .rect-556{padding-bottom:55.6%;}
.global02 li a{display:block;}
.global02 li{width:31.5%; margin-right:1.5%; float:left; cursor:pointer;}
.global02 li.three_li{margin-right:0;}
.global02 li .img_ .cover{position:absolute; width:100%; height:100%; top:0; text-align:center; background:url(../img/black.4.png);}
.global02 li .img_ .cover .t{font-size:21px; font-weight:bold; color:#fff; padding-top:80px;}
.global02 li .intro{position:relative; top:-47px;}
.global02 li .intro .cover{margin:0 27px;}
.global02 li .intro .cover .box{transition:all .5s ease; background:#fff; padding:40px 46px 30px 30px;}
.global02 li .intro .cover .box .c{font-size:14px; color:#666; line-height:24px; height:48px; overflow:hidden;}
.global02 li .intro .cover .box .more{display:block; font-size:14px; color:#00a1e9; margin-top:22px;}
.global02 li .intro .cover .box .more i{font-size:13px;}
.global03{padding:60px 0;}
.global03 .infor{text-align:center; padding:0 14%; margin-bottom:30px;}
.global03 .infor .tit{font-size:36px; line-height:40px; color:#666; font-weight:bold;}
.global03 .infor .con{font-size:16px; line-height:28px; color:#666; margin-top:23px;}
.global03 .infor .con span{font-size:20px; color:#00479d; font-weight:bold;}
.global03 .content{padding:0 50px; position:relative;}
.global03 .content .rect-5133{padding-bottom:51.33%;}
.global03 .content .dot_box{position:absolute; left:0 ;bottom:0; width:100%; height:100%;}
.global03 .content .dot_box .dot{position:absolute;}
.global03 .content .dot_box .dot .dot_circle{display:block; width:14px; height:14px; background:#00856f; position:relative; z-index:3; border-radius:50%;}
.global03 .content .dot:after,
.global03 .content .dot:before{content:""; position:absolute; border-radius:50%; top:50%; left:50%; z-index:1;}
.global03 .content .dot:before {width:29px; height:29px; background:transparent; background:rgba(0,71,157,0.3); margin-top:-14px; margin-left:-14px; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
.global03 .content .dot:after {width:46px; height:46px;background:transparent; /*background:#7e9ec3;*/ background:rgba(0,71,157,0.2); margin-left:-23px; margin-top:-23px; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}

@keyframes warn {
    0% {
        transform:scale(0.5);
        opacity:0;
    }
    25% {
        transform:scale(1);
        opacity:0.4;
    }
    50% {
        transform:scale(1.2);
        opacity:0.8;
    }
    75% {
        transform:scale(1.3);
        opacity:0.4;
    }
    100% {
        transform:scale(1.4);
        opacity:0;
    }
}
@-webkit-keyframes warn {
    0% {
        transform:scale(0.5);
        opacity:0;
    }
    25% {
        transform:scale(1);
        opacity:0.4;
    }
    50% {
        transform:scale(1.2);
        opacity:0.8;
    }
    75% {
        transform:scale(1.3);
        opacity:0.4;
    }
    100% {
        transform:scale(1.4);
        opacity:0;
    }
}

.global03 .content .cover{position:absolute; right:0; bottom:0; background:url(../picture/green80.png) center; width:45%;}
.global03 .content .cover .box{padding:50px;}
.global03 .content .cover .box dt{float:left; font-size:30px; line-height:30px; color:#fff; font-weight:bold; margin-bottom:25px;}
.global03 .content .cover .box dd{float:left; width:49%; margin-right:2%; font-size:15px; line-height:28px; color:#fff; margin-top:5px;}
.global03 .content .cover .box dd span{display:inline-block; margin-right:3px; font-size:28px; color:#facd00; font-family:Arial; font-weight:bold;}
.global03 .content .cover .box dd.even{margin-right:0;}
.global03 .content .cover .box .text{font-size:20px; color:#fff; line-height:24px; margin-top:30px;}

/*社会责任*/
.social_respon.channel_content{padding:0; background:#f6f6f6;}
.social_respon01{padding:60px 0 35px;}
.social_respon01 .hd{background:#00a1e9; margin-bottom:60px;}
.social_respon01 .hd .left {width:63%; float:left;}
.social_respon01 .hd .left .rect-4975{padding-bottom:49.75%;}
.social_respon01 .hd .right{width:37%; float:right}
.social_respon01 .hd .right .box{padding:60px 35px; color:#fff;}
.social_respon01 .hd .right .box .tit{font-size:30px; margin-bottom:20px; transition:all 0.5s ease;}
.social_respon01 .hd .right .box .con{font-size:18px;line-height:1.5; margin-bottom:15px; transition:all 0.5s ease;}
.social_respon01 .hd .right .box .txt{font-size:14px;}
.social_respon01 .bd .item{margin-bottom:25px; width:32%; margin-right:2%; float:left; }
.social_respon01 .bd .item.three_item{margin-right:0;}
.social_respon01 .bd .box {border:#b3b3b3 1px solid; padding:30px; position:relative;  color:#666; transition:all 0.5s ease;}
.social_respon01 .bd .box .t{font-size:22px; font-weight:bold; color:#666; margin-bottom:10px}
.social_respon01 .bd .box .c{font-size:16px; line-height:25px; height:50px; overflow:hidden;}
.social_respon01 .bd .box:hover {background:#facd00;}
.social_respon01 .bd .box:hover:hover .t{color:#4f4f4f;}
.social_respon01 .bd .box:hover:hover .c{color:#4f4f4f;}
.social_respon02{background:#f7f7f7; padding:0 0 30px;}
.social_respon02 .rect-1112{padding-bottom:111.2%;}
.social_respon02 li.li_{margin-bottom:30px; width:32%; margin-right:2%; float:left;}
.social_respon02 li.three_li{margin-right:0;}
.social_respon02 li .cover{position:absolute; left:0; bottom:0; width:100%; background:url(../img/black.6.png) center;}
.social_respon02 li .cover .box{padding:20px 40px; color:#fff;}
.social_respon02 li .cover .box .t{font-size:22px;}
.social_respon02 li .cover .box .c{font-size:14px; display:none; margin-top:10px;}


/*品牌文化*/
.culture.channel_content{padding:0;}
.culture01{padding:60px 0;}
.culture01 .infor{text-align:center; margin-bottom:30px;}
.culture01 .infor .tit{font-size:36px; line-height:40px; color:#666; font-weight:bold;}
.culture01 .infor .con{font-size:16px; line-height:30px; color:#666; margin-top:15px;}
.culture01 .bd{background:url(../img/culture1_1.jpg) no-repeat center; /*height:600px;*/ padding:70px 0;}
.culture01 .bd{position:relative; /*height:600px;*/ overflow:hidden;}
/* .culture01 .bd .bg_move{background:url(../img/bg_move.jpg) no-repeat center; position:absolute; left:50%; margin-left:-1500px; top:50%; margin-top:-1000px; width:3000px; height:2000px;}  */
/* .culture01 .bd .content>.wrap{padding:70px 0;} */
.culture01 .bd .content .item{float:left; width:25%; position:relative; cursor:pointer;}
.culture01 .bd .content .item .cover_bg{position:absolute; left:0; top:0; width:100%; height:100%; background:#facd00; opacity:0; visibility:hidden; transition:all 0.5s ease;}
.culture01 .bd .content .item .box{padding:82px 46px 22px; color:#fff; position:relative; z-index:2; transition:all 0.5s ease; border-right:1px solid #fff; border-right:1px solid rgba(255,255,255,.4);}
.culture01 .bd .content .item .box .t{font-size:30px; line-height:66px; font-weight:bold; position:relative}
.culture01 .bd .content .item .box .t:after{content:''; width:44px; height:1px; background:#fff; background:rgba(255,255,255,0.5); position:absolute; bottom:0; left:0} 
.culture01 .bd .content .item .box .t1{font-size:16px; line-height:26px; margin-top:20px;}
.culture01 .bd .content .item .box .c{font-size:14px; line-height:24px; margin-top:10px; height:104px; overflow:hidden; margin-bottom:70px;}
.culture01 .bd .content .item .box .icon{width:33px; height:32px; background:url(../img/culture1_2.png) no-repeat center;position:absolute; right:24px; bottom:22px; opacity:0; visibility:hidden;}
.culture01 .bd .content .item:hover .cover_bg{opacity:1; visibility:visible; width:100%;}
.culture01 .bd .content .item:hover .box .icon{opacity:1; visibility:visible;}
.culture01 .bd .content .item:hover .box {color:#4f4f4f}
.culture02{padding:0 0 60px;}
.culture02 .item {position:relative; margin-left:-1px; margin-bottom:-1px; transition:all 0.5s ease; cursor:pointer;}
.culture02 .item .box{height:199px; border:1px solid #e4e4e4; position:relative;}
.culture02 .item .box .intro{color:#666; padding-top:40px; padding-left:35px; padding-right:90px;}
.culture02 .item .box .intro .tit{font-size:24px; line-height:32px; font-weight:bold; margin-bottom:12px;}
.culture02 .item .box .intro .con{font-size:16px; line-height:32px;}
.culture02 .item .box .intro .icon{width:33px; height:32px; background:url(../img/culture2_1.png) no-repeat center; position:absolute; right:20px; bottom:20px;}
.culture02 .item:hover .box{box-shadow:2px 2px 15px rgba(0,0,0,.2);}
.culture02 .item .cover_bg{position:absolute; left:0; top:0; width:100%; height:100%; background:#facd00; opacity:0; visibility:hidden; transition:all 0.5s ease;}
.culture02 .item:hover .cover_bg{opacity:1; visibility:visible; width:100%;}
.culture02 .item:hover .box .intro{color:#4f4f4f;}
.culture02 .item:hover .box .intro .icon{background:url(../img/culture1_2.png) no-repeat center;}

/* 弹窗 */
.common_tc{display:none;position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background:rgba(0,0,0,0);overflow:hidden;transition:background .3s;}
.common_tc .bg{position:absolute;width:100%;height:100%; background:rgba(0,0,0,0.8);}
.common_tc .content {position:absolute;width:1080px; height:600px; background:#fff; left:50%; margin-left:-540px; margin-top:-300px; top:50%; z-index:2;}
.common_tc .content .box{padding:75px 80px; height:400px; overflow:auto;}
.common_tc .tc_close {position:absolute;top:0px;right:0;left:0;z-index:2;width:100%;height:81px;text-align:center;background-color:#fff;}
.common_tc .tc_close span {cursor:pointer; display:inline-block; width:43px; height:43px; margin:30px auto 0; font-size:0; color:rgba(0,0,0,0); vertical-align:top; background-image:url(/resources/web/img/popup_close_btn.png); background-repeat:no-repeat; background-size:100%; background-position:center; transition:all 0.5s ease;}
.common_tc .tc_close span:hover{background-image:url(/resources/web/img/popup_close_btn_hover.png);}
.common_tc .content .box .tc_con .tit .t{font-size:30px; font-weight:bold; color:#666; position:relative;}
.common_tc .content .box .tc_con .tit .t:after{position:absolute; content:''; left:0; bottom:-20px; width:50px; height:1px; background:#666;}
.common_tc .content .box .tc_con .tit .c{font-size:20px; color:#666; margin:50px 0 40px;}
.common_tc .content .box .tc_con .left{float:left; width:56%;}
.common_tc .content .box .tc_con .left .txt{font-size:14px; color:#666; line-height:28px;}
.common_tc .content .box .tc_con .right{float:right; width:35%; margin-top:70px;}
.common_tc .content .rect-118{padding-bottom:127%;}


/*发展历程*/
.progress{display:none;}
:root .progress {position:fixed; top:107px; left:0; right:0; bottom:0; display:block; background:#fff; z-index:100; display:flex; align-items:center; justify-content:center; flex-flow:column nowrap;}
.progress .loading {width:50px; height:50px;}
.progress .count {margin-top:10px; font-size:20px;}

.history.channel_content{padding-bottom:0;}
.history01{width:100%; position:relative; height:830px;}
.history01 .bg{position:absolute; width:100%; height:100%}
.history01 .bg video{width:100%;}
.history01 .bg img{width:100%;}
:root .history01 .bg img{display:none;}
.history01 .bg .cover{position:absolute; width:100%; height:100%; left:0; bottom:0; background:url(../img/black.20.png) center; z-index:3;}
.history01 .bg .cover .year{width:450px; height:319px; background:url(../img/history1_4.png) no-repeat center; position:absolute; left:20%; bottom:0;}

/* .history01 .bg img{width:100%;} */
.history01 .content{position:relative; left:0; top:0; z-index:5;}
.history01 .content .left{width:50%; float:left;}
.history01 .content .left .box{padding:170px 29% 170px 40px; color:#fff;}
.history01 .content .left .box .tit{font-size:60px; line-height:60px; font-weight:bold; margin-bottom:40px;}
.history01 .content .left .box .con{font-size:22px; line-height:36px; margin-bottom:38px;}
.history01 .content .left .box .line{width:50px; height:2px; background:#fff;}
.history01 .content .right{width:45%; float:right;}
.history01 .content .right ul{height:100%;}
.history01 .content .right li{position:relative; background:url(../img/black.28.png) center; transition:.5s ease; -webkit-transition:.5s ease; height:25%; overflow:hidden;}
.history01 .content .right li:after{content:''; width:100%; height:1px; background:#fff; background:rgba(255,255,255,.1);position:absolute; left:0; bottom:0;}
.history01 .content .right .li1.cur:before{content:''; width:100%; height:1px; background:#e5e5e5; position:absolute; left:0; top:0; z-index:1}
.history01 .content .right li a{display:block;}
.history01 .content .right li .intro{padding:85px 50px 65px;}
.history01 .content .right li .intro .text_box{float:left; width:70%;}
.history01 .content .right li .intro .text_box .t{font-size:23px; color:#fff;}
.history01 .content .right li .intro .icon{float:right; width:40px; height:40px; background:url(../img/history1_2.png) no-repeat center;}
.history01 .content .right li .cover{opacity:0; visibility:hidden; position:absolute; top:0; left:0; background:#fff; width:100%; height:100%; transform:scaleY(0); transform-origin:50%; transition:transform .3s ease-out;}
.history01 .content .right li .cover .box{padding:48px 40px 60px;}
.history01 .content .right li .cover .box .box_l{width:68%; float:left;}
.history01 .content .right li .cover .box .box_l .t{color:#666; font-size:26px; font-weight:bold; margin-bottom:3px;}
.history01 .content .right li .cover .box .box_l .c{font-size:14px; color:#666;}
.history01 .content .right li .cover .box .box_r{width:157px; height:69px; float:right;}
.history01 .content .right li.cur .cover {transform:scaleY(1); opacity:1; visibility:visible;}


/*了解绿萌*/
.know.channel_content{padding:0}
.know01{padding:60px 0;}
.know01 .content .rect-5843{padding-bottom:58.43%;}
.know01 .content .rect-6208{padding-bottom:0%; height:auto;}
.know01 .content {position:relative; height:561px;}
.know01 .content .left {width:960px; height:100%; position:absolute; right:50%; margin-left:-1300px;}
.know01 .content .left .play{width:113px; height:113px; position:absolute; left:50%; margin-left:-56px; top:50%; margin-top:-56px; background:url(../img/know01_3.png) no-repeat center; cursor:pointer; display:none;}
.know01 .content .right{width:960px; height:100%; position:absolute; left:50%; margin-right:-1300px; background:#00a1e9;}
.know01 .content .cover_l{width:50%; height:100%; position:absolute; left:0; top:0;}
.know01 .content .cover_l .play{width:113px; height:113px; position:absolute; left:50%; margin-left:-56px; top:50%; margin-top:-56px; background:url(../img/know01_3.png) no-repeat center; cursor:pointer; transition:all 1s ease;}
.know01 .content .cover_l:hover .play{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg);}
.know01 .content .cover_l .know_logo{width:718px; height:155px; background:url(../img/know01_5.png) no-repeat center; position:absolute; right:25px; bottom:-84px; display:none;}
.know01 .content .cover_r{width:50%; height:100%; position:absolute; right:0; top:47px;}
.know01 .content .cover_r .box{padding:20px 0 50px 80px;}
.know01 .content .cover_r .box .tit{font-size:36px; line-height:36px; font-weight:bold; color:#fff; padding-left:87px; position:relative;}
.know01 .content .cover_r .box .tit i{display:inline-block; width:65px; height:64px; background:url(../img/know01_4.png) no-repeat center; position:absolute; left:0; bottom:0;}
.know01 .content .cover_r .box .con{font-size:14px; color:#fff; line-height:24px; margin-top:40px;}
.know02 {margin-top:10px; padding-bottom:60px;}
.know02 .list li{width:33%; float:left; text-align:center;}
.know02 .list li .li_box .icon{width:64px; height:64px; margin:0 auto 10px; transition:all 0.5s ease;}
.know02 .li_box:hover .icon{transform:rotateY(180deg);}
.know02 .list li .li_box .t{font-size:20px; line-height:30px; color:#666; margin-bottom:10px;}
.know02 .list li .li_box .number{font-size:20px; color:#666;}
.know02 .list li .li_box .number .num{font-size:48px; line-height:60px; color:#00479d; font-family:Impact;}
.know02 .list li .li_box sup{font-size:36px; color:#666; font-family:Impact;}
.know03{position:relative; background:#f5f5f8;}
.know03 .bg{background:url(../img/know03_1.jpg) no-repeat center; height:573px; width:100%; position:absolute; left:0; top:0; display:none;}
.know03 .content .rect-6810{padding-bottom:68.1%;}
.know03 .content .bd{position:relative;}
.know03 .content .bd .item{display:none;}
.know03 .content .bd .item .left{width:55%; float:left;}
.know03 .content .bd .item .left .box{padding:80px 25px 50px;}
.know03 .content .bd .item .left .box .tit{font-size:36px; line-height:34px; color:#666; font-weight:bold;}
.know03 .content .bd .item .left .box .con{font-size:14px; line-height:26px; color:#666; margin-top:25px; min-height:260px; height:260px; overflow:hidden;}
.know03 .content .bd .item .right{width:39%; float:right; margin-top:63px;}
.know03 .content .bd .item.cur{display:block;}
.know03 .content .hd{background:url(../img/know03_4.jpg) no-repeat center; width:100%; height:100px; }
.know03 .content .hd .item{width:25%; float:left; background:url(../img/blue90.png) center; height:100%; text-align:center; position:relative; transition:all 0.5s ease; cursor:pointer; overflow:hidden;}
.know03 .content .hd .item:after{content:''; width:1px; background:url(../img/white30.png) center; height:100%; position:absolute; left:0; top:0;}
.know03 .content .hd .item:first-child:after{display:none;}
.know03 .content .hd .item .icon{width:40px; height:40px; background:url(../img/know03_3.png) no-repeat; margin:15px auto 5px;}
.know03 .content .hd .item .icon01{background-position:0 -40px;}
.know03 .content .hd .item .icon02{background-position:-40px -40px;}
.know03 .content .hd .item .icon03{background-position:-80px -40px;}
.know03 .content .hd .item .icon04{background-position:-120px -40px;}
.know03 .content .hd .item .txt{font-size:20px; color:#fff; line-height:26px;}
.know03 .content .hd .item.cur{background:url(../img/yellow90.png) center;}
.know03 .content .hd .item.cur .icon01{background-position:0 0;}
.know03 .content .hd .item.cur .icon02{background-position:-40px 0;}
.know03 .content .hd .item.cur .icon03{background-position:-80px 0;}
.know03 .content .hd .item.cur .icon04{background-position:-120px 0;}
.know03 .content .hd .item.cur .txt{color:#4f4f4f;}
.know04{padding:60px 0;}
.know04 .infor .tit{font-size:36px; line-height:40px; color:#666; font-weight:bold;}
.know04 .content{margin-top:35px;}
.know04 .content .rect-7050{padding-bottom:70.5%;}
.know04 .content .rect-6933{padding-bottom:69%;}
.know04 .content .rect-3322{padding-bottom:33.22%;}
.know04 .content .rect-1003{padding-bottom:100.3%;}
.know04 .content .rect-4752{padding-bottom:43.7%;}
.know04 .content .rect-4788{padding-bottom:47.88%;}
.know04 .content .rect-2197{padding-bottom:21.4%;}
.know04 .content .left{width:49.5%; float:left;}
.know04 .content .left .left_top{margin-bottom:15px; cursor:pointer;}
.know04 .content .left .left_top .cover .t{bottom:35px}
.know04 .content .left .left_bott_l{width:49%; float:left; cursor:pointer;}
.know04 .content .left .left_bott_r{width:49%; float:right; cursor:pointer;}
.know04 .content .left .left_more{background:#facd00; float:left; width:100%; margin-top:15px;}
.know04 .content .left .left_more .box{padding-top:86px; text-align:center;}
.know04 .content .left .left_more .box .intro{font-size:36px; line-height:1; color:#4f4f4f;}
.know04 .content .left .left_more .box .intro .t{display:inline-block;}
.know04 .content .left .left_more .box .intro .icon{display:inline-block; width:30px; height:30px; background:url(../img/know4_4.png) no-repeat center; margin-left:25px; transition:all 0.5s ease;}
.know04 .content .left .left_more:hover .box .intro .icon{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg);}
.know04 .content .right{width:49.5%; float:right;}
.know04 .content .right .right_top{margin-bottom:15px;}
.know04 .content .right .right_top .right_top_l{width:49%; float:left; cursor:pointer;}
.know04 .content .right .right_top .right_top_r{width:49%; float:right; cursor:pointer;}
.know04 .content .right .right_top .right_top_ .intro{background:#00479d; text-align:center;}
.know04 .content .right .right_top .right_top_ .intro .box{padding:40px 47px;}
.know04 .content .right .right_top .right_top_ .intro .t{font-size:16px; line-height:28px; color:#fff;}
.know04 .content .right .right_bott{cursor:pointer; }
.know04 .content .right .right_bott .intro{background:#00a1e9; text-align:center;}
.know04 .content .right .right_bott .intro .box{padding-top:57px;}
.know04 .content .right .right_bott .intro .box .t{font-size:16px; line-height:28px; color:#fff;}
.know04 .content .cover{position:absolute; left:0; top:0; width:100%; height:100%; background:url(../img/blue70.png) center; opacity:0; visibility:hidden; transition:all 0.5s ease;}
.know04 .content .cover .ico{width:55px; height:58px; background:url(../img/know04_ico.png) no-repeat center; position:absolute; left:50%; margin-left:-27px; top:50%; margin-top:-29px;}
.know04 .content .cover .t{font-size:16px; line-height:28px; color:#fff; position:absolute; left:0; width:100%; bottom:20px; text-align:center;}
.know04 .content .left .left_top:hover .cover{opacity:1; visibility:visible;}
.know04 .content .left .left_bott_l:hover .cover{opacity:1; visibility:visible;}
.know04 .content .left .left_bott_r:hover .cover{opacity:1; visibility:visible;}
.know04 .content .right .right_top .right_top_l:hover .cover{opacity:1; visibility:visible;}
.know04 .content .right .right_top .right_top_r:hover .cover{opacity:1; visibility:visible;}
.know04 .content .right .right_bott:hover .cover{opacity:1; visibility:visible;}
.know04 .imgList{display:none;}
.know_album .album_gallery .slide_nav .on{border-color:#00a1e9;}
.know_album .album_gallery .album_close:hover{color:#00a1e9;}
.know_album.album_wrap_case5 .album_case5 .right_btn .btn_box:hover{background:#00a1e9;}
/*20190912---9月补充*/
/*品牌活动*/
.brand_activity.channel_content{padding:0}
.brand_activity01{padding:30px 0; background:#f6f6f6;}
.brand_activity01 .rect-57{padding-bottom:57%;}
.brand_activity01 .content{padding:0 2%;}
.brand_activity01 .content .item{width:32%; float:left; margin-right:2%; margin-bottom:30px;}
.brand_activity01 .content .item.three_item{margin-right:0;}
.brand_activity01 .content .item a{display:block;}
.brand_activity01 .content .item .intro{background:#fff; transition:all 0.5s ease;}
.brand_activity01 .content .item .intro .box{padding:32px 45px 45px 27px;}
.brand_activity01 .content .item .intro .box .d{font-size:16px; line-height:26px; color:#666;}
.brand_activity01 .content .item .intro .box .d span{font-size:13px; display:inline-block; padding:3px 7px; border:1px solid #8b8b8b; margin-left:17px; line-height:1;}
.brand_activity01 .content .item .intro .box .t{font-size:24px; line-height:32px; color:#666; font-weight:bold; margin:7px 0 15px; height:64px; overflow:hidden;}
.brand_activity01 .content .item .intro .box .c{font-size:16px; line-height:26px; color:#666; height:52px; overflow:hidden;}
.brand_activity01 .content .item:hover .intro{background:#facd00;}
.brand_activity01 .content .item:hover .intro .d{color:#4f4f4f}
.brand_activity01 .content .item:hover .intro .t{color:#4f4f4f}
.brand_activity01 .content .item:hover .intro .c{color:#4f4f4f}


/*联系我们*/
.contact_us.channel_content{padding:0}
.contact_us01{padding:60px 0;}
.contact_us01 .infor{text-align:center; color:#666;}
.contact_us01 .infor .tit{font-size:36px; line-height:40px; font-weight:bold;}
.contact_us01 .infor .con{font-size:16px; margin:15px 0 30px;}
.contact_us01 .content{padding:0 3%;}
.contact_us01 .content .rect-6085{padding-bottom:60.85%;}
.contact_us01 .content .top_{margin-bottom:50px;}
.contact_us01 .content .top_ .item{display:none;}
.contact_us01 .content .top_ .owl-item .item{display:block;}
.contact_us01 .content .top_ .cover{position:absolute; left:0; bottom:0; width:100%; height:100%}
.contact_us01 .content .top_ .cover .box{padding:60px 50px 45px; text-align:center;}
.contact_us01 .content .top_ .cover .box .t{font-size:22px; color:#fff; font-weight:bold;}
.contact_us01 .content .top_ .cover .box .c{font-size:14px; color:#fff;}
.contact_us01 .content .top_ .cover .box .more{width:118px; height:35px; line-height:35px; color:#fff; color:rgba(255,255,255,.7); border:1px solid #fff; border-color:rgba(255,255,255,.7); text-align:center; margin:20px auto 0;}
.contact_us01 .content .top_ .owl-nav{width:100%; position:absolute; left:0; top:50%; margin-top:-48px; color:#fff;}
.contact_us01 .content .top_ .owl-nav div{font-size:55px; position:absolute; top:0%;}
.contact_us01 .content .top_ .owl-nav .owl-prev{left:0;}
.contact_us01 .content .top_ .owl-nav .owl-next{right:0;}
.contact_us01 .content .bott_ .li_box{padding:30px 45px; border:1px solid #e6e6e6;}
.contact_us01 .content .bott_ .li_box .tit{font-size:22px; line-height:30px; height:60px; overflow:hidden; font-weight:bold; color:#666; position:relative; padding-bottom:15px; margin-bottom:15px;}
.contact_us01 .content .bott_ .li_box .tit:after{content:''; width:24px; height:2px; background:#dddddd; position:absolute; left:0; bottom:0;}
.contact_us01 .content .bott_ .li_box .con{font-size:16px; line-height:34px; color:#000; height:306px; overflow-y:auto;}

/*********************祥瑞*****************************/
/*因为集团站没有产品栏目，所以把样式删掉了，产品站中有*/
/* 新闻栏目下层是统一的banner*/
.newsBanner{position:relative; height:228px; overflow:hidden;}
.newsBanner img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;}
/* 时间排序 */
.time_order{margin-bottom:25px;}
.time_order .time_box{display:inline-block;}
.time_order .time_tit{font-size:18px; color:#666; font-weight:bold;}
.time_order .time_con a{display:inline-block; font-size:16px; color:#666; position:relative; margin:0 10px;}
.time_order .time_con a span{display:inline-block; vertical-align:0}
.time_order .time_con a i{display:inline-block; vertical-align:0}
.time_order .time_con a .icon{width:11px; height:11px; background:url(../img/border.png) no-repeat; margin-right:5px;}
.time_order .time_con a.cur .icon{background-position:-11px 0;}
.time_order .time_con a.cur span{color:#00a1e9; font-weight:bold;}
.time_order .time_con a:hover{color:#00a1e9;}
/*新闻详细页*/
.news_detail.channel_content{padding:0!important; background:#f6f6f6;}
.xc_nav.xcNav_nofixed{position:static;}
.news_detail02 .news_det_top{height:95px; background:#fff; position:fixed; top:-95px; width:100%; overflow:hidden; z-index:10; transition:.3s ease;}
.news_detail02 .news_det_top .logo{float:left; margin:30px 0; width:139px; height:30px;}
.news_detail02 .news_det_top .tit{text-align:center; line-height:95px; font-size:20px; font-weight:bold; color:#2d2d2d;}
.news_detail02 .news_det_top .tit span{color:#00a1e9; font-size:20px; font-weight:bold;}
.news_detail02 .news_det_top .tit em{margin:0 5px;}
.news_detail02 .news_det_top .right{float:right; line-height:95px; margin-left:30px;}
.news_detail02 .news_det_top .right .icon{background:url(../img/news_detail02_1.png) no-repeat; display:inline-block; margin-right:12px; position:absolute; top:50%; margin-top:-9px; left:0;}
.news_detail02 .news_det_top .right .share{float:left; font-size:14px; color:#00a1e9; margin-right:50px; position:relative; cursor:pointer; padding-left:25px;}
.news_detail02 .news_det_top .right .share:after{content:''; width:2px;height:30px; background:#d2d2d2; position:absolute; top:50%; margin-top:-15px; right:-25px;}
.news_detail02 .news_det_top .right .share .icon{background-position:0 0; width:19px; height:19px;}
.news_detail02 .news_det_top .right .share:hover .icon{background-position:0 -21px;}
.news_detail02 .news_det_top .right .gotop{float:left; cursor:pointer; position:relative; padding-left:25px; font-size:14px;}
.news_detail02 .news_det_top .right .gotop .icon{background-position:-24px 0; width:12px; height:19px;}
.news_detail02 .news_det_top .right .gotop:hover .icon{background-position:-24px -21px;}
.news_detail02 .line_progress{width:100%; background:#fff; height:2px; position:absolute; bottom:0;}
.news_detail02 .line_progress i{position:absolute; left:0; top:0; width:10%; height:2px; background:#00a1e9;}
.news_detail02 .news_det_bott{padding-bottom:115px; padding-top:50px;}
.news_detail02 .news_det_bott .content{background:#fff; position:relative; z-index:2; position:relative;}
.news_detail02 .news_det_bott .content .box{padding:60px 90px;}
.news_detail02 .news_det_bott .content ._t{text-align:center; font-size:35px; font-weight:bold; color:#3f3f3f;}
.news_detail02 .news_det_bott .content .con{font-size:14px;}
.news_detail02 .news_det_bott .content .share{width:73px; height:73px; position:absolute; top:0; right:0; background:url(../img/news_detail02_2.jpg) no-repeat center; cursor:pointer;}
.news_detail02 .news_det_bott .keywords{font-size:16px; color:#2f2f2f; margin-top:60px;}
.news_detail02 .news_det_bott .keywords a{color:#00a1e9; text-decoration:underline; margin:0 5px}
.news_detail02 .news_det_bott .page_bott{background:#fff; margin-top:30px;}
.news_detail02 .news_det_bott .page_bott .page_prev{float:left; width:46%; border-right:1px solid #c9c9c9;}
.news_detail02 .news_det_bott .page_bott .page_next{float:right; width:46%; border-left:1px solid #c9c9c9;}
.news_detail02 .news_det_bott .page_bott .box{padding:30px 20px;}
.news_detail02 .news_det_bott .page_bott .page_prev .page_btn{float:left; padding-left:45px;}
.news_detail02 .news_det_bott .page_bott .page_next .page_btn{float:right; padding-right:45px;}
.news_detail02 .news_det_bott .page_bott .page_btn{margin-right:30px; font-size:16px; color:#797979; position:relative;}
.news_detail02 .news_det_bott .page_bott .page_btn .icon{position:absolute; width:31px; height:11px; background:url(../img/news_detail02_3.png) no-repeat;top:50%; margin-top:-5px;}
.news_detail02 .news_det_bott .page_bott .page_prev .page_btn .icon{left:0;}
.news_detail02 .news_det_bott .page_bott .page_next .page_btn .icon{background-position:-32px 0; right:0}
.news_detail02 .news_det_bott .page_bott .t{font-size:18px; font-weight:bold; color:#3f3f3f; line-height:30px;}
.news_detail02 .news_det_bott .page_bott a:hover .t{color:#00a1e9;}
.news_detail02 .news_det_bott .page_bott .page_center{float:left; width:7%; height:90px; position:relative;}
.news_detail02 .news_det_bott .page_bott .page_center .icon .iconfont{position:absolute; left:50%; margin-left:-6px; top:50%; margin-top:-16px; font-size:24px; color:#b5b5b5;color:#b5b5b5;}
.news_detail02 .news_det_bott .page_bott .page_center:hover .icon .iconfont{color:#00a1e9;}
.news_detail02 .news_det_bott .page_bott .page_prev:hover .page_btn .icon{left:-5px; transition:.3s ease}
.news_detail02 .news_det_bott .page_bott .page_next:hover .page_btn .icon{right:-5px; transition:.3s ease;}
.news_detail02 .news_det_bott ._tools {font-size:0; color:#7e7e7e; margin-bottom:15px; text-align:center}
.news_detail02 .news_det_bott ._tools ._tool{font-size:12px; margin-right:10px; display:inline-block; height:50px; line-height:50px; vertical-align:middle; overflow:hidden;}
.news_detail02 .news_det_bott ._tools .iconfont {font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.news_detail02 .news_det_bott ._tools b {font-weight:normal; }
.news_detail02 .news_det_bott ._tools #switcher {margin-left:10px; line-height:41px;}
.news_detail02 .news_det_bott ._tools #switcher ._title{margin-right:5px;font-size:12px;color:#7e7e7e;}
.news_detail02 .news_det_bott ._tools #switcher a {font-size:13px;margin:0 1px; }


/* 新闻综合 */
.news_center.channel_content{padding:0;}
.news_center01 .infor {text-align:center;}
.news_center01 .infor .tit{font-size:36px; line-height:40px; margin-bottom:40px; font-weight:bold; color:#fff;}
.news_center01{background:url(../img/newsCenter01_1.jpg) no-repeat center; padding:65px 0 87px;}
.news_center01 .content .left{width:49%; float:left; position:relative;}
.news_center01 .content .left .rect-745{padding-bottom:74.5%;}
.news_center01 .content .left .video_news{position:absolute; top:0; left:0; width:100%; height:100%;}
.news_center01 .content .left .mask{position:absolute; left:0; bottom:0; width:100%; height:100%; background:url(../img/banner_on.png) no-repeat center}
.news_center01 .content .left .intro{position:absolute; left:0; bottom:0; width:100%;}
.news_center01 .content .left .intro .box{padding:36px 140px 36px 40px; color:#fff;}
.news_center01 .content .left .intro .box .d{font-size:14px; line-height:24px; margin-bottom:10px;}
.news_center01 .content .left .intro .box .t{font-size:24px; font-weight:bold; line-height:40px;}
.news_center01 .content .right{width:50%; float:right;}
.news_center01 .content .right .rect-3523{padding-bottom:35.23%;}
.news_center01 .content .right .rect-7269{padding-bottom:72.69%;}
.news_center01 .content .right .rect-7275{padding-bottom:72%;}
.news_center01 .content .right .r_top{margin-bottom:14px; overflow:hidden;}
.news_center01 .content .right .r_top .top_l{float:left; width:49%;}
.news_center01 .content .right .r_top .top_l .introduce{position:absolute; left:0; bottom:0; z-index:2;  background:url(../img/jb_black.png) center;}
.news_center01 .content .right .r_top .top_l .introduce .box{padding:30px 20px;}
.news_center01 .content .right .r_top .top_l .introduce .box .d{font-size:14px; line-height:24px; color:#fff;}
.news_center01 .content .right .r_top .top_l .introduce .box .t{font-size:16px; line-height:24px; font-weight:bold; color:#fff; height:48px; overflow:hidden;}
.news_center01 .content .right .r_top .top_r{float:right; width:49%;}
.news_center01 .content .right .r_top .top_r .introduce{position:absolute; left:0; bottom:0; z-index:2; background:url(../img/jb_black.png) center; width:100%;}
.news_center01 .content .right .r_top .top_r .introduce .box{padding:30px 20px;}
.news_center01 .content .right .r_top .top_r .introduce .box .d{font-size:14px; line-height:24px; color:#fff;}
.news_center01 .content .right .r_top .top_r .introduce .box .t{font-size:16px; line-height:24px; font-weight:bold; color:#fff; height:48px; overflow:hidden;}
.news_center01 .content .right .r_bott{overflow:hidden;}
.news_center01 .content .right .r_bott .bott_l{float:left; width:49%;}
.news_center01 .content .right .r_bott .bott_l{background:#facd00;}
.news_center01 .content .right .r_bott .bott_l .box{padding:60px 53px 45px 34px; color:#4f4f4f;}
.news_center01 .content .right .r_bott .bott_l .box .d{font-size:14px; line-height:24px;}
.news_center01 .content .right .r_bott .bott_l .box .t{font-size:18px; line-height:30px; font-weight:bold; height:90px; overflow:hidden;}
.news_center01 .content .right .r_bott .bott_r{float:right; width:49%;}
.news_center01 .content .right .r_bott .bott_r{background:#00479d;}
.news_center01 .content .right .r_bott .bott_r .box{padding:60px 53px 45px 34px; color:#fff;}
.news_center01 .content .right .r_bott .bott_r .box .d{font-size:14px; line-height:24px;}
.news_center01 .content .right .r_bott .bott_r .box .t{font-size:18px; line-height:30px; font-weight:bold; height:90px; overflow:hidden;}
.news_center02{padding:65px 0; background:#fff;}
.news_center02 .infor {text-align:center;}
.news_center02 .infor .tit{font-size:36px; line-height:40px; margin-bottom:5px; font-weight:bold; color:#666; display:block}
.news_center02 .infor .tit:hover{color:#929292;}
.news_center02 .infor .con{font-size:16px; line-height:42px; color:#585858;}
.news_center02 .list{position:relative; padding-bottom:40px;}
.news_center02 .list .item{float:left; overflow:hidden; position:relative; cursor:pointer; display:none;}
.news_center02 .list .owl-item .item{display:block;}
.news_center02 .list .item .item_box{padding:49px 22px 0px; display:block;}
.news_center02 .list .item .item_box .intro{position:relative; overflow:hidden;}
.news_center02 .list .item .item_box .intro .t{font-size:22px; line-height:30px; color:#666; font-weight:bold; margin-bottom:7px; height:60px; overflow:hidden;}
.news_center02 .list .item .item_box .intro .d{font-size:14px; line-height:22px; color:#00479d; margin-bottom:18px;}
.news_center02 .list .item .item_box .intro .c{font-size:14px; color:#666; line-height:22px; margin-bottom:40px; height:88px; overflow:hidden;}
.news_center02 .list .item .item_box .intro:after{content:''; width:100%; height:5px; position:absolute; left:0; bottom:0; background:#d1d1d1;}
.news_center02 .list .item .item_box .intro:before{content:''; width:0%; height:5px; background:#facd00; position:absolute; left:0; bottom:0; transition:all 0.6s ease;}
.news_center02 .list .item:hover .item_box .intro:before{width:100%; z-index:3}
.news_center02 .list .item:hover .item_box .intro .t{color:#00479d;}
.news_center02 .list .owl-dots{position:absolute; z-index:10; bottom:-45px; left:0%;  width:100%; text-align:center;}
.news_center02 .list .owl-dot{width:9px; height:9px; background:#a5acb0; margin:0 5px;border-radius:50%; display:inline-block; vertical-align:middle;}
.news_center02 .list .owl-dot.active{background:#eaeaea; width:13px; height:13px;}
.news_center03{background:url(../img/news_center03_1.jpg) no-repeat center; padding:70px 0;}
.news_center03 .intro{font-size:36px; font-weight:bold; color:#fff; text-align:center; margin-bottom:60px;}
.news_center03 .content .item{position:relative; display:none;}
.news_center03 .content .owl-item .item{display:block;}
.news_center03 .content .item:after{content:""; position:absolute; right:-40px; top:0; width:1px; height:100%; background:#fff; background:rgba(255,255,255,0.4);}
.news_center03 .content .item .box .time{font-size:15px; color:#4f4f4f; text-align:center; background:#facd00; display:inline-block; padding:5px; margin-bottom:20px;}
.news_center03 .content .item:hover .box .tit{color:#00a1e9;}
.news_center03 .content .item:hover .box .con{color:#00a1e9;}
.news_center03 .content .item .box .tit{font-size:22px; font-weight:bold; color:#fff; line-height:32px; height:64px; overflow:hidden; margin-bottom:20px;}
.news_center03 .content .item .box .con{font-size:14px; color:#fff; line-height:24px; height:48px; overflow:hidden;}
.news_center03 .owl-nav>div{color:#fff; transition:.3s;position:absolute; font-size:20px; display:inline-block; top:50%; margin-top:-22px;}
.news_center03 .owl-nav .owl-prev{left:-80px;}
.news_center03 .owl-nav .owl-next{right:-80px;}
.news_center04 {padding:60px 0;}
.news_center04 .infor{text-align:center}
.news_center04 .infor .tit{font-size:36px; line-height:40px; margin-bottom:45px; font-weight:bold; color:#666; display:block;}
.news_center04 .infor .tit:hover{color:#929292;}
.news_center04 .content{position:relative;}
.news_center04 .content .rect-57{padding-bottom:57%;}
.news_center04 .content .item{display:none;}
.news_center04 .content .item a{display:block;}
.news_center04 .content .owl-item .item{display:block}
.news_center04 .content .item .intro{background:#f6f6f6; transition:all 0.5s ease;}
.news_center04 .content .item .intro .box{padding:32px 45px 45px 27px;}
.news_center04 .content .item .intro .box .d{font-size:14px; line-height:26px; color:#666;}
.news_center04 .content .item .intro .box .d span{font-size:13px; display:inline-block; padding:3px 7px; border:1px solid #8b8b8b; margin-left:17px; line-height:1;}
.news_center04 .content .item .intro .box .t{font-size:22px; line-height:30px; color:#666; font-weight:bold; margin-top:7px; height:64px; overflow:hidden;}
.news_center04 .content .item .intro .box .c{font-size:14px; line-height:26px; color:#666; height:52px; overflow:hidden; margin-top:15px;}
.news_center04 .content .item:hover .intro{background:#facd00;}
.news_center04 .content .item:hover .intro .box .d{color:#4f4f4f;}
.news_center04 .content .item:hover .intro .box .t{color:#4f4f4f;}
.news_center04 .content .item:hover .intro .box .c{color:#4f4f4f;}
.news_center04 .content .owl-dots{position:absolute; z-index:10; bottom:-45px; left:0%;  width:100%; text-align:center;}
.news_center04 .content .owl-dot{width:9px; height:9px; background:#a5acb0; margin:0 5px;border-radius:50%; display:inline-block; vertical-align:middle;}
.news_center04 .content .owl-dot.active{background:#eaeaea; width:13px; height:13px;}
.news_center05{padding:40px 0 60px;}
.news_center05 .content .rect-8211{padding-bottom:82.11%;}
.news_center05 .content .rect-8359{padding-bottom:81.92%;}
.news_center05 .content .left{width:40%; float:left;}
.news_center05 .content .left .cover{position:absolute; right:0; bottom:0; background:#fbfbfd; background:rgba(255,255,255,.83)}
.news_center05 .content .left .cover .box{padding:46px 55px 80px 25px;}
.news_center05 .content .left .cover .box .t{font-size:24px; line-height:24px; font-weight:bold; color:#666; margin-bottom:15px; max-height:48px; overflow:hidden;}
.news_center05 .content .left .cover .box .c{font-size:18px; line-height:24px; color:#666;}
.news_center05 .content .left .cover .box .icon{width:47px; height:47px; background:url(../img/newsCenter05_1.png) no-repeat center; position:absolute; right:25px; bottom:25px;}
.news_center05 .content .center{width:40%; float:left;}
.news_center05 .content .center .cover{position:absolute; right:0; bottom:0; background:#fbfbfd; background:rgba(255,255,255,.83)}
.news_center05 .content .center .cover .box{padding:46px 55px 80px 25px;}
.news_center05 .content .center .cover .box .t{font-size:24px; line-height:24px; font-weight:bold; color:#666; margin-bottom:15px; max-height:48px; overflow:hidden;}
.news_center05 .content .center .cover .box .c{font-size:18px; line-height:24px; color:#666;}
.news_center05 .content .center .cover .box .icon{width:47px; height:47px; background:url(../img/newsCenter05_1.png) no-repeat center; position:absolute; right:25px; bottom:25px;}
.news_center05 .content .right{width:20%; float:left;}
.news_center05 .content .right .icon{width:47px; height:47px; background:url(../img/newsCenter05_2.png) no-repeat center; position:absolute; left:50%; margin-left:-23px; top:50%; margin-top:-23px;}
.news_center05 .content .right .intro{font-size:18px; line-height:40px; color:#fff; position:absolute; bottom:15px; left:15px;}


/* 新闻列表 */
.news_list.channel_content{padding:0;}
.news_list01 .tool b{font-weight:normal;}
.news_list01{padding:30px 0 90px; background:#f6f6f6;}
.news_list01 .news_list_l{float:left; width:70%;} 
.news_list01 .news_list_l .recommend_news{background:#fff; margin-bottom:22px;}
.news_list01 .news_list_l .recommend_news .box{padding:40px 30px; display:block;}
.news_list01 .news_list_l .recommend_news .box .box_left{width:60%; float:left;} 
.news_list01 .news_list_l .recommend_news .box .box_right{width:39%; float:right;}
.news_list01 .news_list_l .recommend_news .box .box_right .intro{padding:19px 0 0 30px;}
.news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:28px; line-height:33px; color:#666; max-height:132px; overflow:hidden; transition:all 0.5s ease;}
.news_list01 .news_list_l .recommend_news .box .box_right .intro .c{font-size:14px; line-height:26px; color:#666; margin-top:13px; height:78px; overflow:hidden; transition:all 0.5s ease;}
.news_list01 .news_list_l .recommend_news .box .box_right .intro .tool{font-size:15px; color:#666; margin-top:26px; transition:all 0.5s ease;}
.news_list01 .news_list_l .recommend_news:hover .box .box_right .intro .t{color:#00a1e9;}
.news_list01 .news_list_l .recommend_news:hover .box .box_right .intro .c{color:#00a1e9;}
.news_list01 .news_list_l .recommend_news:hover .box .box_right .intro .tool{color:#00a1e9;}
.news_list01 .news_list_l .rect-667{padding-bottom:66.7%;}
.news_list01 .news_list_l ul a{display:block;}
.news_list01 .news_list_l ul li{background:#fff; margin-bottom:20px;}
.news_list01 .news_list_l ul li .box{padding:30px 20px;}
.news_list01 .news_list_l ul li .box .img{float:right; width:35%; margin-left:60px;}
.news_list01 .news_list_l ul li .box .txt .d{font-size:15px; color:#666; transition:all 0.5s ease;}
.news_list01 .news_list_l ul li .box .txt .t{font-size:20px; color:#666; margin:18px 0; transition:all 0.5s ease;}
.news_list01 .news_list_l ul li .box .txt .c{font-size:15px; color:#666; line-height:26px; height:78px; overflow:hidden; transition:all 0.5s ease;}
.news_list01 .news_list_l ul li:hover .box .txt .d{color:#00a1e9;}
.news_list01 .news_list_l ul li:hover .box .txt .t{color:#00a1e9;}
.news_list01 .news_list_l ul li:hover .box .txt .c{color:#00a1e9;}
.news_list01 .news_list_r {float:right; width:26%; margin-bottom:20px;}
.news_list01 .news_list_r .search_box{background:#fff; padding:12.5% 8%;}
.news_list01 .news_list_r .search_box .search_title{font-size:28px; font-weight:bold; margin-bottom:10px; color:#666;}
.news_list01 .news_list_r .search_inp{background:#fff; margin-bottom:14px; font-size:16px; width:100%;}
.news_list01 .news_list_r .search_inp .select_box01,
.news_list01 .news_list_r .search_inp input{width:100%; height:50px;line-height:50px; background:#d4dadf; border:none; padding:0; margin:0; color:#666666; text-indent:10px; border-radius:0; display:inline-block;}
/*body .select-ui-options{width:100%;}*/
.news_list01 .news_list_r .search_btn{width:100%;height:50px;line-height:50px;text-align:center;color:#666;font-size:18px;border:none;cursor:pointer;background:#facd00;-webkit-transition:all 0.3s ease;transition:all 0.3s ease; outline:none;}
.news_list01 .news_list_r .search_inp ._arrow{width:50px;height:50px;background:#facd00;}
.news_list01 .news_list_r .search_inp ._arrow .arr{/*background:url(../img/news_list_jiantou.png) no-repeat center; border-color:transparent;*/ left:50%; margin-left:-.4em;}
.news_list01 .news_list_r .search_inp .on ._arrow .arr{/*border-color:transparent; background:url(../img/news_list_jiantou_1.png) no-repeat center;*/}
.news_list01 .news_list_r .select-ui-choose-default ._txt{padding:0;}
.news_list01 .news_list_r .search_btn:hover{background:#facd00;}
.news_list01 .news_list_r .news_gjc{padding:30px 25px; background:#fff; margin-top:23px;}
.news_list01 .news_list_r .news_gjc .gjc_tit{font-size:28px; color:#666; font-weight:bold; line-height:36px; margin-bottom:25px;}
.news_list01 .news_list_r .news_gjc .gjc_con a{display:inline-block; padding:0 18px; height:31px; line-height:31px; background:#fff; border:1px solid #d7d7d7; border-radius:20px; margin-bottom:10px; margin-right:10px; color:#666; font-size:14px}
.news_list01 .news_list_r .news_gjc .gjc_con a:hover{background:#00a1e9; color:#fff;}
.news_list .widgets_common_pages_5 .page_arr:hover b{width:65%;}


/*******************************下层页面实现 end***************************/

/************************* 老网站页面迁移******************************/
/*抗震救灾*/
.kzjz.channel_content{padding:0}
.kzjz01{padding:60px 0;}
.kzjz01 .infor .tit{font-size:36px; line-height:35px; margin-bottom:15px; font-weight:bold; color:#666;}
.kzjz01 .infor .con{font-size:16px;}
.kzjz01 .infor .con span{font-size:24px; color:#00b0f0; font-weight:bold; display:inline-block; margin-right:10px;}
.kzjz01 .content{background:url(../img/kzjz01_1.jpg) no-repeat center; margin-top:50px;}
.kzjz01 .content ul{padding:0 5%; padding-top:65px; height:275px;} .kzjz01 .content ul li{float:left; width:25%; text-align:center; color:#fff; cursor:pointer;}
.kzjz01 .content ul li .number{display:block; position:relative; width:166px; height:166px; margin:0 auto; line-height:168px; background:url(../img/kzjz01_2.png) 0 0 no-repeat; font-size:16px;}
.kzjz01 .content ul li .number span{font-family:Arial; font-size:60px; transition:color linear .64s;}
.kzjz01 .content ul li .txt {height:20px; line-height:20px; font-size:16px; margin-top:16px;}
.kzjz01 .content ul li ._circle{position:absolute;left:0;top:0;width:100%;height:100%;
transform:rotateZ(-90deg);}
.kzjz01 .content ul li ._circle circle{stroke-dasharray:516; stroke-dashoffset:516; transition:all linear 1s;}
.kzjz01 .content ul li:hover ._circle circle{stroke-dashoffset:0;transition:all linear .64s;}
.kzjz02 {background-color:#fbfbfb;}
.kzjz02 .jiuzai_hd {height:713px; background:url(../img/kzjz01_3.png) center top no-repeat; padding-bottom:20px;}
.kzjz02 .jiuzai_hd .wrap {height:713px; position:relative; width:1180px; min-width:1180px;}
.kzjz02 .jiuzai_hd .tab_t {display:inline-block; *display:inline; *zoom:1; position:absolute; left:0; top:0; font-size:20px; white-space:nowrap; line-height:1.5; cursor:default; width:auto; z-index:5;}
.kzjz02 .jiuzai_hd .tab_t i {display:block; width:0; height:0; overflow:hidden; border-style:dashed dashed solid; border-width:16px 10px; border-color:transparent transparent #5fbfea; position:absolute; left:50%; margin-left:-10px; top:-32px;}
.kzjz02 .jiuzai_hd .tab_t .tabLayer {display:none; width:225px; height:206px; background:url(../img/jz_map_layer.png) no-repeat; position:absolute; left:50%; margin-left:-142px; top:-180px; cursor:pointer;}
.kzjz02 .jiuzai_hd .tab_t .tabLayer .box {padding:35px 20px 0; font-size:23px; font-weight:bold; color:#4f4f4f;}
.kzjz02 .jiuzai_hd .tab_t .tabLayer .close {display:block; width:20px; height:20px; background:url(../img/jiuzaiclose.png) center no-repeat; position:absolute; right:10px; top:10px; cursor:pointer;}
.kzjz02 .jiuzai_hd .hover,
.kzjz02 .jiuzai_hd .tab_t.default {z-index:10;}
.kzjz02 .jiuzai_hd .hover .tabLayer,
.kzjz02 .jiuzai_hd .default .tabLayer {display:block;}
.kzjz02 .jiuzai_hd .hover i,
.kzjz02 .jiuzai_hd .default i {border-bottom-color:#facd00;}
.kzjz02 .jiuzai_hd .ps01 {left:671px; top:281px;}
.kzjz02 .jiuzai_hd .ps01 i {top:13px;}
.kzjz02 .jiuzai_hd .ps02 {left:490px; top:440px;}
.kzjz02 .jiuzai_hd .ps03 {left:390px; top:466px;}
.kzjz02 .jiuzai_hd .ps04 {left:740px; top:460px;}
.kzjz02 .jiuzai_hd .ps05 {left:490px; top:496px;}
.kzjz02 .jiuzai_hd .ps06 {left:463px; top:528px;}
.kzjz02 .jiuzai_hd .ps07 {left:804px; top:584px;}
.kzjz02 .jiuzai_hd .ps07 i {top:23px;}
.kzjz02 .jiuzai_hd .ps07 .tabLayer {top:-143px;}
.kzjz02 .jiuzai_hd .ps08 {left:488px; top:593px;}
.kzjz02 .jiuzai_hd .ps09 {left:409px; top:635px;}
.kzjz02 .jiuzai_hd .ps010 {left:706px; top:342px;}
.kzjz02 .jiuzai_hd .ps011 {left:756px; top:397px;}
.kzjz02 .jiuzai_hd .ps011 i {top:13px;}
.kzjz02 .jiuzai_hd .ps012 {left:495px; top:459px;}
.kzjz02 .jiuzai_hd .ps012 i {top:13px;}
.kzjz02 .jiuzai_hd .ps013 {left:470px; top:406px;}
.kzjz02 .jiuzai_hd .ps013 i {top:13px;}
.kzjz02 .jiuzai_hd .ps014 {left:740px; top:630px;}
.kzjz02 .areaMap span {display:none; width:30px; height:32px; background-position:0 0; background-repeat:no-repeat; position:absolute; z-index:1; overflow:hidden;}
.kzjz02 .areaMap .psm01 {left:735px; top:281px; background-image:url(../img/beijing.png);}
.kzjz02 .areaMap .psm02 {left:392px; top:263px; width:243px; height:205px; background-image:url(../img/quzhou.png);}
.kzjz02 .areaMap .psm03 {left:326px; top:326px; width:217px; height:157px; background-image:url(../img/yushu.png);}
.kzjz02 .areaMap .psm04 {left:761px; top:406px; width:99px; height:77px; background-image:url(../img/subei.png);}
.kzjz02 .areaMap .psm05,.areaMap .psm06 {left:450px; top:434px; width:187px; height:165px; background-image:url(../img/wenchuan.png);}
.kzjz02 .areaMap .psm07 {left:850px; top:591px; width:30px; height:69px; background-image:url(../img/taiwan.png);}
.kzjz02 .areaMap .psm08,.areaMap .psm09 {left:444px; top:537px; width:152px; height:158px; background-image:url(../img/yunnan.png);}
.kzjz02 .areaMap .psm010 {left:706px; top:342px; width:152px; height:158px; background-image:url(../img/yunnan.png)}
.kzjz02 .areaMap .psm011 {left:756px; top:397px; width:99px; height:77px; background-image:url(../img/subei.png);}
.kzjz02 .jiuzai_bd {height:360px; background:url(../img/jiuzaibg.jpg) center top repeat-x; padding-top:90px;}
.kzjz02 .jiuzai_imgs {width:470px; height:260px; float:left; border:#fff 7px solid; overflow:hidden; position:relative; margin-left:30px;}
.kzjz02 .jiuzai_imgs .img {width:100%; height:0; overflow:hidden; padding-bottom:55%; display:block;}
.kzjz02 .jiuzai_imgs img {width:100%; height:auto;}
.kzjz02 .jiuzai_imgs .arrs {display:block; width:38px; height:74px; background:url(../img/jiuzai_slide_btn.png) no-repeat; position:absolute; top:50%; margin-top:-37px;}
.kzjz02 .jiuzai_imgs .arr_prev {left:0;}
.kzjz02 .jiuzai_imgs .arr_next {right:0; background-position:-38px 0;} 
.kzjz02 .jiuzai_intro {width:690px; float:right; margin-right:30px;} 
.kzjz02 .jiuzai_intro ._t {font-size:36px; margin-bottom:10px;}
.kzjz02 .jiuzai_intro ._t ._n {color:#666;}
.kzjz02 .jiuzai_intro ._t ._time {font-size:20px; color:#daa20c; margin-left:8px;}
.kzjz02 .jiuzai_intro ._text {font-size:14px; line-height:2;}
.kzjz02 .jiuzai_bd .tab_c {clear:both; display:none;}
.kzjz02 .jiuzai_bd .tab_c_cur {display:block;}

/*教育助学*/
.edu_zx.channel_content{padding:0;}
.edu_zx01{padding:60px 0;}
.edu_zx01 .infor .tit{font-size:36px; line-height:35px; margin-bottom:15px; font-weight:bold; color:#666}
.edu_zx01 .infor .con{font-size:16px;}
.edu_zx01 .content{margin-top:50px;}
.edu_zx01 .content .aixinMain .ax_hd {width:24%; float:left;}
.edu_zx01 .content .aixinMain .ax_bd {width:74%; float:right;}
.edu_zx01 .content .aixinMain .tab_t {width:auto; height:90px; line-height:90px; text-align:center; font-size:24px; font-weight:bold; color:#666; background-color:#e4e4e4; margin-bottom:5px; position:relative; cursor:pointer;}
.edu_zx01 .content .aixinMain .tab_t i {display:none; width:0; height:0; overflow:hidden; border-color:transparent transparent transparent #facd00; border-style:dashed dashed dashed solid; border-width:11px; position:absolute; right:-22px; top:50%; margin-top:-11px;}
.edu_zx01 .content .aixinMain .tab_t_cur {background-color:#facd00; color:#4f4f4f;}
.edu_zx01 .content .aixinMain .tab_t_cur i {display:block;}
.edu_zx01 .content .aixinMain .tab_c {display:none; overflow:hidden;}
.edu_zx01 .content .aixinMain .tab_c_cur {display:block;}
.edu_zx01 .content .aixinMain .axSlider {width:52%; float:left; overflow:hidden; position:relative;}
.edu_zx01 .content .aixinMain .axSlider .item .n {padding:0 5%; width:90%; height:44px; line-height:44px; position:absolute; left:0; bottom:0; background:url(../img/black.6.png); color:#fff; font-size:16px;}
.edu_zx01 .owl-nav>div{width:38px; height:74px; background:url(../img/jiuzai_slide_btn.png) no-repeat;  position:absolute; top:50%; margin-top:-37px; z-index:2; font-size:0; cursor:pointer;}
.edu_zx01 .owl-nav .owl-prev {left:0; background-position:0 0;}
.edu_zx01 .owl-nav .owl-next {right:0; background-position:-38px 0px;}
.edu_zx01 .content .aixinMain .axSlider .arr_prev {left:0;}
.edu_zx01 .content .aixinMain .axSlider .arr_next {right:0; background-position:-38px 0;} 
.edu_zx01 .content .aixinMain .axIntro {width:45%; float:right; overflow:hidden;}
.edu_zx01 .content .aixinMain .axIntro .box {padding:30px 20px; background:#fbfbfb url(../img/edu_zx01_logo.png) right bottom no-repeat; border:#e6e6e6 1px solid; height:313px; font-size:14px; line-height:1.8; overflow:hidden;}
.edu_zx01 .content .aixinMain .axIntro .text {height:313px; overflow:hidden; position:relative;}
.edu_zx01 .content .aixinMain .axIntro .box .text_b {margin-right:15px;}
.edu_zx01 .content .aixinMain .axIntro .scroll_bar {background:url(../img/grey_line.png) center top repeat-y;}
.edu_zx01 .content .aixinMain .axIntro .scroll_slider {border-radius:0; background:#facd00;}

/*成长环境--图片列表*/
.pic_list.channel_content{padding:0}
.pic_list01{padding:60px 0;}
.pic_list01 li{margin-bottom:30px; position:relative;}
.pic_list01 li a{display:block;}
.pic_list01 li .nr{width:90%; padding:10px 5%; text-align:center; background:url(../img/black.6.png) center; position:absolute; left:0px; bottom:0px;}
.pic_list01 li .tit{font-size:14px; color:#fff; margin-bottom:3px;}

/*成长故事*/
.growth_story.channel_content{padding:0;}
.growth_story01{padding:60px 0 15px; background:#f6f6f6;}
.growth_story01 li{background:#fff; margin-bottom:20px; overflow:hidden; cursor:pointer;}
.growth_story01 li:last-child{margin-bottom:0}
.growth_story01 li .rect-5932{padding-bottom:59.32%;}
.growth_story01 li .img{width:50%; overflow:hidden;}
.growth_story01 li .intro{width:50%;}
.growth_story01 li.odd .img{float:right;}
.growth_story01 li.odd .intro{float:left;}
.growth_story01 li.even .img{float:left;}
.growth_story01 li.even .intro{float:right;}
.growth_story01 li .intro .box{padding:55px;}
.growth_story01 li .intro .box .tit a{font-size:30px; color:#666; font-weight:bold;}
.growth_story01 li .intro .box .con{font-size:22px; font-weight:bold; margin-bottom:15px;}
.growth_story01 li .intro .box .txt{font-size:14px; padding-right:10%; /*height:110px;*/ overflow:hidden;}

/********************** 老网站页面迁移 end*************************/

/*20190916 全球绿萌详细*/
.global_detail.channel_content{padding:0}
.global_detail01{padding:60px 0; background:#f6f6f6;}
.global_detail01 .infor .tit{font-size:26px; line-height:30px; color:#666; font-weight:bold; margin-bottom:30px;}
.global_detail01 .infor .con{margin-bottom:30px; font-size:14px;}
.global_detail01 .infor .madana i {display:none;}
.global_detail01 .infor .madana{width:220px; height:45px; line-height:45px; text-align:center; border-radius:3px; font-size:16px; -webkit-transition:color 0.3s; transition:color 0.3s; display:inline-block; border:1px solid #666; color:#666; margin-top:20px;}
.global_detail01 .infor .madana:hover{color:#fff; background:#00a1e9; border-color:#00a1e9;}

/*20190918 公益奖项*/
.awards.channel_content{padding:0;}
.awards01{padding:60px 0; background:#f6f6f6;}
.awards01 .list{margin-bottom:30px; background:#fff;}
.awards01 .list:last-child{margin-bottom:0}
.awards01 .list .imgs{width:30%; float:left;}
.awards01 .list .imgs .rect-6216{padding-bottom:62.16%;}
.awards01 .list .imgs .item{display:none;}
.awards01 .list .imgs .owl-item .item{display:block;}
.awards01 .list .imgs .owl-dots{position:absolute; z-index:10; bottom:10px; right:10px;}
.awards01 .list .imgs .owl-dot{width:12px; height:12px; background:#fff; margin:0 5px;border-radius:50%; display:inline-block;}
.awards01 .list .imgs .owl-dot.active{background:#01a2ea;}
.awards01 .list .intro{float:right; width:70%;}
.awards01 .list .intro a{display:block; padding:20px 30px 5px;}
.awards01 .list .intro a .tit{font-size:18px; font-weight:bold; margin-bottom:10px;}
.awards01 .list .intro a .con {font-size:14px; line-height:25px; color:#666; height:150px; overflow:hidden; position:relative;}
.awards01 .list .intro a .con .text{padding-right:15px;}
.awards01 .list .intro .scroll_slider {border-radius:0; background:#01a2ea;}
.awards01 .list .intro .scroll_bar {background:url(../img/grey_line.png) center top repeat-y;}

/*20190924品牌理念*/
.brand_concept.channel_content{padding:0}
/*.brand_concept01{padding:60px 0;}*/
.brand_concept01 .hd{margin-bottom:20px;}
.brand_concept01 .hd ul{height:80px; line-height:80px; background:#00479d; overflow:hidden;} 
.brand_concept01 .hd li{width:20%; float:left; position:relative; border-left:1px solid #eee; cursor:pointer; margin-left:-1px; text-align:center; color:#fff; font-size:18px; font-weight:bold;}
.brand_concept01 .hd li .icon{display:inline-block; width:26px; height:26px; background:url(../img/brand_concept01_jt.png) no-repeat; background-position:0 0px; position:absolute; right:15px; top:50%; margin-top:-13px;}
.brand_concept01 .hd li.cur .icon{background-position:0 -26px;}
.brand_concept01 .hd li.cur{color:#4f4f4f; background:#facd00;} 
.brand_concept01 .hd.fixed{width:100%; position:fixed; left:0; top:71px;  z-index:2; height:80px; margin-bottom:0;}
.brand_concept01 .bd.fixed{padding-top:40px;}
.brand_concept01 .bd .section1{margin-bottom:20px;}
.brand_concept01 .bd .section1 .infor{padding-top:30px; text-align:center; margin-bottom:20px;}
.brand_concept01 .bd .section1 .infor .tit{display:inline-block; width:auto; height:52px; line-height:50px; background-color:#00856f; color:#fff; padding:0 33px; font-size:27px; position:relative; margin-bottom:6px}
.brand_concept01 .bd .section1 .infor .tit i {display:block; width:0; height:0; overflow:hidden; border-style:solid dashed dashed; border-color:#00856f transparent transparent; border-width:7px; position:absolute; left:50%; margin-left:-7px; bottom:-14px;}
.brand_concept01 .bd .section1 .infor .con .t{font-size:36px; color:#666; font-weight:bold; margin:20px 0;}
.brand_concept01 .bd .section1 .infor .con .c{font-size:13px; font-weight:normal; line-height:26px; text-align:left; border:#ccc 1px solid; padding:30px 50px;}
.brand_concept01 .bd .section1 .content{padding:40px 10% 0;}
.brand_concept01 .bd .section1 .content .cell{border:1px solid #ccc; font-size:12px; line-height:20px; height:80px; width:96%; padding:10px 2%; margin-bottom:20px; position:relative; transition:all 0.5s ease; cursor:pointer;}
.brand_concept01 .bd .section1 .content .cell span{display:block;}
.brand_concept01 .bd .section1 .content .cell .line{width:0px; height:1px; background:#ccc; position:absolute; transition:width 0.5s ease;}
.brand_concept01 .bd .section1 .content .cell .line:after{content:''; width:4px; height:4px; background:#eee; border-radius:10px; position:absolute; top:50%; margin-top:-2px; transition-delay:0.5s; opacity:0; visibility:hidden; transition:all 0.5s ease; z-index:2;}
.brand_concept01 .bd .section1 .content .left {width:30%; margin-right:5%; float:left; margin-top:120px;}
.brand_concept01 .bd .section1 .content .left .cell .line{left:100%; top:50%;}
.brand_concept01 .bd .section1 .content .left .cell .line:after{right:0;}
.brand_concept01 .bd .section1 .content .left .cell2 span{margin-top:20px;}
.brand_concept01 .bd .section1 .content .center{width:30%; float:left;}
.brand_concept01 .bd .section1 .content .center .box{padding:0 5%;}
.brand_concept01 .bd .section1 .content .center .box .cen_top .cell{width:175px; padding:0 5%; margin:0 auto 60px;}
.brand_concept01 .bd .section1 .content .center .cell .line{display:none;}
.brand_concept01 .bd .section1 .content .center .cell .line:after{display:none;}
.brand_concept01 .bd .section1 .content .center .box .cen_bott{position:relative; width:175px; height:175px; margin:0 auto;}
.brand_concept01 .bd .section1 .content .center .box .cen_bott .img_{opacity:0; visibility:hidden; transition:all 0.5s ease; position:absolute; left:0; top:0; width:100%; height:100%;}
.brand_concept01 .bd .section1 .content .center .box .cen_bott .img_.cur{opacity:1; visibility:visible;}
.brand_concept01 .bd .section1 .content .right{width:30%; float:right; margin-left:5%; margin-top:120px;}
.brand_concept01 .bd .section1 .content .right .cell span{margin-top:15px;}
.brand_concept01 .bd .section1 .content .right .cell .line{right:100%; top:50%;}
.brand_concept01 .bd .section1 .content .right .cell .line:after{left:0;}
.brand_concept01 .bd .section1 .content .cell:hover{border-color:#00479d; color:#00479d;}
.brand_concept01 .bd .section1 .content .cell:hover .line{width:130px;}
.brand_concept01 .bd .section1 .content .cell:hover .line:after{opacity:1; visibility:visible;}
.brand_concept01 .bd .section1 .brand_logo{border:1px solid #ccc; margin:30px 10%; position:relative;}
.brand_concept01 .bd .section1 .brand_logo .box{padding:40px 30px 30px;}
.brand_concept01 .bd .section1 .brand_logo .brand_logo_tit{position:absolute; left:0; top:0%; width:100%; text-align:center; color:#666; font-size:16px; line-height:26px; margin-top:-13px;}
.brand_concept01 .bd .section1 .brand_logo .brand_logo_tit span{display:inline-block; background:#fff; padding:0 10px;}
.brand_concept01 .bd .section1 .brand_logo .img_pic{width:80px; height:58px; margin:0 auto}
.brand_concept01 .bd .section1 .brand_logo .img_txt{font-size:14px; text-align:center; margin-top:10px;}
.brand_concept01 .bd .section2{margin-bottom:20px;}
.brand_concept01 .bd .section2 .content{position:relative; height:490px; overflow:hidden;}
.brand_concept01 .bd .section2 .content>img{position:absolute; left:50%; margin-left:-650px; width:1300px; max-width:none;}
.brand_concept01 .bd .section2 .content .cover{position:absolute; color:#fff; padding:50px; overflow:hidden; background:url(../picture/green90.png); left:120px; top:100px;}
.brand_concept01 .bd .section2 .content .cover .box{width:300px;}
.brand_concept01 .bd .section2 .content .cover .box .tit{font-size:26px; font-weight:bold;}
.brand_concept01 .bd .section2 .content .cover .box .con{font-size:26px;}
.brand_concept01 .bd .section3{margin-bottom:20px;}
.brand_concept01 .bd .section3 .infor{padding-top:30px; text-align:center; margin-bottom:20px;}
.brand_concept01 .bd .section3 .infor .tit{display:inline-block; width:auto; height:52px; line-height:50px; background:#00856f; color:#fff; padding:0 33px; font-size:27px; position:relative; margin-bottom:6px; font-weight:bold;}
.brand_concept01 .bd .section3 .infor .tit i{display:block; width:0; height:0; overflow:hidden; border-style:solid dashed dashed; border-color:#00856f transparent transparent; border-width:7px; position:absolute; left:50%; margin-left:-7px; bottom:-14px;}
.brand_concept01 .bd .section3 .content ul{text-align:center; font-size:0;}
.brand_concept01 .bd .section3 .content li {display:inline-block; width:200px; height:175px; cursor:pointer; border:2px solid #666; color:#666; font-size:20px; margin:6px; *display:inline; *zoom:1;}
.brand_concept01 .bd .section3 .content li a{display:block; width:100%; height:100%; overflow:hidden}
.brand_concept01 .bd .section3 .content li a .tit{display:block; font-size:30px; margin-top:35px; font-weight:bold;}
.brand_concept01 .bd .section3 .content li:hover, 
.brand_concept01 .bd .section3 .content li a:hover {border-color:#facd00; background:#facd00; color:#4f4f4f;}
.brand_concept01 .bd .section4{margin-bottom:20px;}
.brand_concept01 .bd .section4 .content{position:relative; height:490px; overflow:hidden;}
.brand_concept01 .bd .section4 .content>img{position:absolute; left:50%; margin-left:-650px; width:1300px; max-width:none;}
.brand_concept01 .bd .section4 .content .cover{position:absolute; left:50%; top:50%; padding:30px 50px 50px; overflow:hidden; background:url(../picture/green90.png); color:#4f4f4f; margin:0px 0 0 100px; width:24%;}
.brand_concept01 .bd .section4 .content .cover .box .tit{font-size:32px; font-weight:bold;}
.brand_concept01 .bd .section4 .content .cover .box .con{font-size:16px;}
.brand_concept01 .bd .section5 .content{position:relative; height:490px; overflow:hidden;}
.brand_concept01 .bd .section5 .content>img{position:absolute; left:50%; margin-left:-650px; width:1300px; max-width:none;}
.brand_concept01 .bd .section5 .content .cover{position:absolute; left:0; top:0px; padding:30px 50px; overflow:hidden; background:url(../picture/green90.png); color:#fff; margin:100px 0 0 0px; width:30%;}
.brand_concept01 .bd .section5 .content .cover .box .tit{font-size:32px; font-weight:bold;}
.brand_concept01 .bd .section5 .content .cover .box .con{font-size:16px;}
.brand_concept01 .bd .section5 .content .cover .box .txt{font-size:13px;}

/*20190924解决方案*/
/*解决方案*/
.channel_content.soluiton{padding-bottom:0;}
.solution01{background:url(../img/ipart03_bg.jpg) no-repeat center; height:485px;}
.solution01 .infor{text-align:center; padding-top:135px;}
.solution01 .infor .tit{font-size:48px; line-height:48px; font-weight:bold; position:relative; display:inline-block;}
.solution01 .infor .tit span{display:inline-block;}
.solution01 .infor .tit .img_{position:absolute; left:-100px; bottom:0; width:88px; height:110px;}
.solution01 .infor .tit .text{color:#fff; margin-bottom:22px;}
.solution01 .infor .con{font-size:33px; line-height:33px; color:#fff;}
.solution01 .content .form_box{padding:60px 18% 0;}
.solution01 .content .form_box .select_wrap{width:35%; float:left; margin-right:3px;}
.solution01 .content .form_box .select_wrap .sele{width:100%; height:49px; line-height:49px; background:#e3e7ec; font-size:14px; color:#5b5b5b; text-indent:23px; border:none; border-radius:0;}
.solution01 .content .form_box .select_wrap .sele:hover{background:#fff;}
.solution01 .content .form_box button{width:24%; float:left; outline:none; border:none; background:#facd00; height:49px; line-height:49px; text-align:center; cursor:pointer; font-size:16px; font-weight:bold; color:#666;}
.solution01 .content .form_box button:hover {background:#fabc00;}
.solution01 .content .form_box .select_wrap .select-ui-choose-default ._arrow .arr{width:12px; height:6px; background:url(../img/ipart03_2.png) no-repeat center; border:none;}
.solution01 .content .form_box .select_wrap .select-ui-choose-default.on ._arrow .arr{margin:-.2em 0 0;}
.solution01 .content .form_box .select_wrap .select-ui-choose ._arrow{right:17px;}
.solution02{border-bottom:1px solid #d6d8db; line-height:70px; height:70px; overflow:hidden;}
.solution02 .con{position:relative; padding:0 20px;}
.solution02 .con .item{display:none; overflow:hidden;}
.solution02 .con .owl-item .item{display:block;}
.solution02 .con .item a{display:block; font-size:16px; color:#666;; position:relative;}
.solution02 .con .item .item_cell{text-align:center;}
.solution02 .con .owl-nav{width:100%; position:absolute; left:0; top:50%; margin-top:-35px;}
.solution02 .con .owl-nav div{font-size:25px; position:absolute; cursor:pointer;}
.solution02 .con .owl-nav .owl-prev{left:-30px}
.solution02 .con .owl-nav .owl-next{right:-30px;}
.solution02 .con .owl-carousel1 .item .item_cell{width:12.5%; float:left;}
.solution02 .con .owl-carousel2{display:none;}
.solution02 .con .item .item_cell.cur>a {color:#00a1e9;}
.solution02 .con .item .item_cell.cur>a:after{content:''; width:100%; height:4px; background:#00a1e9; position:absolute; left:0; bottom:0;}
.solution02.fixed{width:100%; position:fixed; left:0; top:0; z-index:20; background:#fff;}
.solution03 .rect-56{padding-bottom:56%;}
.solution03 .rect-566{padding-bottom:56.6%;}
.solution03 .rect-116{padding-bottom:115.5%;}
.solution03 .content .item{background:#f6f6f6; transition:.3s ease; position:relative;}
.solution03 .content .item .li_line{width:0; height:5px; background:#facd00; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.solution03 .content .item:hover .li_line{width:100%;}
.solution03 .content .item:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2)}
.solution03 .content .item .box{padding:35px 25px;}
.solution03 .content .item .box .t{font-size:26px; font-weight:bold; color:#666; margin-bottom:20px;}
.solution03 .content .item .box .c{font-size:14px; color:#666; line-height:24px; height:72px; overflow:hidden;}
.solution03 .content .item .box .more{float:right; color:#666;}
.solution03 .content1{margin-bottom:30px;}
.solution03 .content1 .left{float:left; width:66%;}
.solution03 .content1 .left a{display:block; position:relative}
.solution03 .content1 .left .cover{position:absolute; left:0; bottom:0; padding:20px;}
.solution03 .content1 .left .t{font-size:30px; font-weight:bold; color:#fff;}
.solution03 .content1 .left .c{font-size:14px; color:#fff;}
.solution03 .content1 .left .c .txt{width:85%;}
.solution03 .content1 .left .c .iconfont{float:right;}
.solution03 .content1 .right{float:right; width:32%;}
.solution03 .content2 .item{position:relative; width:32%; float:left; margin-right:2%; margin-bottom:30px;}
.solution03 .content2 .item.three_item{margin-right:0;}
.solution03 .pad{padding:5% 0% 0;}

/*解决方案详情*/
.solu_detail.channel_content{padding:0; background:#f6f6f6;}
.solu_detail01{position:relative; margin-top:80px;padding-bottom:80px;}
.solu_detail01>.wrap{position:relative; z-index:2;}
.solu_detail01 .infor {text-align:center; color:#666; padding:0 15%; margin-bottom:50px;}
.solu_detail01 .infor .tit{font-size:36px; line-height:42px;}
.solu_detail01 .infor .con{font-size:14px; margin-top:35px;}
.solu_detail01 .infor .con em{display:inline-block; margin:0 12px;}
.solu_detail01 .infor .con a{display:inline-block;}
.solu_detail01 .infor .con span{display:inline-block;}
.solu_detail01 .content{padding:0 75px 0 0; position:relative;}
.solu_detail01 .content .box{background:#fff; padding:65px 70px;}
.solu_detail01 .content .box .con{font-size:18px; margin-top:30px; }
.solu_detail01 .content .box .bott_{margin-top:55px;}
.solu_detail01 .content .box .bott_ .item{background:#fafafa; margin-bottom:22px;}
.solu_detail01 .content .box .bott_ .rect-653{padding-bottom:65.3%;}
.solu_detail01 .content .box .bott_ .img_{width:38%; float:left;}
.solu_detail01 .content .box .bott_ .intro_{width:62%; float:right;}
.solu_detail01 .content .box .bott_ .intro_box{padding:42px 52px 25px 47px;}
.solu_detail01 .content .box .bott_ .intro_box .t{font-size:28px; line-height:28px; color:#666; margin-bottom:17px;}
.solu_detail01 .content .box .bott_ .intro_box .c{font-size:16px; line-height:28px; color:#666; height:84px; overflow:hidden;}
.solu_detail01 .content .box .bott_ .intro_box .more{display:block; width:143px; height:41px; line-height:41px; border:1px solid #929292; font-size:16px; color:#666; text-align:center; margin-top:25px; border-radius:3px;}
.solu_detail01 .content .box .bott_ .intro_box .more:hover{background:#00a1e9; color:#fff; border-color:#00a1e9;}
.solu_detail01 .content .back_box{position:absolute; right:0; top:0; width:56px}
/* .solu_detail01 .content .back_box .icon{width:100%; height:63px; line-height:63px; display:inline-block;} */
.solu_detail01 .content .back_box>div{background:#fff; transition:all .3s ease;}
.solu_detail01 .content .back_box>div:hover{background:#00a1e9;}
.solu_detail01 .content .back_box .icon{width:100%; height:63px; margin:0; line-height:63px; display:inline-block; font-size:30px; text-align:center; color:#bfbfbf; transition:all .3s ease;}
.solu_detail01 .content .back_box>div:hover .icon{color:#fff;}
.solu_detail01 .content .back_box .next_list a{display:block; text-align:center;}
 
.solu_detail02{background:url(../img/ipart03_bg.jpg) no-repeat center; height:485px;}
.solu_detail02 .infor{text-align:center; padding-top:135px;}
.solu_detail02 .infor .tit{font-size:48px; line-height:48px; font-weight:bold; position:relative; display:inline-block;}
.solu_detail02 .infor .tit span{display:inline-block;}
.solu_detail02 .infor .tit .img_{position:absolute; left:-100px; bottom:0; width:88px; height:110px;}
.solu_detail02 .infor .tit .text{color:#fff; margin-bottom:22px;}
.solu_detail02 .infor .con{font-size:33px; line-height:33px; color:#fff;}
.solu_detail02 .content .form_box{padding:60px 18% 0;}
.solu_detail02 .content .form_box .select_wrap{width:35%; float:left; margin-right:3px;}
.solu_detail02 .content .form_box .select_wrap .sele{width:100%; height:49px; line-height:49px; background:#e3e7ec; font-size:14px; color:#5b5b5b; text-indent:23px; border:none; border-radius:0;}
.solu_detail02 .content .form_box .select_wrap .sele:hover{background:#fff;}
.solu_detail02 .content .form_box button{width:24%; float:left; outline:none; border:none; background:#facd00; height:49px; line-height:49px; text-align:center; cursor:pointer; font-size:16px; font-weight:bold; color:#666;}
.solu_detail02 .content .form_box button:hover {background:#fabc00;}
.solu_detail02 .content .form_box .select_wrap .select-ui-choose-default ._arrow .arr{width:12px; height:6px; background:url(../img/ipart03_2.png) no-repeat center; border:none;}
.solu_detail02 .content .form_box .select_wrap .select-ui-choose-default.on ._arrow .arr{margin:-.2em 0 0;}
.solu_detail02 .content .form_box .select_wrap .select-ui-choose ._arrow{right:17px;}
.solu_detail03{background:#fff; overflow:hidden; line-height:70px; height:70px;}
.solu_detail03 .con{position:relative; padding:0 20px;}
.solu_detail03 .con .item{display:none; overflow:hidden;}
.solu_detail03 .con .owl-item .item{display:block;}
.solu_detail03 .con .item a{display:block; font-size:16px; color:#666;; position:relative;}
.solu_detail03 .con .item .item_cell{text-align:center;}
.solu_detail03 .con .owl-nav{width:100%; position:absolute; left:0; top:50%; margin-top:-35px;}
.solu_detail03 .con .owl-nav div{font-size:25px; position:absolute; cursor:pointer;}
.solu_detail03 .con .owl-nav .owl-prev{left:-30px}
.solu_detail03 .con .owl-nav .owl-next{right:-30px;}
.solu_detail03 .con .owl-carousel1 .item .item_cell{width:12.5%; float:left; text-align:center;}
.solu_detail03 .con .owl-carousel2{display:none;}
.solu_detail03 .con .item .item_cell.cur>a {color:#00a1e9;}
.solu_detail03 .con .item .item_cell.cur>a:after{content:''; width:100%; height:4px; background:#00a1e9; position:absolute; left:0; bottom:0;}
.solu_detail03.fixed{width:100%; position:fixed; left:0; top:0; z-index:20; background:#fff;}

/* 分页 */
.page_bott{background:#fff; margin-top:30px;}
.page_bott .page_prev{float:left; width:46%; border-right:1px solid #c9c9c9;}
.page_bott .page_next{float:right; width:46%; border-left:1px solid #c9c9c9;}
.page_bott .box{padding:30px 20px;}
.page_bott .page_prev .page_btn{float:left; padding-left:45px;}
.page_bott .page_next .page_btn{float:right; padding-right:45px;}
.page_bott .page_btn{margin-right:30px; font-size:16px; color:#797979; position:relative;}
.page_bott .page_btn .icon{position:absolute; width:31px; height:11px; background:url(../img/news_detail02_3.png) no-repeat;top:50%; margin-top:-5px;}
.page_bott .page_prev .page_btn .icon{left:0;}
.page_bott .page_next .page_btn .icon{background-position:-32px 0; right:0;}
.page_bott .t{font-size:18px; font-weight:bold; color:#3f3f3f; line-height:30px;}
.page_bott a:hover .t{color:#00a1e9;}
.page_bott .page_center{float:left; width:7%; height:90px; position:relative;}
.page_bott .page_center .icon .iconfont{position:absolute; left:50%; margin-left:-6px; top:50%; margin-top:-16px; font-size:24px; color:#b5b5b5;color:#b5b5b5;}
.page_bott .page_center:hover .icon .iconfont{color:#00a1e9;}
.page_bott .page_prev:hover .page_btn .icon{left:-5px; transition:.3s ease;}
.page_bott .page_next:hover .page_btn .icon{right:-5px; transition:.3s ease;}
/*简历投递*/
body .channel-content-title-48524 .Form-J1 .Form-J1-Btn button{width:120px; height:40px; line-height:40px;}
body .channel-content-title-48524 .Form-J1 .Form-J1-Btn ._submit{background:#00479d;}

/*20190925全站搜索*/
.total_header{box-shadow:0px 2px 13px 1px rgba(0,0,0,0.2)}
.total_search.channel_content{padding:0 0 60px;}
/*搜索区域*/
.searchArea{padding:100px 0;}
.searchArea .infor{text-align:center; color:#000000;}
.searchArea .infor .tit{font-size:46px; line-height:46px; font-weight:bold;}
.searchArea .content{padding:0 8%; margin-top:60px;}
.searchArea .content .form_box .searchTit {font-size:58px; font-weight:bold; color:#fff; text-align:center}
.searchArea .content .form_box .search {position:relative; overflow:visible}
.searchArea .content .form_box .search .input_wrap {position:relative; width:80%; line-height:68px; height:68px;}
.searchArea .content .form_box .search .input_wrap input{width:98%; padding:0 0 0 2%; height:68px; line-height:68px; border:1px solid #e1e1e1;}
.searchArea .content .form_box .search .input_wrap .textDelBtn {display:block; position:absolute; top:20px; right:30px; width:30px; height:30px; background:url(../img/del_btn.jpg) no-repeat center center;}
.searchArea .content .form_box .search .btn_wrap{width:20%; text-align:center; vertical-align:middle;}
.searchArea .content .form_box .search .btn_wrap .btns {padding:0; margin:0; font-size:20px; font-weight:bold; height:70px; line-height:70px; width:100%; border:none; outline:none; background:#0d1233; color:#fff; cursor:pointer;}
.searchArea .content .list{margin-top:20px;}
.searchArea .content .list a{display:inline-block; padding:0 10px; font-size:14px; color:#93949e;  position:relative;}
.searchArea .content .list a:after{content:''; width:1px; height:14px; background:#93949e; position:absolute; left:0; top:50%; margin-top:-7px;}
.searchArea .content .list a:first-child:after{display:none;}
/*搜索结果区域*/
.resultArea .infor{text-align:center;}
.resultArea .infor .tit{font-size:30px; color:#181818;}
.resultArea .infor .tit span{color:#ff0000}
.resultArea .content{margin-top:60px; border-top:10px solid #f4f4f4; border-bottom:10px solid #f4f4f4; padding:60px 0;}
.resultArea .content h3{font-size:30px; color:#181818; font-weight:bold; margin-bottom:30px;}
.resultArea .content .area{border-bottom:1px solid #dddddd; padding:40px 0;}
.resultArea .content .area:last-child{border-bottom:none;}
/*搜索结果区域 -- 产品部分*/
.resultArea .content .piclist_area .rect-695{padding-bottom:69.5%;}
.resultArea .content .piclist_area .srchList li{margin-bottom:40px;}
.resultArea .content .piclist_area .srchList li a{display:block;}
.resultArea .content .piclist_area .srchList li .intro{margin-top:10px;}
.resultArea .content .piclist_area .srchList li .intro .t{font-size:28px; text-align:center;}
.resultArea .content .piclist_area .srchList li .intro .t span {display:inline-block; font-size:20px; line-height:25px; color:#068ccb; margin-left:23px;}
/*搜索结果区域 -- 信息部分*/
.resultArea .content .content_area li{margin-bottom:20px;}
.resultArea .content .content_area li a{display:block;}
.resultArea .content .content_area li .t{font-size:18px; line-height:28px; font-weight:700; color:#333333;}
.resultArea .content .content_area li .c{margin-top:10px;}

/*三级下拉 补充*/
.xc_nav li{position:relative;}
.xc_nav li>a i{font-size:14px; margin-left:5px; font-weight:bold;}
.xc_nav li .third_nav {position:absolute; left:-7%; top:100%; width:100%; background:#fff; padding:0; display:none; z-index:3; border:1px solid #d7d7d7;}
.xc_nav li .third_nav a {display:block; font-size:14px; line-height:25px; padding:5% 3%; text-align:center;}
.xc_nav li .third_nav a:hover {background:#00a1e9; color:#fff}
.xc_nav li.cur a i{color:#00a1e9;}
.xc_nav li>a:hover{color:#00a1e9;}
.xc_nav li>a:hover i{color:#00479d;}
.xc_nav li>a{height:70px;}



/*简历投递*/
#xcmg-jltd .Form-J1 .Form-J1-Left {float:left; width:50%;}
#xcmg-jltd .Form-J1 .Form-J1-right {float:right; width:50%;}
#xcmg-jltd .Form-J1 .Form-J1-li {padding-top:10px;}
#xcmg-jltd .Form-J1 .Form-J1-li label {width:7em; display:inline-block; color:#666; vertical-align:middle; text-align:right;}
#xcmg-jltd .Form-J1 .Form-J1-li > input {height:30px; line-height:28px; border:1px #ddd solid; width:70%;}
#xcmg-jltd .Form-J1 .Form-J1-li textarea {border:1px #ddd solid; width:70%;}
#xcmg-jltd .Form-J1 .Form-J1-li em {color:red; vertical-align:middle; padding-left:10px;}
#xcmg-jltd .Form-J1 .Form-J1-li input._yzm {width:20%;}
#xcmg-jltd .Form-J1 .Form-J1-li img {vertical-align:middle; padding-left:10px; cursor:pointer;}
#xcmg-jltd .Form-J1 .Form-J1-li b {color:#666; font-size:12px; padding-left:4px;}
#xcmg-jltd .Form-J1 .Form-J1-li select {border:1px #ddd solid; width:70%; height:30px;}
#xcmg-jltd .Form-J1 .Form-J1-Btn {clear:both; text-align:left; padding-top:0px; padding:0 8%;}
#xcmg-jltd .Form-J1 .Form-J1-Btn button {width:148px; height:34px; line-height:34px; text-align:center; color:#fff; cursor:pointer; font-size:14px; outline:none; border:none; margin-top:30px}
#xcmg-jltd .Form-J1 .Form-J1-Btn ._submit {background:#16a9ea; margin-right:10px;}
#xcmg-jltd .Form-J1 .Form-J1-Btn ._reset {background:#909090;}
#xcmg-jltd .Form-J1 .Form-J1-li .uploadBox {width:57%; height:26px; border:#ddd 1px solid; display:inline-block; *display:inline; *zoom:1; background:#fff; overflow:hidden; vertical-align:middle; position:relative;}
#xcmg-jltd .Form-J1 .Form-J1-li #uploadPiker {width:100%; height:26px; line-height:26px; position:relative; z-index:2;}
#xcmg-jltd .Form-J1 .Form-J1-li #file_info {width:100%; height:26px; line-height:26px; position:absolute; left:0; top:0;}
#xcmg-jltd .Form-J1 .Form-J1-li #uploadPiker {z-index:2;}
#xcmg-jltd .Form-J1 .Form-J1-li #file_info {text-indent:10px;}
#xcmg-jltd .Form-J1 .Form-J1-li #ctlBtn {display:inline-block; width:auto; height:26px; line-height:26px; border:#01a2ea 1px solid; padding:0 24px; overflow:hidden; vertical-align:middle;}
#xcmg-jltd .Form-J1 .Form-J1-li .webuploader-pick {width:100%; height:100%; padding:0; background:none;}


/* 实力绿萌20191102 */
.channel_content.slxg{padding-top:0;}
.slxg01{padding-top:60px;}
.slxg01 .infor{text-align:center; margin-bottom:40px;}
.slxg01 .infor .tit{font-size:36px; line-height:40px; color:#666; font-weight:bold;}
.slxg01 .infor .con{font-size:16px; line-height:26px; color:#666; margin-top:15px; padding:0 20%;}
.slxg02 .content{width:1476px; margin:0 auto; position:relative; overflow:hidden;} 
.slxg02 .content .content_bg{position:absolute; left:0; top:0; z-index:0; width:1476px; height:459px; left:50%; margin-left:-738px;}
.slxg02 .content .box{padding:70px 0; position:relative; z-index:1;}
.slxg02 .content .box .tit{font-size:36px; font-weight:bold; color:#fff; line-height:60px; margin-bottom:10px; text-align:center;}
.slxg02 .content .box .con{font-size:14px; color:#fff; color:rgba(255,255,255,0.8); line-height:26px; text-align:center; padding:0 13%;}
.slxg02 .content .box ul{padding:0 27%; margin-top:30px;}
.slxg02 .content .box ul li{float:left; width:50%; font-size:14px; color:#fff; color:rgba(255,255,255,0.8); line-height:26px; margin-bottom:10px;}
.slxg03 .rect-508{padding-bottom:50.8%;}
.slxg03 .content{width:1476px; height:auto; margin:0 auto; background:#0096db;} 
.slxg03 .content2{background:#facd00;}
.slxg03 .content3{background:#f7f7f7;}
.slxg03 .content .infor{position:absolute; left:50%; margin-left:-650px;}
.slxg03 .content .infor .box{margin-left:10px; width:23%; margin-top:70px; color:#fff;}
.slxg03 .content .infor .t{position:relative; font-size:36px; font-weight:bold; margin-bottom:40px;}
.slxg03 .content .infor .t:after{content:''; position:absolute; width:50px; height:1px; background:#fff; bottom:-15px; left:0;}
.slxg03 .content .infor .c{font-size:14px;}
.slxg03 .content .img{float:right; width:63.5%}
.slxg03 .content.odd .img{float:left;}
.slxg03 .content.odd .infor .box{float:right; margin-right:10px; width:26%; margin-top:70px;}
.slxg03 .content1 .infor .t a:hover{color:#fff; color:rgba(255,255,255,0.7)}
.slxg03 .content2 .infor .box{color:#4f4f4f;}
.slxg03 .content3 .infor .box{color:#666;}
.slxg03 .content2 .infor .t:after{background:#4f4f4f;}
.slxg03 .content3 .infor .t:after{background:#666;}



/*语言下拉 重写一遍，把有冲突的content换成lan_content*/
.header_bott .lan_down{position:absolute; left:0%; top:100%; width:100%; background:url(../img/lanDown_bg.png) center;  display:none;  color:#fff;}
.header_bott .lan_down .lan_content{padding-top:50px;}
.header_bott .lan_down .lan_content .sl {height:170px; position:relative; padding-left:115px; min-height:90px;}
.header_bott .lan_down .lan_content .sl .map {background:url(../img/lanDown_map.png) no-repeat; width:110px; height:90px; overflow:hidden; position:absolute; left:0; top:0;}
.header_bott .lan_down .lan_content .sl01 .map {background-position:0 0;}
.header_bott .lan_down .lan_content .sl01:hover .map {background-position:-110px 0;}
.header_bott .lan_down .lan_content .sl02 .map {background-position:0 -90px;}
.header_bott .lan_down .lan_content .sl02:hover .map {background-position:-110px -90px;}
.header_bott .lan_down .lan_content .sl03 .map {background-position:0 -180px;}
.header_bott .lan_down .lan_content .sl03:hover .map {background-position:-110px -180px;}
.header_bott .lan_down .lan_content .sl04 .map {background-position:0 -270px;}
.header_bott .lan_down .lan_content .sl04:hover .map {background-position:-110px -270px;}
.header_bott .lan_down .lan_content .sl05 .map {background-position:0 -360px;}
.header_bott .lan_down .lan_content .sl05:hover .map {background-position:-110px -360px;}
.header_bott .lan_down .lan_content .sl06 .map {background-position:0 -450px;}
.header_bott .lan_down .lan_content .sl06:hover .map {background-position:-110px -450px;}
.header_bott .lan_down .lan_content .sl07 .map {background-position:0 -540px;}
.header_bott .lan_down .lan_content .sl07:hover .map {background-position:-110px -540px;}
.header_bott .lan_down .lan_content .sl dt {font-size:22px; font-weight:bold; color:#e6e6e6; line-height:1.3; margin-bottom:10px;}
.header_bott .lan_down .lan_content a {color:#c7c7c7;}
.header_bott .lan_down .lan_content a:hover {color:#caa403; text-decoration:underline;}
/*全站搜索结果页面按钮*/
.resultArea #botBtn{text-align:center; padding-top:0px;}
.resultArea #botBtn .btnMore {display:inline-block; padding:0 85px; font-size:16px; height:56px; line-height:56px; color:#00479d; border:1px solid #00479d; position:relative; z-index:1; overflow:hidden;}
.resultArea #botBtn a {background:#fff; overflow:hidden;-webkit-transition:color 0.3s;transition:color 0.3s; position:relative; display:inline-block; z-index:1;  color:#078fcf; border:1px solid #078fcf;}
.resultArea #botBtn a{background:transparent; border:1px solid #00479d; color:#00479d}
.resultArea #botBtn a {-webkit-transition:border-color 0.4s, color 0.4s; transition:border-color 0.4s, color 0.4s; position:relative;}
.resultArea #botBtn a::before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#00479d; z-index:-1; opacity:0; -webkit-transform:scale3d(0.7, 1, 1); transform:scale3d(0.7, 1, 1); -webkit-transition:-webkit-transform 0.4s, opacity 0.4s; transition:transform 0.4s, opacity 0.4s; -webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);}
.resultArea #botBtn a,
.resultArea #botBtn a::before {-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);}
.resultArea #botBtn a:hover{background:#00479d;}
:root .resultArea #botBtn a:hover{background:none;}
.resultArea #botBtn a:hover {color:#fff; border-color:#00479d;}
.resultArea #botBtn a:hover::before {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.searchArea .content_form .form_box .search .btn_wrap .btns {background:#fff; overflow:hidden;-webkit-transition:color 0.3s;transition:color 0.3s; position:relative; display:inline-block; z-index:1;  color:#078fcf; border:1px solid #078fcf;}
.searchArea .content_form .form_box .search .btn_wrap .btns{background:transparent; border:1px solid #00479d; color:#00479d}
.searchArea .content_form .form_box .search .btn_wrap .btns {-webkit-transition:border-color 0.4s, color 0.4s; transition:border-color 0.4s, color 0.4s; position:relative;}
.searchArea .content_form .form_box .search .btn_wrap .btns::before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#00479d; z-index:-1; opacity:0; -webkit-transform:scale3d(0.7, 1, 1); transform:scale3d(0.7, 1, 1); -webkit-transition:-webkit-transform 0.4s, opacity 0.4s; transition:transform 0.4s, opacity 0.4s; -webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);}
.searchArea .content_form .form_box .search .btn_wrap .btns,
.searchArea .content_form .form_box .search .btn_wrap .btns::before {-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);}
.searchArea .content_form .form_box .search .btn_wrap .btns:hover {color:#fff;}
.searchArea .content_form .form_box .search .btn_wrap .btns:hover::before {opacity:1; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
/*首页部分按钮*/
.ipart03 .content .form_box button {overflow:hidden;-webkit-transition:color 0.3s;transition:color 0.3s; position:relative; display:inline-block; z-index:1;}
.ipart03 .content .form_box button {-webkit-transition:border-color 0.4s, color 0.4s; transition:border-color 0.4s, color 0.4s; position:relative;}
.ipart03 .content .form_box button:hover{background:#fabc00;}
.ipart03 .content .form_box button{-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1); transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);}
.ipart03 .content .form_box .select_wrap .sele:hover{background:#fff}


/*去掉全站滚动条样式之后的页面滚动条修改*/
.brand_story02 li .cover .box .list::-webkit-scrollbar-track-piece {background:#f8f8f8;}  
.brand_story02 li .cover .box .list::-webkit-scrollbar {width:0px; height:5px;} 
.brand_story02 li .cover .box .list::-webkit-scrollbar-thumb {background:#20ade5; background-clip:padding-box; min-height:10px;}
.brand_story02 li .cover .box .list::-webkit-scrollbar-thumb:hover {background:#bbb;}
.brandBox_detail .box .box_scroll::-webkit-scrollbar-track-piece {background:#f8f8f8;}  
.brandBox_detail .box .box_scroll::-webkit-scrollbar {width:5px; height:5px;} 
.brandBox_detail .box .box_scroll::-webkit-scrollbar-thumb {background:#20ade5; background-clip:padding-box; min-height:10px;}
.brandBox_detail .box .box_scroll::-webkit-scrollbar-thumb:hover {background:#bbb;}
body .select-ui-options-default::-webkit-scrollbar-track-piece {background:#f8f8f8;}  
body .select-ui-options-default::-webkit-scrollbar {width:5px; height:5px;} 
body .select-ui-options-default::-webkit-scrollbar-thumb {background:#20ade5; background-clip:padding-box; min-height:10px;}
body .select-ui-options-default::-webkit-scrollbar-thumb:hover {background:#bbb;}
/*去掉全站滚动条样式之后的页面滚动条修改 end*/

/*404页面*/
.channel_content.false{padding:0;}
.false01 .content{width:850px;position:absolute; left:50%; margin-left:-425px; top:50%; margin-top:-302px; }
.false01 .content .box{width:55%; margin:0 auto; padding-top:100px; padding-bottom:110px;}
.false01 .text{padding:20px 0 0 60px;}
.false01 .text .txt1{font-size:28px; font-weight:bold; color:#06378e; margin-bottom:25px;}
.false01 .text .txt2{font-size:18px; font-weight:bold; color:#1f1f1f;}
.false01 .text .txt3{font-size:14px; color:#666; line-height:26px; margin-top:10px; margin-bottom:20px;}
.false01 .text .txt3 li{position:relative; padding-left:25px;}
.false01 .text .txt3 li:after{content:''; position:absolute; left:0; top:50%; margin-top:-4px; width:8px; height:8px; border-radius:50%; background:#959595;}
.false01 .text .txt4{font-size:16px; color:#666; line-height:26px;}
.false01 .text .txt4 a{color:#1b6ce5;}

/*网站返回顶部*/
.website_gotop .gotop{position:fixed; right:20px; bottom:20px; background:url(../img/go_top.png) no-repeat center; width:40px; height:40px; z-index:10; cursor:pointer;}
.header_bott .inav_wrapper{width:62%;}

/* 20191108 */
/* 薪酬体系 */
.xctx.channel_content{padding:0;}
.xctx01{padding:50px 0 60px;}
.xctx01 .left{width:50%; float:left;}
.xctx01 .left .infor{color:#666; padding:87px 36px 0 77px;}
.xctx01 .left .infor .tit{font-size:36px; line-height:40px; font-weight:bold;}
.xctx01 .left .infor .con{font-size:14px; line-height:30px; margin-top:30px;}
.xctx01 .right{width:50%; float:right;}
.xctx01 .right .box{padding-left:80px;}
.xctx02{background:#f6f6f6; padding:60px 0;}
.xctx02 .infor{text-align:center; color:#666; margin-bottom:40px}
.xctx02 .infor .tit{font-size:36px; line-height:40px; font-weight:bold;}
.xctx02 .content .rect-6667{padding-bottom:66.67%;}
.xctx02 .content .item{width:23%; margin-left:2.6%; float:left;}
.xctx02 .content .item:first-child{margin-left:0;}
.xctx02 .content .item .intro{background:#fff}
.xctx02 .content .item .intro .box{padding:47px 50px; text-align:center;}
.xctx02 .content .item .intro .box .icon{width:55px; height:55px; margin:0 auto 23px;}
.xctx02 .content .item .intro .box .text{font-size:20px;}
.xctx02 .content .item .cover{position:absolute; left:0; bottom:0; width:100%; height:100%; background:#00a1e9; opacity:0; visibility:hidden; transition:all 0.5s ease; -webkit-trandition:all 0.5s ease;}
.xctx02 .content .item .cover .box{padding:48px; color:#fff; font-size:14px;}
.xctx02 .content .item:hover .cover{opacity:1; visibility:visible;}
.xctx03 {padding:60px 0;}
.xctx03 .rect-102{padding-bottom:102%;}
.xctx03 .rect-625{padding-bottom:62.5%;}

.xctx03 .left{width:38%; float:left; background:#facd00;}       
.xctx03 .left .box{padding:107px 72px 130px 82px;}
.xctx03 .left .box .tit{font-size:36px; color:#4f4f4f; line-height:40px; font-weight:bold;}
.xctx03 .left .box .con{color:#4f4f4f; margin-top:50px;}
.xctx03 .left .box .con li{font-size:14px; line-height:33px; cursor:pointer;}
.xctx03 .left .box .con li.cur{color:#929292;}
.xctx03 .left .box .con li i{float:left; margin:0; margin-right:10px; font-size:12px;}
.xctx03 .left .box .con li span{vertical-align:middle; overflow:hidden;}
.xctx03 .right{width:62%; float:right;}
.xctx03 .right .img_box{position:relative;}
.xctx03 .right .img_{position:absolute; top:0; left:0; opacity:0; visibility:hidden; width:100%; height:100%;  transition:all 0.5s ease; -webkit-trandition:all 0.5s ease;}
.xctx03 .right .img_.cur{opacity:1; visibility:visible;}

/* 社交媒体 */
.sj_media.channel_content{padding:0; background:#f6f6f6;}
.sj_media01{padding:30px 0 10px;}
.sj_media02{padding:60px 0 60px;}
.sj_media02 .infor{text-align:center; margin-bottom:60px;}
.sj_media02 .infor .tit{font-size:36px; line-height:40px; font-weight:bold; margin-bottom:20px; color:#666;}
.sj_media02 .infor .con{font-size:17px; line-height:32px; margin-bottom:20px; color:#666;}
.sj_media02 .content li{width:17%; float:left; margin:0 1.5%; position:relative; overflow:hidden;}
.sj_media02 .content li .li{transition:all .3s; background:#fff;}
.sj_media02 .content li .box{padding:25px;}
.sj_media02 .content li .box .intro .t{font-size:24px; color:#00a1e9; margin-top:20px}
.sj_media02 .content li .box .intro .c{font-size:14px; color:#666; margin-top:7px; margin-bottom:10px;}
.sj_media02 .content li:hover .li{opacity:0; visibility:hidden; -webkit-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8);}
.sj_media02 .content li:hover .li_hover{opacity:1; visibility:visible; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1);}
.sj_media02 .content li .li_hover{position:absolute; opacity:0; visibility:hidden; overflow:hidden; width:100%; height:100%;left:0;top:0;z-index:2;-webkit-transform:scale(1.333,1.333); -ms-transform:scale(1.333,1.333); transform:scale(1.333,1.333); transition:all .3s ease; }
.sj_media02 .content li .li_hover .img{width:35%; margin:15% auto;}
.sj_media02 .content li .li_hover .t{text-align:center; font-size:16px; color:#666;}
.sj_media03{padding:60px 0;}
.sj_media03 .infor{margin-bottom:50px;}
.sj_media03 .infor .tit{font-size:36px; line-height:40px; font-weight:bold; margin-bottom:20px; color:#666; margin-bottom:30px; text-align:center;}
.sj_media03 ul{text-align:center;}
.sj_media03 li{display:inline-block; margin-bottom:17px;}
.sj_media03 li .box {display:block;}
.sj_media03 li .icon{display:inline-block; width:55px; height:55px; vertical-align:middle; margin:0 9px;}
.sj_media03 li span {display:inline-block; vertical-align:middle; color:#fff; font-size:20px;}


/* 发展历程下层 */
.history_xc.channel_content{padding:0;}
.history_xc01{padding:60px 0;}
.history_xc01 .rect-64{padding-bottom:64%;}
.history_xc01 .stage_box li{float:left; width:25%; cursor:pointer; border-bottom:4px solid #00479d;}
.history_xc01 .stage_box li.cur{background:#00479d;}
.history_xc01 .stage_box li .pd{padding:10px 20px;}
.history_xc01 .stage_box li .year span{font-size:16px; color:#666;}
.history_xc01 .stage_box li .year i{float:right; visibility:hidden;opacity:0;transition:all ease .5s; -webkit-transition:all ease .5s; width:16px; height:8px; background:url(../img/history_xc01_1.png) 0 0 no-repeat; }
.history_xc01 .stage_box li.cur .year i,
.history_xc01 .stage_box li.cur:hover .year i{visibility:visible; opacity:1;}
.history_xc01 .stage_box li:hover .year i{visibility:visible; opacity:.3;}
.history_xc01 .stage_box .desc{font-size:20px; color:#666; }
.history_xc01 .stage_box li:hover .desc{color:#00a1e9;}
.history_xc01 .stage_box li:hover .year span{color:#00a1e9;}
.history_xc01 .stage_box li.cur .desc{color:#fff;}
.history_xc01 .stage_box li.cur .year span{color:#fff;}
.history_xc01 .container{background:url(../img/history_xc01_2.jpg) center top repeat-y;}
.history_xc01 .container .l_box{width:50%; text-align:right;}
.history_xc01 .container .r_box{width:50%;}
.history_xc01 .container .l_box .pd{padding:80px 80px 0 60px; display:none;}
.history_xc01 .container .l_box .tit{font-size:30px; color:#666;  margin-bottom:10px;}
.history_xc01 .container .l_box .info{font-size:14px; color:#666; margin-bottom:20px; }
.history_xc01 .container .r_box ul{padding:80px 100px 0 80px;}
.history_xc01 .container .r_box ul li{margin-bottom:50px;}
.history_xc01 .container .r_box .year{font-size:24px; color:#666; margin-bottom:10px; position:relative;}
.history_xc01 .container .r_box .desc{font-size:14px; line-height:22px; color:#666666;}
.history_xc01 .container .r_box .desc img{margin-bottom:20px;}
.history_xc01 .container .r_box .year:after{content:''; width:70px; height:14px; background:url(../img/history_xc01_3.png) center center no-repeat; display:block; position:absolute; left:-88px; top:12px;}

.text_content{margin-top:30px;}  
/* 表单  */
.jltd .tit{text-align:center; margin-bottom:30px;}
.jltd .tit .t{font-size:36px; line-height:1.2; color:#666; font-weight:bold;}
.jltd .tit .c{font-size:16px; line-height:24px; color:#666; margin:5px 0;}
.jltd .text_content{padding:0 19%;}
.jltd .text_content .inp_box{float:left; width:46%; margin:0 2% 20px;  position:relative;}
.jltd .text_content .inp_box .type{font-size:14px; color:#353333; margin-bottom:5px;}
.jltd .text_content .inp_box .input_area{width:100%; height:40px; line-height:40px; border:1px solid #cccccc; padding:0}
.jltd .text_content .inp_box .select_wrap{width:100%; height:40px; line-height:40px; border:1px solid #cccccc; position:static; box-sizing:inherit;}
.jltd .text_content .inp_box textarea.input_area{height:100px;}
.jltd .text_content .inp_box span.xing{color:#ff0000; position:absolute; right:20px; top:55%;}
.jltd .text_content .inp_box span.Validform_checktip{position:absolute; top:55%; right:27px;}
.jltd .text_content .choose .xz i {display:inline-block;*display:inline;*zoom:1;width:11px;height:11px;margin-right:10px;vertical-align:middle;background:url(../img/service_case02_1.png) no-repeat 0 0;}
.jltd .text_content .choose .xz.cur i{background-position:0 -11px;}
.jltd .text_content .yzm .input_area{width:46%; margin:0 4% 0 2%; height:44px; line-height:44px; border:1px solid #cccccc; padding-left:10px; box-sizing:border-box; overflow:hidden;}
.jltd .text_content .yzm .yzmImg{height:44px;}
.jltd .text_content .con{font-size:13px; color:#454545; margin-top:40px; padding-top:20px; border-top:1px solid #999999;}
.jltd .text_content .send{cursor:pointer; float:right; background:#00a1e9; border:none; outline:none; font-size:20px; color:#fff; width:190px; line-height:50px;}
.jltd .text_content .send:hover{background:#038dcc;}
.jltd .text_content .t{line-height:50px;}
.jltd .text_content .t a{color:#00a1e9; text-decoration:underline;}
.jltd .select-ui-choose-default{border-radius:0; position:relative;}
.jltd .select-ui-choose ._arrow{top:13px;}

/* 20191122 */
/* 分享弹窗 */
.Share_box{position:fixed; width:100%; height:100%; left:0; bottom:0; z-index:100; display:none;}
.Share_box .share_bg{position:fixed; width:100%; height:100%; left:0; bottom:0; background:url(../img/share_bg.png) center; z-index:1;}
.Share_box .content .share_close{width:38px; height:38px; background:url(../img/share_close.png) no-repeat center; position:absolute; top:30px; right:24px; cursor:pointer; transition:all 0.5s ease;}
.Share_box .content .share_close:hover{transform:rotateZ(360deg);}
.Share_box .content{position:fixed; width:580px; height:380px; left:50%; margin-left:-290px; top:50%; margin-top:-190px; background:#fff; z-index:2;}
.Share_box .content .box{padding:55px 70px 50px;}
.Share_box .content .box .share_title{font-size:20px; line-height:26px; color:#666; text-align:center; margin-bottom:40px;}
.Share_box .content .box ul{text-align:center;}
.Share_box .content .box ul li{font-size:0;  margin:0 21px;display:inline-block; position:relative;}
.Share_box .content .box ul li a{display:block;}
.Share_box .content .box ul li a .img_{display:block; width:54px; height:54px;}
.Share_box .content .box ul li a .txt{display:block; font-size:14px; color:#666; line-height:26px; text-align:center; margin:8px 0 30px; opacity:1; visibility:visible;}
.Share_box .content .box ul li a.linkin .txt{margin-bottom:0;}
.Share_box .content .box ul li a.twitter .txt{margin-bottom:0;}
/* 微信下拉及微信字体隐藏 */
.Share_box .content .box ul li.weixin_xl a .txt{opacity:0; visibility:hidden;}
.Share_box .content .box ul li .share_ewm{position:absolute; width:112px; height:112px; left:50%; margin-left:-66px; top:54px; display:none;  padding:12px;}
.Share_box .content .box ul li .share_ewm .img_{position:relative; box-shadow:0 0 10px rgba(0, 0, 0, 0.2); padding:0px; background-repeat:no-repeat;}
.Share_box .content .box ul li .share_ewm .img_:after{content:""; display:block; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #fff; position:absolute; left:50%; top:-8px; margin-left:-8%;}

.Share_box .bdsharebuttonbox a{height:auto; padding:0; margin:0; background:none;}

/*20191129*/
.news_download.channel_content{background:#f6f6f6;}
.news_download01{padding-top:60px;}
.news_download01 .item{margin-bottom:30px;}
.news_download01 .item:last-child{margin-bottom:0;}
.news_download01 .item .title{font-size:26px; font-weight:bold; color:#646464; margin-bottom:20px}
.news_download01 .item .con .li_{width:32%; margin-right:2%; float:left; position:relative; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; margin-bottom:26px;}
.news_download01 .item .con .li_three{margin-right:0;}
.news_download01 .item .con .li_ .li_box{padding:37px 107px 39px 40px; background:#fff;}
.news_download01 .item .con .li_ .li_box .tit{font-size:18px; color:#000; line-height:24px; margin-bottom:30px; height:48px; overflow:hidden;}
.news_download01 .item .con .li_ .li_box .date{font-size:14px; color:#646464; line-height:24px;}
.news_download01 .item .con .li_ .li_box .icon{display:block; width:22px; height:25px; background:url(../img/news_down01_1.png) no-repeat center; position:absolute; right:27px; bottom:27px;}
.news_download01 .item .con .li_ .li_line{width:0; height:5px; background:#ffcb2d; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.news_download01 .item .con .li_:hover .li_line{width:100%;}
.news_download01 .item .con .li_:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2)}

/*20191205预警平台*/
.yjpt.channel_content{padding:0;}
.yjpt .addPart {clear:both; position:relative; background:#f6f6f6; padding:35px 0;}
.yjpt .addPart .partArr { display:block; width:0; height:0; border-color:#f6f6f6 transparent transparent; border-style:solid dashed dashed; border-width:20px 30px; position:absolute; left:50%; margin-left:-25px; bottom:-40px; overflow:hidden;}
.yjpt .addPart b{font-weight:normal;}
.yjpt .yjpt01 {z-index:9;}
.yjpt .yjpt02 {z-index:20; background:#fff;}
.yjpt .yjpt02 .partArr {border-top-color:#fff;}
.yjpt .yjpt03 {z-index:10;}
.yjpt .yjpt03 .partArr {display:none;}
.yjpt .addPart .hd {margin-bottom:10px;}
.yjpt .addPart .n {display:inline-block; *display:inline; *zoom:1; font-size:26px; margin-left:11px;}
.yjpt .addPart .more {padding-left:12px; color:#c5c5c5; font-size:14px;}
.yjpt .addPart .more b {font-family:sans-serif; padding-left:5px; font-weight:bold;}
.yjpt .addPart li a {display:block; padding:10px; margin:1px; position:relative; *zoom:1; -webkit-transition:none; transition:none;  overflow:hidden; height:52px;}
.yjpt .addPart li ._n {font-size:16px; font-weight:normal; display:inline-block; *display:inline; *zoom:1; max-width:80%; height:26px; line-height:26px; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.yjpt .addPart li ._time {display:inline-block; vertical-align:text-bottom; line-height:26px; white-space:nowrap; color:#999; margin-left:5px;}
.yjpt .addPart li ._text {font-size:12px; line-height:20px; height:20px; color:#666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.yjpt .addPart li a:hover {border:#3ca8e6 1px solid; background-color:#ffffff; margin:0; padding-left:70px; height:50px;}
.yjpt .addPart li a:hover ._time {width:52px; height:17px; background:#14a7ea; position:absolute; left:10px; top:10px; color:#fff; text-align:center; font:0/0 a; letter-spacing:-9px; padding-top:35px; margin-left:0;}
.yjpt .addPart li a:hover ._time b {font-size:12px; color:#e7f3f1; line-height:1.2; letter-spacing:0; font-family:Arial;}
.yjpt .addPart li a:hover ._time ._day {display:block; width:100%; height:30px; line-height:30px; text-align:center; font-size:24px; font-weight:bold; color:#fff; position:absolute; left:0; top:5px;}
.yjpt .addPart li a:hover ._n {color:#40b4e5;}
.yjpt .yjpt03 li a {height:50px;}


/*预警平台列表*/
.yjpt_list.channel_content{background:#f6f6f6;}
.yjpt_list01{padding-top:60px}
.yjpt_list01 .left{width:70%; float:left;}
.yjpt_list01 .left li{background:#fff; clear:both; overflow:hidden; padding:17px; margin-bottom:30px;}
.yjpt_list01 .left li a{display:block;}
.yjpt_list01 .left li .date{ float:left; width:10%; color:#fff; text-align:center; background:#16a9ea; margin-right:3%; padding:10px 0;}
.yjpt_list01 .left li .date span{ display:block;font-family:Arial; }
.yjpt_list01 .left li .date .d1{ font-size:36px; font-weight:bold;  line-height:40px; width:auto; margin:0;}
.yjpt_list01 .left li .date .d2{ color:#c8e2f1;}
.yjpt_list01 .left li .time{display:none;}
.yjpt_list01 .left li .n { font-size:22px; font-weight:normal; height:36px; line-height:36px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; color:#333; transition:all 0.5s ease;}
.yjpt_list01 .left li .text { border-top:#999 1px dotted; overflow:hidden; padding-top:10px; margin-top:5px; color:#333;}
.yjpt_list01 .left li a:hover .n { color:#01a2ea;}
.yjpt_list01 .right{width:25.4%; float:right;}
.yjpt_list01 .right .r_box{padding:30px; background:#fff;}
.yjpt_list01 .right .r_box .sec_hd{margin-bottom:15px; line-height:32px; font-size:24px; color:#333;}
.yjpt_list01 .right .r_box .sec_bd li{margin-bottom:10px; font-size:14px; line-height:22px; height:44px; overflow:hidden;}
.yjpt_list01 .right .r_box .sec_bd li a{display:block;}
.yjpt_list01 .right .r_box .sec_bd li a .time{color:#01a2ea;}

/*20191227*/
/*简历投递 上传*/
.jltd .text_content .inp_box.Form-J1-li .uploadBox { width:57%; height:26px; border:#ddd 1px solid; display:inline-block; *display:inline; *zoom:1; background:#fff; overflow:hidden; vertical-align:middle; position:relative;}
.jltd .text_content .inp_box.Form-J1-li #uploadPiker { width:100%; height:26px; line-height:26px; position:relative; z-index:2;}
.jltd .text_content .inp_box.Form-J1-li #file_info { width:100%; height:26px; line-height:26px; position:absolute; left:0; top:0;}
.jltd .text_content .inp_box.Form-J1-li #uploadPiker { z-index:2;}
.jltd .text_content .inp_box.Form-J1-li #file_info { text-indent:10px;}
.jltd .text_content .inp_box.Form-J1-li #ctlBtn { display:inline-block; width:auto; height:26px; line-height:26px; border:#01a2ea 1px solid; padding:0 24px; overflow:hidden; vertical-align:middle;}
.jltd .text_content .inp_box.Form-J1-li .webuploader-pick { width:100%; height:100%; padding:0; background:none;}
/*20191228*/
.job_list .form_box .inp_wrap{width:17%;}


/*调查问卷*/

.questionnaire{background:#fbfbfb; padding-bottom:0;}
.questionnaire .wrap{background:#fff; padding-bottom:60px; }
.questionnaire01{position:relative; height:190px; color:#666;}
.questionnaire01 img{position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none;}
.questionnaire02{}
.questionnaire02 form{margin-left:40px; margin-right:40px;}
.questionnaire02 form .tit{text-align:center; font-size:16px; margin-bottom:20px; color:#5d5d5d;}
.questionnaire02 form .tit .t{font-size:30px; font-weight:bold; margin-bottom:15px;}
.questionnaire02 form .tit .d{line-height:28px;}
.questionnaire02 form .con{padding:40px 95px 70px; border-bottom:2px solid #e5e5e5;}
.questionnaire02 form .con.con2{padding-bottom:45px;}
.questionnaire02 form .con.con3{padding-bottom:45px;}
.questionnaire02 form .con .desc{font-size:14px; line-height:2.2;}
.questionnaire02 form .con .desc strong{font-size:16px;}
.questionnaire02 .form1{width:65%; margin-top:25px;}
.questionnaire02 .form1 .span-6{position:relative;}
.questionnaire02 .form1 .tip{color:red; position: absolute; right:13%; bottom:40px; line-height:20px;}
.questionnaire02 .form1 input{line-height:40px; height:40px;  width:90%; margin:10px 0 25px; border:1px solid #e2e2e2;}
.questionnaire02 .form1 img{margin-top:10px;}
.questionnaire02 .form2{line-height:2.2;}
.questionnaire02 .form2 ._cbox{margin-right:40px; display:inline-block; *display:inline; *zoom:1;}
.questionnaire02 .form2 .item_a{margin:10px 0;}
.questionnaire02 .form2 input[type=checkbox],.questionnaire02 .form2 input[type=radio] {margin:0; margin-right:20px; cursor:pointer; position:relative; width:0; height:16px;}
.questionnaire02 .form2 input[type=checkbox]:after,.questionnaire02 .form2 input[type=radio]:after{position: absolute; top:0; left:-2px; width: 16px;height: 16px;content: " ";background:url(../img/questionnaire_radio.jpg) no-repeat;display: inline-block; visibility: visible;}
.questionnaire02 .form2 input[type=checkbox]:checked:before,.questionnaire02 .form2 input[type=radio]:checked:before {content:" "; display: block; position:absolute; top:5px; left:3px; width:6px;height:6px; background:#00a1e9; border-radius:50%; z-index:1;}
.questionnaire02 .form2 textarea{resize:none; width:62%; background:#f4f4f4; border:1px solid #e9e9e9; height:75px;}
.questionnaire02 button{width:220px; display:block; margin-top:40px; margin-left:95px; line-height:48px; font-size:17px; color:#fff; background:#00a1e9; border-radius:3px; border:none;}


/*2020-0108*/
/*点击加载更多*/
.load_more {text-align:center; margin-top:40px; position:relative; }
.load_more .loading {display:none; background:url(../img/loading2.gif) no-repeat; width:50px; height:50px; margin-top:-25px; margin-left:-25px; }
.load_more a {display:block; border:2px #00a1e9 solid; height:45px; line-height:45px; width:366px; text-align:center; font-size:16px; color:#00a1e9; position:relative; z-index:2; margin:auto; }
.load_more.loading_status .loading{display:block;}
.load_more.loading_status a {display:none;}
.load_more a:hover {border-color: #00a1e9; background-color: #00a1e9; color: #fff; }
.load_more a:hover .ico {background-position: -80px -100px; }
.load_more.nomore{display:none;}
@media only screen and (max-width:760px){
  .load_more{margin-top:20px;}
}

/*首页*/
.index_questionnaire{position:fixed; bottom:0; right:0; z-index:10; color:#fff; cursor:pointer; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; transform:translateX(100%);}
.index_questionnaire.tiny{margin-right: -490px;}
.index_questionnaire i{margin:0;}
.index_questionnaire .text{position:absolute; left:5px; top:20px; width:24px; line-height:1.2; font-size:16px; text-align:center; opacity:0; visibility:hidden; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.index_questionnaire.tiny .text{opacity:1; visibility:visible;}
.index_questionnaire .close{position:absolute; right:10px; top:0; font-size:24px;}
.index_questionnaire .pic{width:522px;}

.index_questionnaire.mobile{left:0; width:100%; transform:none;}
.index_questionnaire.mobile.tiny{left: 100%; margin-left: -30px;}
.index_questionnaire.mobile .pic{width:100%;}
.index_questionnaire.mobile .text{font-size:12px; top:50%; margin-top:-80px; line-height:1.1; width:20px;}




/* 20200320 绿萌新闻轮播修改 */
.ipart02 .content .left .owl-nav>div{color:#fff; padding:0; font-weight:bold; font-size:30px; position:absolute; top:50%; margin-top:-22px;}
.ipart02 .content .left .owl-nav .owl-prev{left:0;}
.ipart02 .content .left .owl-nav .owl-next{right:0;}
.ipart02 .content .left .owl-nav>div:hover{color:#facd00;}
.ipart02 .content .left .owl-nav>div i{margin:0;}
.ipart02 .list .owl-dots{position:absolute; z-index:10; bottom:-45px; left:0%;  width:100%; text-align:center;}
.ipart02 .list .owl-dot{width:9px; height:9px; background:#a5acb0; margin:0 5px;border-radius:50%; display:inline-block; vertical-align:middle;}
.ipart02 .list .owl-dot.active{background:#eaeaea; width:13px; height:13px;}


/* 新闻列表修改 */
.news_list01 .news_list_l .recommend_news{margin-bottom:0;}
.news_list01 .news_list_l ul li .box{padding:10px 20px;}
.news_list01 .news_list_l ul li .box .img{width:20%;}
.news_list01 .news_list_l ul li .box .txt .t{font-size:20px; color:#000; margin:2px 0;}
.news_list01 .news_list_l ul li .box .txt .c{font-size:12px; color:#666; height:52px;}
.news_list01 .news_list_r .search_inp .select_box01, .news_list01 .news_list_r .search_inp input{line-height:40px; height:40px;}
.news_list01 .news_list_r .search_btn{line-height:40px; height:40px;}
.news_list01 .news_list_r .search_inp ._arrow{width:40px; height:40px;}
.news_center01 .content .left .owl-nav>div{color:#fff; padding:0; font-weight:bold; font-size:30px; position:absolute; top:50%; margin-top:-22px;}
.news_center01 .content .left .owl-nav .owl-prev{left:0;}
.news_center01 .content .left .owl-nav .owl-next{right:0;}
.news_center01 .content .left .owl-nav>div:hover{color:#facd00;}
.news_center01 .content .left .owl-nav>div i{margin:0;}
.news_center02 .list .item .item_box .intro .t{color:#333; font-size:18px;}
.news_center02 .list .item .item_box .intro .c{font-size:13px; height:44px;}

.ibanner .dots_btn{display:none;}
.ibanner:hover .dots_btn{display:block;}


/* 0331 */
/* 底部广告法修改 */
.ggf{position:relative;}
.ggf .ggf_box{position:absolute; left:0; bottom:150%; background:#fff; width:200px; padding:15px; color:#555; opacity:0; visibility:hidden; transition:all 0.5s ease;}
.ggf .ggf_box:after{content:''; height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color:#fff transparent transparent transparent ;
    border-style:solid solid dashed dashed;
    border-width:6px; position:absolute; top:100%; left:10px;}

.ggf:hover .ggf_box{opacity:1; visibility:visible;}


/* 20200402 */
.ibanner .dots_btn .dot02 .cover .icon,
.ibanner .dots_btn .dot03 .cover .icon,
.ibanner .dots_btn .dot04 .cover .icon,
.ibanner .dots_btn .dot05 .cover .icon{display:none;}

/*---------分割线------*/

/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
body:after {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    content: 'Pc';
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }
/*1440*/
@media only screen and (max-width:1440px){
    /*右侧导航*/
    .proRight_nav .content{top:100px;}
    /*产品分类下拉*/
    .xl_fenlei li{width:12%; margin:0 4%;}
    .xl_fenlei li .txt{font-size:20px;}

    /* 实力绿萌 */
    .slxg02 .content{width:100%;}
    .slxg03 .content{width:100%;}
    .slxg03 .content.odd .infor .box{padding-right:50px;}

    /*发展历程*/
    .history01 .content .right li .intro{padding:50px 40px;}
    .history01 .content .right li .cover .box{padding:35px 40px;}
    .history01 .bg .cover .year{bottom:25px;}






}
/*1366*/
@media only screen and (max-width:1366px){
    /*右侧导航*/
    /*.proRight_nav{display:none;}*/
    /*产品列表*/
    .pro_list02 .hd .content .list li{width:11%; padding-left:2%;}
    /*20190927*/
    .ibanner .dots_btn{bottom:170px;}
    /* 发展历程 */
    .history01 .content .right li .cover .box{padding:15px 40px;}
    .history01 .content .left .box .tit{font-size:45px;}


}

/*
* PadMode
*/
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
    }
    body{ user-select: none;-webkit-user-select: none;}
    html { overflow-x:hidden;}
    body,input,textarea,button,select { font-size:14px;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; }
    /*padMode 1240px 网站样式*/

    /*公共样式*/
    .header_top .son_company li{width:33%;}
    .header_bott .h_tools{width:23%;}
    .header_bott .h_tools .h_language>a i{vertical-align:0;}
    .header_bott .h_tools .h_search{right:25%;}
    .header_bott .mobile_key{display:block; font-size:20px; color:#555; cursor:pointer;}
    .header:hover .header_bott .mobile_key{color:#555;}
    .header.fixed .header_bott .mobile_key{color:#555;}
    .header_bott .inav{display:none;}
    .header_bott .lan_down .lan_content .sl{padding-left:30px;}
    .header_bott .lan_down .lan_content .sl .map{display:none;}
    .header_bott .lan_down{display: none!important;}

    .xc_nav{display:none;}
    .xc_banner .infor .con{font-size:30px;}
    .m_sencondNav{display:block;}
    /*footer*/
    .footer_top dl.dl06 .tel{font-size:19px;}
    .footer_bott .right{float:left;}
    /*20191112*/
    /*------------------手机端下拉---------------------*/
    .m_nav{position:fixed; left:0; top:107px; right:0; width:100%; background:#00a1e9; z-index:20; display:none; max-height:calc(100vh - 55px); max-height:calc(var(--vh, 1vh) * 100 - 55px); overflow-y:auto;} 
    .m_nav .m_wrap{padding:0 5%;}
    .m_nav .mNav_bott .m_navli{position:relative; transition:all 0.3s ease-out; border-bottom:solid 1px #58a3e7;}
    .m_nav .mNav_bott .m_navli:last-child{border-bottom:none;}
    .m_nav .mNav_bott .m_navli>a{display:block; padding:15px 35px 15px 15px; font-size:14px; position:relative; overflow:hidden; color:#fff;}
    .m_nav .mNav_bott .m_navli>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli>a:after,
    .m_nav .mNav_bott .m_navli>a:before{content:''; background:#fff; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
    .m_nav .mNav_bott .m_navli>a:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_nav .mNav_bott .m_navli>a:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_nav .mNav_bott .m_navli.active{background:#2a7ecc;}
    .m_nav .mNav_bott .m_navli.active>a:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#fff;}
    .m_nav .mNav_bott .m_navli.active>a{/*border-bottom:solid 1px #58a3e7;*/ font-weight:bold;}
    .m_nav .mNav_bott .m_navli .m_secNav{display:none;}
    .m_nav .mNav_bott .m_navli .m_secNav .li-title{width:100%; padding:8px 25px; border-top:solid 1px #58a3e7; padding-top:18px; box-sizing:border-box; color:#fff; font-size:13px; position:relative;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a{padding:5px 0 5px 25px; display:block; position:relative; font-size:14px; line-height:1.25; transition:all 0.3s ease-out;} 
    .m_nav .mNav_bott .m_navli .m_secNav .li-title a:after{content:''; width:15px; height:15px; background:url(../img/m_anniu1.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-7px; background-size:cover;}
    .m_nav .mNav_bott .m_navli .m_secNav ul{font-size:0; padding-bottom:18px;}
    .m_nav .mNav_bott .m_navli .m_secNav li{font-size:14px;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul{overflow:hidden;}
    .m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li{width:50%; float:left;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a{padding:8px 25px; line-height:28px; display:block; position:relative; color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a:hover{color:#fff;}
    .m_nav .mNav_bott .m_navli .m_secNav li>a.cur{color:#fff;}

    /*无连接的话去掉加号*/
    .m_nav .mNav_bott .m_navli.nav_link>a:after,
    .m_nav .mNav_bott .m_navli.nav_link>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before,
    .m_nav .mNav_bott .m_navli.nav_link.active>a:before{display:none;}
    .m_nav .mNav_bott .m_navli.nav_link a:after{content:''; display:block; width:16px; height:16px; background:url(../img/link_ico.png) no-repeat center; position:absolute; top:0; bottom:0; right:15px;}

    /*------------------手机端下拉 end-----------------*/
    /*手机端语言下拉*/
    .header_bott .h_tools{width:40%;}
    .header_bott .h_tools .h_language.mobile_language{float:right; padding-right:10px;}
    .header_bott .h_tools .h_language.mobile_language>a{line-height:25px;}
    .header_bott .h_tools .h_language.mobile_language span{font-size:16px;}
    .header_bott .h_tools .h_language.mobile_language i{display:none;}
    .header_bott .h_tools .h_language.mobile_language>a{font-size:0;}
    .header_bott .h_tools .h_language.mobile_language>a i:first-child{display:none;}
    .header_bott .mLan_down{position:absolute; left:0; top:100%; width:100%; display:none;}
    .header_bott .mLan_down ul{background:#f6f6f6;}
    .header_bott .mLan_down li{transition:all 0.3s ease-out; border-bottom:solid 1px #e4e4e4;} 
    .header_bott .mLan_down a{display:block; padding:15px; font-size:13px; position:relative; color:#666; overflow:hidden;}
    .header_bott .mLan_down a:after{content:''; background:url(../img/mLan_anniu1.png) no-repeat center; width:15px; height:15px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto; background-size:cover;}
    /*手机端搜索下拉*/
    .header_bott .h_tools .h_search.nolink{display:none;}
    .header_bott .h_tools .h_search.a_link{display:block; padding-right:10px;}
    .header_bott .h_tools .h_search.a_link .icon{width:20px; height:20px; background:url(../img/mobile_sear.png) no-repeat center; background-size:cover; display:inline-block; vertical-align:-5px;}
    .header_bott .mSearch{background:#3687d1; padding:15px 10px; position:absolute; width:100%; left:0; top:100%; box-sizing:border-box; display:none;}
    .header_bott .mSearch .search-inner .search-input input{width:100%; height:38px; font-size:13px;border-radius:38px; border:none; padding:10px 17px; box-sizing:border-box;}
    .header_bott .mSearch .search-inner .search-btn button{position:absolute; top:0; bottom:0; right:16px; margin:auto; width:27px; height:27px; background-color:transparent; border:none; border-radius:50%; padding:0;}
    /*导航下拉*/
    .header_bott .mobile_key{position:relative; cursor:pointer; transition:all 0.3s ease-in-out; z-index:10; display:block; width:20px; height:20px;} 
    .header_bott .mobile_key span,
    .header_bott .mobile_key:before,
    .header_bott .mobile_key:after {position:absolute; top:50%; left:50%; width:17px; height:2px; margin-left:-10px; background:#666; border-radius:2px; display:inline-block; transition:all 0.3s ease-in-out;}
    .header_bott .mobile_key span{margin-top:-4px;}
    .header_bott .mobile_key:before{content:''; margin-top:3px;}
    .header_bott .mobile_key:after{content:''; margin-top:10px;}
    .menu-open .header_bott .mobile_key:before{opacity:0; transition:0.2s ease 0.1s;}
    .menu-open .header_bott .mobile_key:after{margin-top:2px !important; -webkit-transform:rotateZ(-45deg); transform:rotateZ(-45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}
    .menu-open .header_bott .mobile_key span{margin-top:2px !important; -webkit-transform:rotateZ(45deg); transform:rotateZ(45deg); transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s; transition:margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;}

    /*下拉黑色背景*/
    .header_bott .header-overlay {transition:all 0.2s ease-out; background:rgba(0, 0, 0, 0.5); width:100%; height:100%; position:fixed; left:0; z-index:-1; top:0; opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; visibility:hidden;}
    .bg-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .bg-open1 .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .menu-open .header_bott .header-overlay{opacity:1; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; visibility:visible;}
    .header_bott .h_tools .h_language.mobile_language{display:block;}
    .header_bott .h_tools .h_language.pc_language{display:none;}



    /*****************20191112**********************/


    /*PC首页*/
    .ipart{margin-top:615px;}
    .ipart02 .content .left .intro .box{padding:40px;}
    .ipart02 .content .right .r_top{margin-bottom:12px;}
    .ipart02 .content .right .r_top .intro {width:60%;}
    .ipart02 .content .right .r_top .intro .box{padding:20px;}
    .ipart02 .content .right .r_bott .bott_l .cover .play{margin:30px auto 15px;}
    .ipart02 .content .right .r_bott .bott_r .box{padding:20px 30px;}
    .ipart02 .list .item .item_box .intro .c{margin-bottom:35px;}
    .ipart05 .right .content .con_l .intro{left:0; bottom:0; right:0; top:0;}
    .ipart05 .right .content .con_l .intro .box{padding:20px;}
    .ipart05 .right .content .con_l .intro .box .ip5_icon{right:20px; bottom:30px;}
    .ipart05 .right .content .con_l .intro .box .t{font-size:24px;}
    .ipart05 .right .content .con_r .intro .box{padding:20px;}

    /*解决方案*/
    .solution02 .con .owl-carousel2{display:block;}
    .solution02 .con .owl-carousel1{display:none;}

    /*解决方案详细*/
    .solu_detail01 .infor .tit{font-size:35px; line-height:35px;}
    .solu_detail01 .infor .con{margin-top:20px;}
    .solu_detail01 .content{margin-top:40px;}
    .solu_detail01 .content .box .top_l .t{font-size:30px;}
    .solu_detail01 .content .box .bott_ .img_{width:45%;}
    .solu_detail01 .content .box .bott_ .intro_{width:55%;}
    .solu_detail01 .content .box .bott_ .intro_box{padding:20px;}
    .solu_detail01 .content .box .bott_ .intro_box .t{font-size:23px;}
    .solu_detail01 .content .box .bott_ .intro_box .c{height:56px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
    .solu_detail03 .con .owl-carousel2{display:block;}
    .solu_detail03 .con .owl-carousel1{display:none;}



    /*人才综合*/
    .job_center01 .content{margin-top:-100px;}
    .job_center01 .content .li_box{padding:30px;}
    .job_center01 .content li.odd{margin-top:0;}
    .job_center02 {background-size:cover;}
    .job_center02 .job02_top .infor{width:50%; padding:80px 0;}
    .job_center02 .job02_top .infor .tit{font-size:40px;}
    .job_center02 .job02_bott{margin-top:30px;}
    .job_center02 .job02_bott li{width:20%;}
    .job_center02 .job02_bott li.on{width:20%; height:316px; top:0; box-shadow:none;}
    .job_center02 .job02_bott li.on a.li_box{border:1px solid #e0e0e0; border-left:0;}
    .job_center02 .job02_bott li:first-child a.li_box{border-left:1px solid #e2e4f5;}
    .job_center02 .job02_bott li a.li_box .cover{display:none!important;}

    /*学习发展*/
    .learn_develop01 .left .infor{padding:40px;}
    .learn_develop01 .left .infor .tit{font-size:30px; line-height:35px;}
    .learn_develop01 .left .infor .con{margin-top:20px;}
    .learn_develop02 .left {width:100%; background:none}
    .learn_develop02 .left .infor{padding:30px;}
    .learn_develop02 .left .infor .con{height:auto;}
    .learn_develop02 .right{width:100%;}
    .learn_develop02 .right .cover ul{padding:60px 40px;}
    .learn_develop03{margin-bottom:60px;}
    .learn_develop03 .left {width:100%; background:none}
    .learn_develop03 .left .infor{padding:30px;}
    .learn_develop03 .left .infor .con{height:auto;}
    .learn_develop03 .right{width:100%;}
    .learn_develop03 .right .cover ul{padding:60px 40px;}
    .learn_develop04 {background-size:cover; padding:60px 0;}
    .learn_develop04 .left .tit{font-size:35px; line-height:35px;}

    /*招聘列表*/
    .jobList_ban .form_box .inp_wrap{width:29%;}


    /*关于综合*/
    .about_center_ban{height:396px;}
    .about_center_ban>img{width:1200px; margin-left:-600px;}
    .about_center01{padding:0 0 60px;}
    .about_center01 .infor a{width:40%; margin:0 auto;}
    .about_center01 .infor{padding:0 4%;}
    .about_center01 .infor .tit{font-size:28px;}

    .about_center02 .ab_left .box{height:auto;}
    .about_center .title{margin-top:20px;}
    .about_center02 .ab_right{height:auto;}

    /*品牌故事*/
    .brand_story01{padding:60px 0;}
    .brand_story01 .infor .tit{font-size:30px;}
    .brand_story02 li .cover .box{padding:30px;}
    .brand_story02 li .cover .box .list{width:100%;}
    .brand_story02 li .cover .box .list .cell{line-height:30px;}
    .brand_story02 li{height:456px;}
    .brand_story02 li .cover{height:100%;}

    /*全球绿萌*/
    .global01{margin-bottom:60px;}
    .global01 .left{width:29%;}
    .global01 .left li .icon_box{width:70px; height:70px;}
    .global01 .left li .icon_box .icon{margin:12px 0;}
    .global01 .left li .text{line-height:70px;}
    .global01 .right{width:71%;}
    .global01 .right .item_l .intro{padding:50px 30px;}
    .global01 .right .item_l .intro .tit{font-size:30px;}
    .global01 .right .item_l .intro .con{margin-top:20px;}
    .global02{padding:60px 0 0;}
    .global02 li .img_ .cover .t{font-size:20px; padding:40px 3% 0;}
    .global02 li .intro .cover .box{padding:30px;}
    .global03{padding:60px 0;}
    .global03 .infor .tit{font-size:35px; line-height:35px;}
    .global03 .content .cover{width:52%;}
    .global03 .content .cover .box{padding:40px;}
    .global03 .content .cover .box dt{font-size:25px; line-height:25px; float:none;}
    .global03 .content .cover .box .text{font-size:18px; margin-top:15px;}
    

    /*社会责任*/
    .social_respon01 .hd .right .box{padding:20px;}
    .social_respon01 .hd .right .box .tit{font-size:25px; margin-bottom:10px;}
    .social_respon01 .hd .right .box .con{font-size:16px;}
    .social_respon01 .bd .box .t{font-size:23px; margin-bottom:0;}
    .social_respon01 .bd .box .c{font-size:14px;}
    .social_respon02 li .cover .box{padding:15px 20px;}
    .social_respon02 li .cover .box .t{font-size:24px;}

    /*品牌文化 20191102改*/
    .culture02 .item .box .intro{padding-right:110px;}
    .common_tc .content{width:1000px; margin-left:-500px;}
    .culture01 .bd .content .item .box .t{font-size:28px;}
    .culture01 .bd .content>.wrap{padding-top:80px;}


    /*了解绿萌*/
    .know01 .content .cover_l .know_logo{display:none;}
    .know01 .content .cover_r{top:0;}
    .know01 .content .cover_r .box {padding:30px;}
    .know01 .content .cover_r .box .tit{font-size:30px; line-height:30px;}
    .know01 .content .cover_r .box .tit i{display:none;}
    .know01 .content .cover_r .box .con{margin-top:20px;}
    .know02{padding-bottom:80px;}
    .know03 .content .bd .item .left .box{padding:50px 25px;}
    .know03 .content .hd{margin-top:0;}
    .know04 .content .rect-2197{padding-bottom:23.5%;}
    .know04 .content .left .left_bott_l .cover .ico,
    .know04 .content .left .left_bott_r .cover .ico{display:none;}
    .know04 .content .left .left_more .box{padding-top:45px;}
    .know04 .content .left .left_more .box .intro{font-size:30px;}
    .know04 .content .right .right_top .right_top_ .intro .box{padding:15px 10px;}
    .know04 .content .right .right_bott .intro .box{padding-top:35px;}
    



    /*****************老网站页面********************/
    .kzjz02 .jiuzai_hd{background:none; height:auto; padding:20px 0;}
    .kzjz02 .jiuzai_hd .areaMap{display:none;}
    .kzjz02 .jiuzai_hd .tab_t{position:static; float:left; height:auto; padding:15px; background:#ccc; color:#fff; margin:2% 1%;}
    .kzjz02 .jiuzai_hd .tab_t i{display:none;}
    .kzjz02 .jiuzai_hd .wrap{width:940px; min-width:940px; height:auto;}
    .kzjz02 .jiuzai_hd .tab_t .tabLayer{display:none; background:none}
    .kzjz02 .jiuzai_hd .tab_t_cur {background-color:#facd00;}
    .kzjz02 .jiuzai_imgs{margin-left:0; width:50%;}
    .kzjz02 .jiuzai_intro{width:45%; margin-right:0;}

    /*教育助学*/
    .edu_zx01 .content .aixinMain .ax_hd{width:100%; margin-bottom:20px;}
    .edu_zx01 .content .aixinMain .tab_t{width:23.5%; margin-right:2%; float:left; font-size:18px;}
    .edu_zx01 .content .aixinMain .tab_t:last-child{margin-right:0;}
    .edu_zx01 .content .aixinMain .tab_t i{border-color:#facd00 transparent transparent; border-style:solid dashed dashed; left:50%; margin-left:-11px; top:auto; bottom:-22px;}
    .edu_zx01 .content .aixinMain .ax_bd{width:100%;}
    .edu_zx01 .content .aixinMain .axSlider{width:53%;}
    .edu_zx01 .content .aixinMain .axIntro{width:45%;}

    /*成长故事*/
    .growth_story01 li .intro .box{padding:30px;}
    .growth_story01 li .intro .box .txt{padding-right:0;}
    /*****************老网站页面 end*****************/

    /****************祥瑞******************/
     
    /* 新闻详细 */
    .news_detail02 .news_det_bott .page_bott .page_center .icon .iconfont{margin:6px;}
    .news_detail02 .news_det_bott .page_bott .page_center{width:4%;}
    .news_detail02 .news_det_top .right .share{margin-right:30px;}
    .news_detail02 .news_det_top .right .share:after{right:-15px;}

    /* 新闻综合 */
    .news_center01{padding:60px 0;}
    .news_center01 .infor .tit{font-size:35px; line-height:40px;}
    .news_center01 .content .left .intro .box{padding:40px;}
    .news_center01 .content .right .r_bott .bott_l .box{padding:24px;}
    .news_center01 .content .right .r_bott .bott_r .box{padding:24px;}
    .news_center02{padding:60px 0;}
    .news_center02 .infor .tit{font-size:35px; line-height:40px; margin-bottom:5px;}
    .news_center02 .list .item .item_box{padding-top:20px;}
    .news_center03 .intro{font-size:35px; line-height:40px;}
    .news_center03 .owl-nav .owl-prev{left:-30px;}
    .news_center03 .owl-nav .owl-next{right:-30px;}
    .news_center03 .content .item .box .tit{font-size:20px;}
    .news_center04 .infor .tit{font-size:35px; line-height:40px;}
    .news_center05{padding:30px 0 60px;}
    

    /* 新闻列表 */
    .news_list01 .news_list_r .search_box .search_title{font-size:25px;}
    .news_list01 .news_list_r .news_gjc{padding:20px;}
    .news_list01 .news_list_r .news_gjc .gjc_con a{padding:0 15px;}
    .news_list01 .news_list_r .search_inp .select_box01{width:100%; box-sizing:border-box;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro {padding:15px 0 0 20px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:23px;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .d{margin-top:5px;}


    /****************祥瑞 end***************/

    /*20190912--9月补充*/
    /*联系我们*/
    .contact_us01 .infor .tit{font-size:30px;}
    .contact_us01 .content .top_ .cover .box{padding:20px;}
    .contact_us01 .content .bott_ .li_box .con dd a,
    .contact_us01 .content .bott_ .li_box .con dd span{display:block;}

    /*20190918*/
    /*公益奖项*/
    .awards01 .list .imgs{width:40%;}
    .awards01 .list .intro{width:60%;}

    /*20190924*/
    /*品牌理念*/
    .brand_concept01 .hd li .icon{display:none;}
    .brand_concept01 .bd .section3 .content li {width:25%; vertical-align:middle;}

    /*20191008*/
    /*实力绿萌*/
    .slxg01 .left{width:55%;}
    .slxg01 .right{width:45%;}
    .slxg01 .right .infor .c{padding-left:60px;}
    .sec_slxg .box{width:45%;}

    /*20191022*/
    .job_list .form_box .inp_wrap{width:16%;}
    .job_list .form_box .inp_wrap .inp{text-indent:5px;}

    /* 20191102实力改 */
    .slxg02 .content{width:100%;}
    .slxg02 .content .box{padding:90px 0;}
    .slxg02 .content .box ul{padding:0 18%;}
    .slxg03 .content{width:100%; height:auto;}
    .slxg03 .content .infor{margin-left:0; left:0;}
    .slxg03 .content .infor .box,.slxg03 .content.odd .infor .box{width:28%; margin-top:30px;}

    /* 解决方案 */
    .solution03 .content .item .box{padding:10px 25px;}
    .solution03 .content .item .box .t{font-size:20px; margin-bottom:10px;}

    /*20191108*/
    .xctx03 .rect-102{padding-bottom:76.3%;}
    .xctx03 .left{width:45%;}
    .xctx01 .left .infor {padding:60px 35px 0 77px;}
    .xctx02 .content .item .cover .box{padding:22px; height:auto; overflow:hidden;}
    .xctx02 .content .item .intro .box{padding:30px;}
    .xctx02 .content .rect-6667{padding-bottom:0; height:auto;}
    .xctx03 .left .box{padding:40px 20px;}
    .xctx03 .left .box .con{margin-top:25px;}
    .xctx03 .right{width:55%;}

    /* 表单 */
    .jltd .text_content{padding:0 16%;}

    /* 分页 */
    .page_bott .page_center .icon .iconfont{margin:6px;}
    .page_bott .page_center{width:4%;}

    /*20191128 --1240模式*/
    .brand_activity01 .content .item .intro .box{padding:20px;}
    .brand_activity01 .content .item .intro .box .d span{margin-left:0;}
    .brand_activity01 .content .item .intro .box .t{font-size:20px; line-height:26px; height:52px}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{display:none;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .tool ._tool{display:block;}
    .slxg03 .content .infor .box{margin-left:40px;}
    .slxg03 .content2 .infor{left:inherit; right:0;}
    .footer_top .share_box a{margin:0 2px;}
    .news_download01 .item .con .li_ .li_box{padding:30px;}

    /*2020-1-7 调查问卷*/
    .questionnaire02 form{margin-left:0; margin:0;}
    .questionnaire02 .form1{width:auto;}
    .questionnaire02 .form2{width:auto;}

 



    

}
@media only screen and (max-width:992px) {
    body:after {
        content: 'Padp';
    }
    .wrap, .mwrap { width:740px; }
    /*padMode 992px 网站样式*/

    /*公共样式*/
    /*footer*/
    .footer_top{padding:40px 0 20px;}
    .footer_top dl{width:16%;}
    .footer_top dl dt{font-size:16px; margin-bottom:10px;}
    .footer_top dl.dl06{display:none;}
    /*公共样式 end*/


    /*首页*/
    .ibanner{height:403px;;}
    .ibanner .owl-carousel.owl-loaded .item{height:403px;}
    .ibanner .owl-carousel .owl-item img{width:1060px; margin-left:-530px;}
    .ibanner .dots_btn{bottom:30px;}
    .ipart{margin-top:289px;}
    .ipart01 .infor{padding-top:50px;}
    .ipart01 .infor .tit{font-size:30px;}
    .ipart02{padding-top:130px; padding-bottom:50px;}
    .ipart02 .infor .tit{font-size:30px;}
    .ipart02 .content{margin-top:35px;}
    .ipart02 .content .left{width:100%;}
    .ipart02 .content .right{width:100%; margin-top:35px;}
    .ipart02 .content .right .r_top{margin-bottom:35px;}
    .ipart02 .content .right .r_top .intro{width:100%;}
    .ipart02 .content .right .r_bott .bott_l .cover .play{margin-top:80px;}
    .ipart02 .content .right .r_bott .bott_r .box{padding:15%;}
    .ipart03 .infor .tit{font-size:30px;}
    .ipart03 .infor .tit .img_{width:60px; height:auto; left:-70px; bottom:10px;}
    .ipart03 .infor .con{font-size:25px;}
    .ipart03 .content .form_box{padding:40px 6% 0;}
    .ipart03 .content .list{padding:30px 6% 0;}
    .ipart04{padding:50px 0; background-size:cover;}
    .ipart04 .infor .tit{font-size:30px;}
    .ipart04 .infor .con{padding:0 5%;}
    .ipart04 .content{margin-top:35px;}
    .ipart04 .content .list li .li_box .number .num{font-size:35px;}
    .ipart04 .content .list li .li_box sup{font-size:20px;}
    .ipart04 .content .list li:first-child .li_box .number{margin-top:-4px;}
    .ipart05{padding:50px 0; background-size:cover;}
    .ipart05 .right{width:75%;}
    .ipart05 .right .infor .tit{font-size:30px;}
    .ipart05 .right .content .con_r .r_top{margin-bottom:13px;}
    .ipart05 .right .content .con_r .intro .box{padding:25px;}

    /*解决方案 20191102改*/
    .solution01 .infor .tit{font-size:30px;}
    .solution01 .infor .tit .img_{width:60px; height:auto; left:-70px; bottom:10px;}
    .solution01 .infor .con{font-size:25px;}
    .solution01 .content .form_box{padding:40px 6% 0;}
    .solution03 .content .item .box .more{display:none;}
    .solution03 .content .item .box .c{text-overflow:ellipsis;
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
   

    /*人才综合*/
    .job_center_ban{height:431px;}
    .job_center_ban>img{width:1200px; margin-left:-600px;}
    .job_center_ban .infor{bottom:100px;}
    .job_center_ban .infor .tit{font-size:30px; line-height:30px;}
    .job_center_ban .infor .con{padding:0 5%; margin-top:15px;}
    .job_center_ban .infor .form_box{padding:0;}
    .job_center01 {margin-top:60px;}
    .job_center01 .content{margin-top:0;}
    .job_center02{padding:60px 0;}
    .job_center02 .job02_top .infor .job02_top_anniu a{padding:0 15px 0 30px;}
    .job_center02 .job02_top .infor .job02_top_anniu a span{margin-right:20px;}
    .job_center02 .job02_bott li{height:260px;}
    .job_center02 .job02_bott li.on{height:260px}

    /*学习发展*/
    .learn_develop01 .left .infor{padding:0;}
    .learn_develop01 .right{width:48%; margin-top:20px;}
    .learn_develop03 .right .cover ul{padding:30px;}
    .learn_develop04 .right{width:35%;}

    /*招聘列表*/
    .job_list01 ._jcon{padding-left:30px;}
    .jobList_ban .form_box{padding:0;}

    /*关于综合*/
    .about_center01 .infor .list li .number{font-size:40px;}
    .about_center02 .content .intro .box{padding:30px;}
    .about_center02 .ab_left{width:100%;}
    .about_center02 .ab_right{width:100%;}
    .about_center02 .ab_right .img{display:none;}
    .about_center02 .ab_right .cover{position:static; margin-top:30px;}
    .about_center03 .img{display:none;}
    .about_center03 .nr{width:94%; padding:2% 3%;}
    .about_center04 .ab_left{width:100%;}
    .about_center04 .ab_right{width:100%;}
    .about_center04 .img{display:none;}
    .about_center04 .cover{position:static; margin-top:30px;}
    .about_center04 .nr{width:100%; margin:0; padding:2% 0;}
    .about_center .rect-925{padding-bottom:0; height:auto;}
    .about_center04 .nr .cover{position:static;}
    .about_center04 .nr img{display:none;}
    .about_center04 .nr{background:#fff;}

    /*品牌故事*/
    .brand_story02 li{height:360px;}
    .brand_story02 li .tit{font-size:20px;}
    .brand_story02 li .tit:after{width:90%;}
    .brand_story02 li .tit{margin-bottom:36px;}
    .brand_story02 li .cover .box .list .cell{font-size:14px;}

    /*全球绿萌*/
    .global01 .left li{text-align:center;}
    .global01 .left li .icon_box{display:none;}
    .global01 .right .item_l .intro{padding:30px;}
    .global02 li{margin-bottom:30px;}
    .global02 li .intro{top:0;}
    .global02 li .intro .cover{margin:0;}
    .global03 .infor{padding:0 5%;}
    .global03 .content{padding:0 5%;}
    .global03 .content .rect-5133{display:none;}
    .global03 .content .cover{width:100%; position:static;}

    /*社会责任*/
    .social_respon01 .hd .left{width:100%;}
    .social_respon01 .hd .right{width:100%;}
    .social_respon01 .bd .box{padding:10px 20px;}
    .social_respon01 .bd .box .c{height:75px;}
    .social_respon02 li.three_li{margin-right:0;}
    .social_respon02 li.li_{width:48%; margin-right:4%;}
    .social_respon02 li.li_:nth-child(2n){margin-right:0;}

    /*品牌文化 20191102改*/
    .culture01{padding:50px 0;}
    .culture01 .infor .tit{font-size:30px;}
    .culture01 .bd{background-size:cover; height:auto;}
    .culture01 .bd .content>.wrap{padding-top:5%; padding-bottom:5%; }
    .culture01 .bd .content .item .box{padding:0 20px; border-right:0;}
    .culture01 .bd .content .item{width:100%; border-bottom:1px solid rgba(255,255,255,.4);}
    .culture01 .bd .content .item .box .t{font-size:20px;}
    .culture01 .bd .content .item .box .c{margin-bottom:5%; height:auto;}
    .culture01 .bd .content .item .box .icon{display:none;}
    /* 弹窗 */
    .common_tc .content {width:100%;margin-left: 0; left:0;}
    .common_tc .content .box .tc_con .left{width:100%;}
    .common_tc .content .box .tc_con .right{width:100%; margin-top:30px;}
    .common_tc .content .box{height:400px; overflow:auto; padding:75px 30px 60px;}
    

    /*了解*/
    .know01 .content{height:auto;}
    .know01 .content .left{width:100%; height:auto; position:static; margin-left:0;}
    .know01 .content .left .play{display:block;}
    .know01 .content .right{width:100%; height:auto; position:static; margin-right:0; display:none;}
    .know01 .content .cover_l .play{display:none;}
    .know01 .content .cover_l{height:0; padding-bottom:58.43%; width:100%;}
    .know01 .content .cover_r{position:static;}
    .know01 .content .cover_r{width:100%; height:auto; top:50%; background:#00a1e9;}

    .know02{margin-top:40px;}
    .know03{padding-bottom:30px;}
    .know03 .bg{height:100%; background-size:cover;}
    .know03 .content .bd .item .left .box .con{height:208px; overflow-y:auto;}
    .know03 .content .bd .item .right{right:100px;}
    .know04 .content .left{width:100%;}
    .know04 .content .right{width:100%; margin-bottom:28px;}
    .know04 .content .left .left_bott_l .cover .ico,
    .know04 .content .left .left_bott_r .cover .ico{display:block;}
    .know04 .content .rect-3322{padding-bottom:0; height:auto;}
    .know04 .content .rect-4752{padding-bottom:0; height:auto;}
    .know04 .content .rect-2197{padding-bottom:0; height:auto;}
    .know04 .content .left .left_more .box{padding:40px; font-size:30px;}
    .know04 .content .right .right_bott .intro .box{padding:30px;}
    .know04 .content .right .right_top .right_top_ .intro .t{height:56px; overflow:hidden;}

    /*****************老网站页面********************/

    /*抗震救灾*/
    .kzjz01 .content ul li .number{width:140px; height:140px; background-size:cover; line-height:140px;}
    .kzjz01 .content ul li .number span{font-size:40px;}
    .kzjz02 .jiuzai_bd{height:auto; background-size:cover; padding:20px 0;}
    .kzjz02 .jiuzai_imgs{margin-left:auto; margin-right:auto; float:none; border:none;}
    .kzjz02 .jiuzai_imgs .arrs{top:25%; margin-top:0;}
    .kzjz02 .jiuzai_intro{width:100%;}

    /*教育助学*/
    .edu_zx01 .content .aixinMain .axIntro .box{height:234px;}
    .edu_zx01 .content .aixinMain .axIntro .text{height:234px; line-height:26px;}
    /*.edu_zx01 .content .aixinMain .axSlider{width:100%;}
    .edu_zx01 .content .aixinMain .axIntro {width:100%;}*/

    /*成长故事*/
    .growth_story01 li .img{width:100%; float:none;}
    .growth_story01 li .intro{width:100%; float:none;}

    /*视频列表*/
    .video_list01 .content li .cover .play{width:60px; height:60px; margin-left:-30px; margin-top:-30px; background-size:cover;}
    .video_list01 .content li .intro .box .icon{width:30px; height:30px; margin-left:-15px; margin-top:-15px; background-size:cover;}


    /*****************老网站页面 end ***************/

    /****************祥瑞******************/
    .time_order .time_con a{margin:0 10px;}
    
    /* 新闻详细 */
    .news_detail02 .news_det_bott .page_bott .page_prev{width:100%;}
    .news_detail02 .news_det_bott .page_bott .page_next{width:100%;}
    .news_detail02 .news_det_bott .page_bott .page_next .page_btn{float:left; padding-left:45px; padding-right:0;}
    .news_detail02 .news_det_bott .page_bott .page_next .page_btn .icon{left:0;}
    .news_detail02 .news_det_bott .page_bott .box{padding:20px;}
    .news_detail02 .news_det_bott .page_bott .page_center{display:none;}
    .news_detail02 .news_det_bott .content ._t{font-size:25px;}
    .news_detail02 .news_det_bott .content ._date{margin-bottom:30px;}
    .news_detail02 .news_det_bott{padding-bottom:50px;}

    /* 新闻综合 */
    .news_center01{background-size:cover;}
    .news_center01 .content .left{width:100%; margin-bottom:35px;}
    .news_center01 .content .right{width:100%;}
    .news_center01 .content .right .r_top{margin-bottom:35px;}
    .news_center01 .content .right .r_bott .bott_l .box{padding:60px 50px;}
    .news_center01 .content .right .r_bott .bott_r .box{padding:60px 50px;}
    .news_center03{padding:50px 0;}
    .news_center03 .content .item .box .tit{font-size:18px;}
    .news_center03 .owl-nav>div{top:0;}
    .news_center03 .owl-nav .owl-next{right:0;}
    .news_center03 .owl-nav .owl-prev{left:91%;}
    .news_center05 .content .right .intro{bottom:5px; font-size:14px;}
    

    /* 新闻列表 */
    .news_list01 .news_list_r{display:none;}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_l ul li .box .img{margin-left:20px;}
    .news_list01 .news_list_l ul li .box .txt .t{margin:10px 0;}


    /****************祥瑞 end***************/

    /*20190912---9月补充*/
    /*品牌活动*/
    .brand_activity01 .right .intro .tit{font-size:20px;}

    /*联系我们*/
    .contact_us01 .content .top_ .cover .box{padding:100px 30px;}
    .contact_us01 .content .bott_ .li_box .tit{font-size:25px; line-height:26px; height:auto;}
    .contact_us01 .content .bott_ li{margin-bottom:30px;}
    .contact_us01 .content .bott_ li:last-child{margin-bottom:50px;}
    .contact_us01 .content .bott_ .li_box .con dd a, .contact_us01 .content .bott_ .li_box .con dd span{display:inline-block}

    /*公益奖项*/
    .awards01 .list .intro a .con{height:100px;}

    /*20190924*/
    /*品牌理念*/
    .brand_concept01 .bd .section5 .content .cover{width:46%;}

    /*20190925全站搜索*/
    .searchArea{padding:50px 0;}
    .searchArea .infor .tit{font-size:35px;}
    .resultArea .content{margin-top:50px; padding:50px 0;}
    .resultArea .content .piclist_area .srchList li .intro .t{font-size:25px;}
    .resultArea .content .piclist_area .srchList li .intro .t span{display:block; margin-left:0;}

    /*20190927*/
    #xcmg-jltd .Form-J1 .Form-J1-Left {width:100%;}
    #xcmg-jltd .Form-J1 .Form-J1-li input {width:68%;}
    #xcmg-jltd .Form-J1 .Form-J1-li select {width:54%;}
    #xcmg-jltd .Form-J1 .Form-J1-right {width:100%;}
    #xcmg-jltd .Form-J1 .Form-J1-li textarea {width:68%;}
    #xcmg-jltd .Form-J1 .Form-J1-li input._yzm {width:27%;}
    #xcmg-jltd .Form-J1 .Form-J1-li b {display:none;}


    /* 实力20191102改 */
    .slxg01 .infor .tit{font-size:30px;}
    .slxg01 .infor .con{padding:0;}
    .slxg02 .content .box{padding:50px 0;}
    .slxg02 .content .box .tit{font-size:30px;}
    .slxg02 .content .box .con{padding:0;}
    .slxg03 .content .infor{width:100%; position:static;}
    .slxg03 .content .infor .t{font-size:25px;}
    .slxg03 .content .img{width:100%;}
    .slxg02 .content .box ul{padding:0 10%;}
    .slxg03 .content .infor .box, .slxg03 .content.odd .infor .box{width:100%; padding-bottom:30px; margin-left:0;}
    .slxg03 .content.odd .infor .box{margin-left:10px; margin-right:0; padding-right:0;}


    /*20191108*/
    .xctx03 .rect-102{padding-bottom:0; height:auto;}
    .xctx01 .left{width:100%}
    .xctx01 .left .infor{padding:0 4% 20px;}
    .xctx01 .right{width:100%;}
    .xctx03 .left{width:100%;}
    .xctx03 .left .box .con li.cur{color:#666;}
    .xctx03 .right{display:none;}

    /* 社交媒体 */
    .sj_media02 .content li{width:30%; margin-bottom:15px;}

    /* 表单 */
    .jltd .text_content{padding:0 6%;}

    /* 分页 */
    .page_bott .page_prev{width:100%;}
    .page_bott .page_next{width:100%;}
    .page_bott .page_next .page_btn{float:left; padding-left:45px; padding-right:0;}
    .page_bott .page_next .page_btn .icon{left:0;}
    .page_bott .box{padding:20px;}
    .page_bott .page_center{display:none;}

    /*20191128 --992模式*/
    /*弹窗20191128*/
    .brandBox_detail{width:660px; margin-left:-330px;}
    .contact_us01 .content .bott_ .li_box .con{height:auto;}
    .history_xc01 .container .r_box ul {padding:80px 30px 0 80px;}
    .history_xc01 .container .l_box .pd{padding:80px 80px 0 30px;}
    .kzjz01 .content ul li ._circle{display:none;}
    .brand_concept01 .bd .section1 .content .right .cell span{margin-top:0;}
    .brand_concept01 .bd .section1 .content .cell span{height:80px; overflow-y:auto;}
    .brand_concept01 .hd.fixed{top:50px;}
    .news_download01 .item .con .li_ .li_box{padding:20px;}
    /*20191205*/
    /*预警平台列表*/
    .yjpt_list01 .left{width:67%;}
    .yjpt_list01 .right{width:31%;}


    /*2020-1-7*/
    .questionnaire02 form .con{padding:40px 0;}

   


}
/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
    }
    body,input,textarea,button,select {font-size:16px;}
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:2%; padding-right:2%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }

    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
        -webkit-user-select:none; /*webkit浏览器*/   
        -khtml-user-select:none; /*早期浏览器*/   
        -moz-user-select:none;/*火狐*/   
        -ms-user-select:none; /*IE10*/   
        user-select:none; 
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    textarea { -webkit-user-select:auto; /*webkit浏览器*/   }
    /*mobileMode 760 网站样式*/

    /*公共样式*/
    .header_top{display:none;}
    .header_bott{padding:15px 0 10px;}
    .header_bott .logo{width:110px; height:auto; margin-right:0;}
    .header_bott .inav_wrapper{width:0;}
    .header.fixed .header_bott{box-shadow:none; position:relative;}
    .search-alert{display:none;}
    .xc_banner{height:224px;}
    .xc_banner>img{width:1000px; margin-left:-500px;}
    .xc_banner .cover{position:absolute; width:100%; height:100%; background-image:linear-gradient(rgba(255,255,255,0.1),rgba(0,0,0,0.3));}
    .xc_banner .infor {bottom:30px; display:none;}
    .xc_banner .infor .tit{font-size:16px;}
    .xc_banner .infor .con{font-size:18px;}
    .channel_content{padding:15px 0;}
    .footer{display:none;}
    .xc_banner .xc_crumbs{display:block}

    /*------------------手机端底部---------------------*/
    .ibanner{display:none;}
    .ipart{display:none;}
    /*.m_footer{padding:34px 5%; display:none; background:#ebedef;}
    .m_footer{display:block; border-top:1px solid #d7d7d7; background:#fff; position:relative;}
    .m_footer .m_fLogo{margin-bottom:20px; width:40%;}
    .m_footer .m_company{font-size:16px; color:#535353; line-height:30px;}
    .m_footer .m_company .beian{display:block;}
    .m_footer .m_fBott{font-size:14px; color:#535353; margin-top:15px;}
    .m_footer .m_fBott a{display:inline-block;}
    .m_footer .m_fBott em{display:inline-block; margin:0 5px;}
    .m_footer .m_share{margin-top:15px;}
    .m_footer .m_share .share_box{display:inline-block; vertical-align:middle;}
    .m_footer .m_share .share_box a{display:inline-block; padding:0; margin:0 5px; font-size:18px; width:35px; height:35px; line-height:35px; background:#e0e4eb; color:#01a2ea; border-radius:50%; text-align:center;}
    .m_footer .m_share .share_box a:first-child{margin-left:0;}
    .m_footer .m_share .share_box a i{margin:0; vertical-align:middle;}
    .m_footer .m_share .share_box a:hover{background:#43b6ea; color:#fff;}*/

    .m_footer{display:block; background:#e7e8ea; text-align:center;}
    .m_footer .m_link{text-align:center; border-bottom:1px solid #dbdcde; padding-top:14px;}
    .m_footer .m_link.active{background:#d5d9df;}
    .m_footer .m_link .tab{color:#666666; font-size:18px; line-height:1; padding:18px 48px 18px 0; display:inline-block; *display:inline; *zoom:1; position:relative;}
    .m_footer .m_link .tab:after,
    .m_footer .m_link .tab:before{content:''; background:#b3b3b3; width:9px; height:2px; display:block; position:absolute; top:0; bottom:0; right:15px; margin:auto;}
    .m_footer .m_link .tab:after{-webkit-transform:rotate(-90deg); transform:rotate(-90deg); transition:all 0.6s ease-out;} 
    .m_footer .m_link .tab:before{-webkit-transform:rotate(0deg); transform:rotate(0deg); transition:all 0.6s ease-out;}
    .m_footer .m_link .tab.active:before{-webkit-transform:rotate(180deg); transform:rotate(180deg); background:#b3b3b3;}
    .m_footer .m_link .tab.active:after{-webkit-transform:rotate(180deg); transform:rotate(180deg); opacity:0; -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; background:#b3b3b3;}
    .m_footer .m_link .tab_con{display:none; line-height:40px; border-top:1px solid #ced0d4; padding:10px 0; font-size:14px;}
    .m_footer .m_link .tab_con ul{overflow:hidden; padding:0 40px;}
    .m_footer .m_link .tab_con ul li{float:left; width:50%; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-indent:25px;}
    .m_footer .m_friend{padding:20px 8%; font-size:13px;}
    .m_footer .m_copyright{padding-bottom:20px; color:#9f9f9f; font-size:12px;}

    /*公共样式 end*/

    /*PC首页*/
    .ibanner{padding-bottom:50%; height:0; position:relative; overflow:hidden;}
    .ibanner .owl-carousel.owl-loaded .item{padding-bottom:50%; height:0;}
    .ibanner .owl-carousel .owl-item img{width:100%; left:0; position:static; margin-left:0;}
    :root .ibanner .video_item img{display:block;}
    .ibanner .dots_btn{display:none;}
    .ipart{margin-top:0;}

    /*手机端首页*/
    .ipart_link a{line-height:70px; font-size:18px;}
    .ipart_link a .icon{width:41px; height:26px; background-size:cover; margin-right:20px; top:7px;}
    .go_top{display:block;}

    .m_index_banner{display:block; text-align:center;}
    .m_index_banner .text_box{background:url(../img/jll/mi_bantext.jpg) no-repeat center; background-size:cover; color:#fff; padding:15px 0 40px;}
    .m_index_banner li{display:none;}
    .m_index_banner .owl-item li{display:block;}
    .m_index_banner .text_box .t1{font-size:22px; font-weight:bold; margin-bottom:5px}
    .m_index_banner .text_box .desc{font-size:14px; opacity:.6; width:80%; margin:0 auto;}
    .m_index_banner .owl-dots{position:absolute; left:0; right:0; bottom:18px; text-align:center}
    .m_index_banner .owl-dots .owl-dot{display:inline-block; *display:inline; *zoom:1; width:30px; height:2px; background:#a4b3d1; margin:0 2px;}
    .m_index_banner .owl-dots .owl-dot.active{background:#fff;}
    .m_ipart{display:block;}
    .m_ipt01{margin:15px 0;}
    .m_ipt01 a{display:block; background-repeat:no-repeat; background-size:cover; background-position:center;}
    .m_ipt01 .t1{color:#2d2d2d; font-weight:bold;}
    .m_ipt01 .t2{font-size:13px; color:#666666; line-height:16px;}
    .m_ipt01 .left{width:49%; float:left; text-align:center;}
    .m_ipt01 .left .rect-96{padding-bottom:96%;}
    .m_ipt01 .left .t1{font-size:20px; margin-top:15px;}
    .m_ipt01 .right{width:49%; float:right;}
    .m_ipt01 .right .rect-44{padding-bottom:46%;}
    .m_ipt01 .right .text{padding:15px;}
    .m_ipt01 .right .top{margin-bottom:8px;}
    .m_ipt02{margin-bottom:15px;}
    .m_ipt02 .tab{text-align:center; font-size:16px; color:#666; line-height:50px; border-bottom: 1px solid #f2f2f2;}
    .m_ipt02 .tab .l{width:25%;}
    .m_ipt02 .tab .l.cur{color:#2d2d2d; font-weight:bold; font-size:18px;}
    .m_ipt02 .con_item{display:none;}
    .m_ipt02 .con_item.cur{display:block;}
    .m_ipt02 .tab_con .rect-667{padding-bottom:66.7%;}
    .m_ipt02 .tab_con .item{padding:15px 0; border-bottom: 1px solid #f2f2f2;}
    .m_ipt02 .tab_con .item a{display:block;}
    .m_ipt02 .tab_con .item .left{width:60%;}
    .m_ipt02 .tab_con .item .left .t{font-size:16px; margin-top:5px; line-height:26px; height:56px; overflow:hidden; margin-bottom:15px;}
    .m_ipt02 .tab_con .item .left .tag{font-size:12px; color:#b3b3b3;}
    .m_ipt02 .tab_con .item .right{width:37%;}
    .m_ipt02 .tab_con .more{font-size:16px; text-align:center; line-height:1; padding:20px 0;}
    .m_ipt03{background:#f6f6f6; text-align:center; padding-top:30px;}
    .m_ipt03 .t1{font-size:24px; font-weight:bold; color:#000000;}
    .m_ipt03 .t2{font-size:14px; color:#888888; margin-bottom:15px;}
    .m_ipt03 .form_box{padding:30px 0 53px; background:url(../img/jll/mi_03bg.jpg) no-repeat center; background-size:cover;}
    .m_ipt03 .form_box .select_wrap{float:left; margin-bottom:15px; width:100%; position:relative;}
    .m_ipt03 .form_box .select_wrap i{display:none; position:absolute; right:33px; top:0; bottom:0; color:#666666; line-height:49px; font-size:14px;}
    .m_ipt03 .form_box .select_wrap .sele{width:90%; height:49px; line-height:49px; background:#e3e7ec; font-size:16px; color:#666666; text-indent:23px; border:none; border-radius:0; margin:0 5%;}
    .m_ipt03 .form_box button{width:160px; margin:0 auto; outline:none; border:none; background:#facd00; height:49px; line-height:49px; text-align:center; cursor:pointer; font-size:16px; font-weight:bold; color:#4f4f4f;}
    .m_ipt03 .link_box{text-align:left; padding:20px 0 5px;}
    .m_ipt03 .link_box ul{overflow:hidden;}
    .m_ipt03 .link_box ul li{float:left; width:50%; margin-bottom:15px;}
    .m_ipt03 .link_box ul li a{display:block; font-size:14px; line-height:30px; margin:0 3px; background:#fff; padding-left:15px; border-radius:4px; color:#666; position:relative;}
    .m_ipt03 .link_box ul li a i{position:absolute; right:10px; top:0; font-size:10px;}
    .m_ipt04{padding-top:20px; text-align:center; margin-bottom:25px;}
    .m_ipt04 .t1{font-size:24px; font-weight:bold; color:#000000;}
    .m_ipt04 .t2{font-size:14px; color:#888888; margin-bottom:15px;}
    .m_ipt04 .con_box{border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item{width:50%;}
    .m_ipt04 .con_box .info{padding:25px 0 20px;}
    .m_ipt04 .con_box .info .d{color:#888888; font-size:16px;}
    .m_ipt04 .con_box .info .d2{height:50px;}
    .m_ipt04 .con_box .info .d2 .big{font-size:26px; font-family:Arial; font-weight:bold; text-transform:uppercase;}
    .m_ipt04 .con_box .info .d2 .smal{font-size:14px;}
    .m_ipt04 .con_box .item1 .info,.m_ipt04 .con_box .item3 .info{border-right:1px solid #e6e6e6;}
    .m_ipt04 .con_box .item1 .info,.m_ipt04 .con_box .item2 .info{border-bottom:1px solid #e6e6e6;}
    .m_ipt05 .box_wrap{padding:60px 28px 70px; background-size:cover; background-repeat:no-repeat; background-position:center; border-bottom:6px solid #fff; display:block; position:relative;}
    .m_ipt05 .box_wrap:after{content:""; position:absolute; bottom:34px; right:40px; width:40px; height:9px; background:url(../img/jll/mi_05flag.png) no-repeat center;}
    .m_ipt05 .box1{color:#4f4f4f;}
    .m_ipt05 .box1 .t{font-size:24px; font-weight:bold;}
    .m_ipt05 .box1 .d{font-size:14px; margin-top:10px;}
    .m_ipt05 .box2 .box_wrap{padding:26px 28px 30px; color:#fff;}
    .m_ipt05 .box2 .t{font-size:16px; font-weight:bold; padding-left:8px;}
    .m_ipt05 .box2 .d{font-size:24px; font-weight:bold;}
    .m_ipt05 .box1 a:hover{color:#4f4f4f;}
    .m_ipt05 .box2 a:hover{color:#fff;}

    .m_propt02{text-align:center;}
    .m_propt02 ul li{float:left; width:33.333%;}
    .m_propt02 ul li .rect-6578{padding-bottom:65.78%;}
    .m_propt02 ul li .info{padding:20px 0; border-top:1px solid #e7e8ea; border-right:1px solid #e7e8ea; display:block;}
    .m_propt02 ul li .info .info_img{padding:0 20px}
    .m_propt02 ul li .info .t{line-height:1; margin-top:15px; font-size:14px; color:#666;}
    .m_propt02 ul li:nth-child(3n -2) .info{border-left:1px solid #e7e8ea;}
    .m_propt02 ul li .info .more{color:#666; font-size:14px;}
    .m_propt02 ul li .info .more p{margin-top:15px; line-height:1;}


    /*解决方案*/
    .solution.channel_content{padding:0;}
    .solution01{padding:15px 0; height:auto;}
    .solution01 .infor {text-align:center; padding-top:30px; }
    .solution01 .infor .tit{font-size:20px; line-height:25px; margin-bottom:0;}
    .solution01 .infor .tit .img_{width:35px; height:auto; left:-40px; bottom:0;}
    .solution01 .infor .tit .text{margin-bottom:10px;}
    .solution01 .infor .con{font-size:14px; line-height:25px;}
    .solution01 .content .form_box{padding:15px 0 0 }
    .solution01 .content .form_box .select_wrap{margin-right:1%;}
    .solution01 .content .form_box .select_wrap .sele{height:35px; line-height:35px;}
    .solution01 .content .form_box button{font-size:14px; height:35px; line-height:35px; width:28%;}
    .solution01 .content .item .right .intro .box .t{font-size:18px; line-height:23px;}
    .solution01 .content .item .right .intro .box .solu_line{margin:6px auto;}
    .solution01 .content .item .right .intro .box .c{font-size:14px; line-height:25px; -webkit-line-clamp:inherit;}
    .solution02 {height:50px; line-height:50px;}
    .solution02 .con .owl-nav{margin-top:-25px;}
    
    /*20191114*/
    .solution03 .content1 .left{width:49%; margin-right:2%;}
    .solution03 .content1{margin-bottom:10px;}
    .solution03 .content1 .right{width:49%;}
    .solution03 .content1 .left .cover{position:relative; padding:10px; background:#f6f6f6;}
    .solution03 .content1 .left .t{font-size:16px; font-weight:normal; color:#666;}
    .solution03 .content1 .left .c{display:none;}
    .solution03 .content2 .item{width:49%; margin-right:2%; margin-left:0; margin-bottom:10px;}
    .solution03 .content2 .item.three_item{margin-right:2%;}
    .solution03 .content2 .item.imgZoom:nth-child(2n){margin-right:0%;}
    .solution03 .rect-116{padding-bottom:0; height:auto;}
    .solution03 .content .item .box{padding:10px;}
    .solution03 .content .item .box .t{color:#666; font-weight:normal; font-size:16px; margin-bottom:0;}
    .solution03 .content .item .box .c{display:none;}
    /*20191114 end*/


    /*解决方案详细*/
    .solu_detail01{padding:0 0 15px; margin-top:0;}
    .solu_detail01 .infor{padding:0 5%; margin-bottom:20px;}
    .solu_detail01 .infor .tit{font-size:20px; line-height:20px;}
    .solu_detail01 .content{padding:0; margin-top:15px;}
    .solu_detail01 .content .back_box{display:none; width:100%; position:static; overflow:hidden; text-align:center;} 
    .solu_detail01 .content .back_box>div{display:inline-block; width:56px; height:63px;}
    .solu_detail01 .content .back_box .back_list a{ padding:0; line-height:50px; text-align:center;}
    .solu_detail01 .content .box{padding:20px;}
    .solu_detail01 .content .box .top_{margin-left:0;}
    .solu_detail01 .content .box .con{font-size:13px; margin-top:15px;}
    .solu_detail01 .content .box .top_l .t{font-size:18px; line-height:25px;}
    .solu_detail01 .content .box .top_l .c{font-size:14px; margin:20px 0; line-height:26px;}
    .solu_detail01 .content .box .top_l .text{font-size:14px; line-height:26px;}
    .solu_detail01 .content .box .bott_{margin-top:30px;}
    .solu_detail01 .content .box .bott_ .item{margin-bottom:15px;}
    .solu_detail01 .content .box .bott_ .item:last-child{margin-bottom:0;}
    .solu_detail01 .content .box .bott_ .intro_box{padding:15px 20px;}
    .solu_detail01 .content .box .bott_ .intro_box .t{font-size:16px; margin-bottom:5px;}
    .solu_detail01 .content .box .bott_ .intro_box .c{font-size:13px; display:none;}
    .solu_detail01 .page_bott{margin-top:15px;}
    .solu_detail01 .page_bott .page_center .icon .iconfont{margin-left:-11px;}
    .solu_detail01 .content .box .bott_ .intro_box .more{width:90px; line-height:27px; height:27px; margin-top:15px; font-size:13px;}
    .solu_detail02{height:auto; background-size:cover; padding:15px 0;}
    .solu_detail02 .infor{padding-top:30px;}
    .solu_detail02 .infor .tit{font-size:20px; line-height:25px; margin-bottom:0;}
    .solu_detail02 .infor .tit .img_{width:35px; height:auto; left:-40px;}
    .solu_detail02 .infor .tit .text{margin-bottom:10px;}
    .solu_detail02 .infor .con{font-size:14px; line-height:25px;}
    .solu_detail02 .content .form_box{padding:15px 0 0;}
    .solu_detail02 .content .form_box .select_wrap{margin-right:1%;}
    .solu_detail02 .content .form_box .select_wrap .sele{height:35px; line-height:35px;}
    .solu_detail02 .content .form_box button{font-size:14px; height:35px; line-height:35px; width:28%;}
    .solu_detail03{height:50px; line-height:50px;}
    .solu_detail03 .con .owl-nav{margin-top:-25px;}
    



    /*人才综合*/
    .job_center_ban .infor{bottom:40px;}
    .job_center_ban .infor .tit{font-size:20px; line-height:25px;}
    .job_center_ban .infor .con{font-size:14px;}
    .job_center_ban .infor .form_box{margin-top:25px;}
    .job_center_ban .infor .form_box .inp_box{width:49%; margin-right:2%;}
    .job_center_ban .infor .form_box .inp_box.city_inp_box{margin-right:0;}
    .job_center_ban .infor .form_box .inp_box.search_inp{width:100%; margin-right:0; margin-top:20px;}
    .job_center_ban .infor .form_box .btn_box{width:100%; margin-top:20px;}
    .job_center_ban .infor .form_box .btn_box button{width:100%;}
    .job_center01{margin-top:30px;}
    .job_center01 .content li{width:100%; margin-bottom:25px;}
    .job_center01 .content li:last-child{margin-bottom:0;}
    .job_center02{padding:30px 0;}
    .job_center02 .job02_top{display:none;}
    .job_center02 .job02_bott{margin-top:0;}
    .job_center02 .job02_bott li.on{width:100%;}
    .job_center02 .job02_bott li{width:100%; margin-bottom:20px;}
    .job_center02 .job02_bott li:last-child{margin-bottom:0;}
    .job_center02 .job02_bott li{height:auto;}
    .job_center02 .job02_bott li.on{height:auto;}
    .job_center02 .job02_bott li:before{bottom:30px;}
    .job_center02 .job02_bott li a.li_box{padding-bottom:50px; border:1px solid #e2e4f5;}
    .job_center02 .job02_bott li a.li_box>.icon{padding-top:30px; margin-bottom:10px;}

    /*学习发展*/
    .learn_develop.channel_content{padding:0;}
    .learn_develop01{margin-bottom:15px; padding-top:15px;}
    .learn_develop01 .left{width:100%;}
    .learn_develop01 .left .infor .tit{font-size:20px; line-height:25px;}
    .learn_develop01 .left .infor .con{margin-top:10px; font-size:13px; line-height:24px;}
    .learn_develop01 .right{width:100%;}
    .learn_develop02 {margin-bottom:15px;}
    .learn_develop02 .left .infor{padding:20px;}
    .learn_develop02 .left .infor .tit{font-size:20px; margin-bottom:0;}
    .learn_develop02 .right .cover ul{padding:20px;}
    .learn_develop02 .right .cover li{width:46%; height:auto; background:none; margin:0 1%; margin-top:10px;}
    .learn_develop02 .right .cover li.li02{background:none;}
    .learn_develop02 .right .cover li.li03{background:none;}
    .learn_develop02 .right .cover li.li04{background:none;}
    .learn_develop02 .right .cover li .txt{padding:0px; font-size:13px; height:auto; color:#fff;}
    .learn_develop03 {margin-bottom:30px;}
    .learn_develop03 .left .infor{padding:15px;}
    .learn_develop03 .left .infor .tit{font-size:20px; margin-bottom:0;}
    .learn_develop03 .left .infor .con{font-size:13px; line-height:24px; margin-top:5px;} 
    .learn_develop03 .right .cover ul{padding:30px 10px;}
    .learn_develop03 .right .cover li{width:46%; height:auto; background:none; margin:0 1%; margin-top:10px;}
    .learn_develop03 .right .cover li.li02{background:none;}
    .learn_develop03 .right .cover li .txt{padding:0px; font-size:13px; height:auto; color:#fff;}
    .learn_develop04 {padding:15px 0;}
    .learn_develop04 .left{width:100%;}
    .learn_develop04 .left .tit{font-size:20px; line-height:25px;}
    .learn_develop04 .left .tit a{font-size:20px; line-height:25px;}
    .learn_develop04 .left .con{margin-top:10px; font-size:13px; line-height:24px;}
    .learn_develop04 .right{width:100%; margin-top:20px;}
    .learn_develop04 .right .item .num{font-size:30px;}
    .learn_develop05{margin-top:0}
    .learn_develop05 a{font-size:14px; line-height:50px;}

    /*晋升机会*/
    .luru{padding-top:0;}

    /*招聘列表*/
    .jobList_ban.xc_banner{height:314px;}
    .jobList_ban.xc_banner>img{width:1400px; margin-left:-700px;}
    .jobList_ban.xc_banner .infor .tit{font-size:20px; margin-bottom:20px;}
    .job_list .form_box{padding:15px;}
    .job_list .form_box .inp_wrap{width:100%; margin-right:0; margin-bottom:15px;}
    .job_list .form_box .inp_wrap:last-child{margin-bottom:0;}
    .job_list .form_box .inp_wrap .inp{height:40px; line-height:40px;}
    .job_list .form_box .inp_wrap.search_wrap{width:100%;}
    .job_list .form_box button{height:46px; line-height:46px;}
    .job_list01{margin-bottom:15px;}
    .job_list01 ._jcon{padding:15px;}
    .job_list01 .info{font-size:13px;}
    .job_list01 ._ut{font-size:13px;}
    .job_list01 ._t3{display:none;}
    .job_list01 ._t4{display:none;}
    .job_list01 ._t6{display:none;}
    .job_list01 ._t1{width:32%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t2{width:42%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .job_list01 ._t5{width:26%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


    /*关于我们综合*/
    .about_center_ban{height:224px;}
    .about_center_ban>img{width:1000px; margin-left:-500px;}
    .about_center_logo{height:90px;}
    .about_center_logo img{width:900px; margin-left:-450px;}
    .about_center01{padding:0 0 25px;}
    .about_center01 .infor{padding:0;}
    .about_center01 .infor .tit{font-size:20px; line-height:26px; margin-top:10px;}
    .about_center01 .infor .con{font-size:14px; line-height:24px; margin:10px 0 30px;}
    .about_center01 .infor .list li .number{font-size:25px;}
    .about_center01 .infor .list li .number span{font-size:15px;}
    .about_center01 .infor .list li .txt{font-size:14px; line-height:20px;}
    .about_center02{padding:25px 0;}
    .about_center02 .ab_left .box .img{display:none;}
    .about_center .nr{width:92%; padding:2% 4%;}
    .about_center .title{font-size:18px;}
    .about_center02 .ab_right .cover .title{font-size:20px;}
    .about_center03{padding:20px 0;}
    .about_center04 .nr .cover .title{margin-top:30px;}

    /*品牌故事*/
    .brand_story01{padding:15px 0;}
    .brand_story01 .infor .tit{font-size:20px; margin-bottom:5px; line-height:25px;}
    .brand_story01 .infor .con{font-size:14px;}
    .brand_story02 li{margin-bottom:15px; height:auto;}
    .brand_story02 li .cover{width:100%; position:static; height:360px;}
    .brand_story02 li .cover .box{padding:20px;}
    .brand_story02 li .img img{position:static;}

    /*全球*/
    .global01{margin-bottom:15px; padding-top:15px;}
    .global01 .left{width:100%;}
    .global01 .left li{padding:10px 0;}
    .global01 .left li .text{line-height:30px; font-size:15px;}
    .global01 .right{width:100%;}
    .global01 .right .item_l{width:100%;}
    .global01 .right .item_l .intro{padding:15px;}
    .global01 .right .item_l .intro .tit{font-size:20px; line-height:22px; margin-bottom:10px;}
    .global01 .right .item_l .intro .con{font-size:13px; margin-top:10px; height:auto;}
    .global01 .right .item_l .intro .more{margin-top:20px; font-size:13px; width:120px; line-height:35px; height:35px;}
    .global01 .right .item_r{width:100%; margin-right:0; margin-top:20px; display:none;}
    .global02{padding:30px 0;}
    .global02 li{width:49%; margin-right:2%; margin-bottom:10px;}
    .global02 li:nth-child(2n){margin-right:0;}
    /*.global02 li:last-child{margin-bottom:0;}*/
    .global02 li .intro .cover .box .c{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    .global02 li .intro .cover .box{padding:15px;}
    .global02 li .intro .cover .box .more{margin-top:10px;}
    .global02 li .img_ .cover .t{padding:30px 4% 0; font-size:16px;}
    .global03{padding:30px 0;margin-bottom: 80px;}
    .global03 .infor{padding:0;}
    .global03 .infor .tit{font-size:20px;}
    .global03 .infor .con{margin-top:0px; font-size:13px;}
    .global03 .content{padding:0;}
    .global03 .content .cover .box{padding:30px 15px;}
    .global03 .content .cover .box dt{font-size:20px;}
    .global03 .content .cover .box dd{font-size:13px;}
    .global03 .content .cover .box dd span{font-size:22px;}
    .global03 .content .cover .box .text{font-size:14px;}
    .global03 .content .cover .box dd.odd{width:44%; margin-right:1%;}
    .global03 .content .cover .box dd.even{width:55%;}

    /*社会责任*/
    .social_respon01{padding:15px 0;}
    .social_respon01 .hd{margin-bottom:15px;}
    .social_respon01 .hd .right .box .tit{font-size:22px;}
    .social_respon01 .hd .right .box .con{font-size:15px;}
    .social_respon01 .hd .right .box .txt{font-size:13px;}
    .social_respon01 .bd .item{width:100%; margin-right:0; margin-bottom:15px;}
    .social_respon01 .bd .item:last-child{margin-bottom:0;}
    .social_respon01 .bd .box .t{font-size:18px;}
    .social_respon01 .bd .box .c{height:auto;}
    .social_respon02{padding-bottom:0px;}
    .social_respon02 .rect-1112{padding-bottom:100%;}
    .social_respon02 li.li_{width:49%; margin-right:2%; margin-bottom:15px;}
    .social_respon02 li.li_:nth-child(2n){margin-right:0;}
    .social_respon02 li .cover .box .t{font-size:16px; line-height:25px;}
    .social_respon02 li .cover .box .t{display:block;}
    .social_respon02 li .cover .box{position:relative;}
    .social_respon02 li .cover .box:after{content:''; width:20px; height:20px; background:url(../img/s_jt.png) no-repeat center; position:absolute; right:15px; top:50%; margin-top:-10px}
    .social_respon01 .hd .left .rect-4975{display:none;}

    /*品牌文化 20191102改*/
    .culture01{padding:15px 0;}
    .culture01 .infor{margin-bottom:20px;}
    .culture01 .infor .tit{font-size:20px; line-height:30px;}
    .culture01 .infor .con{font-size:16px; margin-top:10px; line-height:24px;}
    .culture01 .bd{padding:0px;}
    .culture01 .bd .content>.wrap{padding-bottom:0;}
    .culture01 .bd .content .item .box .t{font-size:18px; line-height:30px; margin-top:15px; padding-bottom:5px;}
    .culture01 .bd .content .item1 .box .t{margin-top:0;}
    .culture01 .bd .content .item .box .t1{margin-top:15px;}
    .culture01 .bd .content .item .box .c{font-size:13px;}
    .culture02{padding:0;}
    .culture02 .item{margin-bottom:15px;}
    .culture02 .item .box{height:auto;}
    .culture02 .item .box .intro{padding:15px 20px;}
    .culture02 .item .box .intro .tit{font-size:18px; margin-bottom:0;}
    .culture02 .item .box .intro .con{font-size:13px;}
    .culture02 .item .box .intro .icon{right:10px;}


    /* 弹窗 */
    .common_tc .content .box .tc_con .tit .t{font-size:18px;}
    .common_tc .content .box .tc_con .tit .c{font-size:16px; margin:40px 0 20px;}
    .common_tc .content .box{height:460px;}

    /*了解*/
    .know01{padding:15px 0 0;}
    .know01 .content .left .play{width:50px; height:50px; background-size:cover; margin-top:-25px; margin-left:-25px;}
    .know01 .content .cover_r .box{padding:20px;}
    .know01 .content .cover_r .box .tit i{display:block;}
    .know01 .content .cover_r .box .tit{padding-left:40px; font-size:20px; line-height:25px;}
    .know01 .content .cover_r .box .tit i{width:25px; height:34px; background-size:contain;}
    .know01 .content .cover_r .box .con{margin-top:20px; font-size:13px;}
    .know02{margin-top:0; padding-bottom:0;}
    .know02 .list li{width:100%; text-align:left;}
    .know02 .list li{padding:10px 0; border-bottom:1px solid #cecece;}
    .know02 .list li .li_box{line-height:64px; margin-left:20px;}
    .know02 .list li .li_box .number{font-size:15px;}
    .know02 .list li .li_box .number .num{font-size:30px; line-height:40px; font-family:Arial;}
    .know02 .list li .li_box .icon{margin:0; display:inline-block; vertical-align:middle; width:40px; height:40px;}
    .know02 .list li .li_box .number{display:inline-block; vertical-align:middle; margin-left:20px; line-height:inherit;}
    .know02 .list li .li_box .t{display:inline-block; vertical-align:middle; margin-left:20px; line-height:inherit; font-size:13px; margin-bottom:0;}
    .know03{padding-bottom:15px;}
    .know03 .content .bd .item .left{width:100%;}
    .know03 .content .bd .item .left .box{padding:15px}
    .know03 .content .bd .item .left .box .tit{font-size:20px; line-height:25px;}
    .know03 .content .bd .item .left .box .con{margin-top:15px; font-size:13px;}
    .know03 .content .bd .item .right{display:none;}
    .know03 .content .hd {height:auto; overflow:hidden;}
    .know03 .content .hd .item{padding:25px 0; height:auto;}
    .know03 .content .hd .item .icon{display:none;}
    .know03 .content .hd .item .txt{font-size:14px;}
    .know04{padding:15px 0;}
    .know04 .infor .tit{font-size:20px; line-height:25px;}
    .know04 .content{margin-top:20px;}
    .know04 .content .cover .t{font-size:13px;}
    .know04 .content .left .left_top{margin-bottom:8px;}
    .know04 .content .left .left_bott_l .cover .ico,
    .know04 .content .left .left_bott_r .cover .ico{display:none;}
    .know04 .content .left .left_more{margin-top:8px;}
    .know04 .content .left .left_more .box .intro{font-size:20px;}
    .know04 .content .left .left_more .box .intro .icon{width:20px; height:20px; background-size:cover;}
    .know04 .content .right{display:none;}
    .know04 .content .right .right_bott .intro .box .t{font-size:18px;}
    .know04 .content .right .right_top .right_top_ .intro .t{font-size:14px;}

    /*****************老网站页面********************/

    /*抗震救灾*/
    .kzjz01{padding:15px 0 0;}
    .kzjz01 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .kzjz01 .infor .con{font-size:13px;}
    .kzjz01 .infor .con span{font-size:16px;}
    .kzjz01 .content{margin-top:15px; background-size:cover;}
    .kzjz01 .content ul{height:auto; padding:40px 20px 20px;}
    .kzjz01 .content ul li{width:50%; margin-bottom:20px;}
    .kzjz01 .content ul li .number{width:80px; height:80px; line-height:80px;}
    .kzjz01 .content ul li .number span{font-size:20px;}
    .kzjz01 .content ul li .txt{height:40px; font-size:14px;}
    .kzjz02 .jiuzai_hd .wrap{width:auto; padding-left:2%; padding-right:2%; min-width:inherit;}
    .kzjz02 .jiuzai_hd .tab_t{padding:10px; font-size:17px;}
    .kzjz02 .jiuzai_imgs {width:280px; height:154px; overflow:hidden; margin-bottom:15px;}
    .kzjz02 .jiuzai_intro ._t{font-size:20px; margin-bottom:0;}

    /*教育助学*/
    .edu_zx01{padding:15px 0;}
    .edu_zx01 .infor .tit{font-size:20px; line-height:25px; margin-bottom:10px;}
    .edu_zx01 .infor .con{font-size:13px;}
    .edu_zx01 .content{margin-top:15px;}
    .edu_zx01 .content .aixinMain .tab_t{width:49%; margin-right:2%; height:50px; line-height:50px;}
    .edu_zx01 .content .aixinMain .tab_t:nth-child(2n){margin-right:0;}
    .edu_zx01 .content .aixinMain .tab_t i{display:none;}
    .edu_zx01 .content .aixinMain .axIntro .box{height:150px;}
    .edu_zx01 .content .aixinMain .axIntro .box .text{height:150px;}

    /*成长环境--图片列表*/
    .pic_list01{padding:30px 0 0;}

    /*成长故事*/
    .growth_story01{padding:15px 0 0;}
    .growth_story01 li{margin-bottom:15px;}
    .growth_story01 li:last-child{margin-bottom:0;}
    .growth_story01 li .intro .box{padding:15px;}
    .growth_story01 li .intro .box .tit a{font-size:20px;}
    .growth_story01 li .intro .box .con{font-size:16px; margin-bottom:5px;}
    .growth_story01 li .intro .box .txt{height:auto; font-size:13px;}

    /*视频列表*/
    .video_list01{padding:0}
    .video_list01 .infor{font-size:0;}
    .video_list01 .infor a{padding:0 5px; font-size:13px; margin:0 5px; height:36px; line-height:36px;}
    .video_list01 .content li{margin-bottom:15px;}
    .video_list01 .content li:last-child{margin-bottom:0;}
    .video_list01 .content li .intro {background:#fff;}
    .video_list01 .content li .intro .box{padding:20px;}
    .video_list01 .content li .intro .box .tit{font-size:13px; white-space:normal; height:48px; line-height:24px;}

    /*多彩*/
    .colorful_xg01{padding:0;}
    .colorful_xg01 .content li{margin-bottom:10px;}
    .colorful_xg01 .content li:last-child{margin-bottom:0;}



    /***************** 老网站页面 end *****************/
    
    /****************祥瑞******************/
    .time_order{padding:15px 10px; margin-bottom:0;}
    .time_order .time_con{margin-top:5px;}
    .time_order .time_con a{margin:0 3px; font-size:14px;}
     /* 新闻详细 */
     .news_detail02 .news_det_top{display:none;}
    .news_detail02 .news_det_bott .content .share{width:30px; height:30px; background-size:cover}
    .news_detail02 .news_det_bott .content .box{padding:35px 20px 20px;}
    .news_detail02 .news_det_bott .content ._t{font-size:18px;}
    .news_detail02 .news_det_bott .content ._date{font-size:14px; margin-bottom:20px;}
    .news_detail02 .news_det_bott .content .con{font-size:13px;}
    .news_detail02 .news_det_bott .keywords{margin-top:30px; font-size:16px;}
    .news_detail02 .news_det_bott .keywords a{font-size:14px;}
    .news_detail02 .news_det_top .logo{width:27%;}
    .news_detail02 .news_det_top .tit{font-size:14px;}
    .news_detail02 .news_det_top .tit span{font-size:15px;}
    .news_detail02 .news_det_top .right{display:none;}
    .news_detail02 .news_det_bott .page_bott{margin-top:15px;}
    .news_detail02 .news_det_bott .page_bott .page_btn{font-size:14px;}
    .news_detail02 .news_det_bott .page_bott .t{font-size:14px; line-height:22px;}
    .news_detail02 .news_det_bott .page_bott .box{padding:10px 20px;}
    .news_detail02 .news_det_bott .page_bott .page_prev{border:none;}
    .news_detail02 .news_det_bott .page_bott .page_next{border:none;}
    .news_detail02 .news_det_bott{padding:20px 0 15px;}
    .news_detail02 .news_det_bott ._tools{margin-top:5px;}
    .news_detail02 .news_det_bott ._tools ._tool{height:30px; line-height:30px; margin-right:3px}
    .news_detail02 .news_det_bott ._tools ._tool:last-child{margin-right:0;}
    .news_detail02 .news_det_bott ._tools #switcher{height:25px; line-height:25px;}

    /* 新闻综合 */
    .newsBanner{height:118px;}
    .newsBanner img{width:1000px; margin-left:-500px; }
    .news_center01{padding:30px 0;}
    .news_center01 .infor .tit{font-size:21px; line-height:30px; margin-bottom:20px;}
    .news_center01 .content .left{margin-bottom:25px;}
    .news_center01 .content .left .intro .box{padding:30px}
    .news_center01 .content .left .intro .box .t{font-size:16px; line-height:28px;}
    .news_center01 .content .right .r_top{margin-bottom:25px;}
    .news_center01 .content .right .r_top .top_r .introduce .box .t{font-size:14px;}
    .news_center01 .content .right .r_bott .bott_l .box{padding:15px;}
    .news_center01 .content .right .r_bott .bott_l .box .t{font-size:14px; line-height:22px; height:66px}
    .news_center01 .content .right .r_bott .bott_r .box{padding:15px;}
    .news_center01 .content .right .r_bott .bott_r .box .t{font-size:14px; line-height:22px; height:66px}
    .news_center02{padding:30px 0;}
    .news_center02 .infor .tit{font-size:21px; line-height:30px;}
    .news_center02 .infor .con{font-size:14px; line-height:30px;}
    .news_center02 .list .item .item_box .intro .t{font-size:18px;}
    .news_center03{padding:30px 0;}
    .news_center03 .intro{font-size:20px; margin-bottom:30px;}
    .news_center03 .content .item .box .tit{font-size:16px; height:auto;}
    .news_center03 .content .item:after{display:none;}
    .news_center03 .owl-nav .owl-prev{left:85%;}
    .news_center03 .content .item .box .con{font-size:14px;}
    .news_center04{padding:30px 0;}
    .news_center04 .infor .tit{font-size:21px; line-height:30px; margin-bottom:15px;}
    .news_center04 .content .item .intro .box{padding:24px;}
    .news_center04 .content .item .intro .box .t{font-size:17px; line-height:28px; margin:5px 0 10px;}
    .news_center04 .content .item .intro .box .c{font-size:14px;}
    .news_center05{padding:30px 0;}
    .news_center05 .content .left{width:100%; margin-bottom:25px;}
    .news_center05 .content .left .cover .box{padding:40px;}
    .news_center05 .content .left .cover .box .t{font-size:18px;}
    .news_center05 .content .left .cover .box .icon{width:40px; height:40px; background-size:cover; right:20px; bottom:20px;}
    .news_center05 .content .center{width:100%; margin-bottom:25px;}
    .news_center05 .content .center .cover .box{padding:40px;}
    .news_center05 .content .center .cover .box .t{font-size:18px;}
    .news_center05 .content .center .cover .box .icon{width:40px; height:40px; background-size:cover; right:20px; bottom:20px;}
    .news_center05 .content .right{width:100%;}
    .news_center05 .content .right .r_top{margin-bottom:25px;}
    
    /* 新闻列表 */
    .widgets_common_pages_6{margin-top:30px;}
    .widgets_common_pages_6 a, 
    .widgets_common_pages_6 span{line-height:30px; padding:0 6px;}
    .news_list01{padding:0}
    .news_list01 .news_list_l{width:100%;}
    .news_list01 .news_list_r{width:100%;}
    .news_list01 .news_list_r .search_box .search_title{font-size:20px;}
    .news_list01 .news_list_r .search_inp{font-size:14px;}
    .news_list01 .news_list_r .search_btn{font-size:16px;}
    .news_list01 .news_list_r .search_inp .select_box01{font-size:14px;}
    .news_list01 .news_list_r .search_inp input{font-size:14px;}
    .news_list01 .news_list_r .news_gjc{padding-left:15px; display:none;}
    .news_list01 .news_list_l ul li{margin-bottom:15px;}
    .news_list01 .news_list_l ul li:last-child{margin-bottom:0;}
    .news_list01 .news_list_l ul li .box{padding:15px;}
    .news_list01 .news_list_l ul li .box .img{width:100%; margin-left:0; margin-bottom:20px;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:16px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; height:auto;}
    .news_list01 .news_list_l ul li .box .txt .d{font-size:13px;}
    .news_list01 .news_list_l ul li .box .txt ._tool{font-size:13px;}
    .news_list01 .news_list_l .recommend_news{display:none;}
    .news_list01 .news_list_l .recommend_news .box{padding:25px}
    .news_list01 .news_list_l .recommend_news .box .box_left{width:100%;}
    .news_list01 .news_list_l .recommend_news .box .box_right{width:100%;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro{padding:15px 15px 0;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .t{font-size:20px; height:auto;}
    .news_list01 .news_list_l .recommend_news .box .box_right .intro .c{height:auto;}
    
    /****************祥瑞 end***************/

    /*20190912---9月补充*/
    /*品牌活动*/
    .brand_activity01{padding:0;}
    .brand_activity01 .content .item{width:49%; margin-right:2%; margin-bottom:10px;}
    .brand_activity01 .content .item.three_item{margin-right:2%;}
    .brand_activity01 .content .item.imgZoom:nth-child(2n){margin-right:0;}
    .brand_activity01 .content .item .intro .box .d{font-size:13px;}
    .brand_activity01 .content .item .intro .box .d span{display:none;}
    .brand_activity01 .content .item:last-child{margin-bottom:0;}
    .brand_activity01 .content .item .intro .box{padding:15px}
    .brand_activity01 .content .item .intro .box .t{font-size:15px; line-height:24px; margin:5px 0; height:48px; overflow:hidden;}
    .brand_activity01 .content .item .intro .box .c{font-size:13px; height:48px; line-height:25px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    /*联系我们*/
    .contact_us01{padding:75px 0;}
    .contact_us01 .infor .tit{font-size:20px;}
    .contact_us01 .infor .con{font-size:14px; margin:0 0 15px;}
    .contact_us01 .content .top_{margin-bottom:15px;}
    .contact_us01 .content .top_ .cover .box{padding:50px;}
    .contact_us01 .content .top_ .cover .box .t{font-size:20px;}
    .contact_us01 .content .top_ .owl-nav div{font-size:40px;}
    .contact_us01 .content .bott_ li{margin-bottom:15px;}
    .contact_us01 .content .bott_ .li_box .tit{font-size:16px; padding-bottom:15px; margin-bottom:15px;}
    .contact_us01 .content .bott_ .li_box .con{font-size:15px; line-height:28px;}

    /*20190916*/
    .global_detail01 .infor .tit{font-size:20px; margin-bottom:15px;}
    .global_detail01{padding:15px 0;}
    .global_detail01 .infor .con{margin-bottom:0;}
    .global_detail01 .infor .madana{width:120px; line-height:35px; height:35px; font-size:13px;}

    /*公益奖项*/
    .awards01{padding:15px 0 0;}
    .awards01 .list{margin-bottom:15px;}
    .awards01 .list:last-child{margin-bottom:0;}
    .awards01 .list .imgs{width:100%;}
    .awards01 .list .intro{width:100%;}
    .awards01 .list .intro a{padding:20px;}
    .awards01 .list .intro a .con{height:auto; text-align:justify;}
    .awards01 .list .intro a .con .text{padding-right:0;}

    /*20190924*/
    /*品牌理念*/
    .brand_concept01{padding:15px 0;}
    .brand_concept01 .hd{margin-bottom:0;}
    .brand_concept01 .hd.fixed{height:50px; top:0;}
    .brand_concept01 .hd ul{height:50px; line-height:50px;}
    .brand_concept01 .hd li{font-size:12px;width:19%;}
    .brand_concept01 .hd li.li3{width:24%;}
    .brand_concept01 .bd .section1{margin-bottom:0;}
    .brand_concept01 .bd .section1 .infor{margin-bottom:0; padding-top:15px;}
    .brand_concept01 .bd .section1 .infor .tit{font-size:18px; line-height:40px; height:40px;}
    .brand_concept01 .bd .section1 .infor .con .t{font-size:16px; font-weight:normal;}
    .brand_concept01 .bd .section1 .infor .con .c{padding:15px;}
    .brand_concept01 .bd .section1 .content{padding:15px 0;}
    .brand_concept01 .bd .section1 .content .cell{height:auto; margin-bottom:15px;}
    .brand_concept01 .bd .section1 .content .left{float:none; width:100%; margin-right:0; margin-top:0px}
    .brand_concept01 .bd .section1 .content .right{float:none; width:100%; margin-left:0; margin-top:0px}
    .brand_concept01 .bd .section1 .content .center{float:none; width:100%;}
    .brand_concept01 .bd .section1 .content .center .box{padding:0;}
    .brand_concept01 .bd .section1 .content .center .box .cen_top .cell{width:100%; box-sizing:border-box; margin-bottom:15px; padding:10px 2%;}
    .brand_concept01 .bd .section1 .content .cell .line{display:none;}
    .brand_concept01 .bd .section1 .content .left .cell2 span{margin-top:0;}
    .brand_concept01 .bd .section1 .content .right .cell span{margin-top:0;}
    .brand_concept01 .bd .section1 .brand_logo{border:none; margin:15px 0;}
    .brand_concept01 .bd .section1 .brand_logo .brand_logo_tit span{font-size:14px;}
    .brand_concept01 .bd .section1 .brand_logo .box{padding:25px 20px 0px;}
    .brand_concept01 .bd .section1 .brand_logo .box .smidd-6{margin-bottom:10px;}
    .brand_concept01 .bd .section2{margin-bottom:0;}
    .brand_concept01 .bd .section2 .content{height:250px;}
    .brand_concept01 .bd .section2 .content>img{width:600px; margin-left:-300px;}
    .brand_concept01 .bd .section2 .content .cover{top:20%; left:20%; right:20%; bottom:20%;}
    .brand_concept01 .bd .section2 .content .cover .box{width:100%;}
    .brand_concept01 .bd .section2 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section2 .content .cover .box .con{font-size:16px;}
    .brand_concept01 .bd .section3{margin-bottom:15px;}
    .brand_concept01 .bd .section3 .infor .tit{font-size:20px; line-height:46px; height:46px;}
    .brand_concept01 .bd .section3 .content li{/*width:45%;*/ height:50px; line-height:50px;}
    .brand_concept01 .bd .section3 .content li a .tit{font-size:20px; margin-top:0;}
    .brand_concept01 .bd .section4{margin-bottom:15px;}
    .brand_concept01 .bd .section4 .content{height:248px;}
    .brand_concept01 .bd .section4 .content>img{width:600px; margin-left:-300px;}
    .brand_concept01 .bd .section4 .content .cover{left:20%; top:20%; right:20%; bottom:20%; width:auto; margin:0; padding:50px; box-sizing:border-box;}
    .brand_concept01 .bd .section4 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section5 .content{height:426px;}
    .brand_concept01 .bd .section5 .content>img{width:1050px; margin-left:-525px;}
    .brand_concept01 .bd .section5 .content .cover{width:100%; height:40%; padding:15px; box-sizing:border-box; margin-bottom: 200px;}
    .brand_concept01 .bd .section5 .content .cover .box .tit{font-size:20px;}
    .brand_concept01 .bd .section5 .content .cover .box .con{font-size:14px;}
    .brand_concept01 .bd .section5 .content .cover .box .txt{font-size:12px;}

    /*20190925全站搜索*/
    .total_search.channel_content{padding:0 0 30px;}
    .searchArea{padding:30px 0 20px;}
    .searchArea .infor .tit{font-size:20px; line-height:25px;}
    .searchArea .content{margin-top:25px; padding:0 2%;}
    .searchArea .content .form_box .search .btn_wrap .btns{font-size:15px;}
    .resultArea .infor .tit{font-size:20px;}
    .resultArea .content{margin-top:25px; padding:0;}
    .resultArea .content .area{padding:25px 0;}
    .resultArea .content h3{font-size:20px; margin-bottom:20px;}
    .resultArea .content .piclist_area .srchList li{margin-bottom:25px;}
    .resultArea .content .piclist_area .srchList li .intro .t{font-size:16px;}
    .resultArea .content .piclist_area .srchList li .intro .t span{font-size:14px;}
    .resultArea .content .content_area li .t{font-size:16px; line-height:25px;}
    .resultArea #botBtn .btnMore{height:46px; line-height:46px; padding:0 35px;}

    /*20190927*/
    /*简历投递*/
    #xcmg-jltd .Form-J1 .Form-J1-li{padding:0 5%;}
    #xcmg-jltd .Form-J1 .Form-J1-li:last-child{margin-bottom:0;}
    #xcmg-jltd .Form-J1 .Form-J1-li input{width:90%; margin-bottom:20px;}
    #xcmg-jltd .Form-J1 .Form-J1-li label{width:auto; display:block; text-align:left; margin-bottom:4px;}
    #xcmg-jltd .Form-J1 .Form-J1-li select{width:90%!important; margin-bottom:20px;}

    /*20191102改*/
    /*实力*/
    .channel_content.slxg{padding-bottom:15px;}
    .slxg01{padding-top:15px;}
    .slxg01 .infor{margin-bottom:20px;}
    .slxg01 .infor .tit{font-size:20px; line-height:28px;}
    .slxg01 .infor .con{font-size:16px; margin-top:10px;}
    .slxg02 .content .box{padding:15px 0;}
    .slxg02 .content .box .tit{font-size:18px; line-height:30px; margin-bottom:5px;}
    .slxg02 .content .box .con{font-size:14px;}
    .slxg02 .content .box ul{margin-top:10px; padding:0; text-align:center;}
    .slxg02 .content .box ul li{width:100%; font-size:14px;}
    .slxg03 .content .infor .t{font-size:18px; margin-bottom:15px;}
    .slxg03 .content .infor .t:after{bottom:-5px;}
    .slxg03 .content .infor .c{font-size:14px; height:auto; margin-bottom:0px;}
    .slxg03 .content .infor .box, 
    .slxg03 .content.odd .infor .box{margin:0; padding:15px; box-sizing:border-box;}
    

    /*404页面*/
    .false01 .content{width:100%; position:static; margin-left:0; margin-top:0;}
    .false01 .text .txt1{font-size:20px;}
    .false01 .content .box{width:100%;}
    .false01 .text{padding:20px;}
    /*20191015*/
    .brand_story02 li.odd .cover .box .img_box{right:5%;}
    .brand_story02 li.even .cover .box .img_box{left:5%;}
    .brandBox_detail{width:100%; margin-left:0; left:0;}
    .brandBox_detail .box{padding:0 10%;}
    .brandBox_detail .box .tit{font-size:18px;}

    /*20191108*/
    .xctx01{padding:15px 0;}
    .xctx01 .left .infor .tit{font-size:20px;}
    .xctx01 .left .infor .con{margin-top:5px; font-size:13px; line-height:24px;}
    .xctx01 .right .box{padding-left:0; width:60%; margin:0 auto}
    .xctx02{padding:15px 0 5px;}
    .xctx02 .infor{margin-bottom:20px;}
    .xctx02 .infor .tit{font-size:20px; line-height:26px;}
    .xctx02 .content .item .cover .box{margin:15px; padding:0}
    .xctx02 .content .item{width:49%; margin-right:2%; margin-left:0; margin-bottom:10px;}
    .xctx02 .content .item:nth-child(2n){margin-right:0;}
    .xctx02 .content .item:last-child{margin-bottom:0;}
    .xctx02 .content .item .intro .box .text{font-size:14px;}
    .xctx03{padding:15px 0;}
    .xctx03 .left .box{padding:15px}
    .xctx03 .left .box .tit{font-size:20px; line-height:26px;}
    .xctx03 .left .box .con{margin-top:5px;}

   /* 社交媒体 */
   .sj_media02{padding:15px 0;}
   .sj_media01{padding:15px 0 0;}
   .sj_media02{padding-bottom:0;}
   .sj_media02 .infor .tit{font-size:20px; line-height:20px; margin-bottom:15px;}
   .sj_media02 .infor{margin-bottom:15px;}
   .sj_media02 .infor .con{font-size:13px; line-height:20px;}
   .sj_media02 .content li{width:47%; margin-bottom:20px; cursor:pointer;}
   .sj_media02 .content li .box .intro .t{font-size:13px;}
   .sj_media02 .content li .box .intro .c{font-size:13px;}
   .sj_media02 .content li .box{padding:15px 10px; height:150px;}
   .sj_media03{padding:0 0 15px;}
   .sj_media03 .infor .tit{font-size:20px; line-height:26px; margin-bottom:15px;}
   .sj_media03 li{ margin-bottom:15px;}
   .sj_media03 li .icon{margin:0 4px; width:45px; height:45px;}
   .sj_media02 .content li .li_hover .t{font-size:13px;}
   .sj_media03 .infor{margin-bottom:0;}

    /*发展历程*/
    .history_xc01{padding:15px 0;}
    .history_xc01 .stage_box li {border-bottom:0; width:50%;}
    .history_xc01 .stage_box li.cur { border-color:#fff; color:#fff;}
    .history_xc01 .stage_box li .year{display:inline-block; margin-right:10px;}
    .history_xc01 .stage_box li .desc{display:inline-block; line-height:25px;;}
    .history_xc01 .stage_box li .year span{font-size:14px;}
    .history_xc01 .stage_box li .year i{display:none;}
    .history_xc01 .stage_box li:hover .year span,
    .history_xc01 .stage_box li:hover .desc{color:#fff;}
    .history_xc01 .stage_box li .pd { padding:5px 10px; }
    .history_xc01 .stage_box .desc { font-size:14px; }
    .history_xc01 .container{background:none;}
    .history_xc01 .container .l_box{width:100%; text-align:left; background:#f6f6f6;}
    .history_xc01 .container .r_box{width:100%;}
    .history_xc01 .container .l_box .pd{padding:20px;}
    .history_xc01 .container .l_box .tit{font-size:18px;}
    .history_xc01 .container .r_box ul{padding:20px;}
    .history_xc01 .container .r_box ul li{margin-bottom:30px;}
    .history_xc01 .container .r_box .year:after{display:none;}
    .history_xc01 .container .r_box .year{font-size:20px; margin-bottom:0;}
    :root .history01 .bg img{display:block;}
    .history01 .bg video{display:none;}

    /* 表单 */
    .jltd .tit{margin-bottom:15px;}
    .jltd .tit .c{font-size:13px}
    .jltd .tit .t{font-size:20px;}
    .jltd .text_content{margin:0; padding:0;}
    .jltd .text_content .inp_box{width:100%; margin:10px 0;}
    .jltd .text_content .yzm .input_area{margin:0 1% 0 0;}
    .jltd .text_content .send{float:none; font-size:16px;}
    .jltd .tit .t{font-size:20px;}
    .jltd{padding:0 0 15px 0;}
    .jltd .text_content .send{font-size:13px; line-height:35px; height:35px; width:120px; margin-top:15px;}
    .jltd .text_content .inp_box select.select_wrap{font-size:13px;}
    .jltd .text_content .con{margin-top:15px; padding-top:15px;}
    .jltd .text_content .t{line-height:24px;}

    /* 分页 */
    .page_bott{margin-top:15px;}
    .page_bott .page_btn{font-size:14px;}
    .page_bott .t{font-size:14px; line-height:22px;}
    .page_bott .box{padding:10px 20px;}
    .page_bott .page_prev{border:none;}
    .page_bott .page_next{border:none;}


    /*20191114*/
    .news_list01 .news_list_l ul li .box .img{width:35%; margin-top:10px;}
    .news_list01 .news_list_l ul li .box .txt{width:60%; float:left;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool{display:none;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool.d{display:block;}
    .news_list01 .news_list_l ul li .box .txt .tool ._tool.d i{vertical-align:0;}
    .news_list01 .news_list_l ul li .box .txt .t{font-size:14px; font-weight:bold; margin:0 0 5px;}
    .news_list01 .news_list_l ul li .box .txt .c{font-size:13px; line-height:22px; height:44px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
    .contact_us01 .content .bott_ .li_box{padding:30px;}
    

    /*20191128 --760模式*/
    .solution03 .content .item:hover{box-shadow:none;}
    .solution03 .content .item:hover .li_line{display:none;}
    .solution03 .content1 .left:hover{box-shadow:none;}
    .edu_zx01 .content .aixinMain .axSlider{width:100%;}
    .edu_zx01 .content .aixinMain .axIntro {width:100%;}
    .edu_zx01 .content .aixinMain .axIntro .box{height:auto;}
    .edu_zx01 .content .aixinMain .axIntro .box .text{height:auto;}
    .brand_concept01 .bd .section1 .content .cell span{height:auto;}
    .m_nav{top:55px;}
    .learn_develop02 .right .cover li:last-child:after{display:block;}
    .learn_develop03 .right .cover li:after{display:none;}
    .news_download01{padding-top:0;}
    .news_download01 .item{margin-bottom:0;}
    .news_download01 .item .title{font-size:16px; margin-bottom:5px;}
    .news_download01 .item .con .li_{width:49%; margin-right:2%;}
    .news_download01 .item .con .li_:nth-child(2n){margin-right:0;}
    .news_download01 .item .con .li_ .li_box .tit{font-size:14px;}

    /*20191205*/
    .yjpt .addPart{padding:15px 0;}
    .yjpt .addPart .n{font-size:18px}
    .yjpt .addPart .hd{margin-bottom:0;}
    .yjpt .addPart li ._n{font-size:14px; height:22px; line-height:22px; max-width:70%;}
    .yjpt .addPart li ._time{line-height:22px; vertical-align:5px;}
    /*预警平台列表*/
    .yjpt_list01{padding-top:0;}
    .yjpt_list01 .left{width:100%;}
    .yjpt_list01 .right{width:100%;}
    .yjpt_list01 .left li{margin-bottom:15px;}
    .yjpt_list01 .left li .date{display:none;}
    .yjpt_list01 .left li .time{display:block;}
    .yjpt_list01 .left li .time i{margin:0;}
    .yjpt_list01 .left li .n{font-size:18px}
    .yjpt_list01 .left li .text{font-size:14px;}

    /*2020-1-7 调查问卷*/  
    .questionnaire02 form .tit .t{font-size:17px;}
    .questionnaire02 form .tit .d{font-size:14px; line-height:1.8;}
    .questionnaire02 form .con .desc strong{font-size:15px;}
    .questionnaire02 form .con{padding:20px 0;}
    .questionnaire02 form .key{font-size:14px;}
    .questionnaire02 form .con{font-size:14px; }
    .questionnaire02 .form1 input{margin:8px 0;}
    .questionnaire02 .form1 img{margin-top:0;}
    .questionnaire02 .form1 .tip{bottom:20px;}
    .questionnaire02 form .con.con3{padding-bottom:10px;}
    .questionnaire02 form .con.con2{padding-bottom:30px;}
    .questionnaire02 button{font-size:16px; margin-top:20px;}
    .questionnaire02 .form2{line-height:1.8;}
    .questionnaire02 .form2 textarea,.questionnaire02 .form1 input{width:100%; box-sizing:border-box;}

    /* 专题 抗击疫情 */
    .zt_wrap{padding-left:2%; padding-right:2%; width:auto;}
    .zt_header .top_list{display:none;}
    .zt_header .m_tool{display:block; float:right; color:#00a1e9; font-size:14px; margin-top:15px; font-weight:bold;}
    .zt_header .m_tool img{width:20%; position:relative; top:4px;}
    .zt_header .logo{padding:15px 0 0;}
    .zt_nav .nav_wrap{background:#00a1e9; height:55px; margin-top:0;}
    .zt_nav dl dt{display:none;}
    .zt_nav dl dd{line-height:55px; font-size:16px;}
    .zt_nav dl dd{margin:0 5px;}
    .zt_main{background:url(../img/zt/m_main_bg.jpg) no-repeat center 770px;}
    .zt_pt1{padding-top:25px; background:#fff;}
    .zt_pt1 .zt_wrap{display:none;}
    .zt_pt1 .m_news{display:block;}
    .zt_pt1 .m_news .rect-46{padding-bottom:62%;}
    .zt_pt1 .m_news .hd{padding-bottom:20px; border-bottom:1px solid #f0efef;}
    .zt_pt1 .m_news .hd .cover{position:absolute; width:100%; height:100%; background:url(../img/zt/zt_pt3_2.png) no-repeat center; background-size:cover;}
    .zt_pt1 .m_news .infor {font-size:20px;font-weight:bold;color:#000;margin-bottom:20px;}
    .zt_pt1 .m_news .hd .tit{position:absolute; left:10px; bottom:10px; font-size:16px; font-weight:bold; color:#fff;}
    .zt_pt1 .m_news .bd .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0efef;}
    .zt_pt1 .m_news .bd .item .left{width:58%; float:left;}
    .zt_pt1 .m_news .bd .item .left .t{font-size:16px; color:#000; margin-bottom:15px; line-height:25px; height:50px; overflow:hidden;}
    .zt_pt1 .m_news .bd .item .left .d{font-size:14px; color:#666666;}
    .zt_pt1 .m_news .bd .item .right{width:40%; float:right;}
    .zt_pt1 .m_news .load_more{padding-bottom:20px;}
    .zt_pt2{background:#daecfa; padding-top:20px;}
    .zt_pt2 .infor{font-size:20px;}
    .zt_pt2 .left{width:100%; margin-bottom:20px;}
    .zt_pt2 .right{width:100%;}
    .zt_pt2 .rect-927{padding-bottom:46.1%;}
    .zt_pt2 .right ul li .tit .t{width:82%; font-size:14px;}
    .zt_pt2 .right ul li .tit{line-height:45px;}
    .zt_pt2 .right ul li .tit .t_btn,
    .zt_pt2 .right ul li.cur .tit .t_btn{height:45px; width:44px; background-size:contain;}
    .zt_pt2 .right ul li .con{overflow:hidden;}
    .zt_pt2 .right ul li .con .t{font-size:13px; height:60px; line-height:20px;}
    .zt_pt2 .right ul li{margin-bottom:20px;}
    .zt_pt2 .right{height:auto;}
    .zt_pt2 .narrs{display:none;}
    .zt_pt3{padding:20px 0 20px;}
    .zt_pt3 .infor{font-size:20px;}
    .zt_pt3 .content_wrap{display:none;}
    .zt_pt3 .ie8{display:block;}
    .zt_pt3 .ie8 .item .tit{position:absolute; left:10px; bottom:10px; color:#fff;}
    .zt_pt3 .ie8 .item .cover{position:absolute; width:100%; height:100%; left:0; bottom:0; background:url(../img/zt/zt_pt3_2.png) no-repeat center;}
    .zt_pt3 .ie8 .owl-nav>div{margin-top:-22px;}
    .zt_pt3 .ie8 .owl-nav .owl-prev,
    .zt_pt3 .ie8 .owl-nav .owl-next{height:45px; width:44px; background-size:contain;}
    .zt_pt4{padding-bottom:20px; padding-top:20px;}
    .zt_pt4 .infor{font-size:20px;}
    .zt_pt4 .content .item .box{padding:20px;}
    .zt_pt4 .content .item .box img{height:50px; width:auto;}
    .zt_pt4 .content .item .box .t{font-size:14px; margin:10px 0;}
    .zt_pt4 .content{width:94%; margin-left:3%;}
    .zt_pt4 .content .owl-nav .owl-prev{left:-20px;}
    .zt_pt4 .content .owl-nav .owl-next{right:-20px;}
    .zt_pt4 .content .item .box .c{font-size:13px;}
    .zt_pt4 .content .item .box{height:160px;}
    .zt_pt5{padding-bottom:0;}
    .zt_pt5 .infor{font-size:20px;}
    .zt_pt5 .content .item .cover span{font-size:13px; padding:0 5px; line-height:20px;}
    .zt_pt5 .content .item .cover .icon{width:35px; height:35px; background-size:cover; margin-left:-17px; margin-top:-17px;}
    .zt_pt5 .content .item .cover2 .box{padding:10px 10px 25px 10px;}
    .zt_pt5 .content .item .cover2 .box .t{font-size:14px;}
    .zt_pt5 .content .item .cover2 .box .c{font-size:12px; line-height:14px; height:28px; overflow:hidden;}
    .zt_pt6{display:none;}
    .zt_foot .gotop{width:35px; height:35px; background-size:cover;}
    .zt_foot .gotop{top:-7px;}
    body #boxBlank{background:rgba(0,0,0,.8);}
    .zt_pt1 .m_news .load_more .loading{width:100%; margin-left:0;background-position:center center; margin-top:10px;}
    .zt_nav dl dd.cur{color:#ffc700;}

    

}
@media only screen and (max-width:400px){

 .brand_story02 li .cover .box .list .cell a{display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
 .about_center01 .infor .list li .number{font-size:20px;}
 /*20191128*/
 .solu_detail01 .content .box .bott_ .intro_box{padding:10px 20px}
 .solu_detail01 .content .box .bott_ .intro_box .more{margin-top:5px}

 /* 专题 抗击疫情 */
 .zt_main {background:url(../img/zt/m_main_bg.jpg) no-repeat center 800px;}
 .zt_pt4 .content .item .box .c{font-size:12px;}
 .zt_nav dl dd{font-size:14px;}
 .zt_pt4 .content .item .box{padding:10px;}



}


@media only screen and (max-width:360px) {
    .know02 .list li .li_box .t{font-size:12px;}
    .know02 .list li .li_box .number .num{font-size:25px;}
    .know02 .list li .li_box .icon{width:50px; height:50px;}
    .brandBox_detail .box .tit{margin-top:0;}
}

@media only screen and (max-width:320px) {
    /*mobileMode 480 网站样式*/
    .m_ibanner .owl-carousel .owl-item.prev_item{right:-70px; transform:scale(0.7);}
    .m_ibanner .owl-carousel .owl-item.next_item{left:-70px; transform:scale(0.7);}
    .m_ipt03 .content li .li_box .left .t{font-size:15px;}
    .m_ipt03 .content li .li_box .right{width:44%;}
    .m_ipt04 .left .intro .box{padding:10px;}
    .m_ipt04 .left .intro .box .t{font-size:14px;}
    .m_ipt04 .left .intro .box .c{margin-top:5px;}
    .m_ipt04 .right .cover{bottom:10px;}
    .m_ipt04 .right .cover .box{padding:0 10px;}
    .m_ipt04 .right .cover .box .c{font-size:16px;}

    /*关于综合*/
    .about_center01 .infor .tit{font-size:17px;}
    .about_center01 .infor .list li{width:48%; margin-bottom:15px;}
    .about_center02 .content .rect-3481{padding-bottom:43%;}
    .about_center02 .content .left_bott .left_bott_l .intro .box .ico{width:50px; height:50px;}

    /* 实力 */
    .slxg02 .content .box ul{padding:0 15%;}

    /* 表单 */
    .jltd .content .yzm .input_area{width:39%}

    /* 解决方案 */
    .solution02 .con .owl-nav{top:27px;}
    .solu_detail03 .con .owl-nav{top:27px;}

    /* 社交媒体 */
    .sj_media02 .content li .box .intro .c{height:40px;}

    /* 大事记 */
    .history_xc01 .stage_box li .year{margin-right:0px;}

    /*20191114*/
    .contact_us01 .content .top_ .cover .box{padding:20px 35px;}
    .culture02 .item .box .intro{padding:15px 10px;}

    /*20191128*/
    .xctx02 .content .item .cover .box{margin:8px;}

 


}


