/*动效*/
.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;}

.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:#fcb026;}
.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;}

@media only screen and (max-width:760px){.BdMapArea{display:none;}}/*默认隐藏百度分享触控弹层*/
.bdshare_popup_box{display:none!important;}


/* 常量设置 */
.wrap{width:81.25%;margin-right:auto;margin-left:auto;padding-top:35px;}
.mwrap{margin-right:35px;margin-left:35px;}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1240px\9;overflow-x:auto;}
/*for ie9+*/
@media all and (min-width:0){body{min-width:0;overflow-x:hidden;}}body{font-size:14px;line-height:1.6;color:#555;background:#fff;}
a{color:inherit;}
a:hover{color:#fcb026;}
::-moz-selection{color:#fff;background:#fcb026;}
::selection{color:#fff;background:#fcb026;}
::-webkit-input-placeholder{color:#a1a1a1;}
.placeholder{color:#a1a1a1;}
/*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)}

.about_banner{position:relative;height:821px;}
.about_banner .video_box{height:821px;position:absolute;left:0;bottom:0;width:100%;overflow:hidden;}
.about_banner .video_box .video{position:absolute;left:50%;margin-left:-960px;width:1920px;max-width:none;margin-top:-105px;}
.about_banner .video_box .video_cover{position:absolute;left:0;bottom:0;width:100%;height:100%;background:url() center;}
.about_banner .about_img{position:absolute;left:50%;margin-left:-960px;width:1920px;max-width:none;display:none;}
.about_banner.ie8 .about_img{display:block;}
.about_banner.ie8 .video{display:none;}
.about_banner.ie8 .video_cover{display:none;}
.about_banner .about_ban_word{position:absolute;left:0;bottom:0;width:100%;height:100%;z-index:3;}
.about_banner .about_ban_word .infor{margin-top:250px;}
.about_banner .about_ban_word .infor .tit{width:585px;height:135px;margin:0 auto 42px;}
.about_banner .about_ban_word .infor .con{font-size:40px;color:#fff;font-weight:bold;line-height:40px;text-align:center;margin-bottom:25px;}
.about_banner .about_ban_word .infor .txt{font-size:16px;color:#fff;font-weight:lighter;line-height:26px;text-align:center;width:45%;margin:0 auto;}
.about_banner .about_line{width:100%;position:absolute;left:0;bottom:0;z-index:2;}
.about_banner .about_line:after{content:'';width:15px;height:53px;position:absolute;left:50%;margin-left:-7px;top:100%;background:url() no-repeat center;}
.about_banner .about_line .label{display:block;letter-spacing:.1em;font-size:0.875rem;position:relative;padding-bottom:calc(100px + 1rem);color:#fff;text-align:center;}
.about_banner .about_line .label .line{display:block;width:3px;height:100px;position:absolute;bottom:0px;left:50%;margin-left:-1px;overflow:hidden;}
.about_banner .about_line .label .line:before{height:100%;background:#fff;opacity:.3;left:0;top:0;bottom:0;content:'';position:absolute;width:2px;}
.about_banner .about_line .label .line:after{background:#ff9d24;left:0px;top:0;content:'';position:absolute;width:2px;-webkit-animation:about_scroll-down-line 3s infinite;-o-animation:about_scroll-down-line 3s infinite;animation:about_scroll-down-line 3s infinite;}
@-webkit-keyframes about_scroll-down-line{0%,20%{height:30%;top:-45%;}
80%,100%{height:30%;top:145%;}}@keyframes about_scroll-down-line{0%,20%{height:30%;top:-45%;}
80%,100%{height:30%;top:145%;}}.about_center.channel_content{padding:0px;}
.about_center01{padding-top:30px;}
.about_center01 .infor{text-align:center;padding:0 14.6%;}
.about_center01 .infor .tit{font-size:24px;color:#343e47;line-height:38px;}
.about_center01 .content{margin-top:80px;}
.about_center01 .content li{width:23%;float:left;padding:0 1%;text-align:center}
.about_center01 .content li .num{font-size:70px;font-family:Impact;color:#545f69;line-height:1;transition:all 0.5s ease;}
.about_center01 .content li .num span{display:inline-block;}
.about_center01 .content li .num .text{font-size:16px;color:#343e47;margin-left:5px;font-family:"微软雅黑";vertical-align:3px}
.about_center01 .content li .txt{font-size:16px;color:#343e47;line-height:30px;margin-top:15px;transition:all 0.5s ease;}
.about_center01 .content li:hover .num{color:#fcb026;}
.about_center01 .content li:hover .txt{color:#fcb026;}
.about_center02{padding:60px 0 90px;}
.about_center02 .rect-5269{padding-bottom:52.69%;}
.about_center02 li{width:32%;float:left;margin-left:2%;}
.about_center02 li:first-child{margin-left:0px;}
.about_center02 li .li_box{display:block;}
.about_center02 li .li_box .more{padding:0 20px 0 40px;height:38px;line-height:38px;background:#fcb026;font-size:14px;color:#343e47;font-weight:bold;position:absolute;left:0;bottom:0;transition:all 0.5s ease;opacity:0;visibility:hidden;}
.about_center02 li .li_box .more span{display:inline-block;vertical-align:middle;}
.about_center02 li .li_box .more span.icon{margin-left:46px;width:8px;height:16px;background:url() no-repeat center;}
.about_center02 li .intro{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}
.about_center02 li .intro .box{padding:10px 10px 70px 10px;color:#343e47;}
.about_center02 li .intro .box .line{width:43px;height:3px;background:#fcb32f;margin-bottom:20px;}
.about_center02 li .intro .box .tit{font-size:24px;line-height:30px;margin-bottom:10px;transition:all 0.5s ease;}
.about_center02 li .intro .box .con{font-size:14px;line-height:22px;height:44px;transition:all 0.5s ease;font-weight:lighter;}
.about_center02 li:hover .li_box .more{opacity:1;visibility:visible;}

.about_center02 li .intro:hover{background-color: rgb(255, 248, 234);}


.about_center03{background:url(../images/about_center03_1.jpg) no-repeat center;height:631px;position:relative;background-size:cover;}
.about_center03 .play_box{position:absolute;width:100%;left:0;bottom:60px;cursor:pointer;}
.about_center03 .play span{display:inline-block;vertical-align:middle;}
.about_center03 .play span.icon{width:100px;height:100px;background:url(../images/about_play.png) no-repeat center;margin-right:29px;}
.about_center03 .play span.txt{font-size:20px;color:#fff;font-weight:bold;line-height:30px}
.about_center03 .cover_box{position:relative;}
.about_center03 .cover{position:absolute;right:0;top:0;background:#fcb026;overflow:hidden;}
.about_center03 .cover:after{content:'';width:308px;height:242px;background:url() no-repeat center;position:absolute;right:-64px;bottom:-23px;z-index:2;}
.about_center03 .cover .box{padding:70px 49px 170px 40px;}
.about_center03 .cover .box .smal_t{font-size:20px;color:#343e47;line-height:30px;margin-bottom:24px;}
.about_center03 .cover .box .big_t{font-size:42px;color:#343e47;line-height:44px;font-weight:bold;margin-bottom:5px;}
.about_center03 .cover .box .c{font-size:28px;color:#343e47;font-weight:bold;margin-bottom:40px;}
.about_center03 .cover .box .more{display:inline-block;padding:0 20px;height:38px;line-height:38px;text-align:center;border:2px solid #333e46;font-size:14px;color:#333f47;font-weight:bold;position:relative;}
.about_center03 .cover .box .more span{display:inline-block;vertical-align:middle;position:relative;z-index:3;}
.about_center03 .cover .box .more span.icon{width:8px;height:16px;background:url(../images/about_center03_jt.png) no-repeat;margin-left:33px;}
.about_center03 .cover .box .more:after{content:'';width:0;height:100%;background:#333e46;position:absolute;left:0;bottom:0;z-index:1;transition:all 0.5s ease;}
.about_center03 .cover .box .more:hover{color:#fff;}
.about_center03 .cover .box .more:hover:after{width:100%;}
.about_center03 .cover .box .more:hover span.icon{background-position:-8px 0;}
.box_wrap_out_posi.show{background:#000;}
.about_center04{padding:90px 0 50px;}
.about_center04 .item{width:49%;float:left;margin-left:2%;}
.about_center04 .item:first-child{margin-left:0px;}
.about_center04 .item .rect-5518{padding-bottom:55.18%;}
.about_center04 .item .intro{width:76%;background:#fff;margin-top:-70px;position:relative;z-index:2;}
.about_center04 .item .intro .box{padding:20px;}
.about_center04 .item .intro .box .tit{font-size:36px;line-height:36px;color:#fbaf27;font-weight:bold;margin-bottom:13px;}
.about_center04 .item .intro .box .con{font-size:16px;line-height:25px;color:#000;font-weight:lighter;height:50px;overflow:hidden;margin-bottom:45px;}
.about_center04 .item .intro .box .more{display:inline-block;padding:0 20px;height:60px;line-height:60px;text-align:center;border:2px solid #333e46;font-size:14px;color:#333f47;font-weight:bold;position:relative;}
.about_center04 .item .intro .box .more span{display:inline-block;vertical-align:middle;position:relative;z-index:3;}
.about_center04 .item .intro .box .more span.icon{width:8px;height:16px;background:url(../images/about_center03_jt.png) no-repeat;margin-left:33px;}
.about_center04 .item .intro .box .more:after{content:'';width:0;height:100%;background:#fcb026;position:absolute;left:0;bottom:0;z-index:1;transition:all 0.5s ease;}
.about_center04 .item .intro .box .more:hover{border-color:#fcb026}
.about_center04 .item .intro .box .more:hover:after{width:100%;}




.isMob{display:none !important;}
@keyframes step1_scroll_animate{0%,20%{height:45%;top:-45%;}
80%,100%{height:45%;top:145%;}}@keyframes detail_change_animate{0%{transform:translate(100%,0);}
100%{transform:translate(0,0);}}@keyframes detail_scroll_arrow_animate{0%{transform:translate(-5px,0) rotate(45deg);opacity:0;}
50%{transform:translate(0,0) rotate(45deg);opacity:1;}
100%{transform:translate(5px,0) rotate(45deg);opacity:0;}}@keyframes progress_on_animate{0%{width:0;height:0;margin:0;opacity:0;}
10%{width:0;height:0;margin:0;opacity:1;}
90%{width:40px;height:40px;margin:-20px;opacity:0;}
100%{width:40px;height:40px;margin:-20px;opacity:0;}}/* 发展历程 end
/*0228*/
/*产品详细*/
.pro_detail03 li .li_box .intro .c4 .text{position:relative;}
.pro_detail03 li .li_box .intro .c4 .text:after{content:'';width:11px;height:6px;background:url(../images/xiala_jt.png) no-repeat center;position:absolute;top:50%;margin-top:-3px;right:20px;transition:all 0.5s ease;}
.pro_detail03 li .li_box .intro .c4 .text.cur:after{transform:rotateZ(180deg);}
/*产品列表*/
.pro_list02 li .li_box .intro .c4 .text{position:relative;}
.pro_list02 li .li_box .intro .c4 .text:after{content:'';width:11px;height:6px;background:url(../images/xiala_jt.png) no-repeat 0 0;position:absolute;top:50%;margin-top:-3px;right:20px;transition:all 0.5s ease;}
.pro_list02 li .li_box .intro .c4 .text.cur:after{transform:rotateZ(180deg);}
/*部件列表*/
.parts_list02 li .li_box .intro .c4 .text{position:relative;}
.parts_list02 li .li_box .intro .c4 .text:after{content:'';width:11px;height:6px;background:url(../images/xiala_jt.png) no-repeat center;position:absolute;top:50%;margin-top:-3px;right:20px;transition:all 0.5s ease;}
.parts_list02 li .li_box .intro .c4 .text.cur:after{transform:rotateZ(180deg);}
/*订购表单 end*/
.solution_list03 .content .item .intro .box .t a:hover{opacity:0.8;filter:Alpha(opacity=80)}

.contact_us01 .left{position:relative;z-index:3}
.contact_us01 .left ul li{width:30%;margin-right:3%;position:relative;cursor:pointer;}
.contact_us01 .left ul li .ewm{position:absolute;left:100%;top:50%;margin-top:-60px;width:120px;height:120px;display:none}
.contact_us01 .left ul li.gzh,.contact_us01 .left ul li.douyin{display:none;}
.xc_banner.big_banner>img{width:3840px;margin-left:-1920px;}
.solu_banner.big_banner>img{width:3840px;margin-left:-1920px;}
.about_banner.big_banner .video_box .video{width:3840px;margin-left:-1920px;}
.pro_center01 .left ul{width:90%;}
.bigscreen .pro_center01 .left li .tab{line-height:104px;}
.part_center.bigscreen .pro_center01 .left li .tab{line-height:124px;}
.part_center.bigscreen .pro_center02 .bd .item .right .li_box .more{padding:150px 40px;}
.contact_us.bigscreen .BMap_mask{background-size:cover;}


/* 全站搜索 */

/* 20200309 */

/* 2020-03-11 */
/* 手机端展示在PC端隐藏掉 */
.header_bott .mobile_key{display:none;width:39px;height:32px;background:url(../images/mobile/mobile_key.png) no-repeat center;}
.header_bott .m_search{display:none;}
.m_header_top{display:none;}
.m_nav{display:none;}
.m_xcbanner{display:none}
.m_pageFooter{display:none;}
.m_third_nav{display:none;}
.add_price{display:none;}
/* 2020-03-25加了四级联动以后 */
.parts_banner .ban_form .form_box.four_form .inp_box_wrap{width:17%;}
/* 2020-03-26 取消产品详细表格左侧固定 在1400多行注释了*/
.pro_detail02 .sections02 .content .content_table02{display:none;}
/* 2020-03-26 产品中心加新品推荐 */
.pro_center02 .bd .item .right .li_box .infor{position:relative;}
.pro_center02 .bd .item .right .li_box .infor .icon{width:63px;height:62px;background:url(../images/pro_list_ico.png) no-repeat center;position:absolute;top:30px;right:-25px;opacity:0;visibility:hidden;}
.pro_center02 .bd .item .right li.li_new .li_box .infor .icon{opacity:1;visibility:visible;}
/* 2020-03-26 以最少的内容撑起来的高度 来写 */
.pro_detail02 .sections01 .content .right li .li_box{padding:30px}
.pro_detail02 .sections01 .content .right li .intro{height:200px}

.f_bott .left .phone a:hover{color:#fff;}
.case_detail01 .content .c_center{min-height:650px;}
/* 2020-04-18 */
.solution_list01 .content .bd .item .infor .con{font-size:25px}
.pro_center02 .bd .item .right .li_box .intro .con .con_text .text_t{font-size:13px;}
.pro_center02 .bd .item .right .li_box .infor .con{font-size:18px;}
/* 2020-04-20 */
/* 解决导航 图形 压在在线询价和导航上问题 */
.header_bott .inav_wrapper{position:relative;z-index:2}
.header_bott .h_tools{position:relative;z-index:2}
/* 2020-0512 */
.ibanner .item .banner_img{width:100%;height:100%}
.ibanner .item video{width:100%;}
.case_detail01 .hd .dec span.date{display:none;}
/* 2020-0611 */
.news_detail01 .content .c_center .text img{width:600px;}
.case_detail01 .content .c_center .text img{width:600px;}
.news_detail01 .content .c_center .text .pic-yuan img{width:auto!important;}
.news_list02 .bd li .infor .box .intro .symbol span{width:auto;padding:0 5px;}
/* 2020-06-28 */
.pro_detail01 .right .pro_price{display:inline-block;}
.pro_detail01 .right .pro_price02{background:#fcb026;color:#333f47;margin-left:20px;}
.pro_detail01 .right .pro_price02:after{background:#333f47;}
.pro_detail01 .right .pro_price02 a:hover{color:#fcb026;}
.pro_detail01 .right .pro_price02 a{color:#333f47;}
.pro_list01 .bd .bd_list li.li_new1 .infor .icon{background:url(../images/new_pro.png) no-repeat center;opacity:1;visibility:visible;}
/* 2020-0701 */
.header .erji_nav .erji_content .erji_list .erji_intro ul li.zhaobiao{display:none;}
/*2020-0811*/
.pro_detail02 .sections02 .content.content_sashuiche .firstRow{background:#f8f8f8;}
.pro_detail02 .sections02 .content.content_sashuiche .table_tr{height:59px;}
/*手机站--产品详细*/
.m_proDetail05 .bd .sections02 .content.content_sashuiche .firstRow{background:#f8f8f8;}
.m_proDetail05 .bd .sections02 .content.content_sashuiche .table-responsive{box-sizing:border-box;}
/*2020-0821*/
.job_list01 .infor .con ._submit{border:none;background:none;outline:none;padding:0;margin:0;}
.job_list01 .infor .con ._submit a{position:static;padding:15px 35px;background-color:#333f47;color:#fff;font-size:15px;display:inline-block;margin-top:20px;}
.send .Form-J1 .Form-J1-li label{text-align:right;}
/*2020-0909*/
.case_list01 .bd li .intro .box_r{width:20%;text-align:right;}
.case_list01 .bd li .intro .box_r .text .text_a{text-align:inherit;}
.news_detail01 .content .c_center .text{text-align:justify;}
/* 2020-0924 */
.pro_detail02 .sections01 .content .right{height:260px;}
/*下层banner搜索*/
.m_xcbanner .ban_form{position:absolute;left:0;width:100%;top:160px;}
.m_xcbanner .ban_form .tit{font-size:50px;line-height:50px;font-weight:bold;color:#fff;text-align:center;margin-bottom:40px;}
.m_xcbanner .ban_form .form{text-align:center;width:45%;margin:0 auto;}
.m_xcbanner .ban_form .form .sele_wrap{display:inline-block;width:86%;height:61px;line-height:61px;vertical-align:middle;position:relative}
.m_xcbanner .ban_form .form .sele_wrap .sele{height:61px;line-height:61px;width:100%;border:none;padding:0;background:#fff;background:rgba(255,255,255,.9);text-align:left;font-size:18px;color:#999;text-indent:23px;vertical-align:0;}
/*0227这里改成了跳连接下拉*/
.m_xcbanner .ban_form .form .sele_wrap .sele_down{position:absolute;left:0;top:100%;border-top:none;width:100%;background:#fff;z-index:2;display:none;text-align:left;}
.m_xcbanner .ban_form .form .sele_wrap .sele_down ul{height:117px;overflow-y:auto;}
.m_xcbanner .ban_form .form .sele_wrap .sele_down ul::-webkit-scrollbar{/*滚动条整体样式*/ width:4px;/*高宽分别对应横竖滚动条的尺寸*/ height:4px;}
.m_xcbanner .ban_form .form .sele_wrap .sele_down ul::-webkit-scrollbar-thumb{/*滚动条里面小方块*/ border-radius:5px;background:#fcb026;background:rgba(252,176,38,.6)}
.m_xcbanner .ban_form .form .sele_wrap .sele_down ul::-webkit-scrollbar-track{/*滚动条里面轨道*/ border-radius:0;background:#f6f5f5;}
.m_xcbanner .ban_form .form .sele_wrap .sele_down li a{display:block;padding:7px 13px;line-height:1.8;}
.m_xcbanner .ban_form .form .sele_wrap .sele_down li a:hover{background:#eee;}
/*0227这里改成了下拉 end*/
.m_xcbanner .ban_form .form .btns{display:inline-block;width:69px;height:61px;line-height:61px;background:#fcb026;vertical-align:middle;cursor:pointer;}
.m_xcbanner .ban_form .form .btns button{background:none;padding:0;margin:0;width:100%;height:100%;display:block;outline:none;position:relative;box-shadow:none;border:none;}
.m_xcbanner .ban_form .form .btns button .icon{display:block;width:27px;height:27px;background:url(../images/case_search.png) no-repeat center;position:absolute;left:50%;margin-left:-13px;top:50%;margin-top:-13px;}
.m_xcbanner .ban_form .con{font-size:18px;color:#fff;margin-top:10px;text-align:right;}
.m_xcbanner .ban_form .con span{font-weight:bold;color:#fcb026;}
.pro_detail02 .sections02 .content .text{text-align:left;}
/* 20220322 */

/* .ipart01 .content .li_.active .box .li_box .more{display:none;}
*/
.ipart01 .content .li_ .box .li_box .more{transition:all 0s ease;}
.ipart01 .content .li_.active .box .li_box .more{display:none;}
.ipart01 .content .li_.active{background:#333f47}
.ipart01 .content .li_.active .box .li_box .con{display:block!important}
.ipart02 .content{height:580px;}
.ipart02 .content .li{height:580px}
.ipart02 .content .li.active .li_box{bottom:140px;}
.ipart02 .content .li.active .li_box .tit a:hover{color:#fcb026}
.ipart02 .content .li .more a:hover{color:#fcb026}
/*
* 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);}
/*
* PadMode
*/
@media only screen and (max-width:3840px){.solu_center02 .content .item03 .rect-535{padding-bottom:54.5%;}
.solu_center02 .content .item03 .bottom .rect-535{padding-bottom:53.5%;}
.solu_center02 .content .item03 .bottom2 .rect-535{padding-bottom:53.5%;}
.solution_list03 .content .item03 .rect-535{padding-bottom:54.5%;}
.solution_list03 .content .item03 .bottom .rect-535{padding-bottom:53.5%;}
.solution_list03 .content .item03 .bottom2 .rect-535{padding-bottom:53.5%;}
.contact_us.bigscreen #cu02-1-49166{width:3840px!important;margin-left:-1920px!important;}}@media only screen and (max-width:1920px){.solu_center02 .content .item03 .rect-535{padding-bottom:53%;}
.solution_list03 .content .item03 .rect-535{padding-bottom:53%;}}@media only screen and (max-width:1890px){/* 技术支持 */ .technology04 ul li .li_box{padding:0 60px;}
/* 金融服务 */ .jr_service03 ul li .li_box{padding:0 60px;}
/*2020-813*/ .pro_center01 .left li .tab{line-height:51px;}
.pro_center02 .bd .item .right .li_box .infor{padding-top:15px;}
/* 20220323 */ .dj03_pt1 .content .right .list{height:480px;}}@media only screen and (max-width:1860px){.parts_banner .ban_form .form_box{width:68%;}
.pro_detail01 .left_r{width:75%;}
.foot_float .left .float_txt .con{width:80%;}
.foot_float .left .float_txt .con .sele_wrap{width:17%;}
/* 2020-0714 */ .case_list01 .bd li .intro .box_l .t{margin-bottom:9px;}
.news_list02 .bd li .infor .box .intro .con{margin:10px 0 15px;}}@media only screen and (max-width:1810px){.ipart01 .content .li_ .box .li_box .con .list dl dd{font-size:14px}
.global03 .content .item02 .box{width:30%;}
.global03 .content .item03 .left .box .intro{padding:60px 40px 20px;}
.global03 .content .item03 .left .box{width:57%;}
.jr_service01 .infor{padding:0 10%;}
.jr_service01 .content ul{padding:0 3%;}
.parts_banner .ban_form .form_box{width:72%;}
.order_form01 .content li .li_box{padding:20px 30px;}
.order_form01{padding:80px 0 30px}
/* 2020-0714 */ .technology01 .content ul li{padding:0 60px;}
.case_list01 .bd li .intro .box{padding:25px 40px 20px;}
/* 20220323 */ .dj03_pt1 .content .right .list{height:480px;}}@media only screen and (max-width:1780px){/* 20220323 */ .dj03_pt1 .content .right .list{height:460px;}}@media only screen and (max-width:1760px){.news_list02 .hd .box{padding:30px 80px;}
.dangjian_list01 .content .right .info{margin:40px 0px 80px;}
.dangjian_list01 .content .right .info .con{margin-top:10px;}}@media only screen and (max-width:1740px){.pro_detail01 .left_r{width:79%;margin-right:3%;}
.pro_detail01 .left_r .intro .item .con{font-size:13px;}
.solu_center02 .content .item .intro .box .c a{padding:0 10px;}
.solu_center02 .content .item .intro .box .c a{margin-right:8px;}
.solution_list03 .content .item .intro .box .c a{padding:0 10px;}
.solution_list03 .content .item .intro .box .c a{margin-right:8px;}
.foot_float .left .float_txt{width:88%;}
.f_top .right dl.dl05{width:8%;}
/* 2020-0714 */ /* 技术支持 */ .technology04 ul li .li_box{padding:0 40px;}
.technology04 ul li .li_box .intro .t{font-size:28px;line-height:28px;}
/* 金融服务 */ .jr_service03 ul li .li_box{padding:0 40px;}
.jr_service03 ul li .li_box .intro .t{font-size:28px;line-height:28px;}
.news_list02 .bd li .infor .box{padding:30px 40px;}
.news_list02 .hd .box{padding:30px 60px;}
.news_list02 .hd .box .form_box .hd_tit{margin-right:2%;}
/* 20220323 */ .dangjian01 .content .left .list .li_ .info .tit{margin-bottom:20px;}
.dangjian01 .content .left .list .li_ .li_box{padding-bottom:30px;}
.dj03_pt1 .content .right .list{height:450px;}}@media only screen and (max-width:1690px){/* 20220323 */ .dj03_pt1 .content .right .list{height:430px;}}@media only screen and (max-width:1635px){.ipart01 .content .li_ .box .li_box .con .list dl dd{font-size:13px;}
.ipart02 .infor .con a{padding:0 19px}
.jr_service01 .content ul li .li_box{padding:0 30px;}
.parts_banner .ban_form .form_box{width:77%;}
.solu_center02 .content .item .intro .box{padding:30px 20px;}
.solution_list03 .content .item .intro .box{padding:30px 20px;}
.foot_float .left .float_txt .con{width:75%;}
/* 2020-0714 */ .case_list01 .bd li .intro .box_l .c{margin-bottom:10px;}
/*2020-0813*/ .pro_center01 .left li{padding:0 10px;}
.pro_center01 .left li .tab{line-height:44px}
.pro_center02 .bd .item .right .li_box .intro .con .con_text{margin-top:5px;}
.pro_center02 .bd .item .right .li_box .more{display:none;}
.part_center .pro_center01 .left li{padding:0 10px;}
.part_center .pro_center01 .left li .tab{line-height:52px}
.part_center .pro_center01 .right .r_top{margin-bottom:16px;}
.part_center .pro_center02 .bd .item .right .li_box .more{display:none;}
/* 20220323 */ .dj03_pt1 .content .right .list{height:410px;}}@media only screen and (max-width:1581px){.prolist_banner .ban_form .form_box .inp_box_wrap{width:27%;}
.pro_list01 .bd .bd_list li .more_box .more{padding:0 30px;}
.pro_list01 .bd .bd_list li .infor .con.hunning{font-size:23px;}
.pro_detail02 .sections04 .content li .infor .con.hunning{font-size:23px;}
.ipart01 .content .li_ .box .li_box .con .list dl dd{font-size:12px;}
.global03 .content .item .box{width:32%;}
.global03 .content .item01 .box .intro{padding-right:80px;}
.global03 .content .item03 .left .box{width:60%;}
.global03 .content .item02 .box{width:29%;}
.global03 .content .item02 .box .intro{padding-right:30px;}
.pro_detail01 .left_r{width:80%;margin-right:2%;}
.pro_detail01 .left_r .intro .item .con{font-size:12px;}
.pro_detail01 .left_r .intro .item{padding:0 14px;}
/* 2020-0714 */ .case_list01 .bd li .intro .box_l .t{font-size:27px;line-height:32px;}
.news_list01 .content .item .intro .box{padding:20px;}
.news_list01 .content .item .intro .box .tit{font-size:24px;line-height:28px;max-height:56px;}
/* 20220323 */ .dj03_pt1 .content .right .list{height:390px;}
/* .dangjian01 .content .left .list .li_ .info .tit{margin-bottom:10px;}
*/ .dangjian01 .content .left .list .li_ .li_box{padding-bottom:20px;}
.dangjian01 .content .left .list .li_{margin-bottom:20px;}
.dangjian02 .content .item .cover .box .t{font-size:20px;}}@media only screen and (max-width:1510px){.header .erji_nav .erji_content .erji_list .erji_intro ul li{margin:0 16px;}
.header_bott .inav .nav_li{padding:0 18px;}
.pro_list01 .bd .bd_list li .infor .con.hunning{font-size:21px;}
.pro_detail02 .sections04 .content li .infor .con.hunning{font-size:21px;}
.pro_list01 .bd .bd_list li .more_box .more{padding:0 25px;}
.ipart02 .infor .con a{padding:0 16px;}
.global03 .content .item .box .smal_tit{font-size:25px;}
.parts_banner .ban_form .form_box{width:82%;}
.solu_center02 .content .item .intro .box{padding:20px;}
.solu_center02 .content .item .intro .box .c a{font-size:13px;margin-right:6px;}
.solution_list03 .content .item .intro .box{padding:20px;}
.solution_list03 .content .item .intro .box .c a{font-size:13px;margin-right:6px;}
.f_top .right dl{width:22%;}
.f_top .right dl.dl05{width:10%;}
.news_list02 .bd li .infor .box .intro .tit{font-size:25px;line-height:32px;}
/* 20220323 */ .dangjian01 .content .left .list .li_ .info .tit{margin-bottom:15px;}
.dangjian01 .content .left .list .li_ .li_box{padding-bottom:25px;}
.dangjian01 .content .left .list .li_ .info .tit{font-size:25px;}
/* 20220323 */ .dj03_pt1 .content .right .list{height:370px;}
.dangjian_list01 .content .right .info{margin-top:35px;}
.dangjian_list01 .content .right .info .tit{font-size:25px;}}@media only screen and (max-width:1441px){.wrap{width:1200px;margin-right:auto;margin-left:auto;}
/*头尾*/ .header_bott .inav .nav_li{padding:0 16px;}
.header_bott .inav .nav_li .nav_a{font-size:17px;}
.header_bott .inav .nav_xl .nav_a:after{right:-15px;}
.pc_xiala_top .content .left,.pc_xiala_top .content .right{height:425px;}
.pc_xiala_top .content .left .list ul{height:304px;}
.pc_xiala_top .content .right .box{padding:30px 0 30px 40px;}
.pc_xiala_top .content .right ul li .intro{line-height:30px;margin-top:5px;font-size:18px;}
.pc_xiala_top .content .right ul.ul02{margin-top:20px;padding-top:25px;}
.pc_xiala_top .content .right ul.ul02 li{height:50px;line-height:50px;}
.foot_float .left .float_txt{width:86%;}
.foot_float .left .float_txt .con{width:75%;}
.f_top .right dl{width:22%;}
.f_top .right dl.dl05{width:10%;}
.channel_Left{width:19%;}
.qsgs{width:18%!important;}
.header .erji_nav{top:144px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a{font-size:15px;}
.f_top .left{width:32%;float:left;}
.f_top .left .f_ewm .img_{width:100px;height:100px;}
.f_top .right{width:68%;float:right;}


/*关于我们*/ .about_us01 .infor .right_nav ul{padding-top:50px;position:relative;z-index:2;}
.about_us02 li .box{padding:70px 30px;}
/*品牌活动*/ .brand_activity01 .content .item .right .box{padding:45px 160px 45px 45px;}
.brand_activity01 .content .item .right .pages{bottom:5px;}
.brand_activity02 .hd .box{padding:30px;}
.brand_activity02 .hd .box .form_box .hd_tit{margin-right:2%;}
/*新闻列表*/ .news_list01 .content .rect-5535{padding-bottom:70%;}
.news_list01 .content .rect-53{padding-bottom:59.5%;}
.news_list01 .content .right .intro .box{padding:15px;}
.news_list01 .content .right .intro .box .tit{margin:5px 0 15px;font-size:25px;line-height:28px;height:56px;}
.news_list02 .hd .box{padding:30px;}
.news_list02 .hd .box .form_box .hd_tit{margin-right:2%;}
.news_list02 .bd li .img_{width:35%;}
.news_list02 .bd li .infor{width:65%;}
.news_list02 .bd li .infor .box{padding:40px 50px 40px 30px;}
.news_list02 .bd li .infor .box .intro{width:80%;}
/*招聘列表*/ .job_list01 .content .bd .li_bottom .send{position:static;display:inline-block;margin-top:30px}
/*关于综合*/ .about_center05 .content .list .btn_nav .owl-prev{left:234px;}
.about_center05 .content .list .btn_nav .owl-next{right:234px;}
.about_center05 .content .list:before{width:18.3%}
.about_center05 .content .list:after{width:18.3%}


/*产品详细表格 4列*/ .pro_detail02 .sections02 .content .content_table.four_table .table_tr td{width:300px;}
.pro_detail02 .sections02 .content .content_table02.four_table{width:300px;}
/*产品详细表格 3列*/ .pro_detail02 .sections02 .content .content_table.three_table .table_tr td{width:399px;}
.pro_detail02 .sections02 .content .content_table02.three_table{width:399px;}
/*产品详细表格 2列*/ .pro_detail02 .sections02 .content .content_table.two_table .table_tr td{width:599px;}
.pro_detail02 .sections02 .content .content_table02.two_table{width:599px;}
/*产品综合*/ .pro_center01 .left{width:17%;}
.pro_center01 .left ul{width:100%;}
.pro_center01 .left li{padding:0 25px;}
.pro_center01 .left li .tab{line-height:45px;}
.pro_center01 .right{width:80%;}
.pro_center01 .right .r_top{margin-bottom:30px;}
.pro_center01 .right .rect-3209{padding-bottom:35%;}
.pro_center01 .right .rect-47{padding-bottom:60%;}
.pro_center02 .hd .content li{padding:0 20px;}
.pro_center02 .bd .item .left .more_box .more{padding:0 25px;}
.pro_center02 .bd .item .right .li_box .box{padding:0 25px;}
.pro_center02 .bd .item .right .li_box .infor{padding:20px 0 10px;}
.pro_center02 .bd .item .rect-135{padding-bottom:140%;}
.pro_center02 .bd .item .right .li_box .rect-161{padding-bottom:167%;}
.pro_center02 .bd .item .right .li_box .more{display:none;}
/*企业文化*/ .culture01 .con_pt1 .left .box{padding:45px;}
.culture01 .con_pt1 .left .box .con{font-size:25px;margin:15px 0 20px;}
.culture01 .con_pt2 .right .item .box{padding:45px;}
.culture01 .con_pt2 .right .item .box .txt{height:160px;}
.culture01 .con_pt2 .left .intro{left:20px;}
/*股票信息*/ .shares01 .right .r_top{height:auto;}
.shares01 .right .r_top .box .stock .stock_num{font-size:30px;}
.shares01 .right .r_top .box{padding:20px 30px;}
.shares01 .right .r_top .box .information li{margin-bottom:10px}
.shares01 .right .r_bott{padding-top:20px;}
.shares01 .content .rect-113{padding-bottom:118%;}
/*服务综合*/ .service_center01 .content .right{margin-top:20px;}
.service_center02 .infor{width:60%;}
.service_center03{padding:100px 0 200px;}
/*荣誉资质*/ .honor01 .honor_list .form_box{padding:14px 25px;}
/*解决方案列表*/ .solution_list01 .content .bd .item .more_box .more{padding:0 25px;}
/* .solution_list03 .content .rect-535{padding-bottom:74%;}
*/ /* .solution_list03 .content .item02 .rect-120{padding-bottom:155.2%;}
*/ /* .solution_list03 .content .rect-60{padding-bottom:80%;}
*/ /* .solution_list03 .content .rect-1045{padding-bottom:150.2%;}
*/ .solution_list03 .content .item .intro .box .t{padding-bottom:10px;}
/*解决方案综合*/ /* .solu_center02 .content .rect-535{padding-bottom:75%;}
.solu_center02 .content .item02 .rect-120{padding-bottom:155.2%;}
.solu_center02 .content .rect-60{padding-bottom:80%;}
.solu_center02 .content .rect-1045{padding-bottom:150.2%;}
*/ .solu_center02 .content .item .intro .box .t{padding-bottom:5px;}
.solu_center02 .content .item .intro .box{padding:20px 30px;}

*/ .header .erji_nav{top:140px;}
.header_bott .h_logo{padding:27px 0 25px;}
.pro_list01 .bd .bd_list li .infor .con.hunning{font-size:20px;}
.pro_detail02 .sections04 .content li .infor .con.hunning{font-size:20px;}
.header .erji_nav{top:140px;}
/*首页*/ .ipart01 .infor .tit,.ipart02 .infor .tit,.ipart03 .left .infor .tit,.ipart04 .infor .tit{font-size:40px;line-height:45px;}
.ipart01 .content .li_ .box .li_box .con .t{font-size:25px;}
.ipart02 .infor .con a{padding:0 14px;}
.ipart02 .content .li_box{right:30px;}
.ipart02 .content .li.active .li_box .con{font-size:24px;line-height:30px;}
/*关于综合*/ .about_center05 .content .list .btn_nav .owl-prev{left:217px;}
.about_center05 .content .list .btn_nav .owl-next{right:217px;}
/*发展历程*/ #HISTORY_DETAIL .detail_contents .detail_inner .lists{padding-top:5vw;}
/*#HISTORY_DETAIL .detail_contents .detail_inner .lists a .thumb{width:240px}
*/ /*#HISTORY_DETAIL .detail_contents .detail_inner .lists a{margin-right:40px}
*/ #HISTORY_DETAIL .progress .progress_inner a .line{margin-bottom:20px}
#HISTORY_DETAIL .detail_contents .detail_inner .intro{top:90px;}
#HISTORY_DETAIL{margin-top:60px;height:calc(100vh - 60px);}
#HISTORY_DETAIL .detail_contents .detail_inner .intro{max-width:860px}
#HISTORY_DETAIL .detail_contents .detail_inner .intro li.desc{height:90px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
/*#HISTORY_DETAIL .detail_contents .detail_inner .intro li.desc::-webkit-scrollbar{width:4px;height:4px;}
#HISTORY_DETAIL .detail_contents .detail_inner .intro li.desc::-webkit-scrollbar-thumb{border-radius:5px;background:#fcb026;background:rgba(252,176,38,.6)}
#HISTORY_DETAIL .detail_contents .detail_inner .intro li.desc::-webkit-scrollbar-track{border-radius:0;background:#f6f5f5;}
*/ #HISTORY_DETAIL .progress{height:110px;}
#HISTORY_DETAIL .progress .progress_inner a{margin-top:35px;/*margin-right:80px;*/}
.pro_center02 .bd .item .right .li_box .infor .con{font-size:18px;}
.false01 .content .box{padding-top:30px;}}@media only screen and (max-width:1335px){.header_bott .inav .nav_li{padding:0 12px;}}@media only screen and (max-width:1300px){.header_bott .h_tools .h_search{margin-left:10px;}
.header_bott .inav .nav_li{padding:0 6px;}}/*
* 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{width:940px;}
.mwrap{width:auto;margin-left:30px;margin-right:30px;}
/*padMode 1240px 网站样式*/ /* 2020-03-11 */ /*--------------------------------- 公共部分------------------------------------*/ /* 非pc端隐藏首页 中间内容 */ .ipart{display:none;}
.pageHeader.index_pageHeader{height:60px;}
.header.fixed{top:0}
.header.fixed .header_bott .h_logo a ._img1{display:block;}
.header.fixed .header_bott .h_logo a ._img2{display:none}
.header_top{display:none;}
.header_bott{background:#fff;box-shadow:0 0 5px rgba(0,0,0,.1)}
.header_bott .h_logo{height:45px;padding:26px 0 25px;}
.header_bott .h_tools{padding:26px 0;}
.header_bott .h_tools .h_price,.header_bott .h_tools .h_search{display:none;}
.header_bott .inav_wrapper{display:none;}
.header_bott .h_tools{padding:26px 0;}
.header_bott .h_tools .mobile_key{display:inline-block;margin-left:24px;vertical-align:middle;}
.header_bott .h_tools .m_search{display:inline-block;width:360px;vertical-align:middle;position:relative;}
.header_bott .h_tools .m_search input{width:90%;padding:0 5%;height:50px;line-height:50px;background:#f5f5f5;border-radius:30px;border:none;font-size:14px;color:#8b8a8a;text-indent:60px;}
.header_bott .h_tools .m_search button{display:block;width:27px;height:27px;background:url(../images/mobile/m_sear.png) no-repeat center;position:absolute;left:24px;top:50%;margin-top:-13px;outline:none;border:none;padding:0;}
/* 二级导航 */ .header .erji_nav{background:#fcb026;overflow:hidden;top:102px}
.header .erji_nav .erji_content{max-width:1200px;}
.header .erji_nav .erji_content .erji_btn{display:none;}
.header .erji_nav:after{content:'';position:absolute;top:0;right:0;width:90px;height:64px;z-index:9;pointer-events:none;background:-webkit-linear-gradient(to left,rgba(253,196,101,.97),rgba(253,192,88,0));background:-moz-linear-gradient(to left,rgba(253,196,101,.97),rgba(253,192,88,0));background:-ms-linear-gradient(to left,rgba(253,196,101,.97),rgba(253,192,88,0));background:-o-linear-gradient(to left,rgba(253,196,101,.97),rgba(253,192,88,0));background:linear-gradient(to left,rgba(244,167,29,.97),rgba(244,167,29,0));/* background:linear-gradient(to left,rgba(14,42,201,.97),rgba(14,42,201,0));*/}
.header .erji_nav .erji_content .erji_list .erji_intro.down{height:64px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;height:75px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li{height:64px;line-height:64px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a{color:#fff;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li.on a{color:#fff;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a:after{height:3px;border-radius:3px;bottom:15px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li.on a:after{background:#fff;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a:hover{color:#fff;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a:hover:after{background:#fff;}
.f_top .right dl.dl05{width:12%;}
.xc_banner{height:438px;}
.xc_banner>img{width:1600px;margin-left:-800px;}
.channel_Left{display:none;}
.channel_Right{width:100%;}
/* 404 */ .false01 .content{width:100%;left:0;margin-left:0;}
.false01 .content .box{width:100%}
.false01 .text{padding:20px 40px}
.false01 .text .txt1{font-size:20px;line-height:25px;margin-bottom:10px;}
.false01 .text .txt2{font-size:16px;}
/* 手机端下拉 */ .m_nav{display:block;position:fixed;right:-100%;top:0;background:#fff;background:rgba(255,255,255,0.8);width:60%;height:100%;z-index:15;transition:right 0.5s ease;}
.m_nav .nav_bg{background:url(../images/mobile/black.5.png) center;position:fixed;left:0;top:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all 0.5s ease;z-index:2;}
.m_nav .content{position:relative;z-index:4;background:#fff;height:100%;}
.m_nav .content .mnav_top{height:102px;background:#fff;}
.m_nav .content .mnav_top .mnav_search{float:right;background:#fcb026;text-align:center;line-height:102px;width:56%;font-size:0;}
.m_nav .content .mnav_top .mnav_search span{display:inline-block;vertical-align:middle;font-size:16px;font-weight:bold;color:#fff;}
.m_nav .content .mnav_top .mnav_search i{display:inline-block;vertical-align:middle;width:31px;height:31px;background:url(../images/mobile/mnav_search.png) no-repeat center;margin-left:37px;}
.m_nav .content .mnav_top .mnav_back{float:left;background:#fff;text-align:center;line-height:102px;width:44%;font-size:0;}
.m_nav .content .mnav_top .mnav_back span{display:inline-block;vertical-align:middle;font-size:16px;font-weight:bold;color:#333f47;}
/* .m_nav .content .mnav_top .mnav_back i{display:inline-block;vertical-align:middle;width:31px;height:31px;background:url(../images/mobile/back.png) no-repeat center;margin-right:25px;}
*/ .m_nav .content .mnav_top .mnav_back i{font-size:20px;font-weight:bold;color:#333f47;margin-right:25px;}
.m_nav .content .mnav_center .m_language{text-align:right;padding:20px 0;}
.m_nav .content .mnav_center .m_language a{display:inline-block;font-size:14px;color:#333f47;font-family:Arial;color:rgba(51,63,71,.5);position:relative;margin:0 20px;}
.m_nav .content .mnav_center .m_language a.on{color:#333f47;}
.m_nav .content .mnav_center .m_language a.on:after{content:'';width:96%;height:2px;background:#333f47;position:absolute;left:2%;bottom:-3px;}
.m_nav .content .mnav_bottom{overflow-y:auto;}
.m_nav .content .mnav_bottom .mnav_li{position:relative;margin:20px 0;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a{display:block;padding:0 45px;position:relative;font-size:19px;color:#333f47;font-weight:bold;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a i{display:block;width:20px;height:20px;background:url(../images/mobile/mnav_jt.png) no-repeat;background-size:contain;position:absolute;right:45px;top:50%;margin-top:-10px;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a i{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);}
/* .m_nav .content .mnav_bottom .mnav_li.cur a.mnav_a i{background-position:0 0;}
*/ /* .m_nav .content .mnav_bottom .mnav_li.cur a.mnav_a i{background:url(../images/mobile/mnav_jt_on.png) no-repeat;background-size:contain;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
*/ .m_nav .content .mnav_bottom .mnav_li dl{background:#f7f7f7;padding:20px 60px;display:none;margin:10px 0;}
.m_nav .content .mnav_bottom .mnav_li dl dd a{display:block;font-size:15px;color:#525252;line-height:35px;}
/*导航推拉*/ .m_nav.toshow{right:0;}
.m_nav.toshow .nav_bg{opacity:1;visibility:visible;}
/* 三级导航 */ .m_third_nav{display:block;}
.m_third_nav .content{height:47px;overflow:hidden;border-bottom:2px solid #e5e5e5;text-align:center;}
.m_third_nav ul{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;height:60px;}
.m_third_nav ul li{display:inline-block;font-size:15px;color:#949494;margin:0 4px;line-height:47px;}
.m_third_nav ul li a{display:inline-block;position:relative;padding:16px 8px;line-height:1;}
.m_third_nav ul li.on{font-weight:bold;color:#333f47;}
.m_third_nav ul li.on a:after{content:'';width:102%;height:2px;background:#333f47;border-radius:3px;position:absolute;left:0;bottom:0}
/*--------------------------------- 公共部分 end------------------------------------*/ /* 手机端首页 */ .pageHeader.index_pageHeader{height:46px;}
.m_ibanner{padding-bottom:56.53%;position:relative;height:0;overflow:hidden;}
.m_ibanner .item{height:0;padding-bottom:56.53%;}
.m_ibanner .owl-carousel .owl-dots{position:absolute;z-index:10;bottom:15px;left:0%;width:100%;text-align:center}
.m_ibanner .owl-carousel .owl-dot{width:8px;height:8px;background:#e5e5e5;margin:0 6px;border-radius:50%;display:inline-block;vertical-align:middle;}
.m_ibanner .owl-carousel .owl-dot.active{background:#9a9a9a;width:12px;height:12px;}
.m_channelContent{padding:40px 0 0;min-height:400px;}
.m_ipart{padding:0;}
.m_ipart01{padding:30px 0;border-bottom:1px solid #e4e4e4;margin-bottom:60px;position:Relative;}
.m_ipart01:after{content:'';width:24px;height:27px;background:url(../images/mobile/cert_btm.png) no-repeat center;position:absolute;right:0px;top:50%;margin-top:-13px;animation:certFlag infinite linear 1.8s;-webkit-animation:certFlag infinite linear 1.8s;-moz-animation:certFlag infinite linear 1.8s;-o-animation:certFlag infinite linear 1.8s;-ms-animation:certFlag infinite linear 1.8s;opacity:0;animation-fill-mode:forwards;}
/* .m_ipart01 .content{height:130px;overflow:hidden;}
*/ .m_ipart01 ul{overflow-y:hidden;white-space:nowrap;overflow-x:auto;}
.m_ipart01 .content01{background:#f6f6f9;}
.m_ipart01 .content02{background:#ededed;}
.m_ipart01 .li{/*float:left;*/ display:inline-block;width:19%;margin-right:1.25%;margin-bottom:12px;}
/* .m_ipart01 .li_five{margin-right:0;}
*/ .m_ipart01 .li .li_box{display:block;}
.m_ipart01 .li .li_box .img_{width:80px;height:80px;margin:0 auto;background-size:cover;}
.m_ipart01 .li .li_box .txt{font-size:24px;color:#333f47;text-align:center;}
/* .m_ipart01 .li:hover .li_box .img_{background-position:0 -77px;}
*/ .m_ipart02{margin-top:20px;}
.m_ipart02 .infor{background:#fff;box-shadow:0 0 25px rgba(252,176,38,.2);}
.m_ipart02 .infor .box{display:block;padding:19px 24px;}
.m_ipart02 .infor .box span.hot_dot{float:left;background:#fcb026;color:#fff;padding:0 18px;line-height:35px;border-radius:7px;font-size:18px;/*display:inline-block;vertical-align:middle;*/ margin-right:24px;}
.m_ipart02 .infor .box span.text{float:left;line-height:35px;width:80%;font-size:21px;color:#333f47;/*display:inline-block;vertical-align:middle;*/ height:35px;overflow:hidden;}
.m_ipart02 .infor .box span.text li a{display:block;}
.m_ipart02 .infor{margin-bottom:20px;margin-bottom:0}
.m_ipart02 .content a{display:block}
.m_ipart02 .content .rect-9705{padding-bottom:97.05%;}
.m_ipart02 .content .rect-4730{padding-bottom:47.30%;}
.m_ipart02 .content .rect-4640{padding-bottom:46.40%;}
.m_ipart02 .content .left{width:49%;float:left;position:relative;}
.m_ipart02 .content .left .intro{position:absolute;left:0;top:0;width:100%;height:100%;}
.m_ipart02 .content .left .intro .box{padding:45px 25px;}
.m_ipart02 .content .left .intro .box .t{font-size:30px;font-weight:bold;color:#fff;}
.m_ipart02 .content .left .intro .box .c{font-size:18px;color:#fff;font-family:Impact;}
.m_ipart02 .content .right{width:49%;float:right;}
.m_ipart02 .content .right .r_top{margin-bottom:16px;}
.m_ipart02 .content .right .r_bott{position:relative}
.m_ipart02 .content .right .r_bott .intro{position:absolute;left:0;top:0;width:100%;height:100%;}
.m_ipart02 .content .right .r_bott .intro .box{padding:45px 25px;}
.m_ipart02 .content .right .r_bott .intro .box .t{font-size:30px;font-weight:bold;color:#333f47;}
.m_ipart02 .content .right .r_bott .intro .box .c{font-size:18px;color:#333f47;}
.m_ipart02_1{margin-top:7px;}
.m_ipart02_1 .content .rect-4640{padding-bottom:46.4%;}
.m_ipart02_1 .content .right{overflow:hidden;}
.m_ipart02_1 .content .right .r_top{position:relative;margin-bottom:16px;width:49%;float:left;}
.m_ipart02_1 .content .right .r_bott{position:relative;width:49%;float:right;}
.m_ipart02_1 .content .right .intro{position:absolute;left:0;top:0;width:100%;height:100%;}
.m_ipart02_1 .content .right .intro .box{padding:45px 25px;}
.m_ipart02_1 .content .right .intro .box .t{font-size:30px;font-weight:bold;color:#333f47;}
.m_ipart02_1 .content .right .intro .box .c{font-size:18px;color:#333f47;}
.m_ipart03{margin-top:30px;}
.m_ipart03 .infor .tit{float:left;font-size:36px;color:#282c2e;font-weight:bold;}
.m_ipart03 .infor .con{float:right;font-size:20px;color:#fcb026;margin-top:20px;}
.m_ipart03 .infor .con i{display:inline-block;width:9px;height:15px;background:url(../images/mobile/m_ipart03_jt.png) no-repeat center;margin-left:6px}
.m_ipart03 .content{position:relative;margin-top:20px;}
.m_ipart03 .content .rect-5616{padding-bottom:56.16%;}
.m_ipart03 .content .list{width:100%;height:100%;position:absolute;left:0;top:0;}
.m_ipart03 .content .list .box{padding:70px 26px;text-align:center}
.m_ipart03 .content .list .box a{display:inline-block;padding:0 20px;position:relative;color:#fff;font-size:24px;}
.m_ipart03 .content .list .box a:after{content:'';width:1px;height:14px;background:#fff;position:absolute;right:0;top:50%;margin-top:-7px;}
.m_ipart03 .content .list .box a:last-child:after{display:none;}
.m_ipart04{margin-top:20px;}
.m_ipart04 .infor{position:relative;border-bottom:1px solid #f4f4f4;padding-bottom:30px;margin-bottom:30px;}
.m_ipart04 .infor .tit{float:left;font-size:36px;color:#282c2e;font-weight:bold;position:relative;}
.m_ipart04 .infor .tit:after{content:'';width:80%;position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);height:7px;background:#fcb026;border-radius:5px;display:none}
.m_ipart04 .infor .con{float:right;width:72%;height:44px;overflow:hidden;margin-top:10px;position:relative;}
.m_ipart04 .infor .con a{display:inline-block;font-size:28px;color:#333f47;margin:0 10px;}
.m_ipart04 .infor .con:before{display:none;content:'';width:33px;height:20px;background:url(../images/mobile/m_ipart04_ico.png) no-repeat center;position:absolute;right:0;top:50%;margin-top:-10px;z-index:6;pointer-events:none;}
.m_ipart04 .infor .con:after{display:none;content:'';position:absolute;top:0;right:0;width:160px;height:44px;z-index:5;pointer-events:none;background:-webkit-linear-gradient(to left,rgba(255,255,255,.97),rgba(255,255,255,0));background:-moz-linear-gradient(to left,rgba(255,255,255,.97),rgba(255,255,255,0));background:-ms-linear-gradient(to left,rgba(255,255,255,.97),rgba(255,255,255,0));background:-o-linear-gradient(to left,rgba(255,255,255,.97),rgba(255,255,255,0));background:linear-gradient(to left,rgba(255,255,255,.97),rgba(255,255,255,0));}
.m_ipart04 .infor .con .list{text-align:right;white-space:nowrap;overflow-y:hidden;overflow-x:auto;height:52px;}
.m_ipart04 .infor .con .list a{position:relative;}
.m_ipart04 .infor .con .list a.on{color:#fcb026;}
.m_ipart04 .infor .con .list a.on:after{content:'';width:100%;position:absolute;bottom:0px;left:50%;transform:translateX(-50%);height:2px;background:#fcb026;border-radius:5px;}
.m_ipart04 .content{margin-top:10px;}
.m_ipart04 .content .rect-6265{padding-bottom:62.65%;}
.m_ipart04 .content li{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #f4f4f4;}
.m_ipart04 .content li a{display:block;}
.m_ipart04 .content li .img_{width:33%;float:left;}
.m_ipart04 .content li .intro{width:55.6%;float:right;position:relative;height:100%;margin-right:1%;}
.m_ipart04 .content li .intro .tit{font-size:28px;line-height:40px;height:80px;overflow:hidden;color:#282c2e;margin-bottom:44px;}
.m_ipart04 .content li .intro .con{font-size:22px;color:#777;}
.m_ipart04 .content li .intro .con .date{float:left;font-family:Arial;}
.m_ipart04 .content li .intro .con .date{float:right;font-family:Arial;}
/* 手机端加载更多按钮 */ .more_wrap{text-align:center;}
.more_wrap .m_loadmore{display:inline-block;border-radius:30px;text-align:center;background:rgba(252,176,38,.2);padding:0 30px;margin:0 auto;}
.more_wrap .m_loadmore span{display:inline-block;font-size:24px;color:#fcb026;height:56px;line-height:56px;vertical-align:middle;}
.more_wrap .m_loadmore i{display:inline-block;width:25px;height:11px;background:url(../images/mobile/m_ipart04_jt.png) no-repeat center;margin-left:15px;vertical-align:middle;}
/* 手机端加载更多按钮 end */ .m_ipart05{padding:60px 0 78px;background:#f7f7f7;margin-top:40px;}
.m_ipart05 .infor{position:relative;margin-bottom:50px;}
.m_ipart05 .infor .tit{float:left;font-size:36px;color:#282c2e;font-weight:bold;position:relative;}
.m_ipart05 .infor .tit:after{content:'';width:80%;position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);height:7px;background:#fcb026;border-radius:5px;display:none;}
.m_ipart05 .infor .con{float:right;width:72%;height:44px;overflow:hidden;margin-top:10px;position:relative;}
.m_ipart05 .infor .con a{display:inline-block;font-size:28px;color:#333f47;margin:0 10px;}
.m_ipart05 .infor .con:before{content:'';width:33px;height:20px;background:url(../images/mobile/m_ipart04_ico.png) no-repeat center;position:absolute;right:0;top:50%;margin-top:-10px;z-index:6;pointer-events:none;}
.m_ipart05 .infor .con:after{content:'';position:absolute;top:0;right:0;width:160px;height:44px;z-index:5;pointer-events:none;background:-webkit-linear-gradient(to left,rgba(247,247,247,.97),rgba(247,247,247,0));background:-moz-linear-gradient(to left,rgba(247,247,247,.97),rgba(247,247,247,0));background:-ms-linear-gradient(to left,rgba(247,247,247,.97),rgba(247,247,247,0));background:-o-linear-gradient(to left,rgba(247,247,247,.97),rgba(247,247,247,0));background:linear-gradient(to left,rgba(247,247,247,.97),rgba(247,247,247,0));}
.m_ipart05 .infor .con .list{text-align:right;white-space:nowrap;overflow-y:hidden;overflow-x:auto;height:52px;}
.m_ipart05 .infor .con .list a{position:relative;}
.m_ipart05 .infor .con .list a.on{color:#fcb026;}
.m_ipart05 .infor .con .list a.on:after{content:'';width:100%;position:absolute;bottom:0px;left:50%;transform:translateX(-50%);height:2px;background:#fcb026;border-radius:5px;}
.m_ipart05 .content .rect-6846{padding-bottom:68.46%}
.m_ipart05 .content li{float:left;width:49%;margin-right:2%;}
.m_ipart05 .content li:nth-child(2n){margin-right:0;}
.m_ipart05 .content li a{display:block}
.m_ipart05 .content .intro{font-size:28px;color:#333f47;padding:15px 0;}
.m_ipart05 .content .intro span{display:inline-block;}
.m_ipart05 .content .intro .en{font-family:Impact;font-size:34px;margin-right:5px;}
.m_ipart05 .content .more_wrap{margin-top:20px}
.more_wrap.nomore{display:none;}
/* 2020-03-27 手机端首页加新品推荐 */ .m_ipart05 .content li a{position:relative;}
.m_ipart05 .content li a .icon{width:63px;height:62px;background:url(../images/pro_list_ico.png) no-repeat center;position:absolute;top:10px;right:10px;opacity:0;visibility:hidden;}
.m_ipart05 .content li.li_new a .icon{opacity:1;visibility:visible;}
.add_price{background:#fff;padding:40px 0;border-bottom:6px solid #f7f7f7;}
.add_price .new_price{display:block;width:80%;height:76px;line-height:76px;text-align:center;font-size:32px;color:#fff;background:#fcb026;margin:0 auto;border-radius:50px;}
.add_price .intro{margin-top:20px;text-align:center;}
.add_price .intro .tit{font-size:26px;color:#333f47;}
.add_price .intro .con{font-size:38px;line-height:38px;color:#fcb026;font-family:Impact;}
/* 手机端新闻列表 */ .news_list{display:none;}
.m_newsList.m_channelContent{background:#f7f7f7;padding-bottom:30px}
.m_newsList .hd li{border-bottom:2px solid #e9e9e9;margin-bottom:24px;}
.m_newsList .hd li:last-child{margin-bottom:0}
.m_newsList .hd .li_box{display:block;padding-bottom:17px;}
.m_newsList .hd .li_box .tit{font-size:35px;line-height:35px;color:#333f47;margin-bottom:15px;}
.m_newsList .hd .li_box .con span{display:inline-block;vertical-align:middle;}
.m_newsList .hd .li_box .con .date{font-size:24px;color:#a3a3a3;font-family:Arial;}
.m_newsList .hd .li_box .con .sign{width:64px;height:30px;border:2px solid #fcb026;border-radius:4px;font-size:18px;font-weight:bold;line-height:30px;text-align:center;color:#fcb026;margin-left:15px;}
.m_newsList .bd .rect-6265{padding-bottom:62.65%;}
.m_newsList .bd .li_box{display:block;padding:29px 0;border-bottom:2px solid #e9e9e9;}
.m_newsList .bd .li_box .img_{width:33%;float:left;}
.m_newsList .bd .li_box .intro{width:62%;float:left;margin-left:3%;margin-top:17px;}
.m_newsList .bd .li_box .intro .tit{font-size:35px;line-height:46px;color:#333f47;}
.m_newsList .bd .li_box .intro .con{font-size:24px;line-height:40px;color:#a3a3a3;font-family:Arial;}
.m_newsList .bd li.no_img .li_box .img_{display:none;}
.m_newsList .bd li.no_img .li_box .intro{width:100%;margin-left:0;margin-top:0;}
.m_newsList .bd li.no_img .li_box .intro .con{margin-top:13px;}
.m_newsList .bd li:last-child .li_box{border-bottom:none;}
/* 手机端 新闻详细 */ .news_detail{display:none;}
.brand_detail{display:block}
.m_newsDetail.m_channelContent{padding:0;}
.m_newsDetail01{padding:65px 0;background:#f7f7f7;}
.m_newsDetail01 .title{font-size:26px;color:#333f47;font-weight:bold;}
.m_newsDetail01 .tools span{display:inline-block;font-size:13px;color:#939393;margin-top:26px;margin-right:20px;}
.m_newsDetail01 .tools span i{margin:0 10px 0 0;vertical-align:0px;}
.m_newsDetail01 .con .text{font-size:14px;line-height:2em;color:#4e4e4e;margin-top:20px;height:400px;overflow:hidden;transition:height 0.5s ease;}
.m_newsDetail01 .con .text .keywords{font-size:14px;color:#555;margin-top:15px;}
.m_newsDetail01 .con .text .keywords span{display:inline-block;vertical-align:middle;font-size:15px;line-height:24px;font-weight:bold;}
.m_newsDetail01 .con .text .keywords a{display:inline-block;vertical-align:middle;font-size:13px;color:#fcb026;line-height:24px;margin-right:10px;position:relative}
.m_newsDetail01 .con .text .keywords a:after{content:'';width:100%;height:1px;background:#fcb026;position:absolute;left:0;bottom:3px;}
.m_newsDetail01 .con .text.cur{height:auto;}
.m_newsDetail01 .con .btns{text-align:center;position:relative;margin-top:30px;}
.m_newsDetail01 .con .btns span{display:inline-block;vertical-align:middle;position:relative;z-index:5}
.m_newsDetail01 .con .btns span.icon{width:25px;height:25px;background:url(../images/mobile/m_newsDetail_icon.png) no-repeat center;}
.m_newsDetail01 .con .btns span.txt{color:#fcb026;font-size:18px}
.m_newsDetail01 .con .btns:after{content:'';position:absolute;bottom:0;right:0;width:100%;height:240px;z-index:4;pointer-events:none;background:-webkit-linear-gradient(bottom,rgba(247,247,247,.97),rgba(247,247,247,0));background:-moz-linear-gradient(bottom,rgba(247,247,247,.97),rgba(247,247,247,0));background:-ms-linear-gradient(bottom,rgba(247,247,247,.97),rgba(247,247,247,0));background:-o-linear-gradient(bottom,rgba(247,247,247,.97),rgba(247,247,247,0));background:linear-gradient(bottom,rgba(247,247,247,.97),rgba(247,247,247,0));/* background:linear-gradient(bottom,rgba(14,42,201,.97),rgba(14,42,201,0));*/}
.m_newsDetail02{padding:40px 0;}
.m_newsDetail02 .title{font-size:26px;color:#969696;border-bottom:2px solid #e2e2e2;position:relative;padding-bottom:15px;}
.m_newsDetail02 .title:after{content:'';width:132px;height:4px;background:#fcb026;position:absolute;left:0;bottom:-2px}
.m_newsDetail02 .content{margin-top:30px;}
.m_newsDetail02 li{border-bottom:2px solid #e9e9e9;margin-bottom:24px;}
.m_newsDetail02 .li_box{display:block;padding-bottom:17px;}
.m_newsDetail02 .li_box .tit{color:#333f47;margin-bottom:15px;font-size:18px}
.m_newsDetail02 .li_box .con span{display:inline-block;vertical-align:middle;}
.m_newsDetail02 .li_box .con .date{color:#a3a3a3;font-family:Arial;}
.m_newsDetail02 .li_box .con .sign{width:40px;height:20px;border:2px solid #fcb026;border-radius:4px;font-weight:bold;line-height:20px;text-align:center;color:#fcb026;margin-left:15px;display:none}
.m_newsDetail02 li.hot .li_box .con .sign{display:inline-block}
/* 手机端分享弹窗 */ .share_content{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:99999;text-align:right;}
/* 案例列表 */ .m_caseList.m_channelContent{background:#f7f7f7;}
.m_caseList01{padding-bottom:40px;}
.m_caseList01 .hd{margin-bottom:38px;}
.m_caseList01 .hd .item{float:left;width:32%;margin-right:4%;position:relative;}
.m_caseList01 .hd .item span{display:block;height:60px;line-height:60px;background:#fcb026;border-radius:50px;font-size:24px;color:#333f47;position:relative;z-index:2;padding:0 25px;}
.m_caseList01 .hd .item span i{display:inline-block;vertical-align:0;}
.m_caseList01 .hd .item span i.txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:70%}
.m_caseList01 .hd .item span i.icon{width:20px;height:20px;background:url(../images/mobile/mnav_jt.png) no-repeat;background-size:contain;margin-left:5px;vertical-align:-5px;position:absolute;right:25px;top:50%;margin-top:-10px;}
.m_caseList01 .hd .item span.cur i.icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.m_caseList01 .hd .item .item_down{position:absolute;left:0;top:30px;width:100%;padding:10px 0;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:15px;z-index:1;padding-top:40px;display:none;}
.m_caseList01 .hd .item .item_down li{height:30px;line-height:30px;text-align:center;padding:5px 0;}
.m_caseList01 .bd li{background:#fff;margin-bottom:26px;}
.m_caseList01 .bd li .li_box{display:block;padding:26px 18px;}
.m_caseList01 .bd li .li_box .rect-625{padding-bottom:62.5%}
.m_caseList01 .bd li .li_box .img_{width:36%;float:left;margin-right:3%;}
.m_caseList01 .bd li .li_box .intro{width:60%;float:left;margin-top:9px;}
.m_caseList01 .bd li .li_box .intro .tit{font-size:33px;line-height:42px;height:84px;overflow:hidden;color:#333f47;margin-bottom:30px;}
.m_caseList01 .bd li .li_box .intro .con{font-size:22px;line-height:40px;color:#777;font-family:Arial;text-align:right;}
.m_caseList01 .bd li.no_img .img_{display:none}
.m_caseList01 .bd li.no_img .intro{width:100%;}
/* 案例详细 */ .m_caseDetail.m_channelContent{padding:0}
.m_caseDetail01 .hd{background:#f7f7f7;padding:60px 0 40px;text-align:center;}
.m_caseDetail01 .hd .title{font-size:38px;line-height:50px;color:#333f47;font-weight:bold;}
.m_caseDetail01 .hd .tools span{display:inline-block;font-size:13px;color:#939393;margin-top:26px;margin-right:20px;}
.m_caseDetail01 .hd .tool.font{display:none;}
.m_caseDetail01 .hd .tools span i{margin:0 10px 0 0;vertical-align:0px;}
.m_caseDetail01 .bd{margin-top:25px;}
.m_caseDetail01 .bd .bd_top .cell{font-size:28px;line-height:68px;color:#4e4e4e;border-bottom:2px solid #eaeaea;text-align:center;}
.m_caseDetail01 .bd .bd_top .cell:last-child{border-bottom:none;}
.m_caseDetail01 .bd .bd_bott{margin:40px 0 50px;}
.m_caseDetail01 .bd .bd_bott .text{text-align:center;font-size:28px;line-height:42px;color:#4e4e4e;}
.m_caseDetail01 .bd .bd_bott .text img{display:block;margin:0 auto 20px;}
.m_caseDetail02{padding:55px 0 60px;background:#f7f7f7;}
.m_caseDetail02 .infor{text-align:center;font-size:40px;line-height:40px;color:#333f47;font-weight:bold;}
.m_caseDetail02 .content{margin-top:45px;}
.m_caseDetail02 .content .rect-6846{padding-bottom:68.46%;}
.m_caseDetail02 .content .item{display:none}
.m_caseDetail02 .content .owl-item .item{display:block}
.m_caseDetail02 .content .intro{font-size:28px;color:#333f47;padding:15px 0;}
.m_caseDetail02 .content .intro span{display:inline-block;}
.m_caseDetail02 .content .intro .en{font-family:Impact;font-size:34px;margin-right:5px;}
/* 手机端 解决方案综合 */ .m_xcbanner{display:none}
.m_soluCenter.m_channelContent{padding:0}
.m_soluCenter01{background:#f7f7f7;padding:75px 0 50px;margin-bottom:65px;}
.m_soluCenter01 .infor{text-align:center}
.m_soluCenter01 .infor .tit{font-size:40px;line-height:40px;font-weight:bold;color:#282c2e;}
.m_soluCenter01 .infor .con{font-size:28px;line-height:44px;color:#4e4e4e;margin-top:40px}
.m_soluCenter01 .content{margin-top:60px;}
.m_soluCenter01 .content .item{display:none;text-align:center;}
.m_soluCenter01 .content .owl-item .item{display:block;}
.m_soluCenter01 .content .item .item_box{padding:2px;position:relative;}
.m_soluCenter01 .content .item .item_box:after{content:'';position:absolute;left:0;top:0;width:1px;height:98px;top:15px;background:url(../images/solu_center_line.png) no-repeat center;}
.m_soluCenter01 .content .first .item .item_box:after{display:none;}
.m_soluCenter01 .content .item .icon{width:75px;height:70px;margin:0 auto;}
.m_soluCenter01 .content .item .txt{font-size:16px;color:#454545;margin-top:20px;}
.m_soluCenter01 .content .item .icon img{transition:all .5s ease;}
.m_soluCenter01 .content .item:hover .icon img{transform:rotateY(180deg)}
.m_soluCenter02{padding-bottom:70px;}
.m_soluCenter02 .infor{text-align:center}
.m_soluCenter02 .infor .tit{font-size:40px;line-height:40px;font-weight:bold;color:#282c2e;}
.m_soluCenter02 .infor .con{font-size:28px;line-height:44px;color:#4e4e4e;margin-top:40px}
.m_soluCenter02 .content{margin-top:45px;}
.m_soluCenter02 .content li{margin-bottom:13px;}
.m_soluCenter02 .content li .title{position:relative;border-bottom:2px solid #f3f3f3;padding-bottom:13px;}
.m_soluCenter02 .content li .title span{font-size:36px;color:#282c2e;display:inline-block;position:relative;padding-left:24px;}
.m_soluCenter02 .content li .title span:after{content:'';width:6px;height:38px;background:#fcb026;border-radius:20px;position:absolute;left:0;top:50%;margin-top:-19px;}
.m_soluCenter02 .content li .title:before{content:'';width:26px;height:2px;background:#fcb026;position:absolute;right:0px;top:50%;margin-top:-1px;}
.m_soluCenter02 .content li .title:after{content:'';width:2px;height:26px;background:#fcb026;position:absolute;right:12px;top:50%;margin-top:-13px;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;}
.m_soluCenter02 .content li .li_down{position:relative;display:none;}
.m_soluCenter02 .content li .li_down .img_ img{width:100%;}
.m_soluCenter02 .content li .li_down .intro{position:absolute;left:0;top:0;width:100%;height:calc(100% - 87px)}
.m_soluCenter02 .content li .li_down .intro .box{padding:60px 15px 40px;}
.m_soluCenter02 .content li .li_down .intro .box a{display:inline-block;border:2px solid #f7f7f7;padding:0 40px;height:50px;line-height:50px;border-radius:50px;text-align:center;font-size:26px;color:#f7f7f7;margin:0 7px 24px;}
.m_soluCenter02 .content li .li_down .li_more{display:block;text-align:center;height:87px;line-height:87px;font-size:32px;font-weight:bold;color:#333f47;background:#fcb026}
.m_soluCenter02 .content li.cur .title{border-bottom:none;}
.m_soluCenter02 .content li.cur .title:after{-webkit-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}
.m_soluCenter02 .content li.cur .title span{font-weight:bold;}
.m_soluCenter03{background:url(../images/mobile/m_soluCenter03_1.jpg) no-repeat center;padding:95px 0 392px;background-size:cover}
.m_soluCenter03 .infor{text-align:center;}
.m_soluCenter03 .infor .tit{font-size:38px;line-height:38px;color:#333f47;margin-bottom:17px;}
.m_soluCenter03 .infor .con{font-size:40px;line-height:40px;color:#282c2e;font-weight:bold;}
.m_soluCenter03 .infor .txt{font-size:28px;line-height:40px;color:#4e4e4e;margin-top:50px;}
/* 手机端 解决方案详细 */ .m_soluDetail.m_channelContent{padding:0;}
.m_soluDetail01{background:#f7f7f7;padding:75px 0;}
.m_soluDetail01 .infor{text-align:center}
.m_soluDetail01 .infor .tit{font-size:40px;line-height:40px;color:#282c2e;font-weight:bold;}
.m_soluDetail01 .infor .con{font-size:28px;line-height:46px;color:#4e4e4e;margin-top:35px;}
.m_soluDetail02{padding:70px 0;}
.m_soluDetail02 .infor{text-align:center}
.m_soluDetail02 .infor .tit{font-size:40px;line-height:40px;color:#282c2e;font-weight:bold;}
.m_soluDetail02 .content{margin-top:20px;}
.m_soluDetail02 .content .hd{margin-bottom:70px;}
.m_soluDetail02 .content .hd ul{text-align:center;border-bottom:1px solid #e7e7e7;}
.m_soluDetail02 .content .hd ul li{display:inline-block;font-size:30px;line-height:30px;color:#ababab;padding:20px 0;position:relative;margin:0 25px;}
.m_soluDetail02 .content .hd ul li span{display:inline-block;padding:0 5px;}
.m_soluDetail02 .content .hd ul li.cur:after{content:'';width:100%;height:5px;background:#333f47;position:absolute;bottom:-2px;left:0;border-radius:10px;}
.m_soluDetail02 .content .bd{position:relative;}
.m_soluDetail02 .content .bd ul{white-space:nowrap;overflow-y:hidden;overflow-x:auto;}
.m_soluDetail02 .content .bd:after{content:'';width:24px;height:27px;background:url(../images/mobile/cert_btm.png) no-repeat center;position:absolute;right:5px;top:50%;margin-top:-13px;animation:certFlag infinite linear 1.8s;-webkit-animation:certFlag infinite linear 1.8s;-moz-animation:certFlag infinite linear 1.8s;-o-animation:certFlag infinite linear 1.8s;-ms-animation:certFlag infinite linear 1.8s;opacity:0;animation-fill-mode:forwards;}
@keyframes certFlag{0%{transform:translateX(-10px);opacity:0;}
100%{transform:translateX(0);opacity:1;}}@-moz-keyframes certFlag{0%{-moz-transform:translateX(-10px);opacity:0;}
100%{-moz-transform-transform:translateX(0);opacity:1;}}@-webkit-keyframes certFlag{0%{-webkit-transform:translateX(-10px);opacity:0;}
100%{-webkit-transform-transform:translateX(0);opacity:1;}}@-o-keyframes certFlag{0%{-o-transform:translateX(-10px);opacity:0;}
100%{-o-transform-transform:translateX(0);opacity:1;}}@-ms-keyframes certFlag{0%{-ms-transform:translateX(-10px);opacity:0;}
100%{-ms-transform-transform:translateX(0);opacity:1;}}.m_soluDetail02 .content .bd li{width:49%;margin-left:1.5%;display:inline-block}
.m_soluDetail02 .content .bd li:first-child{margin-left:0;}
.m_soluDetail02 .content .bd li .li_box{display:block;padding:24px;border:2px solid #f8f8f8}
.m_soluDetail02 .content .bd li .li_box .intro .tit{margin-bottom:23px;}
.m_soluDetail02 .content .bd li .li_box .intro .tit span{display:block}
.m_soluDetail02 .content .bd li .li_box .intro .tit span.xinghao{font-size:36px;line-height:36px;color:#333f47;font-family:Impact;margin-bottom:13px;}
.m_soluDetail02 .content .bd li .li_box .intro .tit span.name{font-size:30px;line-height:30px;color:#333f47;padding-bottom:15px;border-bottom:1px solid #dadada;}
.m_soluDetail02 .content .bd li .li_box .intro .con .con_text{font-size:22px;line-height:30px;color:#585858;margin-bottom:10px;}
.m_soluDetail02 .content .bd ul::-webkit-scrollbar{/*滚动条整体样式*/ width:10px;/*高宽分别对应横竖滚动条的尺寸*/ height:12px;}
.m_soluDetail02 .content .bd ul::-webkit-scrollbar-thumb{/*滚动条里面小方块*/ border-radius:15px;background:#fcb026;background:rgba(252,176,38,.6)}
.m_soluDetail02 .content .bd ul::-webkit-scrollbar-track{/*滚动条里面轨道*/ border-radius:15px;background:#f6f5f5;}
.m_soluDetail03 .infor{text-align:center;margin-bottom:45px;}
.m_soluDetail03 .infor .tit{font-size:40px;line-height:40px;color:#282c2e;font-weight:bold;}
.m_soluDetail03 .content{position:relative;}
.m_soluDetail03 .content .rect-5753{padding-bottom:57.53%;}
.m_soluDetail03 .content .item{display:none}
.m_soluDetail03 .content .owl-item .item{display:block;}
.m_soluDetail03 .content .intro{position:relative;padding:25px 0;}
.m_soluDetail03 .content .intro .t{font-size:30px;line-height:40px;color:#4e4e4e;width:80%;}
.m_soluDetail03 .content .intro .jt{width:13px;height:26px;background:url(../images/mobile/m_soluDetail03_jt.png) no-repeat center;position:absolute;right:0;top:50%;margin-top:-13px;}
.m_soluDetail03 .content .m_solu_btn>div{width:20px;height:35px;background:url(../images/ipart02_jt.png) no-repeat;position:absolute;top:-73px;z-index:2;font-size:0;cursor:pointer;transition:all 0.5s ease;}
.m_soluDetail03 .content .m_solu_btn .owl-prev{right:60px;background-position:0 0;}
.m_soluDetail03 .content .m_solu_btn .owl-next{right:20px;background-position:-20px -35px;}
.m_soluDetail04{padding:70px 0;background:#f7f7f7;margin-top:20px;}
.m_soluDetail04 .infor{text-align:center}
.m_soluDetail04 .infor .tit{font-size:40px;line-height:40px;font-weight:bold;color:#282c2e;}
.m_soluDetail04 .infor .con{font-size:28px;line-height:44px;color:#4e4e4e;margin-top:40px}
.m_soluDetail04 .content{margin-top:45px;}
.m_soluDetail04 .content li{margin-bottom:13px;}
.m_soluDetail04 .content li .title{position:relative;border-bottom:2px solid #f3f3f3;padding-bottom:13px;}
.m_soluDetail04 .content li .title span{font-size:36px;color:#282c2e;display:inline-block;position:relative;padding-left:18px;}
.m_soluDetail04 .content li .title span:after{content:'';width:6px;height:38px;background:#fcb026;border-radius:20px;position:absolute;left:0;top:50%;margin-top:-19px;}
.m_soluDetail04 .content li .title:before{content:'';width:26px;height:2px;background:#fcb026;position:absolute;right:0px;top:50%;margin-top:-1px;}
.m_soluDetail04 .content li .title:after{content:'';width:2px;height:26px;background:#fcb026;position:absolute;right:12px;top:50%;margin-top:-13px;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;}
.m_soluDetail04 .content li .li_down{position:relative;display:none;}
.m_soluDetail04 .content li .li_down .img_ img{width:100%;}
.m_soluDetail04 .content li .li_down .intro{position:absolute;left:0;top:0;width:100%;height:calc(100% - 87px)}
.m_soluDetail04 .content li .li_down .intro .box{padding:60px 15px 40px;}
.m_soluDetail04 .content li .li_down .intro .box a{display:inline-block;border:1px solid #f7f7f7;padding:0 40px;height:50px;line-height:50px;border-radius:50px;text-align:center;font-size:26px;color:#f7f7f7;margin:0 7px 24px;}
.m_soluDetail04 .content li .li_down .li_more{display:block;text-align:center;height:87px;line-height:87px;font-size:32px;font-weight:bold;color:#333f47;background:#fcb026}
.m_soluDetail04 .content li.cur .title{border-bottom:none;}
.m_soluDetail04 .content li.cur .title:after{-webkit-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}
.m_soluDetail04 .content li.cur .title span{font-weight:bold;}
/* 手机端 产品列表 */ .m_proList.m_channelContent{background:#f8f8f8;}
.m_proList01{padding-bottom:40px;}
.m_proList01 .hd{margin-bottom:38px;}
.m_proList01 .hd .item{float:left;width:32%;margin-left:2%;position:relative;}
.m_proList01 .hd .item_last{text-align:center}
.m_proList01 .hd .item:first-child{margin-left:0;}
.m_proList01 .hd .item span{display:block;height:60px;line-height:60px;background:#fcb026;border-radius:50px;font-size:24px;color:#333f47;position:relative;z-index:2;padding:0 25px;}
.m_proList01 .hd .item span i{display:inline-block;vertical-align:0;}
.m_proList01 .hd .item span i.txt{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:70%}
.m_proList01 .hd .item span i.icon{width:20px;height:20px;background:url(../images/mobile/mnav_jt.png) no-repeat;background-size:contain;margin-left:5px;vertical-align:-5px;position:absolute;right:25px;top:50%;margin-top:-10px;}
.m_proList01 .hd .item span.cur i.icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.m_proList01 .hd .item .item_down{position:absolute;left:0;top:30px;width:100%;padding:10px 0;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:15px;z-index:1;padding-top:40px;display:none;}
.m_proList01 .hd .item .item_down li{height:30px;line-height:30px;text-align:center;padding:5px 0;}
.m_proList01 .hd .item_last span{color:#fff;background:#333f47;}
.m_proList01 .bd li{background:#fff;margin-bottom:37px;}
.m_proList01 .bd li .li_box{display:block;padding:24px;position:relative;}
.m_proList01 .bd li .li_box .intro .tit{margin-bottom:23px;}
.m_proList01 .bd li .li_box .intro .tit span{display:block}
.m_proList01 .bd li .li_box .intro .tit span.xinghao{font-size:36px;line-height:36px;color:#333f47;font-family:Impact;margin-bottom:13px;}
.m_proList01 .bd li .li_box .intro .tit span.name{font-size:30px;line-height:30px;color:#333f47;padding-bottom:15px;border-bottom:1px solid #dadada;}
.m_proList01 .bd li .li_box .intro .con .con_text{font-size:22px;line-height:30px;color:#585858;margin-bottom:10px;}
.m_proList01 .bd li .li_box .icon{width:63px;height:62px;background:url(../images/pro_list_ico.png) no-repeat center;position:absolute;top:30px;right:25px;opacity:0;visibility:hidden;}
.m_proList01 .bd li.li_new .li_box .icon{opacity:1;visibility:visible;}
/* 产品列表弹窗 */ .tanchuang{width:100%;position:fixed;height:100%;right:-100%;top:0;z-index:10;}
.tanchuang .content{width:40%;z-index:2;position:fixed;height:100%;right:-100%;top:0;background:#fff;transition:right 0.5s ease;}
.tanchuang .tan_bg{background:url(../images/mobile/black.5.png) center;position:fixed;left:0;top:0;width:100%;height:100%;transition:all 0.5s ease;opacity:0;visibility:hidden;}
.tanchuang .content .box{padding:50px;}
.tanchuang .content .box .title{font-size:42px;line-height:42px;font-weight:bold;color:#333f47;margin-bottom:50px;}
.tanchuang .content .box .list li>span{display:inline-block;font-size:0;}
.tanchuang .content .box .list li>span.txt{font-size:30px;line-height:30px;color:#333f47;width:10%;}
.tanchuang .content .box .list li>span.sele{width:80%;margin-left:7%;}
.tanchuang .content .box .list li>span.sele .item{width:100%;position:relative;margin-bottom:30px;}
.tanchuang .content .box .list li>span.sele .item span{display:block;height:60px;line-height:60px;background:#fcb026;border-radius:50px;font-size:24px;color:#fff;position:relative;z-index:2;padding:0 25px}
.tanchuang .content .box .list li>span.sele .item span i{vertical-align:0;display:inline-block;}
.tanchuang .content .box .list li>span.sele .item span i.icon{width:20px;height:20px;background:url(../images/mobile/mnav_jt_white.png) no-repeat;background-size:contain;margin-left:5px;position:absolute;right:25px;top:50%;margin-top:-10px;}
.tanchuang .content .box .list li>span.sele .item span.cur i.icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.tanchuang .content .box .list li>span.sele .item .item_down{position:absolute;left:0;top:30px;width:100%;padding:10px 0;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:15px;z-index:1;padding-top:40px;display:none;}
.tanchuang .content .box .list li>span.sele .item .item_down ul{max-height:300px;overflow-y:auto}
.tanchuang .content .box .list li>span.sele .item .item_down li{height:30px;line-height:30px;text-align:center;padding:5px 0;font-size:14px;}
.tanchuang .content .box .list .li01{position:relative;z-index:3;}
.tanchuang .content .box .list .li02{position:relative;z-index:2;}
.tanchuang .content .box .list .li03{position:relative;z-index:1;}
.tanchuang.tan_show{right:0}
.tanchuang.tan_show .content{right:0}
.tanchuang.tan_show .tan_bg{opacity:1;visibility:visible;}
/* 手机端 产品详细 */ .proDetail_pageHeader.pageHeader.xc_pageHeader{height:auto}
.pro_detail{display:none}
.xc_proDetail_ban{display:none;}
.m_proDetail.m_channelContent{padding:0}
.m_proDetail01{border-top:2px solid #f7f7f7;border-bottom:9px solid #f7f7f7;}
.m_proDetail01 .rect-712{padding-bottom:71.2%;}
.m_proDetail01 .item{display:none}
.m_proDetail01 .owl-item .item{display:block;}
.m_proDetail01 .owl-carousel .owl-dots{position:absolute;z-index:10;bottom:20px;right:5%;width:95%;text-align:right;}
.m_proDetail01 .owl-carousel .owl-dot{width:10px;height:10px;background:rgba(252,176,38,.5);margin:0 3px;border-radius:50%;display:inline-block;vertical-align:middle;}
.m_proDetail01 .owl-carousel .owl-dot.active{background:#fcb026;width:12px;height:12px;}
.m_proDetail02{background:#f7f7f7;padding-bottom:9px;}
.m_proDetail02 .content{padding:50px 0;background:#fff;}
.m_proDetail02 .infor .tit span{display:inline-block;vertical-align:middle;color:#282c2e;}
.m_proDetail02 .infor .tit span.xinghao{font-size:50px;line-height:50px;font-family:Impact;margin-right:24px;}
.m_proDetail02 .infor .tit span.name{font-size:40px;line-height:40px;}
.m_proDetail02 .infor .con{font-size:28px;line-height:43px;color:#4e4e4e;margin-top:35px;}
.m_proDetail02 .infor .seeCar{display:block;background:#fcb026;width:80%;margin:40px auto;height:60px;line-height:60px;font-size:20px;color:#fff;border-radius:50px;text-align:center;}
.m_proDetail03{background:#f7f7f7;padding-bottom:9px;}
.m_proDetail03 .content{padding:50px 0;background:#fff;}
.m_proDetail03 .content .tit{font-size:30px;font-weight:bold;color:#4e4e4e;margin-bottom:25px;}
.m_proDetail03 .content .con{font-size:30px;font-weight:bold;color:#4e4e4e;}
.m_proDetail03 .content .con li{display:inline-block;background:#fff;margin-right:2.5%;margin-bottom:11px;border-radius:50px;box-shadow:0 0 15px rgba(0,0,0,.2)}
.m_proDetail03 .content .con li a{display:block;}
.m_proDetail03 .content .con li .li_box{padding:10px 25px;}
.m_proDetail03 .content .con li .li_box .img_{float:left;width:40px;height:32px;transition:all 0.5s ease;}
.m_proDetail03 .content .con li .li_box .txt{float:right;font-size:15px;margin-left:15px;line-height:32px;color:#333f47;font-weight:lighter;}
.m_proDetail03 .content .con li:hover .li_box .img_{transform:rotateY(180deg);}
.m_proDetail04{background:#f7f7f7;}
.m_proDetail04 .content{padding:50px 0;background:#fff;}
.m_proDetail04 .content li{position:relative;}
.m_proDetail04 .content li span{display:inline-block;vertical-align:middle;font-size:25px;line-height:44px;color:#4e4e4e;}
.m_proDetail04 .content li span.t{font-weight:bold;}
.m_proDetail04 .content li span.c{margin-left:1%;}
.m_proDetail05 .hd{background:#333f47;text-align:center;}
.m_proDetail05 .hd li{display:inline-block;font-size:30px;line-height:40px;color:#fff;padding:0 30px;}
.m_proDetail05 .hd li span{display:block;position:relative;padding-bottom:12px;}
.m_proDetail05 .hd li.active{color:#fcb026;}
.m_proDetail05 .hd li.active span:after{content:'';width:90%;height:7px;background:#fcb026;border-radius:15px;position:absolute;left:5%;bottom:0}
.m_proDetail05 .hd{height:103px;}
.m_proDetail05 .hd .target_wrap{padding:25px 0 25px;transition:padding 0.5s ease;}
/*.m_proDetail05 .hd.fixed{height:74px;}
*/ .m_proDetail05 .hd .target_wrap.fixed{width:100%;position:fixed;left:0;top:0;z-index:5;box-shadow:0 0 15px rgba(0,0,0,.2);/* padding:15px 0;*/ background:#333f47;}
.m_proDetail05 .bd .sections01{padding:50px 0 60px;background:#f7f7f7;}
.m_proDetail05 .bd .sections01 li{margin-bottom:13px;}
.m_proDetail05 .bd .sections01 li .title{position:relative;border-bottom:1px solid #e6e6e6;padding-bottom:13px;}
.m_proDetail05 .bd .sections01 li .title span{font-size:36px;color:#282c2e;display:inline-block;position:relative;padding-left:18px;}
.m_proDetail05 .bd .sections01 li .title span:after{content:'';width:6px;height:38px;background:#fcb026;border-radius:20px;position:absolute;left:0;top:50%;margin-top:-19px;}
.m_proDetail05 .bd .sections01 li .title:before{content:'';width:26px;height:2px;background:#fcb026;position:absolute;right:0px;top:50%;margin-top:-1px;}
.m_proDetail05 .bd .sections01 li .title:after{content:'';width:2px;height:26px;background:#fcb026;position:absolute;right:12px;top:50%;margin-top:-13px;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;}
.m_proDetail05 .bd .sections01 li .li_down{position:relative;display:none;font-size:25px;line-height:40px;color:#4e4e4e;padding:20px 0}
.m_proDetail05 .bd .sections01 li.cur .title{border-bottom:none;}
.m_proDetail05 .bd .sections01 li.cur .title:after{-webkit-transform:rotateZ(-90deg);transform:rotateZ(-90deg);}
.m_proDetail05 .bd .sections01 li.cur .title span{font-weight:bold;}
.m_proDetail05 .bd .sections02{margin-top:40px;}
.m_proDetail05 .bd .sections02 .title{font-size:38px;line-height:38px;color:#333f47;font-weight:bold;margin-bottom:40px;}
.m_proDetail05 .bd .sections02 .content{position:relative;overflow-x:auto;text-align:center;}
.m_proDetail05 .bd .sections02 .content .content_table .table_tr{height:44px;/* padding:0 20px;*/ font-size:13px;}
.m_proDetail05 .bd .sections02 .content .content_table .table_tr.top_tr{font-size:13px;}
/*最顶上一行 背景是主色橙色*/ .m_proDetail05 .bd .sections02 .content .content_table .table_tr.top_tr{font-weight:normal;background:#f8f8f8;color:#333f47;font-size:15px;font-weight:bold;}
/*每一条td宽度是257 */ .m_proDetail05 .bd .sections02 .content .content_table .table_tr td{box-sizing:border-box;word-break:break-all;white-space:normal;min-width:120px;}
/*标题区的背景*/ .m_proDetail05 .bd .sections02 .content .content_table .table_tr.title_tr{background:#eeeff7;}
/*内容区的背景和高度*/ .m_proDetail05 .bd .sections02 .content .content_table .table_tr.content_tr{background:#FFF;}
/*表格2绝对定位 只留下左侧一列，也就是每一个tr中的第一个td*/ .m_proDetail05 .bd .sections02 .content .content_table01{position:relative;z-index:1;}
.m_proDetail05 .bd .sections02 .table{margin-bottom:0;}
.m_proDetail05 .bd .sections03{margin:50px 0;}
.m_proDetail05 .bd .sections03 .infor{margin-bottom:45px;}
.m_proDetail05 .bd .sections03 .infor .tit{font-size:40px;line-height:40px;color:#282c2e;font-weight:bold;}
.m_proDetail05 .bd .sections03 .content{position:relative;}
.m_proDetail05 .bd .sections03 .content .rect-5753{padding-bottom:57.53%;}
.m_proDetail05 .bd .sections03 .content .item{display:none}
.m_proDetail05 .bd .sections03 .content .owl-item .item{display:block;}
.m_proDetail05 .bd .sections03 .content .item .item_box{display:block;}
.m_proDetail05 .bd .sections03 .content .intro{position:relative;padding:25px 0;}
.m_proDetail05 .bd .sections03 .content .intro .t{font-size:30px;line-height:40px;color:#4e4e4e;width:80%;}
.m_proDetail05 .bd .sections03 .content .intro .jt{width:13px;height:26px;background:url(../images/mobile/m_soluDetail03_jt.png) no-repeat center;position:absolute;right:3px;top:50%;margin-top:-13px;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1>div{width:20px;height:35px;background:url(../images/ipart02_jt.png) no-repeat;position:absolute;top:-73px;z-index:2;font-size:0;cursor:pointer;transition:all 0.5s ease;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1.disabled>div{display:none;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1 .owl-prev{right:60px;background-position:0 0;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1 .owl-next{right:20px;background-position:-20px -35px;}
.m_proDetail05 .bd .sections04{padding:50px 0;background:#f7f7f7}
.m_proDetail05 .bd .sections04 .infor{margin-bottom:45px;}
.m_proDetail05 .bd .sections04 .infor .tit{font-size:40px;line-height:40px;color:#282c2e;font-weight:bold;}
.m_proDetail05 .bd .sections04 .content{position:relative;}
.m_proDetail05 .bd .sections04 .content .item{display:none;background:#fff;}
.m_proDetail05 .bd .sections04 .content .owl-item .item{display:block;}
.m_proDetail05 .bd .sections04 .content .item .item_box{display:block;padding:24px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit{margin-bottom:23px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit span{display:block}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit span.xinghao{font-size:36px;line-height:36px;color:#333f47;font-family:Impact;margin-bottom:13px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit span.name{font-size:30px;line-height:30px;color:#333f47;padding-bottom:15px;border-bottom:1px solid #dadada;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .con .con_text{font-size:22px;line-height:30px;color:#585858;margin-bottom:3px;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2>div{width:20px;height:35px;background:url(../images/ipart02_jt.png) no-repeat;position:absolute;top:-73px;z-index:2;font-size:0;cursor:pointer;transition:all 0.5s ease;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2.disabled>div{display:none;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2 .owl-prev{right:60px;background-position:0 0;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2 .owl-next{right:20px;background-position:-20px -35px;}
/* 20200319 zhangxr */ /* 视频中心 手机端*/ .video_list{display:none;}
.m_channelContent.m_videoList{padding:0;background:#f7f7f7;}
.m_videoList01{padding:60px 0;}
.m_videoList01 ul{margin-bottom:30px;}
.m_videoList01 li{background:#fff;margin-bottom:20px;}
.m_videoList01 li .txt{font-size:27px;color:#333f47;}
.m_videoList01 li .txt .box{padding:30px 20px;}
.m_videoList01 li .txt .box .t{line-height:40px;height:80px;overflow:hidden;}
/* 企业文化 手机端*/ .m_channelContent.m_culture{padding:0;}
.m_culture01{background:#f8f8f8;padding:60px 0;}
.m_culture01 .tit1{font-size:40px;font-weight:bold;color:#333f47;line-height:48px;}
.m_culture01 .tit2{font-size:32px;color:#202325;line-height:44px;margin:15px 0 30px;}
.m_culture01 .con{font-size:26px;color:#4e4e4e;}
.m_culture02 .rect-449{padding-bottom:44.9%;}
.m_culture02 .cover{position:absolute;left:0;top:60px;width:100%;color:#fff;}
.m_culture02 .cover .box{width:50%;}
.m_culture02 .cover .tit{font-size:40px;font-weight:bold;}
.m_culture02 .cover .con{font-size:32px;margin:15px 0 30px;}
.m_culture02 .cover .txt{font-size:26px;}
.m_culture03{background:#fdb026;padding:44px 0;}
.m_culture03 .tit{font-size:40px;color:#333f47;font-weight:bold;margin-bottom:20px;}
.m_culture03 .con{font-size:26px;color:#4e4e4e;}
.m_culture04{background:url(../images/mobile/m_culture04_bg.jpg) no-repeat center bottom;background-size:cover;}
.m_culture04 .content{padding:50px 0;}
.m_culture04 .tit{font-size:40px;font-weight:bold;}
.m_culture04 .con{font-size:32px;margin:15px 0 30px;}
.m_culture04 .txt{font-size:26px;}
.m_culture05 .rect-97{padding-bottom:120%;}
.m_culture05 .left{width:50%;float:left;}
.m_culture05 .right{width:50%;float:left;}
.m_culture05 .cover{position:absolute;width:100%;height:100%;left:0;top:0;}
.m_culture05 .cover .box{padding:50px 30px;}
.m_culture05 .cover .box .tit{font-size:40px;font-weight:bold;color:#333f47;margin-bottom:20px;}
.m_culture05 .cover .box .con{font-size:26px;color:#4e4e4e;}
/* 发展历程 手机端 */ .m_history.m_channelContent{padding:0;}
.m_history01{padding:40px 0;background:#f7f7f7;}
.m_history01 .tab_t li{float:left;width:49%;margin-right:2%;font-size:26px;color:#333f47;line-height:60px;text-align:center;background:#fff;border-radius:35px;margin-bottom:15px;}
.m_history01 .tab_t li:nth-child(2n){margin-right:0;}
.m_history01 .tab_t li span{font-family:Arial;margin-right:10px;}
.m_history01 .tab_t li.cur{background:#fcb026;}
.m_history01 .tab_c ul{position:relative;margin:50px 0 0;}
.m_history01 .tab_c ul:after{content:'';position:absolute;left:10px;top:0;width:2px;height:100%;background:#e4e4e4;}
.m_history01 .rect-668{padding-bottom:66.8%;}
.m_history01 .tab_c li{overflow:hidden;margin-bottom:50px;}
.m_history01 .tab_c .img{float:right;width:31%;}
.m_history01 .tab_c .txt{float:left;width:54%;padding-left:45px;}
.m_history01 .tab_c .txt .num{position:relative;font-size:40px;font-family:Impact;color:#fdb026;}
.m_history01 .tab_c .txt .num:after{content:'';position:absolute;z-index:3;top:50%;margin-top:-10px;left:-45px;width:41px;height:20px;background:url(../images/mobile/m_history01_2.png) no-repeat center;}
.m_history01 .tab_c .txt .tit{font-size:28px;color:#4e4e4e;}
/* 山推简介 手机端 */ .m_aboutUs.m_channelContent{padding:0;}
.m_aboutUs01{background:#f8f8f8;padding:50px 0;}
.m_aboutUs01 .tit{font-size:34px;color:#333f47;}
.m_aboutUs01 .con{font-size:40px;color:#333f47;font-weight:bold;margin:15px 0 45px;}
.m_aboutUs01 .txt{font-size:28px;color:#4e4e4e;}
.m_aboutUs02{font-size:28px;color:#4e4e4e;padding:50px 0;}
.m_aboutUs03{padding-bottom:0px;}
.m_aboutUs03 .rect-382{padding-bottom:38.2%;}
.m_aboutUs03 .img{margin-bottom:25px;}
.m_aboutUs03 .img .cover{position:absolute;width:46%;left:0;top:0;height:100%;}
.m_aboutUs03 .img .cover .box{padding:55px 30px;}
.m_aboutUs03 .img .cover .box .t{font-size:40px;font-weight:bold;color:#fff;margin-bottom:30px;}
.m_aboutUs03 .img .cover .box .c{font-size:26px;color:#fff;}
/* 服务APP手机端 */ .m_serviceCenter.m_channelContent{padding:0;}
.m_serviceCenter01{background:#f7f7f7;padding:45px 0;text-align:center;}
.m_serviceCenter01 .tit{font-size:40px;font-weight:bold;color:#282c2e;margin-bottom:15px;}
.m_serviceCenter01 .con{font-size:28px;color:#4e4e4e;}
.m_serviceCenter01 .img{margin:30px 0;}
.m_serviceCenter01 .txt .t{font-size:26px;font-weight:bold;color:#333f47;}
.m_serviceCenter01 .more{font-size:18px;color:#fff;text-align:center;margin-top:55px;}
.m_serviceCenter01 .more a{display:inline-block;background:#fdb026;border-radius:40px;line-height:58px;padding:0 90px;}
.m_serviceCenter02{padding:50px 0;}
.m_serviceCenter02 .infor{text-align:center;}
.m_serviceCenter02 .infor .tit{font-size:40px;color:#333f47;font-weight:bold;}
.m_serviceCenter02 .infor .con{font-size:28px;color:#4e4e4e;}
.m_serviceCenter02 .content .tab_t{padding:0 70px;margin:55px 0;}
.m_serviceCenter02 .content .tab_t li{float:left;width:49%;margin-right:2%;font-size:26px;color:#333f47;line-height:60px;text-align:center;background:#f7f7f7;border-radius:35px;margin-bottom:15px;}
.m_serviceCenter02 .content .tab_t li:nth-child(2n){margin-right:0;}
.m_serviceCenter02 .content .tab_t li.cur{background:#fcb026;}
.m_serviceCenter02 .content .tab_c .list{display:none;}
.m_serviceCenter02 .content .tab_c .list .item{text-align:center;display:none;}
.m_serviceCenter02 .content .tab_c .list .owl-item .item{display:block;}
.m_serviceCenter02 .content .tab_c .list .item .icon{width:40px;height:40px;margin:0 auto 10px;}
.m_serviceCenter02 .content .tab_c .list .item .t{font-size:30px;font-weight:bold;color:#333f47;}
.m_serviceCenter02 .content .tab_c .list .item .c{font-size:24px;color:#4e4e4e;}
.m_serviceCenter03{background:url(../images/mobile/m_serviceCenter03_bg.jpg) no-repeat center;padding:60px 0;background-size:cover;}
.m_serviceCenter03 .infor .tit{text-align:center;font-size:40px;font-weight:bold;color:#fff;margin-bottom:35px;}
.m_serviceCenter03 .content li{float:left;width:33%;text-align:center;color:#fff;}
.m_serviceCenter03 .content li .num{font-size:48px;font-family:Impact;}
.m_serviceCenter03 .content li .txt{font-size:26px;}
/* zhangxr end */ /*手机端社会责任*/ .m_crs{background:#f7f7f7;}
.m_crs .tit{color:#282c2e;font-size:40px;font-weight:bold;margin:10px 0;}
.m_crs .desc{color:#4e4e4e;font-size:28px;}
.m_crs .rect-56{padding-bottom:56%;}
.m_crs .box .bd{margin-top:30px;padding-bottom:90px;}
.m_crs .box .bd .owl-carousel{margin:0 auto;}
.m_crs .box .bd .item{display:none;}
.m_crs .box .bd .owl-item .item{display:block;}
.m_crs .box .bd .cover{width:100%;background:url(../images/bg50.png) center;position:absolute;left:0;bottom:0;z-index:1;}
.m_crs .box .bd .cover .txt{font-size:20px;color:#fff;font-weight:bold;padding:20px;text-align:center;}
.m_crs .box .bd .btn_line{margin:35px auto 0;display:none;}
.m_crs .box .bd.show .btn_line{display:block;}
.m_crs .box .bd .btn_line .number{display:inline-block;font-size:16px;color:#333f47;vertical-align:middle;}
.m_crs .box .bd .btn_line .number span{display:inline-block;}
.m_crs .box .bd .btn_line .number em{display:inline-block;}
.m_crs .box .bd .btn_line .lines{display:inline-block;width:80%;margin:0 3%;height:2px;background:#ededed;vertical-align:middle;position:relative}
.m_crs .box .bd .btn_line .lines .process{position:absolute;left:0;top:0;height:100%;background:#fcb026;transition:width 0.5s ease;}
.m_crs .box .bd .btn_line .arr_btn{display:inline-block;vertical-align:middle;}
.m_crs .box .bd .btn_line .arr_btn .btn_{width:10px;height:19px;background:url(../images/social_btns.png) no-repeat;display:inline-block;cursor:pointer;}
.m_crs .box .bd .btn_line .arr_btn .btn_prev{background-position:0 0;}
.m_crs .box .bd .btn_line .arr_btn .btn_next{background-position:-10px 0;margin-left:15px;}
/*手机端营销网络*/ .m_network{background:#f7f7f7;}
.m_network01 .map{height:280px;background:#fff;}
.m_network01 .sel{padding:40px 0;}
.m_network01 .hd{margin-bottom:20px;text-align:center;}
.m_network01 .hd .item{display:inline-block;*display:inline;*zoom:1;width:32%;min-width:80px;margin:0 8px;text-align:center;position:relative;}
.m_network01 .hd .item span{display:block;height:60px;line-height:60px;background:#fcb026;border-radius:50px;font-size:24px;color:#333f47;position:relative;z-index:2;}
.m_network01 .hd .item .item_down{position:absolute;left:0;top:30px;width:100%;padding:10px 0;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:15px;z-index:1;padding-top:40px;display:none;}
.m_network01 .hd .item .item_down li{height:30px;line-height:30px;text-align:center;padding:5px 0;}
.m_network01 .hd.hd1{position:relative;z-index:1;}
.m_network01 .hd.hd2{position:relative;z-index:0;}
.m_network01 .hd.hd2 .item span{background:#333f47;color:#fff;}
.m_network02 .t1{color:#333f47;font-size:30px;}
.m_network02 .t1 span{color:#fcb026;font-weight:bold;}
.m_network02 .t2{color:#333f47;font-weight:bold;font-size:40px;}
.m_network02 .content{color:#333f47;font-size:26px;padding:40px 0;}
.m_network02 .content .item{height:254px;box-sizing:border-box;overflow:hidden;}
.m_network02 .item{background:#fff;padding:40px 20px;margin-bottom:18px;}
.m_network02 .name{font-size:32px;font-weight:bold;}
/*技术服务*/ .technology01 .content ul{padding:0;}
.technology02 .item .intro{position:static;}
.technology02 .content:after{display:none;}
.technology02 .item .img_{width:100%;}
.technology02 .content .tech02_btn>div{bottom:40px;}
.technology03{background:#f8f8f8;}
.technology02 .item .intro .box{padding:25px 0 40px 20px;}
.technology04{display:none;}
.technology01 .infor{padding:0;}
.technology01 .infor .tit{font-size:40px;}
.technology01 .infor .con{font-size:28px;line-height:1.6;}
.technology01 .content ul li{padding:0 30px;}
/*手机端配件列表*/ .m_partsList{background:#f8f8f8;}
.m_partsList .sel{padding:40px 0;}
.m_partsList .hd{margin-bottom:20px;font-size:0}
.m_partsList .hd .item{display:inline-block;*display:inline;*zoom:1;width:32%;min-width:80px;margin:0 0 0 1%;position:relative;}
.m_partsList .hd .item:first-child{margin-left:0}
.m_partsList .hd.four_item .item{width:48%;margin-bottom:15px;}
.m_partsList .hd.four_item .item01{z-index:3}
.m_partsList .hd.four_item .item02{z-index:3}
.m_partsList .hd.four_item .item:first-child{margin-left:0}
.m_partsList .hd .item span{display:block;height:60px;line-height:60px;background:#fcb026;border-radius:50px;font-size:24px;color:#333f47;position:relative;z-index:2;padding:0 15px;}
.m_partsList .hd .item span i{vertical-align:0;display:inline-block;}
.m_partsList .hd .item span i.txt{width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.m_partsList .hd .item span i.icon{width:20px;height:20px;background:url(../images/mobile/mnav_jt.png) no-repeat;background-size:contain;margin-left:5px;vertical-align:-5px;position:absolute;right:5px;top:50%;margin-top:-10px;}
.m_partsList .hd .item.cur span i.icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);}
.m_partsList .hd .item .item_down{position:absolute;left:0;top:30px;width:100%;padding:10px 0;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:15px;z-index:1;padding-top:30px;display:none;}
.m_partsList .hd .item .item_down li{height:20px;line-height:20px;text-align:center;padding:5px 0;font-size:12px}
.m_partsList02 .item{display:block;padding:30px 20px 50px;background:#fff;margin-bottom:22px;color:#333f47;}
.m_partsList02 .item .no1{font-family:Impact;font-size:36px;line-height:1;margin:10px 0 0;}
.m_partsList02 .item .name{font-size:32px;}
.m_partsList02 .item .num2{font-size:28px;font-family:Arial;}
/*手机端咨询订购*/ .m_orderForm{background:#f8f8f8;position:relative;}
.m_orderForm:after{content:"";position:absolute;left:0;top:50%;right:0;bottom:0;background:#fff;z-index:0;}
.m_orderForm01{padding:20px 0 40px;color:#333f47;font-size:24px;position:relative;z-index:1;}
.m_orderForm01 .l{width:25%;margin-right:20px;margin-top:1%;}
.m_orderForm01 .tit{font-size:34px;line-height:50px;}
.m_orderForm01 .tit span{display:inline-block;*display:inline;*zoom:1;line-height:50px;}
.m_orderForm01 .tit .no{font-family:Impact;font-size:38px;}
.m_orderForm01 .info{font-size:24px;}
.m_orderForm02{background:#fff;margin-top:20px;margin-bottom:60px;position:relative;z-index:2;}
.m_orderForm02 li{position:relative;line-height:100px;height:100px;margin-top:15px;font-size:32px;border-bottom:1px solid #d7d7d7;}
.m_orderForm02 li:first-child{margin-top:0;}
.m_orderForm02 li:last-child{border:none;}
.m_orderForm02 li .inp{margin-left:30%;}
.m_orderForm02 li .name{position:absolute;left:0;top:0;}
.m_orderForm02 li .name em{color:red}
.m_orderForm02 li input{border:none;font-size:24px;line-height:90px;height:90px;width:90%;padding:0;color:#a1a1a1}
.m_orderForm02 li input::-webkit-input-placeholder{color:#a1a1a1;}
.m_orderForm02 li input .placeholder{color:#a1a1a1;}
.m_orderForm02 li .inp .img_{width:50%;}
.m_orderForm02 li{font-size:14px;}
.m_orderForm02 li .inp input.inp{width:49%;margin-left:1%;float:right;margin-top:-43px;}
.m_orderForm02 .inp{position:relative;height:100px;}
.m_orderForm02 .inp span{display:block;height:100px;color:#a1a1a1;font-size:24px;}
.m_orderForm02 .inp span.cur{color:#a1a1a1;}
.m_orderForm02 .inp .list{position:absolute;top:100%;left:0;right:0;line-height:2;font-size:20px;z-index:1;max-height:200px;overflow:auto;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);padding-left:20px;display:none;}
.m_orderForm02 button{font-size:34px;color:#fff;background:#fcb027;width:500px;text-align:center;max-width:70%;line-height:76px;border-radius:36px;margin:60px auto;display:block;border:none;}
/* jiaoll end */ /* 金融服务 非独立手机端定制 */ .jr_service01 .content ul li .li_box .img_{width:120px;height:120px;margin:0 auto;}
.jr_service01 .content ul li .li_box{padding:0 20px;}
.jr_service03 ul{padding:0;}
.jr_service03 ul li .li_box{padding:0 20px;}
/* 联系我们 非独立手机端定制 */ .contact_us01 .left{width:100%;}
.contact_us01 .right{width:100%;}
.contact_us01 .right ul li input{box-sizing:border-box;}
.contact_us01 .left ul li .t{font-size:16px;}
.contact_us03 ul li .box{padding:20px}
.contact_us03 ul li .box .left{font-size:18px;padding-right:20px;}
.contact_us03 ul li .box .right{padding-left:20px;}
.contact_us03 ul li.li_img{margin-right:0px;}
.contact_us03 ul li.li_img .img_box{padding:0 10px;}
.contact_us03 ul li.li_img .img_box .img_{width:100px;height:100px;}



/* 20220328 */ .news_detail_feidingzhi{display:block;}
.classroom_feidingzhi .channel_Left{display:block;}
.classroom_feidingzhi .channel_Right{width:78%;}
.dangjian02 .content .item .cover .box .t{font-size:16px;line-height:20px;}
.dangjian02 .content .item .infor{height:30px;}
.dangjian02 .content .item .infor .tit{line-height:30px;}
/* 20220705 */ .m_zjCenter{background:#f8f8f8;}
.m_zjCenter01 li{width:50%;float:left;border-bottom:1px solid #e8e9eb;}
.m_zjCenter01 li .box{border-right:1px solid #e8e9eb;padding:10px;}
.m_zjCenter01 li .box .icon{width:120px;height:120px;margin:0 auto;}
.m_zjCenter01 li .box .txt{font-size:20px;color:#333f47;text-align:center;margin-top:5px;}}@media only screen and (max-width:1100px){/* 20220323 */ .dangjian02 .content{padding:0px 6%;}
.dj03_pt1 .content .left .item .rect-5931{padding-bottom:57%;}}@media only screen and (max-width:992px){body:after{content:'Padp';}
.wrap{width:740px;}
.mwrap{width:auto;margin-left:30px;margin-right:30px;}
/*padMode 992px 网站样式*/ .f_top{display:none;}
/* 手机端 案例列表 */ .m_caseList01 .bd li .li_box .intro .tit{margin-bottom:25px;}
/* 手机端 解决综合 */ .m_soluCenter02 .content li .li_down .intro .box{padding:30px 15px;}
/* 手机端 解决详细 */ .m_soluDetail04 .content li .li_down .intro .box{padding:30px 15px;}
/* 手机端 产品详细 */ /* .m_proDetail04 .content li span.t{width:21%;}
*/ /* 手机端 产品列表 */ .tanchuang .content{width:60%}
/* 手机端 服务APP */ .m_serviceCenter02 .content .tab_c .list1{width:85%;position:relative;}
.m_serviceCenter02 .content .tab_c .list1 .owl-carousel .owl-stage-outer{overflow:inherit;}
.m_serviceCenter02 .content .tab_c .list .item .c{font-size:22px;}
.m_serviceCenter02 .content .tab_c .list1:after{content:'';position:absolute;top:0;right:-21%;width:20%;height:100%;z-index:9;pointer-events:none;background:-webkit-linear-gradient(to left,rgba(247,247,247,.8),rgba(247,247,247,0));background:-moz-linear-gradient(to left,rgba(247,247,247,.8),rgba(247,247,247,0));background:-ms-linear-gradient(to left,rgba(247,247,247,.8),rgba(247,247,247,0));background:-o-linear-gradient(to left,rgba(247,247,247,.8),rgba(247,247,247,0));background:linear-gradient(to left,rgba(247,247,247,.8),rgba(247,247,247,0));}
/* 金融服务 非独立手机端定制 */ .jr_service02 .content .cover{left:50px;top:50px;}
.jr_service02 .content .cover .con{width:60%;}
.jr_service03 ul li .li_box .intro .t{font-size:25px;line-height:30px}
/* 联系我们 非独立手机端定制 */ .contact_us03 ul li{width:100%;margin-right:0;}
/* 招聘列表 非手机端定制 */ .job_list01 .content .bd .li_top .time1,.job_list01 .content .bd .li_top .time2{display:inline-block;padding:0}
.job_list01 .content .bd .li_top .time1:before,.job_list01 .content .bd .li_top .time1:after{display:none;}
/* 手机端 企业文化 */ .m_culture02 .cover .box{width:60%;}
/* 手机端 山推简介 */ .m_aboutUs03 .img .cover{width:58%;}
/* 营销网络 */ .m_network02 .content .item{height:274px}
/* 金融服务 */ .global03 .content .item01{background:#fdfdfd!important;height:auto!important;}
.global03 .content .item02{background:#f1f1f1!important;height:auto!important;}
.global03 .content .item03{background:#fcb026!important;height:auto!important;}
.global03 .content .item .box{width:100%;position:static}
.global03 .content .item01 .box .intro{padding:20px;}
.global03 .content .item .box .more{margin-top:20px;}
.global03 .content .item02 .box .intro{padding:20px;}
.global03 .content .item03 .left{width:50%;background:#fff;}
.global03 .content .item03 .left .box{width:100%;}
.global03 .content .item03 .left .box .intro{padding:20px;}
.global03 .content .item03 .right{width:50%;}
.global03 .content .item03 .right:after{display:none;}
/* 品牌活动 */ .brand_center02 .left{width:100%;}
.brand_center02 .right{width:100%;}
.brand_center01 .content .item .intro .box .tit{font-size:20px;line-height:25px;margin:0 0 5px}
.brand_center01 .content .item .intro .box{padding:15px 0;}
.brand_center01 .content .item .intro .rect-5535{padding-bottom:56%;}
.m_serviceCenter02 .content .tab_c .list1{width:100%;}
/* 20220323 */ .dangjian02 .owl-carousel .owl-nav .owl-prev{left:-50px;}
.dangjian02 .owl-carousel .owl-nav .owl-next{right:-50px;}
.dj03_pt1 .content .right .list{height:251px;margin:10px 10px 10px;}
.dj03_pt1 .content .left .item .rect-5931{padding-bottom:56%;}
.dangjian01{margin-bottom:40px;margin-top:0px;}
.dangjian01 .content{margin-top:30px;}
.dangjian01 .content .left .list .li_ .info .tit{margin-bottom:5px;}
.dangjian01 .content .left .list .li_ .li_box{padding-bottom:12px;}
.dangjian02{margin-bottom:30px;}
.dangjian02 .content{margin-top:40px;}
.dangjian03{padding-bottom:70px;}
.dj03_pt1 .content{margin-top:40px;}
.dj03_pt1{margin-bottom:40px;}
.dj03_pt2 .content{margin-top:30px;}
.dj03_pt3{margin-top:50px;}
.dj03_pt3 .content{margin-top:30px;}
.dj03_pt4 .content{margin-top:40px;}
.dj03_pt1 .content .right .list .li_{font-size:16px;}
.dj03_pt2 .content .item .li_ .li_box{font-size:16px;}
.dj03_pt3 .content .item .li_ .li_box{font-size:16px;}
.dangjian02 .owl-carousel .owl-nav .owl-next{width:30px;height:60px;line-height:60px;right:-40px;font-size:18px;margin-top:-30px;}
.dangjian02 .owl-carousel .owl-nav .owl-prev{width:30px;height:60px;line-height:60px;left:-40px;font-size:18px;margin-top:-30px;}
.dangjian_list01 .content .right .info{margin:20px 0px;}
.dangjian_list01 .content .right .info .tit{font-size:16px;}
.dangjian_list01 .content .right .info .con{line-height:20px;}
.dangjian_list01 .content{margin-top:30px;}
.dangjian_list01 .content .li_{margin-bottom:30px;}
.dangjian_list01 .content .li_:last-child{margin-bottom:0px;}
/* 20220328 */ .classroom_feidingzhi .classroom01 .infor{margin-bottom:30px !important;}
.classroom_feidingzhi .classroom01 .infor .tit{font-size:30px;line-height:30px;padding-bottom:15px;}
.classroom_feidingzhi .classroom01 .content .bd .li_box .intro{width:80%;}
.classroom_feidingzhi .classroom01 .content .bd .li_box{padding:35px;}
.classroom_feidingzhi .channel_Left .third_nav li{font-size:20px;line-height:32px;margin-bottom:15px;padding-left:15px;}
.dangjian02 .content .item .cover .box{padding-top:40px;}
.dangjian02 .content .item .cover .box .t{font-size:14px;line-height:16px;}
.dangjian02 .content .item .cover .box .c{font-size:12px;line-height:16px;}
.dangjian02 .content .item .cover .box .t{margin-bottom:5px;}
/* 20220704 */ .culture01 .infor .tit{font-size:40px;}
.culture01 .infor .con{margin-top:20px;}
.culture01 .con_pt1 .left .box{padding:20px;}
.culture01 .con_pt1 .left .box .tit{font-size:30px;}
.culture01 .con_pt1 .left .box .con{font-size:18px;margin:10px 0px;}
.culture01 .con_pt1 .right .cover{top:50%;transform:translateY(-50%);width:60%;}
.culture01 .con_pt1 .right .cover .tit{font-size:30px;}
.culture01 .con_pt1 .right .cover .con{font-size:18px;margin:10px 0px;}
.culture01 .con_pt2 .right .item .box{padding:20px;}
.culture01 .con_pt2 .left .intro .tit{font-size:30px;}
.culture01 .con_pt2 .right .item .box .con{margin:10px 0px;font-size:18px;}
.culture01 .con_pt2 .right .item .box .tit{font-size:30px;}
.culture01 .con_pt3 .left .box{padding:25px;}
.culture01 .con_pt3 .left .box .tit{font-size:30px;}
.culture01 .con_pt3 .left .box .con{font-size:18px;margin:10px 0px;}
.culture01 .con_pt3 .right .cover .tit{font-size:30px;}
.culture01 .con_pt3 .right .cover .con{font-size:18px;margin:10px 0px;}}/*
* 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:4%;padding-right:4%;width:auto;margin:0;}
.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 网站样式*/ /*--------------------------------- 公共部分------------------------------------*/ /* 头部 */ .pageHeader.xc_pageHeader{height:46px}
.header .erji_nav{top:60px}
.header_bott .h_logo{width:120px;padding:17px 0;height:26px;}
.header_bott .h_tools{padding:10px 0;margin-left:20px;}
.header_bott .h_tools .m_search{width:165px;padding:5px 0;}
.header_bott .h_tools .m_search input{height:30px;line-height:30px;font-size:13px;}
.header_bott .h_tools .mobile_key{width:30px;height:20px;background-size:contain;margin-left:0px;}
.header_bott .h_tools .m_search input{text-indent:40px;}
.header_bott .h_tools .m_search button{height:18px;width:18px;background-size:cover;margin-top:-9px;left:15px;}
.header .erji_nav:after{height:48px;}
.header .erji_nav .erji_content .erji_list .erji_intro.down{height:48px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li{height:48px;line-height:48px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a:after{bottom:7px}
.rightFloat{bottom:68px;}
.rightFloat .gotop{width:40px;height:40px;background-size:cover;}
.rightFloat .gotop:hover{background-position:0 -40px;}
/* 下层头部样式 没有logo 显示返回按钮和标题 */ .xc_pageHeader .header_bott .h_logo{display:none;}
.xc_pageHeader .header_bott .h_tools{display:none;}
.xc_pageHeader .header_bott .m_header_top{display:block;text-align:center;padding:13px 50px;height:34px;line-height:34px;position:relative;}
.xc_pageHeader .header_bott .m_header_top .m_back{width:18px;height:30px;/* background:url(../images/mobile/m_back.png) no-repeat center;*/ position:absolute;left:0;top:50%;margin-top:-15px;}
.xc_pageHeader .header_bott .m_header_top .m_back i{font-weight:bold;color:#333f47}
.xc_pageHeader .header_bott .m_header_top .title{font-size:20px;font-weight:bold;color:#333f47;display:block;width:80%;margin:0 auto;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.xc_pageHeader .header_bott .m_header_top .m_tool{position:absolute;right:0;top:0;padding:11px 0;}
.xc_pageHeader .header_bott .m_header_top .m_tool .m_search{display:inline-block;vertical-align:middle;position:relative;}
.xc_pageHeader .header_bott .m_header_top .m_tool .mobile_key{display:inline-block;vertical-align:middle;width:30px;height:20px;background-size:contain;margin-left:10px;}
.xc_pageHeader .header_bott .m_header_top .m_tool .m_search button{display:block;height:24px;width:24px;background-size:cover;background:url(../images/mobile/m_sear.png) no-repeat center;background-size:cover;outline:none;border:none;padding:0;}
.channel_content{padding:20px 0;}
.add_price{display:block;}
.m_channelContent .load_more{padding-bottom:20px;}
/* 下层头部样式 end*/ .m_nav{width:77%;}
.m_nav .content .mnav_top{height:60px;}
.m_nav .content .mnav_top .mnav_search{line-height:60px;}
.m_nav .content .mnav_top .mnav_search i{width:25px;height:25px;background-size:cover;margin-left:20px;}
.m_nav .content .mnav_top .mnav_back{line-height:60px;}
/* .m_nav .content .mnav_top .mnav_back i{width:25px;height:25px;background-size:cover;}
*/ .m_nav .content .mnav_bottom .mnav_li{margin:15px 0;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a{padding:0 20px;font-size:17px;line-height:30px;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a i{right:20px}
.m_nav .content .mnav_bottom .mnav_li dl{padding:15px 30px;}
.m_nav .content .mnav_center .m_language{padding:10px 0 15px;}
.m_nav .content .mnav_center .m_language a{margin:0 8px;}
.m_nav .content .mnav_center .m_language a:first-child{margin-left:0px;}
.xc_banner{display:none}
;.xc_banner .crumbs{display:none;}
.m_xcbanner{display:block;padding-bottom:44%;overflow:hidden;height:0;position:relative;}
.m_xcbanner>img{width:100%;}
.m_xcbanner .m_intro{display:block;position:absolute;left:0;top:80px;width:100%;text-align:center;}
.m_xcbanner .m_intro .m_tit{font-size:22px;font-weight:bold;color:#fff;text-align:center;}
.pageFooter{display:none;}
.m_pageFooter{display:block;position:relative;position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:11;}
.m_footer_bg{background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;left:0;bottom:0;opacity:0;visibility:hidden;z-index:10;transition:all 0.5s ease;}
.m_footer_bg.active{opacity:1;visibility:visible;}
.m_footer{position:fixed;bottom:0;left:0;width:100%;z-index:6;background:#fff;}
.m_footer ul{border-top:1px solid #f0f0f0;}
.m_footer .li{width:18%;float:left;text-align:center;padding:7px 1%;}
.m_footer .li .icon{width:30px;height:30px;margin:0 auto;}
/* .m_footer .li.li01 .icon{background:url(../images/mobile/mfooter_icon1.png) no-repeat;}
*/ .m_footer .li.li01 .icon{background-image:url(../images/mobile/f_1.png);background-repeat:no-repeat;background-size:cover;}
.m_footer .li.li02 .icon{background-image:url(../images/mobile/f_2.png);background-repeat:no-repeat;background-size:cover;}
.m_footer .li.li04 .icon{background-image:url(../images/mobile/f_4.png);background-repeat:no-repeat;background-size:cover;}
.m_footer .li.li05 .icon{background-image:url(../images/mobile/f_5.png);background-repeat:no-repeat;background-size:cover;}
.m_footer .li.li03{margin-top:-25px;cursor:pointer;padding:6px 1% 7px;}
.m_footer .li.li03 .icon{width:66px;height:60px;background-image:url(../images/mobile/f_3.png);background-repeat:no-repeat;background-size:cover;}
.m_footer .li .txt{font-size:12px;color:#555}
/* 选中态 */ /* .m_footer .li.active .icon{background-position:0 -30px;}
*/ .m_footer .li.li01.active .icon{background-image:url(../images/mobile/f_1_on.png);}
.m_footer .li.li02.active .icon{background-image:url(../images/mobile/f_2_on.png);}
.m_footer .li.li03.active .icon{background-image:url(../images/mobile/f_3_on.png);}
.m_footer .li.li04.active .icon{background-image:url(../images/mobile/f_4_on.png);}
.m_footer .li.li05.active .icon{background-image:url(../images/mobile/f_5_on.png);}
.m_footer .li.active .txt{color:#fcb026;}
/* 整机推拉 */ .zj_push{width:100%;position:absolute;bottom:100%;left:0;background:#fcb026;border-radius:20px 20px 0 0;z-index:1;display:none;}
.zj_push .content{padding:35px 15px;}
.zj_push .content .tit{font-size:20px;font-weight:bold;color:#fff;}
.zj_push .content .con{font-size:14px;color:#fff;}
.zj_push .content .list{margin-top:20px;}
.zj_push .content .list a{display:inline-block;padding:0 25px;color:#333f47;background:rgba(255,255,255,.7);border-radius:30px;height:34px;line-height:34px;margin:0 6px 10px;font-size:14px;}
.zj_push .content .m_close{width:22px;height:22px;background:url(../images/mobile/m_close.png) no-repeat;position:absolute;right:35px;top:35px;transition:all 0.5s ease;}
.zj_push .content .m_close:hover{transform:rotateZ(180deg);}
/*--------------------------------- 公共部分 end------------------------------------*/ /* 手机端首页 */ .header.fixed .header_bott .h_tools{padding:10px 0;}
.header.fixed .header_bott .h_logo{padding:17px 0;}
.m_channelContent{padding:20px 0 0;}
.m_ipart{padding:0;}
.m_ipart01{padding:0px 0;margin-bottom:20px;}
/* .m_ipart01 .content{height:80px;}
*/ .m_ipart01 .li .li_box .txt{font-size:13px;}
.m_ipart01 .li .li_box .img_{background-size:cover;width:60px;height:60px;}
.m_ipart02{margin-top:0px;}
.m_ipart02 .infor .box{padding:15px 20px;display:none}
.m_ipart02 .infor .box span.hot_dot{font-size:14px;line-height:26px;border-radius:4px;}
.m_ipart02 .infor .box span.text{font-size:14px;line-height:26px;height:26px;width:65%}
.m_ipart02 .content .left .intro .box{padding:20px 15px;}
.m_ipart02 .content .left .intro .box .t{font-size:18px;}
.m_ipart02 .content .left .intro .box .c{font-size:18px;line-height:20px;}
.m_ipart02 .content .right .r_top{margin-bottom:7px;}
.m_ipart02 .content .right .r_bott .intro .box{padding:10px}
.m_ipart02 .content .right .r_bott .intro .box .t{font-size:18px;}
.m_ipart02 .content .right .r_bott .intro .box .c{font-size:13px;line-height:18px;}
.m_ipart02_1 .content .right .r_top{margin-bottom:7px;}
.m_ipart02_1 .content .right .intro .box{padding:10px}
.m_ipart02_1 .content .right .intro .box .t{font-size:18px;}
.m_ipart02_1 .content .right .intro .box .c{font-size:13px;line-height:18px;}
.m_ipart03{margin-top:20px}
.m_ipart03 .infor .tit{font-size:20px;}
.m_ipart03 .infor .con{font-size:14px;margin-top:5px;}
.m_ipart03 .infor .con i{width:5px;height:10px;background-size:cover;vertical-align:0;}
.m_ipart03 .content{margin-top:10px}
.m_ipart03 .content .list .box{padding:20px 0px;font-size:0}
.m_ipart03 .content .list .box a{font-size:14px;padding:0 10px;}
.m_ipart04 .infor{padding-bottom:15px;margin-bottom:20px;}
.m_ipart04 .infor .tit{font-size:20px}
.m_ipart04 .infor .tit:after{height:3px;bottom:-3px;}
.m_ipart04 .infor .con{height:26px;margin-top:5px;}
.m_ipart04 .infor .con a{font-size:15px;}
.m_ipart04 .infor .con:before{width:26px;height:16px;margin-top:-8px;background-size:cover;}
.m_ipart04 .infor .con:after{height:24px}
.m_ipart04 .content li{padding-bottom:20px;margin-bottom:20px;}
.m_ipart04 .content li .intro .tit{font-size:16px;line-height:20px;height:40px;margin-bottom:15px;}
.m_ipart04 .content li .intro .con{font-size:14px;}
.m_ipart04 .content li .img_{width:35%;}
.m_ipart04 .content li .intro{width:60%;}
/* 加载更多 */ .more_wrap .m_loadmore{padding:0 20px;}
.more_wrap .m_loadmore span{font-size:14px;height:36px;line-height:36px;}
.more_wrap .m_loadmore i{width:13px;height:10px;background-size:cover;margin-left:10px;}
/* 加载更多 end */ .m_ipart05{margin-top:20px;padding:20px 0;}
.m_ipart05 .infor{margin-bottom:15px;}
.m_ipart05 .infor .tit{font-size:20px}
.m_ipart05 .infor .tit:after{height:3px;bottom:-3px;}
.m_ipart05 .infor .con{height:26px;margin-top:5px;}
.m_ipart05 .infor .con a{font-size:15px;}
.m_ipart05 .infor .con:before{width:26px;height:16px;margin-top:-8px;background-size:cover;}
.m_ipart05 .infor .con:after{height:24px}
.m_ipart05 .content .intro{font-size:16px;padding:5px 3px 15px;}
.m_ipart05 .content .intro .en{font-size:17px;}
.m_ipart05 .content .more_wrap{margin-top:20px;margin-bottom:10px;}
.add_price{padding:20px 0}
.add_price .new_price{height:36px;line-height:36px;font-size:18px;width:60%;}
.add_price .intro{margin-top:10px;}
.add_price .intro .tit{font-size:16px;}
.add_price .intro .con{font-size:20px;line-height:25px;}
.add_price .list{margin-top:20px;}
.add_price .list ul{text-align:center;font-size:0}
.add_price .list li{display:inline-block;padding:0 10px}
.add_price .list li .img{width:60px;height:60px;margin:0 auto;}
.add_price .list li .txt{font-size:13px;color:#666;line-height:23px;margin-top:10px;}
/* 手机端 新闻列表 */ .m_newsList.m_channelContent{padding-bottom:20px;}
.m_newsList .bd .li_box{padding:20px 0;padding-bottom:12px;}
.m_newsList .hd .li_box .tit{font-size:17px;line-height:22px;margin-bottom:10px;}
.m_newsList .hd .li_box .con .date{font-size:13px;}
.m_newsList .hd .li_box .con .sign{font-size:13px;width:42px;height:22px;line-height:22px;}
.m_newsList .bd .li_box .intro{margin-top:5px;}
.m_newsList .bd .li_box .intro .tit{font-size:17px;line-height:22px;}
.m_newsList .bd .li_box .intro .con{font-size:13px;line-height:22px;margin-top:5px;}
/* 手机端 新闻详细 */ .m_newsDetail01{padding:40px 0 20px;}
.m_newsDetail01 .title{font-size:20px;line-height:25px;}
.m_newsDetail01 .tools span{margin-top:15px;}
.m_newsDetail01 .con .text{font-size:14px;line-height:24px;height:480px;margin-top:10px;}
.m_newsDetail01 .con .btns span.txt{font-size:18px;}
.m_newsDetail01 .con .btns{margin-top:10px;}
.m_newsDetail02{padding:20px 0;}
.m_newsDetail02 .title{font-size:17px;line-height:20px;}
.m_newsDetail02 .content{margin-top:20px}
.m_newsDetail02 .li_box .tit{font-size:16px;line-height:22px;margin-bottom:10px;}
.m_newsDetail02 .li_box .con .date{font-size:13px;}
.m_newsDetail02 .li_box .con .sign{font-size:13px;width:42px;height:22px;line-height:22px;}
.m_newsDetail02 li:last-child{/*border-bottom:none;*/ margin-bottom:0}
/* 手机端 案例列表 */ .m_caseList01 .hd{margin-bottom:20px;}
.m_caseList01 .hd .item{width:49%;margin-right:2%;}
.m_caseList01 .hd .item02{margin-right:0;}
.m_caseList01 .hd .item span{height:34px;line-heighT:34px;font-size:13px;}
.m_caseList01 .hd .item .item_down{top:17px;padding-top:22px;}
.m_caseList01 .hd .item .item_down li{height:26px;line-heighT:26px;font-size:14px;padding:2px 0;}
.m_caseList01 .bd li{margin-bottom:15px;}
.m_caseList01 .bd li .li_box .intro{margin-top:3px;}
.m_caseList01 .bd li .li_box .intro .tit{font-size:16px;line-height:20px;height:40px;margin-bottom:15px;}
.m_caseList01 .bd li .li_box .intro .con{font-size:14px;line-height:20px;}
/* 手机端 案例详细 */ .m_caseDetail01 .hd{padding:30px 0 20px;}
.m_caseDetail01 .hd .tools span{margin-top:10px;}
.m_caseDetail01 .hd .title{font-size:20px;line-height:25px;}
.m_caseDetail01 .bd{margin-top:5px;}
.m_caseDetail01 .bd .bd_top .cell{font-size:16px;line-height:40px;border-bottom-width:1px;}
.m_caseDetail01 .bd .bd_bott{margin:10px 0 20px;}
.m_caseDetail01 .bd .bd_bott .text{font-size:14px;line-height:23px;text-align:justify;}
.m_caseDetail02{padding:20px 0}
.m_caseDetail02 .infor{font-size:20px;line-height:25px;}
.m_caseDetail02 .content{margin-top:15px;}
.m_caseDetail02 .content .intro{font-size:16px;padding:5px 3px 15px;}
.m_caseDetail02 .content .intro .en{font-size:17px;}
/* 手机端 解决方案综合 */ .m_soluCenter_banner .m_intro{top:40px;}
.m_soluCenter_banner .m_intro img{width:60%;display:block;margin:0 auto;}
.m_soluCenter_banner.m_xcbanner{padding-bottom:56.5%;}
.m_soluCenter_banner .list{width:100%;position:absolute;left:0;top:14px;}
.m_soluCenter_banner .list .box{padding:80px 10px 20px;text-align:center}
.m_soluCenter_banner .list .box a{display:inline-block;padding:0 10px;position:relative;color:#fff;font-size:14px;}
.m_soluCenter_banner .list .box a:after{content:'';width:1px;height:14px;background:#fff;position:absolute;left:0;top:50%;margin-top:-7px;}
.m_soluCenter_banner .list .box a:first-child:after{display:none;}
.m_soluCenter01{padding:20px 0;margin-bottom:20px;}
.m_soluCenter01 .infor .tit{font-size:20px;line-height:25px;padding:5px 0}
.m_soluCenter01 .infor .con{font-size:15px;line-height:23px;margin-top:10px;}
.m_soluCenter01 .content{margin-top:20px;}
.m_soluCenter01 .content .item .icon{width:50px;height:auto;}
.m_soluCenter01 .content .item .txt{font-size:13px;margin-top:10px;}
.m_soluCenter01 .content .item .item_box{padding:2px 10px;}
.m_soluCenter01 .content .item .item_box:after{height:50px;top:35px;}
.m_soluCenter02 .infor .tit{font-size:20px;line-height:25px;padding-top:5px}
.m_soluCenter02 .infor .con{font-size:15px;line-height:23px;margin-top:10px;}
.m_soluCenter02 .content{margin-top:20px;}
.m_soluCenter02 .content li .title{border-bottom:1px solid #f3f3f3;}
.m_soluCenter02 .content li .title span{font-size:18px;padding-left:18px;}
.m_soluCenter02 .content li .title span:after{width:4px;height:30px;margin-top:-15px;}
.m_soluCenter02 .content li .title:before{width:14px;margin-top:-4px}
.m_soluCenter02 .content li .title:after{height:14px;margin-top:-10px;right:6px;}
.m_soluCenter02 .content li .li_down .intro .box{padding:20px 15px 10px;}
.m_soluCenter02 .content li .li_down .intro .box a{height:26px;padding:0 16px;line-height:26px;font-size:14px;margin:0 3px 10px;border:1px solid #f7f7f7;}
.m_soluCenter02 .content li .li_down .intro{height:calc(100% - 45px);}
.m_soluCenter02 .content li .li_down .li_more{height:45px;line-height:45px;font-size:16px;}
.m_soluCenter02{padding-bottom:20px;}
.m_soluCenter03{padding:30px 0 90px;}
.m_soluCenter03 .infor .tit{font-size:16px;line-height:20px;margin-bottom:10px;}
.m_soluCenter03 .infor .con{font-size:20px;line-height:20px;}
.m_soluCenter03 .infor .txt{margin-top:15px;font-size:14px;line-height:22px;}
/* 手机端 解决方案详细 */ .m_soluDetail01{padding:20px 0 30px;}
.m_soluDetail01 .infor .tit{font-size:20px;line-height:25px;}
.m_soluDetail01 .infor .con{font-size:15px;line-height:23px;margin-top:10px;}
.m_soluDetail02{padding:30px 0 20px;}
.m_soluDetail02 .infor .tit{font-size:20px;line-height:25px;}
.m_soluDetail02 .content{margin-top:5px;}
.m_soluDetail02 .content .hd{margin-bottom:20px;}
.m_soluDetail02 .content .hd ul li{font-size:14px;line-height:20px;padding:10px 0;}
.m_soluDetail02 .content .hd ul li.cur{font-weight:bold;color:#333f47;}
.m_soluDetail02 .content .hd ul li.cur:after{height:3px;bottom:-1px;}
.m_soluDetail02 .content .bd li .li_box{padding:15px;}
.m_soluDetail02 .content .bd li .li_box .intro{padding:0 5px;}
.m_soluDetail02 .content .bd li .li_box .intro .tit{margin-bottom:10px;}
.m_soluDetail02 .content .bd li .li_box .intro .tit span.xinghao{font-size:16px;line-height:20px;margin-bottom:5px}
.m_soluDetail02 .content .bd li .li_box .intro .tit span.name{font-size:14px;line-height:20px;padding-bottom:5px;}
.m_soluDetail02 .content .bd li .li_box .intro .con .con_text{font-size:13px;line-height:20px;}
.m_soluDetail02 .content .bd ul::-webkit-scrollbar{/*滚动条整体样式*/ width:4px;/*高宽分别对应横竖滚动条的尺寸*/ height:5px;}
.m_soluDetail03 .infor{margin-bottom:20px;}
.m_soluDetail03 .infor .tit{font-size:20px;line-height:25px;}
.m_soluDetail03 .content .intro{padding:20px 0;}
.m_soluDetail03 .content .intro .t{font-size:15px;line-height:20px;}
.m_soluDetail03 .content .intro .jt{width:10px;height:20px;background-size:cover;margin-top:-10px;}
.m_soluDetail03 .content .m_solu_btn>div{width:9px;height:16px;background:url(../images/mobile/m_soluDetail04_jt.png) no-repeat;top:-39px;}
.m_soluDetail03 .content .m_solu_btn .owl-prev{right:50px;background-position:0 0;}
.m_soluDetail03 .content .m_solu_btn .owl-next{background-position:-9px -16px;}
.m_soluDetail04{padding:20px 0 40px;margin-top:10px;}
.m_soluDetail04 .infor .tit{font-size:20px;line-height:25px;padding-top:5px;}
.m_soluDetail04 .infor .con{font-size:15px;line-height:23px;margin-top:10px;}
.m_soluDetail04 .content{margin-top:20px;}
.m_soluDetail04 .content li .title span{font-size:18px;}
.m_soluDetail04 .content li .title span:after{width:4px;height:30px;margin-top:-15px;}
.m_soluDetail04 .content li .title:before{width:14px;margin-top:-4px}
.m_soluDetail04 .content li .title:after{height:14px;margin-top:-10px;right:6px;}
.m_soluDetail04 .content li .li_down .intro .box{padding:20px 15px 10px;}
.m_soluDetail04 .content li .li_down .intro .box a{height:26px;padding:0 20px;line-height:26px;font-size:14px;margin:0 3px 10px}
.m_soluDetail04 .content li .li_down .intro{height:calc(100% - 45px);}
.m_soluDetail04 .content li .li_down .li_more{height:45px;line-height:45px;font-size:16px;}
/* 手机端 产品列表 */ .m_proList01 .hd{margin-bottom:20px;}
.m_proList01 .hd .item span{height:40px;line-heighT:40px;font-size:13px;}
.m_proList01 .hd .item .item_down{top:17px;padding-top:22px;}
.m_proList01 .hd .item .item_down li{height:26px;line-heighT:26px;font-size:12px;padding:2px 0;}
.m_proList01 .bd li{margin-bottom:15px;}
.m_proList01 .bd li .li_box{padding:15px;}
.m_proList01 .bd li .li_box .intro{padding:0 5px;}
.m_proList01 .bd li .li_box .intro .tit{margin-bottom:10px;}
.m_proList01 .bd li .li_box .intro .tit span.xinghao{font-size:16px;line-height:20px;margin-top:5px;margin-bottom:0}
.m_proList01 .bd li .li_box .intro .tit span.name{font-size:16px;line-height:20px;padding-bottom:5px;}
.m_proList01 .bd li .li_box .intro .con .con_text{font-size:13px;line-height:20px;}
.m_proList01 .hd .item{width:49%;margin-right:2%;margin-left:0;margin-bottom:13px;}
.m_proList01 .hd .item01{z-index:4}
.m_proList01 .hd .item02{z-index:3}
.m_proList01 .hd .item03{z-index:2}
.m_proList01 .hd.jishu .item_last{width:100%;margin:0;z-index:1;}
.m_proList01 .hd .item:nth-child(2n){margin-right:0;}
.m_proList01 .hd .item03{z-index:1;}
.m_proList01 .bd li .li_box .icon{width:40px;height:40px;background-size:cover;top:10px;right:10px;}
.m_proList01 .bd li.li_new1 .li_box .icon{background:url(../images/new_pro.png) no-repeat center;opacity:1;visibility:visible;background-size:contain;}
/* 弹窗 */ .tanchuang .content .box{padding:40px 20px}
.tanchuang .content .box .title{font-size:20px;line-height:25px;margin-bottom:20px;}
.tanchuang .content .box .list li>span.txt{font-size:20px;line-height:25px;}
.tanchuang .content .box .list li>span.sele .item span{height:36px;line-height:36px;font-size:14px;}
.tanchuang .content .box .list li>span.sele .item .item_down{top:18px;padding-top:20px;}
/* 手机端 产品详细 */ .m_proDetail.m_channelContent{margin-bottom:0!important;}
.m_proDetail02 .content{padding:20px 0;}
.m_proDetail02 .infor .tit span.xinghao{font-size:22px;line-height:22px;margin-right:10px;}
.m_proDetail02 .infor .tit span.name{font-size:20px;line-height:22px;}
.m_proDetail02 .infor .con{font-size:15px;line-height:22px;margin-top:10px;}
.m_proDetail02 .infor .seeCar{font-size:15px;height:40px;line-height:40px;width:60%;margin:20px auto 0;}
.m_proDetail03 .content{padding:20px 0 10px;}
.m_proDetail03 .content .tit{font-size:20px;line-height:25px;margin-bottom:15px;}
.m_proDetail03 .content .con ul{font-size:0}
.m_proDetail03 .content .con li .li_box{padding:6px 10px;}
.m_proDetail03 .content .con li .li_box .txt{margin-left:5px;line-height:24px;}
.m_proDetail03 .content .con li .li_box .img_{width:30px;height:auto;}
.m_proDetail04 .content{padding:20px 0}
.m_proDetail04 .content li span{font-size:16px;line-height:22px;}
/* .m_proDetail04 .content li span.c{vertical-align:2px}
*/ .m_proDetail05 .hd{height:51px;}
.m_proDetail05 .hd li{font-size:14px;line-height:25px;padding:0 10px;}
.m_proDetail05 .hd .target_wrap{padding:10px 0;}
.m_proDetail05 .hd li span{padding-bottom:0px;}
.m_proDetail05 .hd li.active span:after{height:3px;bottom:-3px}
.m_proDetail05 .bd .sections01{padding:20px 0;}
/* .m_proDetail05 .bd .sections01{margin-top:20px;}
*/ .m_proDetail05 .bd .sections01 li .title span{font-size:18px;}
.m_proDetail05 .bd .sections01 li .title span:after{width:4px;height:30px;margin-top:-15px;}
.m_proDetail05 .bd .sections01 li .title:before{width:14px;margin-top:-4px}
.m_proDetail05 .bd .sections01 li .title:after{height:14px;margin-top:-10px;right:6px;}
.m_proDetail05 .bd .sections01 li .li_down{font-size:14px;line-height:20px;padding:0px 0 20px;}
.m_proDetail05 .bd .sections01 li .li_down .img_ .rect-5625{padding-bottom:66.6%;}
.m_proDetail05 .bd .sections02{margin-top:20px;}
.m_proDetail05 .bd .sections02 .title{font-size:20px;line-height:25px;margin-bottom:10px;}
.m_proDetail05 .bd .sections03{margin:20px 0}
.m_proDetail05 .bd .sections03 .infor{margin-bottom:20px;}
.m_proDetail05 .bd .sections03 .infor .tit{font-size:20px;line-height:25px;margin-bottom:10px;}
.m_proDetail05 .bd .sections03 .content .intro{padding:20px 0;}
.m_proDetail05 .bd .sections03 .content .intro .t{font-size:15px;line-height:20px;}
.m_proDetail05 .bd .sections03 .content .intro .jt{width:10px;height:20px;background-size:cover;margin-top:-10px;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1>div{width:22px;height:36px;top:35%;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1 .owl-prev{left:0;background:url(../images/left_jt.png) no-repeat;}
.m_proDetail05 .bd .sections03 .content .m_pro05_btn1 .owl-next{right:0;background:url(../images/right_jt.png) no-repeat;}
.m_proDetail05 .bd .sections04{padding:20px 0 30px}
.m_proDetail05 .bd .sections04 .infor{margin-bottom:20px;}
.m_proDetail05 .bd .sections04 .infor .tit{font-size:20px;line-height:25px;margin-bottom:10px;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2>div{width:9px;height:16px;background:url(../images/mobile/m_soluDetail04_jt.png) no-repeat;top:-39px;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2 .owl-prev{right:50px;background-position:0 0;}
.m_proDetail05 .bd .sections04 .content .m_pro05_btn2 .owl-next{background-position:-9px -16px;}
.m_proDetail05 .bd .sections04 .content .item .item_box{padding:15px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro{padding:0 5px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit{margin-bottom:10px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit span.xinghao{font-size:16px;line-height:20px;margin-bottom:0px;margin-top:5px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .tit span.name{font-size:14px;line-height:20px;padding-bottom:5px;}
.m_proDetail05 .bd .sections04 .content .item .item_box .intro .con .con_text{font-size:13px;line-height:20px;}
.m_footer_proD{background:#fff;height:66px;overflow:hidden;}
.m_footer_proD .content{position:fixed;width:100%;height:66px;left:0;bottom:0;background:#fff;z-index:10;border-top:1px solid #f0f0f0;}
.m_footer_proD .content .box{padding:13px 0;}
.m_footer_proD .left{float:left;}
.m_footer_proD .left span{display:inline-block;vertical-align:middle;}
.m_footer_proD .left span.icon{width:27px;}
.m_footer_proD .left span.tel{font-size:20px;line-height:40px;font-family:Impact;color:#fcb026;}
.m_footer_proD .right{float:right;font-size:0;}
.m_footer_proD .right .btns{display:inline-block;height:40px;line-height:40px;text-align:center;font-size:14px;/*padding:0 20px;*/ width:80px;}
.m_footer_proD .right .btns01{background:#333f47;color:#fff;border-top-left-radius:40px;border-bottom-left-radius:40px;}
.m_footer_proD .right .btns02{background:#fcb026;color:#333f47;border-top-right-radius:40px;border-bottom-right-radius:40px;}
/* 20200319 zhangxr */ /* 视频中心 手机端*/ .m_videoList01{padding:20px 0;}
.m_videoList01 ul{margin-bottom:0;}
.m_videoList01 li .txt .box{padding:15px;}
.m_videoList01 li .txt .box .t{font-size:14px;line-height:25px;height:50px;}
.m_videoList01 .more_wrap{margin-bottom:20px;}
/* 企业文化 手机端 */ .m_culture01{padding:20px 0;}
.m_culture01 .tit1{font-size:20px;line-height:30px;color:#fcb026}
.m_culture01 .tit2{font-size:18px;line-height:20px;margin:2px 0 10px;}
.m_culture01 .con{font-size:14px;}
.m_culture02 .cover{top:20px;}
.m_culture02 .cover .box{width:80%;}
.m_culture02 .cover .tit{font-size:20px;color:#fcb026}
.m_culture02 .cover .con{font-size:18px;margin:0px 0 5px;}
.m_culture02 .cover .txt{font-size:14px;}
.m_culture03{padding:20px 0;}
.m_culture03 .tit{font-size:20px;margin-bottom:5px;line-height:25px;}
.m_culture03 .con{font-size:14px;}
.m_culture04 .content{padding:20px 0;}
.m_culture04 .tit{font-size:20px;color:#fcb026}
.m_culture04 .con{font-size:18px;margin:0px 0 10px;}
.m_culture04 .txt{font-size:14px;}
.m_culture05 .cover .box{padding:25px 10px;}
.m_culture05 .cover .box .tit{font-size:20px;margin-bottom:0px;}
.m_culture05 .cover .box .con{font-size:14px;color:#fff}
/*发展历程 手机端*/ .m_history01{padding:20px 0;}
.m_history01 .tab_t li{font-size:14px;line-height:35px;}
.m_history01 .tab_c ul{margin:20px 0 0;}
.m_history01 .tab_c li{margin-bottom:20px;}
.m_history01 .tab_c .txt .num{font-size:20px;}
.m_history01 .tab_c .txt .tit{font-size:16px;}
/*山推简介 手机端 */ .m_aboutUs01{padding:20px 0;}
.m_aboutUs01 .tit{font-size:18px;}
.m_aboutUs01 .con{font-size:20px;margin:0px 0 10px;}
.m_aboutUs01 .txt{font-size:14px;}
.m_aboutUs02{font-size:14px;padding:20px 0;}
.m_aboutUs03{margin-bottom:20px;}
.m_aboutUs03 .img{margin-bottom:20px;}
.m_aboutUs03 .img .cover{width:65%;}
.m_aboutUs03 .img .cover .box{padding:25px 15px;}
.m_aboutUs03 .img .cover .box .t{font-size:20px;margin-bottom:5px;}
.m_aboutUs03 .img .cover .box .c{font-size:14px;}
/* 服务APP 手机端 */ .m_serviceCenter01{padding:20px 0;}
.m_serviceCenter01 .tit{font-size:20px;}
.m_serviceCenter01 .con{font-size:14px;}
.m_serviceCenter01 .img{margin:15px 0;}
.m_serviceCenter01 .img img{width:30%;}
.m_serviceCenter01 .txt .t{font-size:16px;}
.m_serviceCenter01 .more{margin-top:20px;font-size:14px;}
.m_serviceCenter01 .more a{line-height:35px;padding:0 30px;}
.m_serviceCenter02{padding:20px 0;}
.m_serviceCenter02 .infor .tit{font-size:20px;}
.m_serviceCenter02 .infor .con{font-size:14px}
.m_serviceCenter02 .content .tab_t{padding:0 40px;margin:20px 0;}
.m_serviceCenter02 .content .tab_t li{font-size:14px;line-height:35px;}
.m_serviceCenter02 .content .tab_c .list .item .t{font-size:18px;}
.m_serviceCenter02 .content .tab_c .list .item .c{font-size:13px;}
.m_serviceCenter03{padding:20px 0 40px;}
.m_serviceCenter03 .infor .tit{font-size:20px;margin-bottom:10px;}
.m_serviceCenter03 .content li .num{font-size:30px;}
.m_serviceCenter03 .content li .txt{font-size:14px;}
/* zhangxr end */ /*手机端社会责任*/ .m_crs{padding-bottom:25px;}
.m_crs .tit{font-size:18px;margin:0 0 5px}
.m_crs .desc{font-size:14px;}
.m_crs .box .bd{margin-top:20px;padding-bottom:15px;}
.m_crs .box .bd.show .btn_line{margin:10px auto 0;}
.m_crs .box .bd .btn_line .lines{width:65%;}
.m_crs .box .bd .btn_line .arr_btn{float:right;}
.m_crs .box .bd .cover .txt{font-size:16px;padding:15px 0;}
/*手机端营销网络*/ .m_network01 .hd .item .item_down{top:10px}
.m_network01 .hd .item .item_down ul{max-height:200px;overflow-y:auto;}
.m_network01 .hd .item span{font-size:16px;line-height:40px;height:40px;}
.m_network01 .sel{padding:20px 0 10px;}
.m_network01 .hd{margin-bottom:10px;}
.m_network02 .t1{font-size:18px;}
.m_network02 .t2{font-size:20px;}
.m_network02 .content{padding:20px 0 40px;}
.m_network02 .name{font-size:16px;}
.m_network02 .item{font-size:14px;}
.m_network02 .item{padding:20px 15px;}
.m_network02 .item{margin-bottom:10px;}
.m_network02 .content .item{height:200px;}
/*技术服务*/ .technology01{padding:30px 0;margin-bottom:30px;}
.technology01 .infor .tit,.technology02 .infor .tit,.technology03 .infor .tit{font-size:20px;line-height:27px;}
.technology01 .infor .con{font-size:14px;margin-top:0px;}
.technology01 .content ul li .number span.num{font-size:32px;}
.technology01 .content{margin-top:20px;}
.technology01 .content ul li .txt{font-size:14px;}
.technology02 .infor .con{font-size:14px;margin-top:0px;}
.technology02 .content{margin-top:20px;}
.technology02 .item .intro .box .tit{font-size:18px;}
.technology02 .item .intro .box .line{margin:8px 0 10px;}
.technology02 .item .intro .box .con{font-size:14px;}
.technology02 .content .tech02_btn>div{width:45px;height:45px;background-position:center center;background-size:cover;}
.technology02 .content .tech02_btn .owl-next{background-position:-48px 0;}
.technology02 .content .tech02_btn .owl-prev{right:55px;}
.technology03{padding:30px 0 100px;}
.technology03 .content li .img{width:50%;height:auto;}
.technology03 .content{margin-top:20px;}
.technology03 .content li .txt{font-size:14px;font-weight:normal;padding:0 5%;line-height:1.6;}
.technology01 .content ul{overflow:hidden;text-align:center;font-size:0}
.technology01 .content ul li{padding:0;/* width:33.3%;float:left;*/ display:inline-block;padding:0 10px;}
.technology03{padding:30px 0;}
.technology.channel_content{padding-bottom:70px;}
/*手机配件列表*/ .m_partsList .hd .item span{font-size:13px;line-height:36px;height:36px;}
.m_partsList .sel{padding:0px}
.m_partsList02 .item .no1{font-size:20px;}
.m_partsList02 .item .name{font-size:16px;}
.m_partsList02 .item .no2{font-size:14px;}
.m_partsList02 .item{padding:20px 10px 30px;}
.m_partsList .hd .item .item_down{top:10px;}
.m_partsList .hd .item .item_down ul{max-height:200px;overflow-y:auto;}
/*订购咨询手机端*/ .m_orderForm01 .con{overflow:hidden;}
.m_orderForm01 .tit{font-size:18px;}
.m_orderForm01 .tit .no{font-size:20px;line-height:30px;}
.m_orderForm01 .tit .name{line-height:30px;}
.m_orderForm01 .info{font-size:15px;}
.m_orderForm01{padding:20px 0;}
.m_orderForm02{padding-top:15px;}
.m_orderForm02 li{font-size:16px;line-height:40px;height:40px;}
.m_orderForm02 li .inp,.m_orderForm02 li input,.m_orderForm02 .inp span{height:38px;line-height:38px}
.m_orderForm02 .inp .list{font-size:14px;}
.m_orderForm01 .l{margin-top:11%;}
.m_orderForm02 li .inp{margin-left:100px;}
.m_orderForm02 li .inp input,.m_orderForm02 .inp span{font-size:15px;}
.m_orderForm02 button{font-size:18px;line-height:40px;height:40px;border-radius:20px;max-width:50%;}
/* jiaoll end */ /* 金融服务 非手机端定制 */ .jr_service.channel_content{padding:20px 0 70px;}
.jr_service01 .infor{padding:0}
.jr_service01 .infor .tit{font-size:20px;line-height:25px;}
.jr_service01 .infor .con{font-size:14px;line-height:25px;margin-top:10px;}
.jr_service01 .content ul{margin-top:20px;}
.jr_service01 .content ul li .li_box .img_{width:60px;height:60px;}
.jr_service01 .content ul li .li_box .txt{font-size:13px;line-height:20px;}
.jr_service01 .content ul li{width:50%;margin-bottom:20px;}
.jr_service02{margin:0px;}
.jr_service02 .content .cover{left:20px;top:20px;}
.jr_service02 .content .cover .tit{font-size:20px;line-height:25px;}
.jr_service02 .content .cover .line{margin:10px 0;}
.jr_service02 .content .cover .con{width:95%;font-size:13px;line-height:20px;}
.jr_service03{padding:20px 0 30px;display:none;}
.jr_service03 ul li .li_box .img_{width:30px;height:20px;background-size:cover;}
.jr_service03 ul li .li_box .intro .t{font-size:15px;line-height:20px;margin:5px 0;}
.jr_service03 ul li .li_box .intro .c{font-size:13px;line-height:20px;}
.jr_service03 ul li{width:32%;}
.jr_service03 ul li:after{height:50px;margin-top:-25px;}
/* 联系我们 非手机端定制 */ .contact_us01 .tit{font-size:20px;line-height:25px;margin-bottom:10px;}
.contact_us01 .left .con{font-size:13px;line-height:20px;margin-bottom:20px;}
.contact_us01 .left ul li{width:100%;margin-right:0;margin-bottom:10px;}
.contact_us01 .left ul li:nth-child(2n){width:100%;}
.contact_us01 .left ul li .c{height:auto;}
.contact_us01 .left ul li:nth-child(4){display:none}
.contact_us01 .left ul li:nth-child(5){display:none}
.contact_us01 .left ul li .ewm{position:static;display:block;margin-top:0;}
.contact_us01 .left ul li.gzh{display:inline-block;width:auto;margin-right:50px;display:none}
.contact_us01 .left ul li.douyin{display:inline-block;width:auto;display:none}
.contact_us01{margin-bottom:20px;}
.contact_us02{height:200px;overflow:hidden;}
#cu02-1-49166{width:100%!important;height:200px!important;}
.contact_us02 .content{padding:20px 0;}
.contact_us02 .content .tit{font-size:20px;line-height:25px;}
.contact_us02 .content .con{font-size:14px;margin-top:5px;}
.contact_us03{margin-top:20px;padding-bottom:0px;}
.contact_us03 ul li{margin-bottom:0;}
.contact_us03 ul li .tit{font-size:20px;line-height:25px;}
.contact_us03 ul li .box .right dl dd{font-size:14px;}
.contact_us03 ul li.li_img .img_box{margin-top:20px;}
.contact_us03 ul li.li_img .img_box .img_{width:60px;height:60px;}
.contact_us03 ul li.li_img .img_box .txt{font-size:14px;line-height:20px;margin-top:5px;}
.contact_us .add_price{padding-bottom:60px;}
/* 荣誉资质 非手机端定制 */ .honor01 .infor .tit{font-size:20px;line-height:25px;}
.honor01 .honor_list li{margin-bottom:15px;}
.honor01 .infor .con li{line-height:25px;}
.honor01 .content{margin-top:15px;}
.honor{padding-bottom:110px;}
.load_more span.icon{width:30px;height:30px;background-size:cover;}
.load_more span.txt{font-size:16px;line-height:22px;}
/* 人才招聘 非手机端定制 */ .job_list{padding-bottom:110px;}
.job_list01 .infor .tit{font-size:20px;line-height:25px;padding-bottom:15px;}
.job_list01 .content{margin-top:20px;}
.job_list01 .content .sele_wrap{width:100%;margin-bottom:15px;height:34px;line-height:34px;color:#555}
.job_list01 .content .sele_wrap .sele{height:34px;line-height:34px;color:#555}
.job_list01 .content .inp_box_wrap{width:100%;margin-bottom:15px;height:34px;line-height:34px;}
.job_list01 .content .inp_box_wrap input{height:34px;line-height:34px;}
.job_list01 .content .btns{width:100%;}
.job_list01 .content .btns button{height:34px;line-height:34px;font-size:14px}
.job_list01 .content .bd{margin-top:20px;}
.job_list01 .content .bd .li_top .top_h{margin-bottom:5px;}
.job_list01 .content .bd .li_top .top_l{padding-right:100px;}
.job_list01 .content .bd .li_top .top_r{width:100px;line-height:110px;}
.job_list01 .content .bd .li_top .top_r .see{font-size:18px;}
.job_list01 .content .bd .li_top .top_d{font-size:13px;margin-right:0;line-height:20px;}
.job_list01 .content .bd .li_top .tit{font-size:16px;padding-right:0;display:block}
.job_list01 .content .bd .li_bottom .box{padding:20px}
.job_list01 .content .bd .li_bottom .box .con{font-size:13px;}
.job_list01 .content .bd .li_top .time1,.job_list01 .content .bd .li_top .time2{font-size:13px;line-height:20px;}
.job_list01 .content .bd .li_bottom .send{margin-top:20px;padding:10px 20px;font-size:14px}
/* 全站搜索 非手机端定制 */ .m_xcbanner.qz_mbanner{display:none;}
.Total_search{padding-top:0;padding-bottom:110px;padding-top:50px;}
.Total_search01 .searchArea{background:none;padding:20px 0;margin-bottom:0;}
.Total_search01 .searchArea .content_form{margin-top:20px;}
.Total_search01 .searchArea .content_form .list a{color:#93949e;}
.Total_search01 .searchArea .content_form .form_box .search .input_wrap{height:52px;line-height:52px;}
.Total_search01 .searchArea .content_form .list{margin-top:15px;}
.Total_search01 .resultArea #botBtn .btnMore{height:34px;line-height:34px;padding:0 30px;font-size:14px}
.Total_search01 .resultArea .content_form .area{padding:20px 0;}
/* 品牌活动 非手机端定制 */ .brand_crumbs{display:none;}
.brand_activity01 .infor{margin-top:0px;}
.brand_activity01 .infor .tit{font-size:20px;line-height:25px;}
.brand_activity01 .content .item .left{width:100%}
.brand_activity01 .content .item .right{width:100%;padding-bottom:25px;}
.brand_activity01 .content .item .right .box{padding:30px}
.brand_activity01 .content .item .right .box .t{font-size:17px;line-height:22px;}
.brand_activity01 .content .item .right .box .c{height:48px;margin:5px 0 10px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.brand_activity01 .content .brand_btn>div{width:30px;height:30px;background-size:cover;margin-top:-45px;}
.brand_activity01 .content .brand_btn .owl-next{background-position:-30px 0}
.brand_activity01 .content .item .right .pages span.all_page{font-size:24px;}
.brand_activity01 .content .item .right .pages em{font-size:24px;}
.brand_activity01 .content .item .right .pages span.current_page{font-size:22px}
.brand_activity02{margin-top:20px;}
.brand_activity02 .bd{margin-top:20px;}
.brand_activity02 .bd .li{width:49%;margin-right:2%;margin-bottom:20px;}
.brand_activity02 .bd .li:nth-child(2n){margin-right:0;}
.brand_activity02 .bd .li a{overflow:hidden;background:#f8f8f8}
/* .brand_activity02 .bd .li ._img{float:left;width:50%;}
.brand_activity02 .bd .li .intro{float:left;width:50%;}
*/ .brand_activity02 .bd .li .intro .box{padding:15px}
.brand_activity02 .bd .li .intro .box .tit{font-size:16px;line-height:20px;margin-bottom:5px;font-weight:bold;}
.brand_activity02 .bd .li .intro .box .con{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.brand_activity{padding-bottom:110px;}
/* 整机中心 */ .m_zjCenter{padding-top:0;background:#f8f8f8;}
.m_zjCenter01 li{width:33.3%;float:left;border-bottom:1px solid #e8e9eb;}
.m_zjCenter01 li .box{border-right:1px solid #e8e9eb;padding:10px;}
.m_zjCenter01 li .box .icon{width:60px;height:60px;margin:0 auto;}
.m_zjCenter01 li .box .txt{font-size:12px;color:#333f47;text-align:center;margin-top:5px;}
.m_zjCenter01 li.li10,.m_zjCenter01 li.li11,.m_zjCenter01 li.li12{border-bottom:none}






.about_banner{display:none;}
.about_center01{padding-top:20px;}
.about_center01 .infor{padding:0}
.about_center01 .infor .tit{font-size:16px;line-height:23px;}
.about_center01 .content{margin-top:20px;}
.about_center01 .content li{width:48%;margin-bottom:15px;}
.about_center01 .content li .num{font-size:30px;}
.about_center01 .content li .txt{font-size:13px;line-height:22px;}
.about_center02{padding:20px 0;}
.about_center02 li{width:100%;margin-left:0;margin-bottom:20px;}
.about_center02 li:last-child{margin-bottom:0;}
.about_center02 li .intro .box{padding:20px}
.about_center02 li .intro .box .line{margin-bottom:10px;}
.about_center02 li .intro .box .tit{font-size:16px;line-height:23px;}
.about_center02 li .intro .box .con{font-size:13px;height:auto;}
.about_center03{height:300px}
.about_center03 .cover .box{padding:20px}
.about_center03 .cover .box .smal_t{font-size:15px;line-height:23px;margin-bottom:10px;}
.about_center03 .cover .box .big_t{font-size:17px;line-height:23px;}
.about_center03 .cover .box .c{font-size:20px;margin-bottom:20px;}
.about_center03 .cover .box .more{padding:0 15px;height:34px;line-height:34px;}
.about_center03 .cover .box .more span.icon{margin-left:10px;}
.about_center03 .play_box{bottom:30px}
.about_center03 .play span.icon{width:50px;height:50px;background-size:cover;}
.about_center03 .play span.txt{font-size:18px;line-height:23px;}
.about_center04{padding:20px 0}
.about_center04 .item{width:100%;}
.about_center04 .item .intro{width:80%;}
.about_center04 .item .intro .box{padding:20px 10px}
.about_center04 .item .intro .box .tit{font-size:20px;line-height:25px;margin-bottom:5px;}
.about_center04 .item .intro .box .con{font-size:13px;line-height:22px;height:44px;margin-bottom:15px;}
.about_center04 .item .intro .box .more{height:33px;line-height:25px;padding:0 10px;}
.about_center04 .item .intro .box .more span.icon{margin-left:10px;}
.intro span{    line-height: 0;margin: 0px;}


#SibAiSection1 .btn_{display:none}
.JS #SibAiSection2 .SibAiBody,.JS #SibAiSection3 .SibAiBody{padding:20px!important}
.SibAiBody .infor .t1{font-size:18px;}
.SibAiBody .infor .t2{font-size:20px;margin-bottom:10px!important;}
.SibAiBody .infor .c{font-size:13px;}
.JS #SibAiSection4 .SibAiBody{padding:20px 20px 60px!important;}
/* 2020-03-27 手机端首页加新品推荐 */ .m_ipart05 .content li a .icon{width:30px;height:30px;background-size:cover;}
/* 2020-04-02 */ .m_proDetail05 .bd .sections02 .content{overflow:hidden;}
.m_proDetail05 .bd .sections02 .content .content_table01 .table-responsive01{float:right;width:100%;box-sizing:border-box}
.m_proDetail05 .bd .sections02 .content .content_table01 .table-responsive02{float:left;overflow:hidden;width:100%;position:absolute;left:0;top:0;box-sizing:border-box}
.table >thead >tr >th,.table >tbody >tr >th,.table >tfoot >tr >th,.table >thead >tr >td,.table >tbody >tr >td,.table >tfoot >tr >td{padding:0;height:55px;}
/* 2020-0413 */ .send.channel_content{padding-bottom:90px;}
.send.channel_content .Form-J1-content{padding-left:0}
.send.channel_content .Form-J1 .Form-J1-li input{width:86%;}
.send.channel_content .Form-J1 .Form-J1-li select{width:86%;}
.send.channel_content .Form-J1 .Form-J1-li textarea{width:86%;}
.send.channel_content .Form-J1 .Form-J1-Btn{padding-top:20px;}
.technology02 .item .intro .box .con{height:auto}

/* 20220324 */ .dangjian_list01 .content .right .info{margin:3px 0px;}}
.intro1{top:0px!important;}
