﻿@charset "UTF-8";
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; touch-callout: none; cursor: pointer; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; background-repeat: no-repeat; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

body, button, input, select, textarea { font-size: 14px; line-height: 24px; color: #333; font-family: Arial, 'Microsoft YaHei','Hiragino Sans GB', sans-serif; }

ul, li { list-style: none; }

img { border: 0px; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"] { cursor: pointer; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 15px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; } }

@media (min-width: 1024px) { .commonweb { padding: 0px 40px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; } }

@media (min-width: 1200px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

@media (min-width: 1260px) { .commonweb { margin: 0 auto; max-width: 1200px; padding: 0; } }

/* layout start*/

.title { font-size: 16px; }

.in-FAQ { width: 100%; overflow: hidden; padding-top: 25px; padding-bottom: 30px; }

.FAQ-ul { width: 100%; }

.FAQ-ul li { width: 100%; border-bottom: 1px solid #e6e6e6; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; }

.FAQ-ul li .question { -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; width: 100%; position: relative; padding-left: 36px; padding-right: 20px; padding-top: 15px; padding-bottom: 15px; line-height: 28px; color: #4c4c4c; font-size: 16px; font-weight: bold; }

.FAQ-ul li .question:before { content: 'Q'; position: absolute; width: 28px; height: 28px; top: 15px; left: 0; background-color: #f18c19; text-align: center; line-height: 28px; color: #fff; font-size: 18px; -webkit-border-radius: 4px; border-radius: 4px; }

.FAQ-ul li .question:after { content: ''; width: 12px; height: 12px; border: 1px solid #d5d5d5; position: absolute; border-left: none; border-bottom: none; right: 3px; top: 18px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); cursor: pointer; }

.FAQ-ul li .answer { display: none; width: 100%; padding-left: 36px; padding-top: 8px; position: relative; }

.FAQ-ul li .answer:before { content: 'A'; position: absolute; width: 28px; height: 28px; top: 16px; left: 0; background-color: #d9d9d9; text-align: center; line-height: 28px; color: #fff; font-size: 18px; -webkit-border-radius: 4px; border-radius: 4px; }

.FAQ-ul li .an { width: 100%; background-color: #f7f7f7; padding: 12px 12px 30px; }

.FAQ-ul li .aninfo { color: #808080; font-size: 14px; line-height: 26px; }

.FAQ-ul li.cur { padding-bottom: 15px; }

.FAQ-ul li.cur .question { padding-bottom: 0; }

.FAQ-ul li.cur .question:after { border-color: #f18c19; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }

@media (min-width: 1024px) { .in-FAQ { padding-top: 40px; padding-bottom: 50px; }
  .FAQ-ul li .question { padding-left: 48px; padding-top: 20px; padding-bottom: 20px; cursor: pointer; }
  .FAQ-ul li .question:before { top: 20px; font-size: 20px; }
  .FAQ-ul li .answer { padding-left: 48px; }
  .FAQ-ul li .answer:before { font-size: 20px; }
  .FAQ-ul li .an { padding: 12px 12px 40px; }
  .FAQ-ul li .aninfo { font-size: 16px; }
  .FAQ-ul li.cur { padding-bottom: 20px; }
  .FAQ-ul li.cur .question:after { top: 30px; } }

@media (min-width: 1260px) { .FAQ-ul li .question { font-size: 18px; font-weight: normal; } }

footer { width: 100%; }

.footerTop { padding-top: 30px; padding-bottom: 20px; }

.flogo a { display: block; }

.flogo a img { display: block; height: 18px; }

.footernav { width: 100%; padding-top: 15px; }

.ftlvnav { width: 100%; }

.ftlvnav .lv1 { width: 100%; line-height: 24px; border-bottom: 1px solid #999; }

.ftlvnav .lv1 h4 { width: 100%; position: relative; padding: 10px 0; }

.ftlvnav .lv1 h4 a { display: block; width: 100%; color: #161a1c; font-size: 16px; }

.ftlvnav .lv1 h4 .icon { position: absolute; width: 30%; right: 0; top: 0; height: 100%; }

.ftlvnav .lv1 h4 .icon:after { content: ''; position: absolute; border: 1px solid #6d6e8b; border-left: none; border-bottom: none; width: 10px; height: 10px; right: 10px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 50%; margin-top: -9px; }

.ftlvnav .lv1.cur h4 .icon:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -2px; }

.ftsub { width: 100%; padding: 0 15px 20px; display: none; }

.ftsub .lv2 { line-height: 22px; padding: 4px 0; }

.ftsub .lv2 a { display: block; width: 100%; font-size: 14px; color: #7f7f7f; }

.footerBt { border-top: 1px solid transparent; }

.footerlink a { display: inline-block; position: relative; line-height: 20px; width: 100%; }

.footershare { padding-top: 10px; }

.sharetips { color: #7f7f7f; line-height: 24px; font-size: 14px; display: inline-block; vertical-align: middle; }

.bdsharebuttonbox { display: inline-block; vertical-align: middle; line-height: 24px; }

.bdsharebuttonbox .bds_twi, .bdsharebuttonbox .bds_fbook, .bdsharebuttonbox .bds_linkedin { width: 24px; height: 24px; padding: 0; margin-top: 0; margin-bottom: 0; margin-left: 5px; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }

.bdsharebuttonbox a.bds_twi { background: url(../images/s01.png) no-repeat scroll 0 0; }

.bdsharebuttonbox a.bds_fbook { background: url(../images/s02.png) no-repeat scroll 0 0; }

.bdsharebuttonbox a.bds_linkedin { background: url(../images/s03.png) no-repeat scroll 0 0; }

@media (min-width: 768px) { .footerlink a { display: inline-block; width: auto; padding: 0 10px; }
  .footerlink a:after { content: ''; position: absolute; width: 1px; left: 0; height: 14px; background-color: #b9b9b9; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .footerlink a:first-child { padding-left: 0; }
  .footerlink a:first-child:after { display: none; } }

@media (min-width: 1024px) { .footerTop { padding-top: 50px; padding-bottom: 30px; }
  .flogo { float: left; }
  .footernav { width: auto; float: right; padding-top: 0px; }
  .ftlvnav:after { content: ''; display: block; clear: both; visibility: hidden; height: 0; }
  .ftlvnav .lv1 { width: auto; border-bottom: none; float: left; padding-left: 30px; }
  .ftlvnav .lv1 h4 { padding: 0; line-height: 26px; }
  .ftlvnav .lv1 h4 .icon { display: none; }
  .ftsub { width: 100%; padding: 0; padding-top: 6px; display: block; }
  .ftsub .lv2 { line-height: 24px; padding: 3px 0; }
  .ftsub .lv2 a:hover { color: #e15f04; }
  .footerBt { border-top-color: #efefef; padding-top: 14px; padding-bottom: 22px; }
  .footerlink { float: left; padding-top: 6px; }
  .footerlink a { -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  .footerlink a:hover { color: #eb6100; }
  .footershare { padding-top: 0px; float: right; }
  .bdsharebuttonbox a:hover { opacity: 0.9; } }

@media (min-width: 1260px) { .footerTop { padding-top: 60px; }
  .flogo a img { height: 32px; }
  .ftlvnav .lv1 { padding-left: 50px; }
  .ftlvnav .lv1 h4 a { font-size: 18px; } }

@charset "UTF-8";
body { padding-top: 50px; }

header { position: fixed; left: 0; top: 0; z-index: 199; width: 100%; background-color: #fff; -webkit-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; transition: background 0.3s ease-out; border-bottom: 1px solid #eee; }

.headerweb { width: 100%; }

.logo { padding: 20px 0; }

.logo a { display: block; }

.logo a img { height: 20px; display: block; }

header.open .index-key { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.header-left { float: left; }

.header-right { float: right; line-height: 60px; font-size: 0; }

/* ========================= */
.search-icon { background-image: url(../images/index-search.png); display: inline-block; vertical-align: middle; width: 33px; height: 33px; background-repeat: no-repeat; -o-background-size: auto; background-size: auto; background-position: center center; overflow: hidden; }

.index-search { display: inline-block; vertical-align: top; padding-right: 12px; padding-left: 12px; }

.index-search .search-box { position: absolute; overflow: hidden; top: 50px; width: 100%; left: 0; background-color: #fff; padding: 30px 15px; display: none; border-bottom: 1px solid #ddd; }

.index-search .search-box input { display: block; height: 40px; line-height: 40px; font-size: 14px; }

.index-search .search-box .search-txt { width: 100%; text-indent: 10px; padding-right: 65px; border: 1px solid #cdcdcd; }

.index-search .search-box .search-txt::-webkit-input-placeholder { /* WebKit browsers */ color: #999; }

.index-search .search-box .search-txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; }

.index-search .search-box .search-txt::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; }

.index-search .search-box .search-txt:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; }

.index-search .search-box .search-btn { position: absolute; width: 65px; top: 30px; right: 15px; z-index: 2; color: #fff; font-family: "微软雅黑"; background-color: #eb6100; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

/*========================*/
/*===========================*/
.mobnav-btn { display: inline-block; vertical-align: middle; width: 25px; height: 30px; position: relative; }

.mobnav-btn span { position: absolute; width: 100%; height: 2px; background-color: #999; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.mobnav-btn span:first-child { top: 6px; }

.mobnav-btn span:nth-child(2) { top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.mobnav-btn span:last-child { bottom: 6px; }

.mobnav-btn.open span:first-child { top: 14px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.mobnav-btn.open span:nth-child(2) { opacity: 0; }

.mobnav-btn.open span:last-child { bottom: 14px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

/*===========================*/
nav { position: fixed; top: 60px; background-color: #fff; left: 0; right: 0; bottom: 0; padding-top: 20px; padding-bottom: 80px; z-index: 188; overflow-x: hidden; overflow-y: auto; display: none; }

nav .lvnav { width: 100%; }

nav .lvnav .lv1 { width: 100%; padding: 0 15px; line-height: 40px; border-bottom: 1px solid #ddd; }

nav .lvnav .lv1 h4 { width: 100%; padding: 5px 0; position: relative; }

nav .lvnav .lv1 h4 a { display: block; color: #737373; font-size: 15px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

nav .lvnav .lv1 h4 .icon { position: absolute; width: 30%; right: 0; top: 0; height: 100%; }

nav .lvnav .lv1 h4 .icon:after { content: ''; position: absolute; border: 1px solid #6d6e8b; border-left: none; border-bottom: none; width: 10px; height: 10px; right: 5px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 50%; margin-top: -9px; }

nav .lvnav .lv1.cur h4 .icon:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -2px; }

.index-key { position: fixed; bottom: 0px; padding-bottom: 20px; z-index: 188; width: 100%; text-align: center; left: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); background-color: #fff; }

.index-key a { display: inline-block; vertical-align: middle; color: #737373; font-size: 14px; line-height: 32px; position: relative; padding-left: 22px; padding-right: 8px; background: url(../images/key.png) scroll no-repeat 0 center; }

.index-key a:hover { color: #686767; }

.subnav { width: 100%; padding: 0 15px 15px; display: none; }

.subnav .lv2 { width: 100%; }

.subnav .lv2 a { display: block; width: 100%; color: #737373; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

@media (min-width: 1024px) { body { padding-top: 100px; }
  header .commonweb { position: relative; }
  .logo { padding: 39px 0; float: left; }
  .logo a img { height: 22px; display: block; }
  .header-left { float: none; width: 100%; padding-right: 180px; }
  .header-right { float: none; line-height: 100px; position: absolute; top: 0; right: 40px; width: 180px; padding-left: 10px; }
  /* ========================= */
  .search-icon { display: none; }
  .index-search { vertical-align: top; padding: 0; }
  .index-search .search-box { position: relative; background-color: transparent; vertical-align: middle; padding: 0; display: inline-block; border-bottom: none; top: 0; }
  .index-search .search-box input { height: 34px; line-height: 32px; }
  .index-search .search-box .search-txt { -webkit-border-radius: 4px; border-radius: 4px; padding-right: 40px; }
  .index-search .search-box .search-btn { width: 40px; top: 0px; right: 0px; font-size: 0; background: transparent url(../images/index-search.png) no-repeat scroll center center; }
  /*========================*/
  /*===========================*/
  .mobnav-btn { display: none; }
  /*===========================*/
  nav { position: static; padding-top: 0px; padding-bottom: 0px; overflow: inherit; display: block; float: right; }
  nav .lvnav:after { content: ''; display: block; clear: both; visibility: hidden; height: 0; }
  nav .lvnav .lv1 { width: auto; line-height: 40px; border-bottom: none; float: left; position: relative; }
  nav .lvnav .lv1 h4 { padding: 0; }
  nav .lvnav .lv1 h4 a { font-size: 15px; padding-top: 32px; padding-bottom: 28px; position: relative; }
  nav .lvnav .lv1 h4 a:after { content: ''; position: absolute; bottom: 0; height: 2px; background-color: transparent; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; left: 51%; right: 51%; }
  nav .lvnav .lv1 h4 .icon { display: none; }
  nav .lvnav .lv1.cur h4 a, nav .lvnav .lv1:hover h4 a { color: #eb6100; }
  nav .lvnav .lv1.cur h4 a:after, nav .lvnav .lv1:hover h4 a:after { left: 0; right: 0; background-color: #eb6100; }
  .index-key { position: absolute; line-height: normal; bottom: auto; padding-bottom: 0px; text-align: left; left: 0; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); background-color: transparent; padding-left: 10px; }
  .index-key a:hover { color: #eb6100; }
  .subnav { width: 190px; padding: 0 10px 10px; display: none; position: absolute; background-color: #fff; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); line-height: 36px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); top: 100%; }
  .subnav .lv2 a { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
  .subnav .lv2 a:hover { color: #eb6100; } }

@media (min-width: 1260px) { .logo { padding: 32px 0; float: left; }
  .logo a img { height: 36px; }
  .header-left { padding-right: 230px; }
  .header-right { right: 0px; width: 230px; padding-left: 22px; }
  /* ========================= */
  .index-search .search-box .search-txt { padding-right: 65px; }
  .index-search .search-box .search-btn { width: 65px; }
  nav .lvnav .lv1 h4 a { font-size: 16px; }
  .subnav { text-align: center; } }

@media (min-width: 1550px) { .index-key { left: 100%; line-height: 100px; padding-left: 20px; } }

@charset "UTF-8";
.searchcont401 { padding: 0; background-color: #ffffff; min-height: 60vh; }

.searchtitle401 { padding: 28px 15px; background-color: #f2f2f2; }

.searchtitle401 span { color: #f7931c; }

.resultlist401 { font-size: 13px; padding: 3% 0; }

.resultlist401 img { display: block; width: 100%; margin-bottom: 2%; }

.resultlist401 li { padding: 15px 0; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; margin-bottom: -1px; }

.resultlist401 h4 { font-size: 16px; line-height: 24px; margin-bottom: 3%; }

.resultlist401 h4 em { color: #f7931c; font-style: normal; }

.resultlist401 h4 a { display: block; }

.resulttext401 { overflow: hidden; min-height: 72px; color: #999; }

.resultlabel401 { color: #999; display: inline-block; padding-top: 30px; }

.searchinputcont401 dt input { width: 100%; height: 40px; line-height: 40px; text-indent: 12px; font-size: 15px; color: #333333; background-color: #ffffff; font-family: "Microsoft YaHei"; }

.searchinputcont401 dd input { margin-top: 10px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; width: 100%; height: 40px; line-height: 40px; font-weight: bold; color: #ffffff; cursor: pointer; background-color: #eb6100; text-align: center; font-family: "Microsoft YaHei"; }

.searchinputcont401 dd input:hover { background-color: #e15f04; }

.keywords { color: #da251d; }

@media (min-width: 768px) { .searchtitle401 { font-size: 24px; }
  .resultlist401 h4 { font-size: 20px; margin-bottom: 2%; }
  .searchimg401 { float: left; margin: 0 3% 0 0; display: block; width: 200px; height: 150px; overflow: hidden; position: relative; }
  .resultlist401 img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; width: auto; } }

@media (min-width: 992px) { .searchinputcont401 { width: 45%; margin: 0 auto; }
  .searchinputcont401 dt { float: left; width: 78%; }
  .searchinputcont401 dd { float: left; width: 22%; }
  .searchinputcont401 dt input { font-size: 16px; }
  .searchinputcont401 dd input { margin-top: 0; }
  .searchinputcont401 dd input { font-size: 16px; font-weight: bold; } }

.loadingmore { display: block; width: 100%; font-size: 14px; background-color: #2f318b; height: 40px; line-height: 40px; color: #ffffff; text-align: center; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }

.loadingmore:hover { background-color: #4c4ea4; }

@media (min-width: 1024px) { .loadingmore { height: 50px; line-height: 50px; font-size: 16px; } }

/* 无搜索结果 */
.no-result { width: 100%; min-height: 226px; }

.no-result .content2 { padding: 90px 20px; }

.no-result .content2 h2 { padding-right: 60px; font-weight: bold; font-size: 18px; padding-bottom: 27px; color: #322c27; text-align: center; }

.no-result .content2 h2 img { vertical-align: middle; margin-right: 14px; position: static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; width: auto; display: inline-block; margin: 0; margin-right: 15px; }

.no-result .content2 .cnt { width: 350px; margin: 0 auto; }

.no-result .content2 .cnt p { padding-left: 14px; position: relative; left: 0; top: 0; color: #5d5c5b; font-size: 14px; line-height: 36px; }

.no-result .content2 .cnt p span { position: absolute; width: 4px; height: 4px; background: #c4c4c4; top: 17px; left: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

@media (min-width: 767px) { .no-result .content2 h2 img { display: inline-block; } }

@charset "UTF-8";
/*! Polyfill CSS object-fit http://helloanselm.com/object-fit @author: Anselm Hannemann <hello@anselm-hannemann.com> @author: Christian "Schepp" Schaefer <schaepp@gmx.de> @version: 0.3.4 */
x-object-fit { position: relative !important; display: inline-block !important; }

x-object-fit > .x-object-fit-taller, x-object-fit > .x-object-fit-wider { position: absolute !important; left: -100% !important; right: -100% !important; top: -100% !important; bottom: -100% !important; margin: auto !important; }

.x-object-fit-none > .x-object-fit-taller, .x-object-fit-none > .x-object-fit-wider { width: auto !important; height: auto !important; }

.x-object-fit-fill > .x-object-fit-taller, .x-object-fit-fill > .x-object-fit-wider { width: 100% !important; height: 100% !important; }

.x-object-fit-contain > .x-object-fit-taller { width: auto !important; height: 100% !important; }

.x-object-fit-contain > .x-object-fit-wider { width: 100% !important; height: auto !important; }

.x-object-fit-cover > .x-object-fit-taller, .x-object-fit-cover > .x-object-fit-wider { max-width: none !important; max-height: none !important; }

.x-object-fit-cover > .x-object-fit-taller { width: 100% !important; height: auto !important; max-width: none !important; }

.x-object-fit-cover > .x-object-fit-wider { width: auto !important; height: 100% !important; max-width: none !important; }

.x-object-position-top > .x-object-fit-taller, .x-object-position-top > .x-object-fit-wider { top: 0 !important; bottom: auto !important; }

.x-object-position-right > .x-object-fit-taller, .x-object-position-right > .x-object-fit-wider { left: auto !important; right: 0 !important; }

.x-object-position-bottom > .x-object-fit-taller, .x-object-position-bottom > .x-object-fit-wider { top: auto !important; bottom: 0 !important; }

.x-object-position-left > .x-object-fit-taller, .x-object-position-left > .x-object-fit-wider { left: 0 !important; right: auto !important; }

/* swiper 3.0 */
.swiper-wrapper { width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: -o-transform; -moz-transition-property: transform, -moz-transform; transition-property: transform; transition-property: transform, -webkit-transform, -moz-transform, -o-transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; flex-direction: column; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; -moz-transition-property: opacity; transition-property: opacity; }

/* swiper 3.0 */
@media (max-width: 1023px) { .scroll_X::-webkit-scrollbar-track { background-color: #f5f5f5; }
  /*定义滚动条高宽及背景*/
  .scroll_X::-webkit-scrollbar { height: 4px; }
  /*定义滚动条*/
  .scroll_X::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 10px; border-radius: 10px; } }

footer { border-top: none; }

/* banner s
.indexbanner { width: 100%; overflow: hidden; position: relative; }

.indexbanner ul { width: 100%; }

.indexbanner ul li { width: 100%; height: 320px; overflow: hidden; }

.indexbanner ul li .pic, .indexbanner ul li .vi { position: relative; width: 100%; height: 100%; top: 0; left: 0; }

.indexbanner ul li .banner-img { display: block; width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; -o-background-size: cover; background-size: cover; background-position: center center; -webkit-transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; -o-transition: opacity 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -moz-transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-moz-transform 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out,-moz-transform 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); opacity: 0; }

.indexbanner ul li.cur .banner-word .title { -webkit-transform: translateY(0px) scale(1); -moz-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); -o-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 1; }

.indexbanner ul li.cur .banner-word .info { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }

.indexbanner ul li.cur .banner-img, .indexbanner ul li.cur .bannervideo { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1; }

.banner-position { position: absolute; top: 21.33333%; left: 0; width: 100%; }

.banner-word { width: 100%; color: #043e85; }

.banner-word .title { line-height: 1; font-size: 30px; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(10px) scale(2); -moz-transform: translateY(10px) scale(2); -ms-transform: translateY(10px) scale(2); -o-transform: translateY(10px) scale(2); transform: translateY(10px) scale(2); opacity: 0; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; display: inline-block; width: auto; }

.banner-word .title img { display: inline-block; vertical-align: middle; height: 30px; }

.banner-word .info { width: auto; display: inline-block; overflow: hidden; padding: 5px 0; line-height: 1.4; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(-180px); -moz-transform: translateY(-180px); -ms-transform: translateY(-180px); -o-transform: translateY(-180px); transform: translateY(-180px); opacity: 0; font-size: 14px; }

.banner-word .info .p1 { font-size: 14px; }

.banner-word .info .p2 { font-size: 16px; }

.bannervideo { width: 100%; height: 100%; position: relative; -o-object-fit: cover; object-fit: cover; background-color: #000; -webkit-transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; -o-transition: opacity 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -moz-transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-moz-transform 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out,-moz-transform 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); opacity: 0; }

.index-banner-prev, .index-banner-next { top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: none; cursor: pointer; position: absolute; width: 40px; height: 40px; }

.index-banner-prev:after, .index-banner-next:after { content: ''; width: 30px; height: 30px; position: absolute; border: 1px solid #e5e6e5; top: 50%; left: 0%; }

.index-banner-prev:after { border-right: none; border-bottom: none; -webkit-transform: translateY(-50%) rotate(-45deg); -moz-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); -o-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); }

.index-banner-next:after { border-right: none; border-bottom: none; -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

.swiper-button:hover:after { border-color: #eb6100; }

.index-pagination { position: absolute; bottom: 15px; width: 100%; left: 0; text-align: center; z-index: 22; }

.index-pagination span { display: inline-block; margin: 0 5px; vertical-align: middle; width: 12px; height: 12px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #fff; cursor: pointer; }

.index-pagination span.swiper-pagination-bullet-active { border-color: #eb6100; background-color: #eb6100; }

@media (min-width: 768px) { .indexbanner ul li { height: 460px; }
  .banner-word .title { font-size: 36px; }
  .banner-word .title img { height: 40px; }
  .banner-word .info { font-size: 18px; }
  .banner-word .info .p1 { font-size: 18px; }
  .banner-word .info .p2 { font-size: 22px; } }

@media (min-width: 1024px) { .indexbanner ul li { height: 520px; }
  .banner-position .commonweb { padding-right: 30%; }
  .banner-word .title { font-size: 44px; }
  .banner-word .title img { height: 50px; }
  .banner-word .info { font-size: 20px; }
  .banner-word .info .p1 { font-size: 20px; }
  .banner-word .info .p2 { font-size: 26px; }
  .index-banner-prev { left: 40px; }
  .index-banner-next { right: 40px; }
  .index-pagination { bottom: 4%; }
  .index-banner-prev, .index-banner-next { display: block; } }

@media (min-width: 1200px) { .indexbanner ul li { height: 620px; } }

@media (min-width: 1260px) { .banner-word .title { font-size: 60px; }
  .banner-word .title img { height: 60px; }
  .banner-word .info { padding: 10px 0; font-size: 24px; }
  .banner-word .info .p1 { font-size: 24px; }
  .banner-word .info .p2 { font-size: 32px; } }

@media (min-width: 1440px) { .index-banner-prev { Left: 8.33333%; }
  .index-banner-next { right: 8.33333%; }
  .index-banner-prev, .index-banner-next { width: 60px; height: 60px; }
  .index-banner-prev:after, .index-banner-next:after { width: 50px; height: 50px; } }

/* banner e */





/* banner s*/
.indexbanner { width: 100%; overflow: hidden; position: relative; }

.indexbanner ul { width: 100%; }

.indexbanner ul li { width: 100%; height: 320px; overflow: hidden; z-index: 44; }

.indexbanner ul li .pic, .indexbanner ul li .vi { position: relative; width: 100%; height: 100%; top: 0; left: 0; }

.indexbanner ul li .banner-img { display: block; width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; -o-background-size: cover; background-size: cover; background-position: center center; -webkit-transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; -o-transition: opacity 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -moz-transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-moz-transform 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out,-moz-transform 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); opacity: 0; position: relative; z-index: 11; }

.indexbanner ul li.cur { z-index: 55; }

.indexbanner ul li.cur .banner-word .title { -webkit-transform: translateY(0px) scale(1); -moz-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); -o-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 1; }

.indexbanner ul li.cur .banner-word .info { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }

.indexbanner ul li.cur .banner-wordbb .info, .indexbanner ul li.cur .banner-wordcc .info { -webkit-transform: translateY(0px) scale(1); -moz-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); -o-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 1; }

.indexbanner ul li.cur .banner-wordbb .bannermore, .indexbanner ul li.cur .banner-wordcc .bannermore { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }

.indexbanner ul li.cur .banner-wordcc { background-color: rgba(233, 233, 233, 0.6); }

.indexbanner ul li.cur .banner-worddd .word { background-color: rgba(233, 233, 233, 0.8); }

.indexbanner ul li.cur .banner-worddd .title, .indexbanner ul li.cur .banner-worddd .info { -webkit-transform: translateY(0px) scale(1); -moz-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); -o-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 1; }

.indexbanner ul li.cur .banner-worddd .bannermore { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }

.indexbanner ul li.cur .banner-worddd .image { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.indexbanner ul li.cur .banner-img, .indexbanner ul li.cur .bannervideo { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1; }

.banner-position { position: absolute; top: 21.33333%; left: 0; width: 100%; z-index: 22; }

.banner-word { width: 100%; color: #043e85; }

.banner-word .title { line-height: 1; font-size: 30px; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(10px) scale(2); -moz-transform: translateY(10px) scale(2); -ms-transform: translateY(10px) scale(2); -o-transform: translateY(10px) scale(2); transform: translateY(10px) scale(2); opacity: 0; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; display: inline-block; width: auto; }

.banner-word .title img { display: inline-block; vertical-align: middle; height: 30px; }

.banner-word .info { width: 100%; display: inline-block; overflow: hidden; padding: 5px 0; line-height: 1.4; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(-180px); -moz-transform: translateY(-180px); -ms-transform: translateY(-180px); -o-transform: translateY(-180px); transform: translateY(-180px); opacity: 0; font-size: 14px; }

.banner-word .info .p1 { font-size: 14px; }

.banner-word .info .p2 { font-size: 16px; }

.bannervideo { width: 100%; height: 100%; position: relative; -o-object-fit: cover; object-fit: cover; background-color: #000; -webkit-transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; transition: opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out; -o-transition: opacity 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -moz-transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-moz-transform 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out; transition: transform 0.9s ease-in-out,opacity 0.9s ease-in-out,-webkit-transform 0.9s ease-in-out,-moz-transform 0.9s ease-in-out,-o-transform 0.9s ease-in-out; -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); opacity: 0; }

.index-banner-prev, .index-banner-next { top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: none; cursor: pointer; position: absolute; z-index: 66; width: 40px; height: 40px; }

.index-banner-prev:after, .index-banner-next:after { content: ''; width: 40px; height:40px; position: absolute; border: 1px solid #999; top: 50%; left: 0%; }

.index-banner-prev:after { border-right: none; border-bottom: none; -webkit-transform: translateY(-50%) rotate(-45deg); -moz-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); -o-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); }

.index-banner-next:after { border-right: none; border-bottom: none; -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

.swiper-button:hover:after { border-color: #eb6100; }

.index-pagination { position: absolute; bottom: 15px; width: 100%; left: 0; text-align: center; z-index: 66; }

.index-pagination span { display: inline-block; margin: 0 5px; vertical-align: middle; width: 12px; height: 12px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #fff; cursor: pointer; }

.index-pagination span.swiper-pagination-bullet-active { border-color: #eb6100; background-color: #eb6100; }

/*======================新banner========================================== s*/
.swiper-container-fade .swiper-slide { pointer-events: auto; }

.banner-positionbb { position: absolute; width: 100%; top: 20%; left: 0; z-index: 22; }

.banner-wordbb { width: 100%; text-align: right; }

.banner-wordbb .info { width: 100%; line-height: 1.15789; color: #0e69cf; font-size: 18px; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(10px) scale(2); -moz-transform: translateY(10px) scale(2); -ms-transform: translateY(10px) scale(2); -o-transform: translateY(10px) scale(2); transform: translateY(10px) scale(2); opacity: 0; }

.banner-wordbb .morewrap { width: 100%; padding-top: 20px; }

.banner-wordbb .bannermore { display: inline-block; vertical-align: top; color: #0e69cf; font-size: 16px; line-height: 34px; padding: 0 20px; border: 1px solid #0e69cf; -webkit-border-radius: 22px; border-radius: 22px; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(-180px); -moz-transform: translateY(-180px); -ms-transform: translateY(-180px); -o-transform: translateY(-180px); transform: translateY(-180px); opacity: 0; }

.banner-positioncc { position: absolute; width: 100%; top: 32%; left: 0; z-index: 22; }

.banner-wordcc { width: 100%; max-width: 370px; background-color: rgba(230, 230, 230, 0); -webkit-border-radius: 8px; border-radius: 8px; padding: 20px 15px 20px; -webkit-transition: all 1.2s; -o-transition: all 1.2s; -moz-transition: all 1.2s; transition: all 1.2s; }

.banner-wordcc .info { -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(10px) scale(2); -moz-transform: translateY(10px) scale(2); -ms-transform: translateY(10px) scale(2); -o-transform: translateY(10px) scale(2); transform: translateY(10px) scale(2); opacity: 0; color: #f08000; font-size: 18px; line-height: 1.1875; }

.banner-wordcc .morewrap { padding-top: 10px; }

.banner-wordcc .bannermore { display: inline-block; vertical-align: top; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(-180px); -moz-transform: translateY(-180px); -ms-transform: translateY(-180px); -o-transform: translateY(-180px); transform: translateY(-180px); opacity: 0; color: #f08000; font-size: 16px; }

.banner-positiondd { position: absolute; width: 100%; top: 16%; left: 0; z-index: 22; text-align: right; }

.banner-worddd { display: inline-block; vertical-align: top; max-width: 680px; width: 100%; position: relative; padding-left: 40px; }

.banner-worddd .word { width: 100%; padding: 15px 25px 20px 40px; background-color: rgba(230, 230, 230, 0); text-align: left; -webkit-transition: all 1.2s; -o-transition: all 1.2s; -moz-transition: all 1.2s; transition: all 1.2s; }

.banner-worddd .title { color: #000000; font-size: 20px; line-height: 1.19048; margin-bottom: 6px; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(10px) scale(2); -moz-transform: translateY(10px) scale(2); -ms-transform: translateY(10px) scale(2); -o-transform: translateY(10px) scale(2); transform: translateY(10px) scale(2); opacity: 0; }

.banner-worddd .info { -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; color: #d9011c; font-size: 14px; line-height: 20px; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; -webkit-transform: translateY(10px) scale(2); -moz-transform: translateY(10px) scale(2); -ms-transform: translateY(10px) scale(2); -o-transform: translateY(10px) scale(2); transform: translateY(10px) scale(2); opacity: 0; }

.banner-worddd .morewrap { padding-top: 10px; }

.banner-worddd .bannermore { display: inline-block; vertical-align: top; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateY(-180px); -moz-transform: translateY(-180px); -ms-transform: translateY(-180px); -o-transform: translateY(-180px); transform: translateY(-180px); opacity: 0; color: #d9011c; font-size: 14px; }

.banner-worddd .image { position: absolute; top: 0; left: 0; width: 70px; -webkit-transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; transition: opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out; -o-transition: opacity 1.6s ease-in-out,-o-transform 1.2s ease-in-out; -moz-transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-moz-transform 1.2s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out; transition: transform 1.2s ease-in-out,opacity 1.6s ease-in-out,-webkit-transform 1.2s ease-in-out,-moz-transform 1.2s ease-in-out,-o-transform 1.2s ease-in-out; -webkit-transform: translateX(-180px); -moz-transform: translateX(-180px); -ms-transform: translateX(-180px); -o-transform: translateX(-180px); transform: translateX(-180px); opacity: 0; }

.banner-worddd .image img { display: block; width: 100%; }

/*======================新banner========================================== e*/
@media (min-width: 768px) { .indexbanner ul li { height: 460px; }
  .banner-word .title { font-size: 36px; }
  .banner-word .title img { height: 40px; }
  .banner-word .info { font-size: 18px; }
  .banner-word .info .p1 { font-size: 18px; }
  .banner-word .info .p2 { font-size: 22px; }
  /*======================新banner========================================== s*/
  .banner-wordbb .info { font-size: 30px; }
  .banner-wordcc { padding: 40px 30px 40px; }
  .banner-wordcc .info { font-size: 26px; }
  .banner-positiondd { top: 33.33333%; }
  .banner-worddd { padding-left: 150px; }
  .banner-worddd .word { padding: 35px 45px 40px 50px; }
  .banner-worddd .title { font-size: 28px; margin-bottom: 12px; }
  .banner-worddd .info { font-size: 16px; line-height: 24px; }
  .banner-worddd .morewrap { padding-top: 18px; }
  .banner-worddd .bannermore { font-size: 16px; }
  .banner-worddd .image { width: 166px; }
  /*======================新banner========================================== e*/ }

@media (min-width: 1024px) { .indexbanner ul li { height: 520px; }
  .banner-position .commonweb { padding-right: 30%; }
  .banner-word .title { font-size: 44px; }
  .banner-word .title img { height: 50px; }
  .banner-word .info { font-size: 20px; }
  .banner-word .info .p1 { font-size: 20px; }
  .banner-word .info .p2 { font-size: 26px; }
  .index-banner-prev { left: 40px; }
  .index-banner-next { right: 40px; }
  .index-pagination { bottom: 4%; }
  .index-banner-prev, .index-banner-next { display: block; }
  /*======================新banner========================================== s*/
  .banner-wordbb .info { font-size: 34px; }
  .banner-wordbb .bannermore:hover { background-color: #0e69cf; color: #fff; }
  .banner-wordcc .info { font-size: 28px; }
  .banner-wordcc .morewrap { padding-top: 15px; }
  .banner-wordcc .bannermore:hover { color: #dd7804; }
  .banner-worddd .word { padding: 45px 45px 50px 70px; }
  .banner-worddd .title { font-size: 32px; }
  .banner-worddd .info { font-size: 18px; }
  .banner-worddd .bannermore { font-size: 18px; }
  .banner-worddd .image { width: 200px; }
  /*======================新banner========================================== e*/ }

@media (min-width: 1200px) { .indexbanner ul li { height: 620px; } }

@media (min-width: 1260px) { .banner-word .title { font-size: 60px; }
  .banner-word .title img { height: 60px; }
  .banner-word .info { padding: 10px 0; font-size: 24px; }
  .banner-word .info .p1 { font-size: 24px; }
  .banner-word .info .p2 { font-size: 32px; }
  /*======================新banner========================================== s*/
  .banner-wordbb .info { font-size: 38px; }
  .banner-wordbb .bannermore { font-size: 18px; }
  .banner-wordcc .info { font-size: 32px; }
  .banner-wordcc .morewrap { padding-top: 20px; }
  .banner-wordcc .bannermore { font-size: 18px; }
  .banner-worddd .word { padding: 60px 45px 70px 90px; }
  .banner-worddd .title { font-size: 36px; }
  .banner-worddd .info { font-size: 20px; line-height: 26px; }
  .banner-worddd .bannermore { font-size: 20px; }
  .banner-worddd .image { width: 220px; }
  /*======================新banner========================================== e*/ }

@media (min-width: 1440px) { .index-banner-prev { Left: 8.33333%; }
  .index-banner-next { right: 8.33333%; }
  .index-banner-prev, .index-banner-next { width: 60px; height: 60px; }
  .index-banner-prev:after, .index-banner-next:after { width: 50px; height: 50px; }
  /*======================新banner========================================== s*/
  .banner-worddd .title { font-size: 42px; }
  /*======================新banner========================================== e*/ }

/* banner e*/





.mainbox { width: 100%; background-color: #fff; z-index: 4; position: relative; }

/* 首页 s */
.index-iconlist { width: 100%; padding-top: 30px; padding-bottom: 0px; border-bottom: 1px solid #f2f2f2; }

.iconlist-ul li { margin-bottom: 20px; padding-left: 5px; padding-right: 5px; }

.iconlist-ul li a { display: block; width: 100%; }

.iconlist-ul li .tp { -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; width: 70px; height: 70px; margin: 0 auto; position: relative; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #e8ebee; overflow: hidden; }

.iconlist-ul li .tp:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #eb6100; background: -webkit-linear-gradient(45deg, #f09800 30px, #eb6200); background: -moz- oldlinear-gradient(45deg, #f09800 30px, #eb6200); background: -o-linear-gradient(45deg, #f09800 30px, #eb6200); background: linear-gradient(45deg, #f09800 30px, #eb6200); z-index: -1; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; opacity: 0; }

.iconlist-ul li .icon { display: block; margin: 0 auto; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; background-position: 0 0; -o-background-size: 100% auto; background-size: 100% auto; -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }

.iconlist-ul li p { padding-top: 5px; font-size: 14px; line-height: 1.5; text-align: center; color: #7f7f7f; width: 100%; overflow: hidden; }

.iconlist-ul li:nth-child(2n+1) { clear: both; }

.module-button-prev, .module-button-next { display: none; }

.index-product { width: 100%; padding: 30px 0; }

.index-product-wrap { width: 100%; position: relative; }

.index-product-slide { width: 100%; overflow: hidden; position: relative; }

.index-product-slide ul { width: 100%; }

.index-product-slide ul li { width: 100%; overflow: hidden; height: auto; }

.index-product-slide ul li .image { width: 100%; overflow: hidden; }

.index-product-slide ul li .image img { display: block; width: 100%; max-width: 460px; margin: 0 auto; }

.index-product-slide ul li .word { padding: 15px 0; }

.index-product-slide ul li .word .title { margin-bottom: 5px; }

.index-product-slide ul li .word .info { color: #7f7f7f; font-size: 14px; line-height: 24px; }

.index-product-slide ul li .word .bt { padding-top: 10px; }

.index-previtem { display: none; }

.index-title-h4 { line-height: 1.44444; color: #161a1c; font-size: 24px; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.index-more { display: inline-block; line-height: 30px; color: #f08000; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; padding: 0 22px; border: 1px solid #f08000; -webkit-border-radius: 30px; border-radius: 30px; }

.index-more:after { content: ''; display: inline-block; vertical-align: middle; width: 8px; height: 8px; border: 1px solid #f08000; border-left: none; border-bottom: none; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-top: -2px; margin-left: 10px; }

.idx-propagination { width: 100%; text-align: center; line-height: 1; font-size: 0; padding: 10px 0; }

.idx-propagination span { display: inline-block; vertical-align: middle; width: 8px; height: 8px; -webkit-border-radius: 50%; border-radius: 50%; background: #b3b6bd; margin: 0 5px; cursor: pointer; }

.idx-propagination span.swiper-pagination-bullet-active { width: 12px; height: 12px; background: #fff; border: 2px solid #eb6100; }

.in-introduction { width: 100%; padding: 30px 0; background-color: #fafafa; }

.intro-wrap { width: 100%; overflow: hidden; }

.intro-wrap .imgbox { width: 100%; overflow: hidden; }

.intro-wrap .imgbox img { display: block; width: 100%; max-width: 440px; margin: 0 auto; }

.intro-wrap .word { padding: 15px 0; }

.intro-wrap .word .title { margin-bottom: 5px; }

.intro-wrap .word .subtitle { line-height: 1.5; color: #4c4c4c; font-size: 16px; margin-bottom: 10px; }

.intro-wrap .word .txt { color: #808080; line-height: 24px; font-size: 14px; }

.intro-wrap .word .info { width: 100%; }

.intro-wrap .word .bt { padding-top: 15px; }

.index-news { width: 100%; padding: 30px 0; overflow: hidden; }

.index-news .index-title-h4 { text-align: center; }

.index-newswrap { width: 100%; padding-top: 20px; }

.bsrow15 { margin-right: -15px; margin-left: -15px; }

.bsrow15:after { content: ''; display: block; clear: both; visibility: hidden; height: 0; }

.bsrow15 .bscol15 { padding-left: 15px; padding-right: 15px; }

.index-newsul li { margin-bottom: 10px; }

.index-newsul li a { display: block; width: 100%; }

.index-newsul li .image { width: 100%; overflow: hidden; }

.index-newsul li .image img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.index-newsul li .word { overflow: hidden; padding: 10px 0; }

.index-newsul li .word .subtitle { width: 100%; color: #333333; font-size: 18px; }

.index-newsul li .word .time { line-height: 24px; padding: 5px 0; color: #7f7f7f; font-size: 14px; }

.index-newsul li .word .info { width: 100%; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 24px; height: 48px; color: #7f7f7f; font-size: 14px; }

.index-contact { background-image: url(../images/index-bg01.jpg); background-repeat: no-repeat; -o-background-size: cover; background-size: cover; background-position: 0 0; padding-top: 25px; padding-bottom: 35px; }

.index-contact .title { text-align: center; color: #fff; }

.index-conform { width: 100%; padding-top: 15px; max-width: 480px; margin: 0 auto; }

.indexform { width: 100%; position: relative; }

.indexform:before { content: ''; position: absolute; width: 22px; height: 16px; background: url(../images/indexmail.png) no-repeat scroll center center; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 18px; }

.index-form-input { display: block; border: none !important; width: 100%; line-height: 42px; height: 42px; padding-left: 50px; padding-right: 100px; color: #666; font-size: 14px; }

.index-form-submit { position: absolute; width: 100px; top: 0; right: 0; height: 100%; font-size: 0; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background: #f05423 url(../images/right-arrow.png) no-repeat scroll center center; }

/* 首页 e */
/* 内页 banner s */
.inside-banner { width: 100%; overflow: hidden; position: relative; }

.inside-banner .image { height: 192px; background-repeat: no-repeat; background-position: center center; -o-background-size: cover; background-size: cover; }

.inbanner-position { position: absolute; top: 30%; width: 100%; }

.product-pos { text-align: right; }

.in-productword { display: inline-block; vertical-align: top; text-align: left; padding: 0 10px; }

.in-productword .title { color: #807971; line-height: 1.2; font-size: 20px; margin-bottom: 5px; }

.in-productword .info { color: #a69d94; font-size: 14px; line-height: 1.46154; }

.server-pos { text-align: left; }

.in-serverword { display: inline-block; vertical-align: top; text-align: left; }

.in-serverword .info { color: #98a1a6; line-height: 1.4; font-size: 16px; }

.FAQ-pos { text-align: left; }

.in-FAQword { display: inline-block; vertical-align: top; text-align: left; padding-top: 10px; }

.in-FAQword .info { color: #a69695; font-size: 16px; line-height: 1.33333; }

@media (min-width: 640px) { .inside-banner .image { height: 240px; } }

@media (min-width: 768px) { .inside-banner .image { height: 320px; }
  .in-productword { padding: 0 40px; }
  .in-productword .title { font-size: 30px; margin-bottom: 10px; }
  .in-productword .info { font-size: 16px; }
  .in-serverword .info { font-size: 20px; }
  .in-FAQword { padding-top: 20px; }
  .in-FAQword .info { font-size: 20px; } }

@media (min-width: 1024px) { .inside-banner .image { height: 520px; }
  .inbanner-position { top: 38.66667%; }
  .in-productword { padding: 0 80px; }
  .in-productword .title { font-size: 42px; margin-bottom: 15px; }
  .in-productword .info { font-size: 22px; }
  .in-serverword .info { font-size: 30px; }
  .in-FAQword { padding-top: 30px; }
  .in-FAQword .info { font-size: 26px; } }

@media (min-width: 1260px) { .inside-banner .image { height: 620px; }
  .in-productword { padding: 0 120px; }
  .in-productword .title { font-size: 52px; margin-bottom: 20px; }
  .in-productword .info { font-size: 26px; }
  .in-serverword .info { font-size: 44px; }
  .in-FAQword .info { font-size: 30px; } }

/* 内页 banner e */
.inside-full-title { width: 100%; text-align: center; color: #4c4c4c; font-size: 16px; line-height: 46px; border-bottom: 1px solid #ddd; }

.inside-full-title:after { content: ''; display: inline-block; vertical-align: top; width: 12px; height: 12px; border: 1px solid #666; border-left: none; border-bottom: none; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); margin-top: 13px; margin-left: 10px; }

.inside-full-nav { width: 100%; background-color: #f3f3f3; position: relative; z-index: 22; }

.inside-slide { width: 100%; position: absolute; left: 0; display: none; }

.inside-slide ul { font-size: 0; width: 100%; text-align: center; background-color: #f3f3f3; }

.inside-slide ul li { display: block; width: 100%; line-height: 40px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.inside-slide ul li a { display: block; color: #4c4c4c; font-size: 14px; width: 100%; padding: 0 20px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.inside-slide ul li.cur { background-color: #f08000; }

.inside-slide ul li.cur a { color: #fff; }

/* 发展历程 s */
.inside-page { width: 100%; overflow: hidden; }

.inTop { padding-top: 25px; }

.inBt { padding-bottom: 30px; }

.in-history { width: 100%; overflow: hidden; }

.history-art { width: 100%; }

.history-art img { max-width: 100%; }

.history-art .image { width: 100%; overflow: hidden; }

.history-art .image img { display: block; width: 100%; }

.history-art .txt { color: #878787; font-size: 14px; line-height: 24px; padding-top: 12px; }

.history-progress { width: 100%; padding-top: 25px; }

.history-title { color: #333333; line-height: 1.11111; font-size: 20px; text-align: center; font-weight: bold; }

.history-ul { width: 100%; position: relative; padding-top: 25px; padding-bottom: 30px; padding-left: 40px; }

.history-ul:before { content: ''; position: absolute; width: 1px; top: 0; bottom: 0; background: url(../images/hisline2.jpg) repeat-y scroll 0 0; left: 10px; }

.history-ul li { width: 100%; margin-bottom: 10px; }

.history-ul li .title { width: 100%; position: relative; font-size: 18px; font-weight: bold; color: #4c4c4c; line-height: 1.33333; }

.history-ul li .title:before { content: ''; width: 12px; height: 12px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #eb6100; position: absolute; bottom: -6px; left: -35px; }

.history-ul li .title:after { content: ''; position: absolute; bottom: 0; height: 1px; width: 24px; background: url(../images/hisline.jpg) scroll repeat-x 0 0; left: -24px; }

.history-ul li .info { width: 100%; color: #646464; font-size: 14px; padding: 3px 0; }

.history-more { display: inline-block; vertical-align: top; line-height: 42px; text-align: center; font-size: 16px; color: #fff; background-color: #f08000; min-width: 160px; padding: 0 30px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

/* 发展历程 e */
/* 关于我们 s  */
.in-aboutus { width: 100%; }

.aboutus-wrap { width: 100%; }

.in-aboutus-list li { margin-bottom: 15px; }

.in-aboutus-list li a { display: block; width: 100%; }

.in-aboutus-list li .tp { display: block; width: 90px; height: 90px; margin: 0 auto; border: 1px solid #e9ecef; -webkit-border-radius: 50%; border-radius: 50%; position: relative; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.in-aboutus-list li .tp .icon { position: absolute; width: 48px; height: 48px; overflow: hidden; -o-background-size: 100%; background-size: 100%; background-repeat: no-repeat; background-position: 0 0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.in-aboutus-list li .bt { text-align: center; color: #333333; font-size: 14px; padding-top: 5px; width: 100%; }

.in-aboutus-art { width: 100%; }

.font16-lh24 { font-size: 14px; line-height: 24px; color: #666666; }

.in-aboutus-card { width: 100%; padding: 15px 0; }

.aboutus-card { width: 100%; background-color: #f78a0c; position: relative; }

.aboutus-card .image { width: 100%; overflow: hidden; }

.aboutus-card .image img { display: block; width: 100%; }

.aboutus-card .word { height: 110px; background: url(../images/inbg.png) no-repeat scroll 0 0; -o-background-size: contain; background-size: contain; position: relative; text-align: right; padding: 20px 30px; }

.aboutus-card .word .title { color: #fff; text-align: center; font-size: 20px; display: inline-block; line-height: 1.1; padding-bottom: 15px; position: relative; }

.aboutus-card .word .title:after { content: ''; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); height: 1px; background: #fbc586; position: absolute; width: 60px; }

/* 关于我们 e  */
/* 认证 s */
.in-certification { width: 100%; overflow: hidden; }

.country-wrap { padding-top: 24px; padding-bottom: 12px; }

.country-ul { margin-left: -30px; margin-right: -30px; }

.country-ul li { padding-left: 30px; padding-right: 30px; margin-bottom: 20px; font-size: 0; }

.country-ul li a { display: block; cursor: default; width: 100%; }

.country-ul li .tab { display: table; width: 100%; }

.country-ul li .icon, .country-ul li .txt { display: table-cell; vertical-align: middle; }

.country-ul li .icon { width: 80px; height: 80px; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; }

.country-ul li .icon img { display: block; width: 100%; }

.country-ul li .txt { color: #333333; font-size: 16px; line-height: 24px; padding-left: 15px; }

.certificate { width: 100%; overflow: hidden; }

.certificate-ul { margin-left: -25px; margin-right: -25px; }

.certificate-ul li { padding-left: 25px; padding-right: 25px; margin-bottom: 20px; }

.certificate-ul li a { display: block; width: 100%; cursor: default; }

.certificate-ul li .image { width: 100%; overflow: hidden; border: 1px solid #e6e6e6; }

.certificate-ul li .image img { display: block; width: 100%; }

.in-Production { width: 100%; overflow: hidden; }

.font16-lh30 { color: #878787; font-size: 14px; line-height: 28px; }

.Produ-wrap { width: 100%; padding-top: 25px; position: relative; }

.Produ-swiper { width: 100%; overflow: hidden; }

.Produ-swiper ul li { width: 100%; overflow: hidden; }

.Produ-swiper ul li a { display: block; cursor: default; width: 100%; }

.Produ-swiper ul li .image { width: 100%; overflow: hidden; }

.Produ-swiper ul li .image img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.Produ-swiper ul li .word { padding: 15px; }

.Produ-swiper ul li .word .title { color: #333333; font-size: 16px; text-align: center; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.Produ-prev, .Produ-next { position: absolute; width: 48px; height: 49px; top: 35.9375%; background-position: 0 0; -o-background-size: 100%; background-size: 100%; background-repeat: no-repeat; cursor: pointer; display: none; }

.Produ-prev { background-image: url(../images/s-left.png); }

.Produ-next { background-image: url(../images/s-right.png); }

.Produ-prev.swiper-button-disabled { cursor: default; background-position: 0 0  !important; }

.Produ-next.swiper-button-disabled { cursor: default; background-position: 0 0  !important; }

.team-wrap { width: 100%; overflow: hidden; padding-top: 25px; }

.inteam-ul { margin-left: -15px; margin-right: -15px; }

.inteam-ul li { padding-left: 15px; padding-right: 15px; margin-bottom: 20px; }

.inteam-ul li a { display: block; width: 100%; cursor: default; }

.inteam-ul li .image { width: 100%; overflow: hidden; }

.inteam-ul li .image img { display: block; width: 100%; }

/* 认证 e */
.pagination { text-align: center; }

/* 新闻中心 s */
.in-news { width: 100%; padding-top: 10px; padding-bottom: 30px; }

.news-ul { width: 100%; }

.news-ul li { width: 100%; overflow: hidden; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }

.news-ul li a { display: block; width: 100%; }

.news-ul li .image { width: 100%; overflow: hidden; }

.news-ul li .image img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.news-ul li .word { width: 100%; padding: 10px 0; }

.news-ul li .word .title { width: 100%; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; color: #333333; font-size: 18px; line-height: 1.5; margin-bottom: 8px; }

.news-ul li .word .info { width: 100%; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 24px; height: 72px; font-size: 14px; color: #808080; }

.news-ul li .word .bt { width: 100%; padding-top: 10px; overflow: hidden; color: #999999; line-height: 22px; }

.news-ul li .word .bt .more { float: left; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.news-ul li .word .bt .time { float: right; position: relative; padding-left: 20px; }

.news-ul li .word .bt .time:before { content: ''; position: absolute; width: 14px; height: 14px; background: url(../images/lock.png) no-repeat scroll center center; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; -o-background-size: cover; background-size: cover; }

.news-select { width: 100%; }

.news-select dt { width: 100%; padding-bottom: 20px; }

.news-select dt .image { width: 100%; overflow: hidden; }

.news-select dt .image img { display: block; width: 100%; }

.news-article { width: 100%; overflow: hidden; }

.t-h1 { line-height: 1.33333; color: #333333; font-size: 20px; }

.article-hd .time { color: #8e8e8e; font-size: 16px; padding: 10px 0; }

.article-bd { width: 100%; position: relative; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }

.left-share { display: none; }

.article-page { padding: 25px 0; color: #888888; font-size: 14px; line-height: 24px; }

.article-page img { max-width: 100%; }

.article-bt { width: 100%; padding-top: 20px; }

.newstab-module { width: 100%; position: relative; }

.newstab-module .prevnext { width: 100%; line-height: 30px; }

.newstab-module .prevnext a { display: block; width: 100%; overflow: hidden; color: #666666; font-size: 14px; }

.newstab-module .prevnext a .to { float: left; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

.newstab-module .prevnext a .over { overflow: hidden; }

.newstab-module .prevnext a .over .txt { width: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; display: block; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding: 0 5px; }

.newstab-module .newshome { display: inline-block; vertical-align: top; margin-top: 10px; line-height: 42px; background-color: #eb6100; color: #fff; font-size: 14px; padding: 0 34px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }

/* 新闻中心  e */
/* 产品中心 s */
.product-search { width: 100%; }

.product-search dl { margin-left: -15px; margin-right: -15px; }

.product-search dl dt, .product-search dl dd { padding-left: 15px; padding-right: 15px; }

.product-search dl dt { position: relative; z-index: 5; }

.select-module { width: 100%; position: relative; }

.select-module .title { width: 100%; position: relative; height: 40px; line-height: 40px; background-color: #f08000; padding-left: 20px; padding-right: 30px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #fff; font-size: 14px; }

.select-module .title:after { content: ''; width: 8px; height: 8px; border: 1px solid #fff; position: absolute; border-top: none; border-left: none; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); top: 50%; right: 20px; margin-top: -4px; }

.select-module .select { position: absolute; top: 0; left: 0; display: block; right: 0; width: 100%; height: 100%; padding: 0 10%; opacity: 0; }

.product-form { width: 100%; position: relative; background-color: #f1f1f1; margin-top: 10px; }

.product-form .input { display: block; width: 100%; height: 40px; line-height: 40px; background-color: transparent; color: #111111; font-size: 14px; text-indent: 10px; padding-right: 50px; }

.product-form .submit { position: absolute; right: 0; top: 0; height: 100%; width: 50px; font-size: 0; background: transparent url(../images/psearch.png) no-repeat scroll center center; }

.product-wrap { width: 100%; padding-top: 30px; padding-bottom: 10px; }

.product-list { margin-left: -15px; margin-right: -15px; }

.product-list li { padding-left: 15px; padding-right: 15px; margin-bottom: 10px; }

.product-list li a { display: block; width: 100%; }

.product-list li .imgwrap { width: 100%; position: relative; overflow: hidden; }

.product-list li .imgwrap .bg { position: absolute; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(240, 128, 0, 0.45); opacity: 0; }

.product-list li .imgwrap .bg .more { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; line-height: 34px; border: 1px solid #fff; font-size: 16px; padding: 0 30px; -webkit-border-radius: 50px; border-radius: 50px; }

.product-list li .image { width: 100%; overflow: hidden; }

.product-list li .image img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.product-list li .word { width: 100%; padding: 10px 15px; }

.product-list li .word .title { color: #111111; font-size: 16px; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; text-align: center; }

/* 产品中心 e */
/* 产品详情 s */
.product-col { width: 100%; }

.product-view { width: 100%; max-width: 540px; margin: 0 auto; }

.propost-maximg { width: 100%; overflow: hidden; position: relative; }

.propost-maximg ul { width: 100%; }

.propost-maximg ul li { width: 100%; overflow: hidden; height: auto; cursor:zoom-in; }

.propost-maximg ul li .image img { display: block; width: 100%; }

.float_layer { display: none; }

.product-minview { width: 100%; position: relative; }

.propost-minimg { width: 100%; overflow: hidden; }

.propost-minimg ul li { width: 25%; height: auto; overflow: hidden; border: 1px solid #e7e7e7; }

.propost-minimg ul li a { width: 100%; display: block; overflow: hidden; }

.propost-minimg ul li img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }

.propost-minimg ul li.cur { border-color: #eb6100; }

.propost-prev, .propost-next { display: none; }

.propost-details { width: 100%; overflow: hidden; padding-top: 25px; }

.propost-title { padding: 12px 0; line-height: 1.375; color: #1a1a1a; font-size: 20px; }

.propost-tab { width: 100%; margin: 5px 0 20px; width: 100%; overflow: hidden; }

.propost-tab ul { width: 100%; }

.propost-tab ul li { width: 162px; text-align: center; }

.propost-tab ul li a { line-height: 38px; display: block; width: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #666666; padding: 0 15px; border: 1px solid #d1d1d1; font-size: 16px; }

.propost-tab li.cur a { color: #fff; background-color: #f08000; border-color: #f08000; }

.propost-content { width: 100%; }

.propost-item { color: #666666; font-size: 14px; color: #666666; display: none; line-height: 26px; }

.propost-item img { max-width: 100%; }

.propost-item table{ width:100%; }
.propost-item table td{ padding: 2px 5px; white-space:normal !important;     border: 1px solid #f2f2f2; }
/* 产品详情 e */
/* service s */
.in-service { width: 100%; overflow: hidden; }

.service-list { width: 100%; }

.service-list li { padding-bottom: 15px; width: 100%; overflow: hidden; }

.service-list li .num { float: left; width: 52px; height: 52px; position: relative; text-align: center; line-height: 52px; color: #f08000; font-size: 16px; }

.service-list li .num:after { content: ''; position: absolute; top: 50%; left: 50%; width: 35px; height: 35px; border: 1px solid #f08000; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; -o-transform-origin: center center; transform-origin: center center; -webkit-transform: translate(-50%, -50%) rotate(-45deg); -moz-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); -o-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.service-list li .over { overflow: hidden; padding-left: 10px; }

.service-list li .over .title { width: 100%; overflow: hidden; white-space: nowrap; color: #333333; font-size: 18px; font-weight: bold; line-height: 28px; }

.service-list li .over .info { color: #737373; font-size: 16px; line-height: 24px; }

.service-pic { padding-top: 30px; padding-bottom: 15px; }

.service-pic .image { width: 100%; overflow-x: auto; overflow-y: hidden; }

.service-word { font-size: 14px; line-height: 24px; color: #666666; }

.odm-title { width: 100%; line-height: 1.5; color: #333333; font-size: 16px; }

.odmwrap { width: 100%; padding-top: 30px; padding-bottom: 10px; }

.odm-panel { width: 100%; position: relative; }

.odm-panel .bg { width: 100%; overflow: hidden; margin: 0 auto; max-width: 366px; }

.odm-panel .bg img { display: block; width: 100%; }

.odm-list { font-size: 0; margin-left: -5px; margin-right: -5px; padding-top: 25px; }

.odm-list li { display: inline-block; vertical-align: top; width: 50%; line-height: 40px; padding: 0 5px; text-align: center; margin-bottom: 10px; }

.odm-list li a { display: block; width: 100%; cursor: default; overflow: hidden; -webkit-border-radius: 60px; border-radius: 60px; }

.odm-list li a span { line-height: 18px; display: inline-block; vertical-align: middle; color: #fff; font-size: 14px; }

.odm-list .li1 a, .odm-list .li2 a, .odm-list .li3 a, .odm-list .li4 a { background-color: #f0ae07; }

.odm-list .li5 a, .odm-list .li6 a, .odm-list .li7 a, .odm-list .li8 a, .odm-list .li9 a { background-color: #75bbe6; }

.oem-panel { width: 100%; overflow: hidden; }

.oem-panel .image { width: 100%; overflow: hidden; }

.oem-panel .image img { display: block; width: 100%; }

.oem-panel .word { width: 100%; padding-top: 20px; }

.oem-panel .word .info { color: #878787; font-size: 14px; line-height: 1.66667; margin-top: 20px; }

.oem-title { color: #333333; font-size: 18px; line-height: 24px; }

/* service e */
@-webkit-keyframes sdas { 0% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 0; } }
@-moz-keyframes sdas { 0% { -moz-transform: scale(1.2); transform: scale(1.2); }
  100% { -moz-transform: scale(1); transform: scale(1);
    opacity: 0; } }
@-o-keyframes sdas { 0% { -o-transform: scale(1.2); transform: scale(1.2); }
  100% { -o-transform: scale(1); transform: scale(1);
    opacity: 0; } }
@keyframes sdas { 0% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);
    opacity: 0; } }

.testanimate { -webkit-animation-name: sdas; -moz-animation-name: sdas; -o-animation-name: sdas; animation-name: sdas; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay: 0; animation-delay: 0; }

@charset "UTF-8";
@media (min-width: 768px) { /* 首页  s */
  .iconlist-ul li:nth-child(2n+1) { clear: none; }
  .index-newsul li { margin-bottom: 0; }
  /* 首页  e */
  /*  发展历史 s */
  .history-ul { padding-left: 0px; }
  .history-ul:before { left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .history-ul li { margin-bottom: 0px; }
  .history-ul li .title { font-size: 20px; }
  .history-ul li .info { font-size: 16px; padding: 6px 0; }
  .history-ul li:nth-child(odd) { padding-right: 50%; text-align: right; }
  .history-ul li:nth-child(odd) .his { padding-right: 70px; }
  .history-ul li:nth-child(odd) .title:after { left: auto; width: 60px; right: -62px; }
  .history-ul li:nth-child(odd) .title:before { left: auto; right: -76px; }
  .history-ul li:nth-child(even) { padding-left: 50%; }
  .history-ul li:nth-child(even) .his { padding-left: 70px; }
  .history-ul li:nth-child(even) .title:after { width: 60px; left: -62px; }
  .history-ul li:nth-child(even) .title:before { left: -76px; }
  .hisbt { text-align: center; }
  /*  发展历史 e */
  .in-aboutus-list li .bt { white-space: nowrap; }
  /* 新闻中心 s */
  .news-ul li { padding: 15px 0; }
  .news-ul li .image { width: 240px; float: left; }
  .news-ul li .word { padding: 0; padding-left: 25px; padding-top: 15px; width: auto; overflow: hidden; }
  .newstab-module .prevnext { padding-right: 160px; }
  .newstab-module .newshome { margin-top: 0px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  /* 新闻中心  e */
  .product-form { margin-top: 0; }
  .odm-title { font-size: 18px; }
  .odm-list li { width: 33.33337%; } }  


@charset "UTF-8";
@media (min-width: 1024px) { /* 首页  s */
  .index-iconlist { padding-top: 40px; padding-bottom: 30px; }
  .iconlist-ul li { margin-bottom: 0px; }
  .iconlist-ul li .tp { width: 80px; height: 80px; }
  .iconlist-ul li p { padding-top: 10px; font-size: 16px; }
  .iconlist-ul li a:hover .tp { border-color: transparent; }
  .iconlist-ul li a:hover .tp:after { opacity: 1; }
  .iconlist-ul li a:hover .icon { background-position: 0 -80px; }
  .iconlist-ul li.cur .tp { border-color: transparent; }
  .iconlist-ul li.cur .tp:after { opacity: 1; }
  .iconlist-ul li.cur .icon { background-position: 0 -80px; }
  .module-button-prev, .module-button-next { display: block; width: 50px; height: 50px; position: absolute; cursor: pointer; }
  .module-button-prev:after, .module-button-next:after { content: ''; width: 40px; height: 40px; position: absolute; border: 2px solid #999; top: 50%; left: 0%; }
  .module-button-prev { left: -12px; top: 40%; }
  .module-button-prev:after { border-right: none; border-bottom: none; -webkit-transform: translateY(-50%) rotate(-45deg); -moz-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); -o-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); margin-left: 20px; }
  .module-button-prev:hover:after { border-color: #eb6100; }
  .module-button-next { right:-12px; top: 40%; }
  .module-button-next:after { border-right: none; border-bottom: none; -webkit-transform: translateY(-50%) rotate(135deg); -moz-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }
  .module-button-next:hover:after { border-color: #eb6100; }
  .index-product-wrap { padding-left: 60px; padding-right:60px; }
  .index-product { padding: 45px 0; }
  .index-product-slide ul li .image { width: 380px; float: right; }
  .index-product-slide ul li .word { padding: 0; padding-top: 30px; padding-right: 40px; padding-bottom: 10px; overflow: hidden; }
  .index-product-slide ul li .word .title { margin-bottom: 10px; }
  .index-product-slide ul li .word .info { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; height: 96px; max-width: 580px; }
  .index-product-slide ul li .word .bt { padding-top: 30px; }
  .index-title-h4 { font-size: 30px; }
  .index-more { font-size: 15px; }
  .index-more:hover { color: #e15f04; border-color: #e15f04; }
  .idx-propagination { padding: 20px 0; }
  /*==============================================*/
  .in-introduction { padding: 60px 0; }
  .intro-wrap .image { float: left; position: relative; width: 360px; padding-left: 20px; padding-bottom: 20px; }
  .intro-wrap .imgbox { overflow: inherit; position: relative; }
  .intro-wrap .imgbox:before { content: ''; position: absolute; bottom: -20px; left: -20px; width: 100%; height: 100%; background-color: #f08000; z-index: 0; }
  .intro-wrap .imgbox img { position: relative; z-index: 2; }
  .intro-wrap .word { overflow: hidden; padding: 30px 0 0 60px; }
  .intro-wrap .word .title { margin-bottom: 15px; }
  .intro-wrap .word .subtitle { font-size: 20px; margin-bottom: 15px; }
  .intro-wrap .word .txt { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; height: 160px; }
  .intro-wrap .word .info { width: 100%; }
  .intro-wrap .word .bt { padding-top: 35px; }
  .index-news { padding: 55px 0; }
  .index-newswrap { padding-top: 30px; }
  .index-newsul li a:hover .image img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .index-newsul li .word { padding: 20px 0; }
  .index-newsul li .word .subtitle { font-size: 20px; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 22px; height: 44px; }
  .index-newsul li .word .time { padding: 10px 0; font-size: 16px; }
  .index-newsul li .word .info { font-size: 16px; }
  .index-contact { padding-top: 45px; padding-bottom: 55px; }
  .index-conform { padding-top: 30px; }
  .index-form-input { line-height: 50px; height: 50px; padding-right: 110px; font-size: 16px; }
  .index-form-submit { width: 110px; }
  .index-form-submit:hover { background-color: #eb6100; }
  /* 首页  e */
  .inside-full-title { display: none; }
  .inside-slide { position: static; display: block; }
  .inside-slide ul { text-align: left; background-color: transparent; }
  .inside-slide ul li { display: inline-block; width: auto; line-height: 60px; text-align: center; }
  .inside-slide ul li a { font-size: 16px; }
  .inside-slide ul li:hover { background-color: #f08000; }
  .inside-slide ul li:hover a { color: #fff; }
  /* 发展历程 s */
  .inTop { padding-top: 55px; }
  .inBt { padding-bottom: 60px; }
  .history-left { float: left; width: 380px; }
  .history-right { overflow: hidden; padding-left: 40px; }
  .history-art .txt { font-size: 16px; }
  .history-progress { padding-top: 0px; }
  .history-title { font-size: 30px; }
  .history-ul { padding-top: 35px; padding-bottom: 60px; }
  .history-ul li .title { font-size: 22px; }
  .history-more { font-size: 18px; }
  .history-more:hover { background-color: #eb6100; }
  /* 发展历程 e */
  /* 关于我们 s  */
  .aboutus-wrap { padding-bottom: 25px; max-width: 1000px; margin: 0 auto; }
  .in-aboutus-list { text-align: center; font-size: 0; }
  .in-aboutus-list li { margin-bottom: 0px; float: none; display: inline-block; vertical-align: top; width: auto; padding: 0 25px; }
  .in-aboutus-list li a:hover .tp { background-color: #eb6100; background: -webkit-linear-gradient(45deg, #f09800 30px, #eb6200); background: -moz- oldlinear-gradient(45deg, #f09800 30px, #eb6200); background: -o-linear-gradient(45deg, #f09800 30px, #eb6200); background: linear-gradient(45deg, #f09800 30px, #eb6200); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
  .in-aboutus-list li a:hover .tp .icon { background-position: 0 -50px; }
  .in-aboutus-list li .bt { font-size: 16px; padding-top: 10px; }
  .font16-lh24 { font-size: 16px; }
  .in-aboutus-card { padding: 30px 0; }
  .aboutus-card { padding-right: 320px; }
  .aboutus-card .word { height: 100%; width: 320px; position: absolute; top: 0; right: 0; padding-top: 95px; padding-right: 18px; }
  .aboutus-card .word .title { font-size: 22px; }
  /* 关于我们 e  */
  /* 认证 s */
  .country-wrap { padding-top: 48px; padding-bottom: 20px; }
  .country-ul li { margin-bottom: 30px; }
  .in-Production { overflow: inherit; }
  .font16-lh30 { font-size: 16px; line-height: 30px; }
  .Produ-wrap { padding-left: 50px; padding-right: 50px; }
  .Produ-swiper ul li:hover .image img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .Produ-swiper ul li .word .title { font-size: 18px; }
  .Produ-prev, .Produ-next { display: block; }
  .Produ-prev:hover, .Produ-next:hover { background-position: 0 -49px; }
  .Produ-prev { left: -20px; }
  .Produ-next { right: -20px; }
  /* 认证 e */
  /* 新闻中心 s */
  .in-news { padding-bottom: 45px; }
  .news-ul li { padding: 30px 0; }
  .news-ul li a:hover .image img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .news-ul li a:hover .word .bt .more { color: #f08000; }
  .news-ul li .image { width: 320px; }
  .news-ul li .word { padding-left: 30px; padding-top: 20px; }
  .news-ul li .word .title { font-size: 20px; margin-bottom: 18px; }
  .news-ul li .word .info { font-size: 16px; }
  .news-ul li .word .bt { padding-top: 30px; font-size: 16px; }
  .news-select dt { width: 57%; float: left; padding-bottom: 0px; }
  .news-select dd { padding-left: 20px; width:43%; float:left; }
  .news-select dt .image { height:320px; position:relative; }
  .news-select dt .image img{ width:auto; height:100%; position:absolute; top:50%;left:50%;-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
  .t-h1 { font-size: 24px; }
  .article-hd .time { font-size: 18px; padding: 22px 0; }
  .left-share { display: block; }
  .article-page { font-size: 16px; width: 780px; margin: 0 auto; padding: 35px 0; min-height: 400px; }
  .article-bt { width: 100%; padding-top: 30px; }
  .left-share { position: absolute; left: 0; top: 35px; }
  .left-share .bdsharebuttonbox a { -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  .left-share .bdsharebuttonbox .bds_fbook, .left-share .bdsharebuttonbox .bds_twi, .left-share .bdsharebuttonbox .bds_linkedin, .left-share .bdsharebuttonbox .bds_google, .left-share .bdsharebuttonbox .bds_wifi { display: block; width: 50px; height: 50px; float: none; margin: 0 0 2px; background-repeat: no-repeat; background-position: 0 0; -o-background-size: cover; background-size: cover; background-color: #e6e6e6; -webkit-border-radius: 0; border-radius: 0; }
  .left-share .bdsharebuttonbox .bds_fbook { background-image: url(../images/share01.png); }
  .left-share .bdsharebuttonbox .bds_fbook:hover { background-image: url(../images/share01s.png); background-color: #eb6100; }
  .left-share .bdsharebuttonbox .bds_twi { background-image: url(../images/share02.png); }
  .left-share .bdsharebuttonbox .bds_twi:hover { background-image: url(../images/share02s.png); background-color: #eb6100; }
  .left-share .bdsharebuttonbox .bds_linkedin { background-image: url(../images/share03.png); }
  .left-share .bdsharebuttonbox .bds_linkedin:hover { background-image: url(../images/share03s.png); background-color: #eb6100; }
  .left-share .bdsharebuttonbox .bds_google { background-image: url(../images/share04.png); }
  .left-share .bdsharebuttonbox .bds_google:hover { background-image: url(../images/share04s.png); background-color: #eb6100; }
  .left-share .bdsharebuttonbox .bds_wifi { background-image: url(../images/share05.png); }
  .left-share .bdsharebuttonbox .bds_wifi:hover { background-image: url(../images/share05s.png); background-color: #eb6100; }
  .jsFixed { position: fixed; top: 135px; left: 40px; }
  .jsFixedEnd { position: absolute; top: auto; bottom: 35px; left: 0px; }
  .newstab-module .prevnext a { font-size: 16px; }
  .newstab-module .prevnext a:hover .to { color: #eb6100; }
  .newstab-module .prevnext a:hover .over { color: #eb6100; }
  .newstab-module .newshome { line-height: 48px; font-size: 16px; }
  .newstab-module .newshome:hover { background-color: #e15f04; }
  /* 新闻中心  e */
  /* 产品中心 s */
  .select-module:hover .title { background-color: #e17b06; }
  .select-module .title { height: 50px; line-height: 50px; cursor: pointer; }
  .select-module .select { cursor: pointer; }
  .product-form .input { height: 50px; line-height: 50px; }
  .product-wrap { padding-top: 50px; padding-bottom: 20px; }
  .product-list li { margin-bottom: 20px; }
  .product-list li a:hover .imgwrap .bg { opacity: 1; }
  .product-list li a:hover .image img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .product-list li .word { padding: 18px 15px; }
  .product-list li .word .title { font-size: 18px; }
  /* 产品中心 e */
  /* 产品详情 s */
  .product-col { font-size: 0; }
  .product-col .col-le { display: inline-block; vertical-align: top; width: 50%; }
  .product-col .col-rh { display: inline-block; vertical-align: top; width: 50%; padding-left: 20px; }
  .product-view { max-width: 100%; padding: 0 30px; }
  .float_layer { position: absolute; width: 150px; height: 150px; background: rgba(0, 0, 0, 0.5); display: none; border: 1px solid #ebebeb; overflow: hidden; cursor: move; top: 0; left: 0; }
  .float_layer span { width: 100%; height: 100%; display: block; overflow: hidden; position: relative; }
  .float_layer span img { position: absolute; max-width: initial; width: initial; height: initial; max-height: initial; top: 0; left: 0; }
  .product-minview { padding: 0 30px; }
  .propost-minimg ul li { width: 116px; }
  .propost-minimg ul li:hover { border-color: #eb6100; }
  .propost-minimg ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
  .propost-prev, .propost-next { position: absolute; display: block; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; width: 30px; height: 30px; }
  .propost-prev:after, .propost-next:after { content: ''; position: absolute; width: 16px; height: 16px; border: 1px solid #dcdcdc; top: 50%; }
  .propost-prev:hover:after, .propost-next:hover:after { border-color: #eb6100; }
  .propost-prev.disabled, .propost-next.disabled { cursor: default; }
  .propost-prev.disabled:after, .propost-next.disabled:after { border-color: #dcdcdc; }
  .propost-prev { left: 0; }
  .propost-prev:after { border-right: none; border-bottom: none; left: 0; -webkit-transform: translateY(-50%) rotate(-45deg); -moz-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); -o-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); margin-left: 4px; }
  .propost-next { right: 0; }
  .propost-next:after { border-left: none; border-bottom: none; right: 0; margin-right: 4px; -webkit-transform: translateY(-50%) rotate(45deg); -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }
  .propost-details { padding-top: 0px; }
  .propost-title { font-size: 28px; }
  .propost-tab { margin: 20px 0 20px; }
  .propost-tab ul li a { font-size: 18px; padding: 0 2px; }
  .propost-tab li:hover a { color: #fff; background-color: #f08000; border-color: #f08000; }
  .propost-item { font-size: 16px; line-height: 30px; }
  /* 产品详情 e */
  /* service s */
  .service-list li { padding-bottom: 30px; }
  .service-list li .num { font-size: 18px; }
  .service-list li .over { padding-left: 20px; }
  .service-list li .over .title { font-size: 24px; }
  .service-list li .over .info { font-size: 18px; }
  .service-word { font-size: 16px; }
  .odm-title { font-size: 18px; }
  .odmwrap { padding-top: 60px; padding-bottom: 30px; }
  .odm-panel { padding-top: 74px; padding-bottom: 54px; width: 870px; margin: 0 auto; }
  .odm-list { padding-top: 0px; }
  .odm-list li { line-height: 48px; margin-bottom: 0px; position: absolute; width: auto; }
  .odm-list li a { padding: 0 30px; width: 230px; }
  .odm-list li a span { font-size: 16px; }
  .odm-list .li1 { top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
  .odm-list .li2 { top: 12.65306%; right: 7.47126%; }
  .odm-list .li3 { right: 0; top: 40%; }
  .odm-list .li4 { top: 67.34694%; right: 2.29885%; }
  .odm-list .li5 { bottom: 0; right: 17.01149%; }
  .odm-list .li6 { bottom: 0; left: 17.01149%; }
  .odm-list .li7 { top: 67.34694%; left: 2.29885%; }
  .odm-list .li8 { left: 0; top: 40%; }
  .odm-list .li9 { top: 12.65306%; left: 7.47126%; }
  .oem-panel .image { float: right; width: 460px; }
  .oem-panel .word { width: auto; overflow: hidden; padding-top: 0px; padding-right: 20px; }
  .oem-panel .word .info { font-size: 16px; }
  .oem-title { font-size: 20px; }
  .propost-item table{ max-width:506px; }
  /* service e */ }

@charset "UTF-8";
@media (min-width: 1260px) { /* 首页  s */
  .index-iconlist { padding-top: 60px; padding-bottom: 40px; }
  .iconlist-ul li p { font-size: 18px; }
  .index-product { padding: 60px 0; }
  .index-product-slide ul li .image { width: 450px; }
  .index-product-slide ul li .word { padding: 0; padding-top: 68px; }
  .index-product-slide ul li .word .title { margin-bottom: 20px; }
  .index-product-slide ul li .word .bt { padding-top: 50px; }
  .index-title-h4 { font-size: 36px; }
  .in-introduction { padding: 80px 0; }
  .intro-wrap .image { width: 480px; padding-left: 40px; padding-bottom: 40px; }
  .intro-wrap .imgbox:before { bottom: -40px; left: -40px; }
  .intro-wrap .word { overflow: hidden; padding: 60px 0 0 90px; }
  .intro-wrap .word .title { margin-bottom: 20px; }
  .intro-wrap .word .subtitle { font-size: 24px; }
  .index-news { padding: 65px 0; }
  /* 首页  e */
  .inside-slide ul li a { padding: 0 36px; }
  /* 发展历程 s */
  .inTop { padding-top: 65px; }
  .inBt { padding-bottom: 80px; }
  .history-left { width: 470px; }
  .history-right { padding-left: 80px; }
  .history-title { font-size: 36px; }
  .history-ul { padding-top: 45px; padding-bottom: 110px; }
  .history-ul li .title { font-size: 24px; }
  .history-ul li .info { font-size: 18px; }
  .history-more { line-height: 48px; }
  /* 发展历程 e */
  /* 关于我们 s  */
  .aboutus-wrap { padding-bottom: 35px; }
  .in-aboutus-list li { padding: 0 40px; }
  .in-aboutus-list li .bt { font-size: 18px; padding-top: 15px; }
  .in-aboutus-card { padding: 40px 0; }
  .aboutus-card { padding-right: 365px; }
  .aboutus-card .word { width: 365px; padding-top: 115px; }
  .aboutus-card .word .title { font-size: 24px; }
  /* 关于我们 e  */
  /* 认证 s */
  .country-ul { margin-left: -75px; margin-right: -75px; }
  .country-ul li { padding-left: 75px; padding-right: 75px; }
  .country-ul li .txt { font-size: 18px; }
  .certificate-ul li { width: 25%; }
  .Produ-swiper ul li .word .title { font-size: 20px; }
  /* 认证 e */
  /* 新闻中心 s */
  .in-news { padding-bottom: 60px; }
  .news-ul li .image { width: 350px; }
  .news-ul li .word .title { margin-bottom: 25px; }
  .news-select dt { width: 55%; }
   .news-select dt .image{ height:auto; }
     .news-select dt .image img { position:static; -webkit-transform: none; -moz-transform: none;-ms-transform: none; -o-transform: none; transform: none; width:100%; }
  .news-select dd { overflow: inherit; padding-left: 30px; width:45%; }
  .article-page { width: 840px; }
  .article-bt { width: 100%; padding-top: 40px; }
  .left-share .bdsharebuttonbox .bds_fbook, .left-share .bdsharebuttonbox .bds_twi, .left-share .bdsharebuttonbox .bds_linkedin, .left-share .bdsharebuttonbox .bds_google, .left-share .bdsharebuttonbox .bds_wifi { width: 70px; height: 70px; float: none; }
  .jsFixed { left: 50%; margin-left: -600px; }
  .jsFixedEnd { margin: 0; left: 0; }
  /* 新闻中心  e */
  /* 产品中心 s */
  .product-wrap { padding-top: 60px; }
  .product-list li { margin-bottom: 30px; }
  .product-list li .word { padding: 26px 15px; }
  .product-list li .word .title { font-size: 20px; }
  /* 产品中心 e */
  /* 产品详情 s */
  .product-col .col-rh { padding-left: 30px; }
  .propost-title { font-size: 32px; }
  .propost-tab { margin: 28px 0 28px; }
  /* 产品详情 e */
  /* server s */
  .odm-title { font-size: 20px; }
  .odmwrap { padding-top: 80px; padding-bottom: 40px; }
  .odm-list li a span { font-size: 18px; }
  .oem-panel .image { width: 512px; }
  .oem-panel .word { padding-right: 55px; }
  /* server s */

  .index-banner-prev{ left:50%;margin-left:-595px; }
  .index-banner-next{ right:50%;margin-right:-595px; }


}

@media (min-width: 1440px) {
    
  .index-banner-prev{ margin-left:-685px; } 
  .index-banner-next{ margin-right:-685px; } 
  
   .module-button-prev { left: -110px; }
  .module-button-next { right: -110px; }
  .index-product-wrap { padding-left: 0px; padding-right: 0px; }
  .Produ-wrap { padding-left: 0px; padding-right: 0px; }
  .Produ-prev { left: -85px; }
  .Produ-next { right: -85px; } }


.hotnews-module { padding: 36px 0; }

.hotnewsTop { position: relative; background-color: #0055a5; overflow: hidden; }

.hotnewsTop ul li { width: 100%; position: relative; width: 100%; overflow: hidden; float: left; -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; height: 100%; position: relative; color: #fff; }

.hotnewsTop ul { width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: -o-transform; -moz-transition-property: transform, -moz-transform; transition-property: transform; transition-property: transform, -webkit-transform, -moz-transform, -o-transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.hotnewslist-dl dt { overflow: hidden; }

.hotnewslist-dl dt img { display: block; width: 100%; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; -ms-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.hotnewslist-dl dd { padding: 25px; }

.hotnewslist-dl dd h4 { font-size: 20px; line-height: 30px; font-weight: bold; }

.hotnewslist-dl dd a { color: #ffffff; }

.hotnewslist-dl dd .hotnewslink { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; font-size: 14px; position: relative; padding-right: 16px; opacity: 0.5; }

.hotnewslist-dl dd .hotnewslink:after { position: absolute; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); top: 8px; right: 0; display: block; content: ""; width: 8px; height: 8px; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; -moz-transform: rotate(-45deg); transform: rotate(-45deg); moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.hotnewstext { margin: 7px 0; }

.hotnewsTop ul li:hover dt img { transform: scale(1.03); -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); }

.hotnews-module .banner-shotnewsbtn { text-align: center; padding-bottom: 20px; }

.hotnews-module .banner-shotnewsbtn span { display: inline-block; width: 11px; height: 11px; background-color: #ffffff; -webkit-border-radius: 100%; border-radius: 100%; margin-right: 5px; opacity: 0.5; cursor: pointer; }

.hotnews-module .banner-shotnewsbtn span.swiper-pagination-bullet-active { opacity: 1; }

@media (min-width: 1024px) { .hotnews-module { padding: 50px 0 58px; }
  .hotnewslist-dl dt { width: 66%; float: left; overflow: hidden; }
  .hotnewslist-dl dd { width: 34%; padding: 25px 15px 0 15px; float: left; }
  .hotnewslist-dl dd h4 { height: 72px; line-height: 36px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 24px; }
  .hotnews-module .banner-shotnewsbtn { width: 32%; right: 0; bottom: 20px; position: absolute; text-align: left; left: auto; padding-bottom: 0; z-index: 99; }
  .hotnewstext { height: 144px; margin-top: 35px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 6; } }

@media (min-width: 1199px) { .hotnewslist-dl dd { padding: 58px 25px 0; }
  .hotnewstext { margin: 15px 0 20px; }
  .hotnewslist-dl dd h4 { height: 72px; -webkit-line-clamp: 2; }
  .hotnews-module .banner-shotnewsbtn { bottom: 33px; } }

.newslistext { background-color: #ffffff; padding: 100px 26px 60px; height: 100%; color: #666666; position: relative; }

.newslistext h4 { font-size: 20px; line-height: 28px; margin-bottom: 38px; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; }

.newslistext h4 a { color: #333333; }

.newslist-module { overflow: hidden; position: relative; background-color: #f2f2f2; padding: 20px 0; }

.newslist-module ul { margin: 0 -12px; padding-bottom: 22px; }

.newslist-module ul li { padding: 12px; }

.newslistcont { overflow: hidden; position: relative; }

.newslisimg { height: 100%; background-color: #0055a5; position: absolute; left: 0; top: 0; }

.nsimg-img { width: 100%; }

.nsimg-img img { display: block; width: 100%; }

.newslisimg h4 { margin: 65px 26px 0; font-size: 20px; line-height: 28px; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; }

.newslisimg a { color: #ffffff; }

.nstext-p { -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; }

.newsdate-time { width: 80px; height: 80px; background-color: #0055a5; color: #ffffff; position: absolute; top: 0; left: 28px; text-align: center; }

.newsdate-time p { font-size: 40px; font-family: Arial; line-height: 50px; }

.back { display: none; }

.remorebtn03 a { display: block; height: 45px !important; background-color: #0055a5; margin: 20px 0 10px !important; text-align: center; line-height: 45px !important; color: #ffffff !important; font-size: 16px !important; }

.remorebtn03 a:hover { color: #ffffff; }

@media (min-width: 768px) { .newslistext { padding: 100px 26px 0; }
  .newslistcont { height: 435px; }
  .nsimg-img { display: block; width: 100%; height: 213px; overflow: hidden; position: relative; }
  .nsimg-img img { display: block; width: 100%; }
  .front, .back { position: absolute; left: 0; top: 0; bottom: 0; right: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -o-background-size: cover; background-size: cover; background-position: center; overflow: hidden; -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; transition: .6s; }
  .back { display: block; position: absolute; top: 0; left: 0; width: 100%; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); z-index: 1; }
  .front { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); z-index: 2; }
  .newslist-module ul li:hover .back { opacity: 1; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); z-index: 2; }
  .newslist-module ul li:hover .front { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg); z-index: 1; } }

@media (min-width: 1024px) { .newslist-module { padding: 44px 0 48px; }
  .newslistext { padding: 113px 26px 0; } }

.pa-wrapper { padding: 15px 0; }

.pagination { text-align: center; white-space: nowrap; }

.pagination > a { display: inline-block; width: 34px; height: 34px; font-size: 14px; color: #888888; line-height: 32px; border: 1px solid #c9c9c9; vertical-align: middle; margin: 0 2px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; -webkit-border-radius: 2px; border-radius: 2px; }

.pagination > a.prev:active:after { border-right-color: #fff; }

.pagination > a.prev:after { content: ''; display: inline-block; vertical-align: middle; border: 6px solid transparent; border-right-color: #888; margin-left: -6px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.pagination > a.next:active:after { border-left-color: #fff; }

.pagination > a.next:after { content: ''; display: inline-block; vertical-align: middle; border: 6px solid transparent; border-left-color: #888; margin-right: -8px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

.pagination a:active, .pagination a.cur { color: #fff; border-color: #0055a5; background-color: #0055a5; }

@media (min-width: 1024px) { .pa-wrapper { padding: 0; }
  .pagination > a { width: 40px; height: 40px; font-size: 16px; line-height: 38px; margin: 0 4px; }
  .pagination > a.prev:hover:after { border-right-color: #fff; }
  .pagination > a.next:hover:after { border-left-color: #fff; }
  .pagination a:hover { color: #fff; border-color: #0055a5; background-color: #0055a5; } }

@charset "UTF-8";
/*----网站地图 start----*/
.sitemapcont2 { padding: 6% 30px; overflow: hidden; background: #fff; margin-top: 25px; }

.sitemapcont2 dl { position: relative; margin-bottom: 36px; }

.sitemapcont2 dl dt { font-size: 16px; font-weight: bold; padding: 0 8px; background: #fff; position: absolute; left: 18px; top: -14px; }

.sitemapcont2 dl dt a { color: #0055a5; }

.sitemapcont2 dl dt a:hover { color: #044d92; }

.sitemapcont2 dl dd { padding: 4% 3% 1% 3%; border: 1px solid #e6e6e6; }

.sitemapcont2 dl dd a { display: inline-block; padding-left: 10px; margin: 0 23px 8px 0; }

.Singlepage { margin-top: 45px; }

.in-maptitle { color: #0055a5; font-size: 18px; padding-top: 25px; font-weight: bold; }

@media (min-width: 767px) { .sitemapcont2 { padding: 5% 30px; }
  .sitemapcont2 dl dt { font-size: 20px; }
  .sitemapcont2 dl dd { padding: 2% 3% 1% 3%; border: 1px solid #e6e6e6; }
  .sitemapcont2 dl dd a { margin: 0 50px 8px 0; }
  .sitemapcont2 dl dd a:hover { color: #044d92; }
  .Singlepage { margin-top: 0px; }
  .in-maptitle { font-size: 24px; padding-top: 55px; } }

@media (min-width: 1024px) { .sitemapcont2 { padding: 3.5% 30px; } }

/*----网站地图 end----*/



.in-aboutus-wrap{ width:100%;margin: 0 auto;max-width:900px; padding:10px 0 15px; }
.in-aboutus-ul{ width:100% ;}
.in-aboutus-ul li { line-height:24px; margin-bottom:10px; }
.in-aboutus-ul li span{ color:#fff; font-size:16px;  }
.in-aboutus-ul li .name{ display:block; }
.in-aboutus-ul li .text{ display:block;overflow:hidden; padding-left:0px;  }
.in-aboutus-ul li span a{ display:block;width:100%;color:#fff;  }

@media (min-width:768px){ 
    .in-aboutus-wrap{ padding:20px 0 15px; }
    .in-aboutus-ul li { line-height:28px;}
    /*.in-aboutus-ul li span{ font-size:18px;  }*/
    .in-aboutus-ul li .name{ display:inline-block; float:left; min-width:122px; }
    .in-aboutus-ul li .text{  padding-left:5px;  }
}

@media (min-width:1024px){ 
    /*.in-aboutus-wrap{ padding:20px 0 15px; }*/
    /*.in-aboutus-ul li { line-height:30px;}*/
    .in-aboutus-ul li span{ font-size:17px;  }
    .in-aboutus-ul li .name{ min-width:145px; }
}


/*20190304 start*/

.calendarleft { border:solid 1px #f37230; padding:15px 30px; height:270px; background:#fff;}

.news-select .datepicker { padding: 20px 10px; border:1px solid #f08000; }

.ui-datepicker-header{ position:relative; padding-bottom:15px;}
.ui-datepicker-title{  font-size:14px; color:#4d4d4d; font-size:16px; font-weight:bold; position:relative;}
.ui-datepicker-year{ padding-left:90px;}
.ui-datepicker-month{  position:absolute;right:105px;top: 0px;}

.ui-datepicker-calendar{ width:100%;}
.ui-datepicker-calendar thead th{ border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
.ui-datepicker-calendar th{ margin:0px; padding:0px;}
.ui-datepicker-calendar th span{ display:inline-block;}
.ui-datepicker-calendar td{ text-align:center; padding-top:5px;}
.ui-datepicker-calendar td a{ display:inline-block; background:#e9e9e9; width:90%; height:34px;  line-height: 34px;}
.ui-datepicker-calendar td.ui-datepicker-week-end.ui-datepicker-today a{ background:#f3702c; color:#fff; font-size:13px;}
.ui-datepicker-calendar td.ui-datepicker-current-day a{ background:#f3702c; color:#fff;}
.ui-datepicker-calendar td.ui-datepicker-current-day a:hover{ color:#fff;}

.ui-datepicker-prev,.ui-datepicker-next{ position:absolute; width:13px; height:25px; top:3px; cursor:pointer; z-index:99;}
.ui-datepicker-prev span{ display:none;}
.ui-datepicker-next span{ display:none;}
.ui-datepicker-prev{ background:url(../images/riliLeft.png) no-repeat; left:35px;}
.ui-datepicker-next{ background:url(../images/riliRight.png) no-repeat; right:35px;}


.evenpickDate{ position:absolute; display:none; left:20px; top:-68px; z-index:99; width:289px;  background-color:#fff; box-shadow: 0 0 15px rgba(0,0,0,0.1);padding:10px 5px;  }
/*.evenCenter{ width:100%; background:url(../images/evenCenter.jpg) repeat-y;}*/
.evenpickDate:after{ content:''; position:absolute; border:10px solid transparent; border-top-color:#fff; left:5px;bottom:-20px; }
.evenCenter{}
.btl-text{ font-size:14px; padding: 0px 20px;}
.btl-text h3{ color:#f3702c;}

.evenTop,.evenCenter,.evenBottom{ float:left;}
.evenTop img,.evenBottom img{ display:block;}
.ui-datepicker-calendar{ position:relative;}

@media (min-width:1024px){
    .news-select .datepicker{ padding:15px; min-height: 312px; }
    .ui-datepicker-calendar td a{ line-height:32px;height:32px;  }

}
@media (min-width:1260px){
    .news-select .datepicker{ padding:20px 40px;min-height: 350px;  }
    .ui-datepicker-calendar td a{ line-height:36px;height:36px;  width:48px; }

}


/*20190304 end*/


/*20190312 end*/
.inside-nav-wrap { width: 100%; }

.inside-nav { width: 100%; overflow: hidden; padding-left: 10px; padding-right: 10px; }

.inside-nav ul li { width: auto; height: auto; }

.inside-nav ul li a { display: block; width: 100%; height: 38px; line-height: 38px; text-align: center; color: #333; font-size: 13px; -webkit-border-radius: 4px; border-radius: 4px; padding-left: 25px; padding-right: 25px;  -moz-transition:all 0.3s;  transition:all 0.3s;  -webkit-transition:all 0.3s; }

.inside-nav ul li a:hover{ background-color:#fb7c00; color:#fff; }

.inside-nav ul li.cur a { background-color: #fb7c00; color:#fff;}
/*20190312 end*/



 @-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }


    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }
}

@-moz-keyframes updown {
        
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }


    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

 }

@-o-keyframes updown { 

    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }


    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

}

@keyframes updown { 

    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }


    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

}

.inside-banner{
    position:relative;
}

.mouseicon {
    position: absolute;
    bottom: 0px;
    z-index: 105;
    display: none;
}
.mouseicon .icon{
    width: 45px;
    height:45px;
    display:block;
    margin:0 auto;
    border-radius:50%;
    background:#fff url(../images/x_arrow.png) center center no-repeat;
    background-size:22px;
}

.mouseicon p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-align: center;
    padding-top:5px;
}


    
@media (min-width: 1024px){

    .mouseicon {
        left:40px;
        display: block;
         -webkit-animation: updown 1s infinite;
        -moz-animation: updown 1s infinite;
        -o-animation: updown 1s infinite;
        animation: updown 1s infinite;
    }
}

@media (min-width: 1260px){
    .mouseicon {
        left: 50%;
        margin-left: -600px;
    }

}


.zoomWindow{
    display:none;
    overflow: hidden;
    position: absolute;
    background-color: white;
    z-index: 690;
    cursor: zoom-out;
    left: 10px;
    box-shadow: 0 2px 10px #d7d7d7;
}
.zoomWindow img{
    position: absolute;
    top:0;
    left:0;
}