﻿@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: 'Hiragino Sans GB', Arial, 'Microsoft YaHei', 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; }
.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; }
.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%; }
hr.style-one {
    margin:10px auto;
    border: 0;
    height: 1px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.showpage {
    display: block;
    text-align: center;
    height: 99px;
    line-height: 99px;
    clear: both;
}
.showpage a,

.showpage b {
    border: 1px solid #cb05bb;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #cb05bb;
}
.showpage a b {
    border: none;
}
.showpage span, .showpage .current{
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  background: #eee; color: #ccc;
}
.index-wrap{position:relative; width:100%;}
.index-wrap p{font-size:16px; color: #fff;}
.tagtitle{margin-top: 20px;}
.tagcss{margin-bottom: 20px;}
.tagcss p{display: inline-block; float: left; padding:0px 10px; margin-right:10px; background: #ffd6fc; color: #333; border-radius: 6px;}
.pclist{display: flex; justify-content: flex-start;   flex-wrap: wrap;}
.pclist dd{width: 50%; display: inline-block;}

@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: 0px auto; max-width: 1200px; padding: 0; } }
/* layout start*/
.title { font-size: 16px; }
.searchcont401 { padding: 0; background-color: #ffffff; }
.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; 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: #cb05bb; text-align: center; font-family: "Microsoft YaHei"; }
.searchinputcont401 dd input:hover { opacity: 0.8; }
.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%; 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; } }
@media (min-width: 1200px) { .commonweb { margin: 0px auto 50px auto; max-width: 1180px; padding-left: 0; padding-right: 0; } }
@charset "UTF-8";
@media (min-width: 1024px) { ::-webkit-scrollbar-track { background-color: #f5f5f5; }
  /*定义滚动条高宽及背景*/
  ::-webkit-scrollbar { width: 5px; }
  /*定义滚动条*/
  ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 10px; border-radius: 10px; } }
body { padding-top: 58px; }
/* 头部  s */
header { position: fixed; top: 0; width: 100%; left: 0; z-index: 199; height: 58px; background-color: #fff; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
header .commonweb { height: 100%; }
.header-left { float: left; padding: 8px 0; }
.logo { display: block;  height: 42px; overflow: hidden; }
.logo img { height: 100%; position: relative; }
nav { position: fixed; top: 58px; width: 100%; bottom: 0; left: 0; right: 0; background-color: #fff; padding-top: 20px; overflow-x: hidden; overflow-y: auto; z-index: 198; display: none; }
nav .firstul { position: relative; }
nav .firstul .firstli { width: 100%; line-height: 40px; padding: 0 10px; border-bottom: 1px solid #ddd; }
nav .firstul .firstli h4 { position: relative; padding: 5px 0; }
nav .firstul .firstli h4 a { font-size: 16px; color: #333; display: block; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
nav .firstul .firstli h4 a:active { color: #0d7ff2; }
nav .firstul .firstli h4 .navicon { position: absolute; top: 0; right: 0; width: 30%; height: 100%; }
nav .firstul .firstli h4 .navicon:after { content: ''; position: absolute; width: 12px; height: 12px; border-top: 1px solid #666; border-left: 1px solid #666; right: 10px; top: 50%; margin-top: -7px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
nav .firstul li.cur h4 .navicon:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
nav .secondul { padding: 0 15px 10px; display: none; }
nav .secondul .secondli h5 { position: relative; }
nav .secondul .secondli h5 a { font-size: 15px; color: #333; display: block; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
nav .secondul .secondli h5 .navicon { position: absolute; top: 0; right: 0; width: 30%; height: 100%; }
nav .secondul .secondli h5 .navicon:after { content: ''; position: absolute; width: 10px; height: 10px; border-top: 1px solid #666; border-left: 1px solid #666; right: 10px; top: 50%; margin-top: -5px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
nav .secondul .secondli.cur h5 .navicon:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
nav .thirdul { padding: 0 15px; display: none; }
nav .thirdul .thirdli a { display: block; font-size: 14px; color: #333; }
.header-right { float: right; line-height: 58px; font-size: 0; height: 100%; }
.langmain { display: inline-block; vertical-align: top; font-size: 16px; padding: 0 10px; height: 100%; text-align: center; }
.langmain:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
.langmain a { display: inline-block; vertical-align: middle; width: 30px; height: 30px; line-height: 30px; color: #b2b2b2; }
.langmain a:hover { color: #666; }
.search-icon { background-image: url(../images/searchicon.png); background-color: #cb05bb; background-position: center center; width: 30px; height: 30px; border-radius: 8px; display: inline-block; vertical-align: middle; }
.activeline { display: none; }
.index-search { height: 100%; display: inline-block; }
.index-search:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }
.index-search .search-box { position: absolute; overflow: hidden; top: 56px; 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: 60px; border: 1px solid #ddd; }
.index-search .search-box .search-btn { position: absolute; width: 60px; top: 30px; right: 15px; z-index: 2; color: #fff; font-family: "微软雅黑"; background-color: #cb05bb; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.index-search .search-box .search-btn:active { background-color: #0067cf; }
.mobnav-btn { display: inline-block; vertical-align: middle; width: 25px; height: 30px; position: relative; margin-left: 12px; }
.mobnav-btn span { position: absolute; width: 100%; height: 2px; background-color: #cb05bb; -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); }
/* 头部 e */
/*banner s*/
.index-banner { width: 100%; overflow: hidden; position: relative; height: 255px; }
.index-banner ul li { overflow: hidden; position: relative; }
.index-banner ul li > a { height: 100%; display: block; width: 100%; }
.index-banner ul li > a > img { display: block; height: 110%; position: relative; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.index-banner ul li.cur .bannerword .title { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
.index-banner ul li.cur .bannerword .info { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
.index-banner ul li.cur .bannerword .bannermmm { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); opacity: 1; }
.index-banner .swiper-pagination { position: absolute; width: 100%; bottom: 15px; left: 0; text-align: center; line-height: 1; font-size: 0; z-index: 99; }
.index-banner .swiper-pagination span { margin: 0 5px; display: inline-block; vertical-align: top; width: 10px; height: 10px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #e6e6e6; cursor: pointer; }
.index-banner .swiper-pagination span.swiper-pagination-bullet-active { background-color: #cb05bb; }
.banner-font { position: absolute; top: 0%; height: 100%; left: 0; width: 100%; cursor: default; }
.banner-font .commonweb { height: 100%; position: relative; }
.bannermore { display: inline-block; vertical-align: top; line-height: 30px; -webkit-border-radius: 40px; border-radius: 40px; font-size: 12px; padding: 0 25px; width: auto; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #fff; cursor: pointer; }
.bannermore:hover { opacity: 0.8; }
.bannerword { position: absolute; width: 100%; top: 26.5%; left: 0; padding: 0 20px; }
.bannerword .title { -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; line-height: 1.4; font-size: 18px; font-weight: bold; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
.bannerword .info { -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; line-height: 1.3; font-size: 14px; margin-top: 5px; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
.bannerword .bannermmm { padding-top: 12px; -webkit-transition: all 1.2s; -o-transition: all 1.2s; -moz-transition: all 1.2s; transition: all 1.2s; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
.bannerword01 .title { color: #fff; }
.bannerword01 .info { color: #fff; }
.bannerword01 .bannermore { color: #fff; background-color: #cb05bb; }
.bannerword02 .title { color: #2e3645; }
.bannerword02 .info { color: #2e3645; }
.bannerword02 .bannermore { background-color: #2e3645; }
.bannerword03 .title { color: #d75151;}
.bannerword03 .info { color: #fff; }
.bannerword03 .bannermore { background-color: #cb05bb; }
.bannerword04 { top: auto; bottom: 14%; text-align: right; }
.bannerword04 .title { color: #fff; text-shadow: 0 0 10px black; }
.bannerword04 .info { color: #fff; text-shadow: 0 0 10px black; }
.bannerword04 .bannermore { background-color: #cb05bb; }
/*banner e*/
/* 首页  */
.index-introduce { width: 100%; padding-top: 25px; padding-bottom: 30px; }
.index-introduce .textwrap { padding-top: 10px; padding-bottom: 30px; text-indent: 2rem;}
.index-introduce .textwrap .text { padding: 0 5px; }
.index-introduce .morewrap { padding-top: 30px; }
.index-introduce .index-lookmore { color: #0d7ff2; border-color: #0d7ff2; }
.index-introduce .index-lookmore:after { background-image: url(../images/jt-blue.png); }
.index-introduce .index-lookmore:before { background-image: url(../images/jtwhite.png); }
.index-introduce .index-lookmore:hover { background-color: #0d7ff2; color: #fff; }
.index-introduce .index-lookmore:hover:before { opacity: 1; }
.index-introduce .index-lookmore:hover:after { opacity: 0; }
.g-index-title { text-align: center; line-height: 1.4; font-size: 18px; }
.lh30-font18 { font-size: 14px; color: #333333; line-height: 24px; }
.icon-introduce { width: 100%; text-align: center; font-size: 0; }
.icon-introduce li { display: inline-block; vertical-align: top; width: 25%; }
.icon-introduce li a { display: block; }
.icon-introduce li .icon { display: block; margin: 0 auto; width: 54px; height: 54px; overflow: hidden; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }
.icon-introduce li .icon img { display: block; width: 100%; }
.icon-introduce li .info { font-size: 14px; color: #333333; font-weight: bold; text-align: center; line-height: 1.7; margin-top: 10px; }
.color-red { color: #cb05bb; }
.morewrap { text-align: center; padding-top: 35px; padding-bottom: 35px;}
.index-lookmore { display: inline-block; vertical-align: top; position: relative; line-height: 32px; border: 1px solid transparent; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; padding: 0 40px 0 15px; }
.index-lookmore:after, .index-lookmore:before { content: ''; position: absolute; width: 20px; height: 12px; background-position: center center; background-repeat: no-repeat; right: 12px; top: 50%; margin-top: -6px; z-index: 2; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.index-lookmore:before { z-index: 3; opacity: 0; }
.index-solut { padding-bottom: 20px; }
.solut-title { padding-top: 8px; padding-bottom: 20px; }
.solut-banner { width: 100%; overflow: hidden; }
.solut-banner ul li { width: 100%; overflow: hidden; }
.solut-banner ul li > a { display: block; width: 100%; overflow: hidden; height: 192px; }
.solut-banner ul li > a img { display: block; height: 100%; position: relative; top: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.i-solutpos { padding: 10px 15px 0; }
.i-solutinfo .i-title { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.i-solutinfo .text { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 72px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.i-solutinfo .morewrap { text-align: left; padding-top: 5px; }
.i-solutinfo .morewrap .index-lookmore { padding-left: 0; }
.i-solutinfo .morewrap .index-lookmore:after { background-image: url(../images/jt-grey.png); }
.i-solutinfo .morewrap .index-lookmore:active { color: #666; }
.solut-pagination { padding-top: 10px; }
.solut-pagination ul { font-size: 0; text-align: center; line-height: normal; }
.solut-pagination ul li { display: inline-block; vertical-align: top; position: relative; padding: 0 3px; }
.solut-pagination ul li a { display: block; }
.solut-pagination ul li:after { content: ''; display: inline-block; width: 6px; height: 6px; background-color: #999; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.solut-pagination ul li.swiper-pagination-bullet-active:after { background-color: #cb05bb; }
@media (min-width: 520px) {

.solut-banner ul li > a { display: block; width: 100%; overflow: hidden; height: auto; }
.solut-banner ul li > a img { display: block; width: 100%; height: auto; } }
.index-news { padding-top: 25px; padding-bottom: 0px; }
.index-news .morewrap .index-lookmore { border-color: #ccc; }
.index-news .morewrap .index-lookmore:after { background-image: url(../images/jt-grey.png); }
.index-news .morewrap .index-lookmore:before { background-image: url(../images/jtwhite.png); }
.index-news .morewrap .index-lookmore:hover { background-color: #cb05bb; color: #fff; border-color: #cb05bb; }
.index-news .morewrap .index-lookmore:hover:after { opacity: 0; }
.index-news .morewrap .index-lookmore:hover:before { opacity: 1; }
.i-newswrap { padding-top: 20px; }
.indexnews-ul { margin-left: -15px; margin-right: -15px; }
.indexnews-ul li {margin-bottom: 15px;}
.indexnews-ul li a {width: 100%;}
.indexnews-ul li .abk{  display: block; box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);}
.indexnews-ul li .image { display: block; width: 100%; overflow: hidden; }
.indexnews-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; }
.i-newsword { padding: 12px 15px 20px; }
.i-newsword .title { font-size: 14px; color: #cb05bb; line-height: 1.2; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.i-newsword .info { line-height: 24px; height: 24px; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: 12px; color: #4c4c4c; margin: 4px 0; }
.i-more .index-lookmore { font-style: normal; padding-left: 0; }
.i-more .index-lookmore:after { background-image: url(../images/jt-grey.png); }
.i-more .index-lookmore:before { background-image: url(../images/jt-blue.png); }
.index-wrap p {font-size: 14px;color: #333;}

/* 首页 e */
/* 底部  s */
.footer{ width: 100%; background-color: #333333; padding: 25px 0; }
.footer a {font-size: 14px; color: #979595; }
.footer a:hover { color: #eee; }
.footer dt{height: 30px; line-height: 30px;}
.footer-left {display: flex; -webkit-display:flex; flex-wrap: wrap;}
.footer-left dl{flex: 0 0 33.333%;flex-direction: row;flex-wrap: wrap;}
.copy-right { color: #979595; font-size: 12px; line-height: 1.4; }
.copy-right a { color: #979595; }
.copy-right a:hover { color: #eee; }
.footer-copyrigh{color: #979595; margin:10px auto; text-align: center;  max-width: 1180px; padding-left: 0;}
.footer-copyrigh a{color: #979595; }
.weixin{color: #979595; text-align: center;}
.weixin p{height: 30px; line-height: 30px; padding: 10px auto;}
.weixin img{max-width: 120px;}
/* 底部  s */
/* 产品   */
@keyframes myfirst{
  from {transform: translateY(50px); opacity: 0;}
  to {transform: translateY(0px);opacity: 1;}
}

@-webkit-keyframes myfirst{
  from {transform: translateY(50px); opacity: 0;}
  to {transform: translateY(0px);opacity: 1;}
}

.inside-banner { width: 100%; overflow: hidden; position: relative;}
.inside-banner .image { width: 100%; overflow: hidden; height: 176px; z-index: 2 }
.inside-banner .inside-txt{
  width:100%;
  text-align: center;
  font-size:40px;
  top:40%;
  color: #fff;
  position: absolute;
  z-index:3;
  animation: myfirst 1s;
  -moz-animation: myfirst 1s; 
  -webkit-animation: myfirst 1s; 
  -o-animation: myfirst 1s;

}
.inside-banner .image img { display: block; position: relative; height: 100%; top: 0; left: 50%; -webkit-transform: translateX(-70%); -moz-transform: translateX(-70%); -ms-transform: translateX(-70%); -o-transform: translateX(-70%); transform: translateX(-70%); }

@media (min-width: 520px) { .inside-banner .image { height: 220px; }
  .inside-banner .image img { -webkit-transform: translateX(-64%); -moz-transform: translateX(-64%); -ms-transform: translateX(-64%); -o-transform: translateX(-64%); transform: translateX(-64%); } }
.inside-page { padding-top: 25px; padding-bottom: 25px; }
.in-accordion { display: none; width: 100%; }
.in-accordion .inli { width: 100%; }
.in-accordion .inli .title { width: 100%; position: relative; line-height: 30px; font-size: 16px; }
.in-accordion .inli .title a { color: #999999; display: inline-block; vertical-align: middle; }
.in-accordion .inli.cur .title a { color: #000000; font-weight: bold; }
.in-accordion .inli.cur .title .in-icon:before { display: none; }
.in-accordion .inli.cur .title .in-icon:after { background-color: #000; }
.in-accordion .in-icon { display: inline-block; vertical-align: middle; height: 100%; position: relative; width: 20px; height: 20px; }
.in-accordion .in-icon:after { content: ''; position: absolute; width: 8px; height: 2px; background-color: #999999; 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-accordion .in-icon:before { content: ''; position: absolute; width: 2px; height: 8px; background-color: #999999; 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-secondul { padding: 0 18px; display: none; }
.in-secondul .in-secondli { width: 100%; }
.in-secondul .in-secondli .sec-title { width: 100%; position: relative; font-size: 14px; line-height: 24px; padding: 6px 0; }
.in-secondul .in-secondli .sec-title a { color: #999999; display: inline-block; vertical-align: middle; }
.in-secondul .in-secondli.cur .sec-title a { color: #000000; font-weight: bold; }
.in-secondul .in-secondli.cur .sec-title .in-icon:before { display: none; }
.in-secondul .in-secondli.cur .sec-title .in-icon:after { background-color: #000; }
.in-secondul .in-icon:after { width: 8px; height: 1px; }
.in-secondul .in-icon:before { width: 1px; height: 8px; }
.in-third { padding: 0 0 0 20px; display: none; }
.in-third li { width: 100%; line-height: 24px; padding: 2px 0; }
.in-third li a { display: block; color: #999999; font-size: 14px; }
.in-third li a:hover { color: #000; }
.in-third li.cur a { color: #000000; font-weight: bold; }
.in-protitle { line-height: 1.4; color: #333333; font-size: 16px; font-weight: bold; }
.product-wrap { padding-top: 22px; width: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; overflow: hidden; }

.product-ul { margin-left: -10px; margin-right: -10px; }
.product-ul li { padding-left: 12px; padding-right: 12px; margin-bottom: 20px; }
.product-ul li a { display: block; width: 100%; overflow: hidden; }
.product-ul .imawrap { width: 100%; overflow: hidden; position: relative; }
.product-ul .imawrap .image img { display: block; width: 100%; }

.viewproduct-ul { margin-left: -10px; margin-right: -10px; }
.viewproduct-ul li { padding-left: 12px; padding-right: 12px; margin-bottom: 20px; }
.viewproduct-ul li a { display: block; width: 100%; overflow: hidden; }
.viewproduct-ul .imawrap { width: 100%; overflow: hidden; position: relative; }
.viewproduct-ul .imawrap .image img { display: block; width: 100%; }


.p-maskwrap { width: 100%; padding-top: 14px; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; }
.p-maskwrap .mask { width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }
.p-maskwrap .title { font-size: 14px; color: #aaa; font-weight: bold; width: 100%; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; line-height: 1.3; margin-bottom: 6px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.p-maskwrap .info { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; line-height: 24px; height: 96px; color: #4c5966; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.addwrap { display: none; }
.product-details { width: 100%; overflow: hidden; }
.proline {padding: 12px 0; line-height: 26px; font-size: 14px; }
.proline .proh4 { width: 100%; position: relative; font-size: 16px; color: #333; line-height: 1.6; position: relative; margin-bottom: 6px; padding: 0 15px; }
.proline .proh4:before { content: ''; position: absolute; width: 2px; height: 14px; background-color: #cb05bb; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.proline .protable { width: 100%; }
.proline .protext img{max-width: 100%}
.proline .procell-title { color: #333333; font-weight: bold; }
.proline .procell-ul li { white-space: nowrap; }
.proline .procell-ul li span { display: inline-block; vertical-align: top; }
.proline .procell-ul li .name { min-width: 182px; }
.proline .procell-ulmain { margin-bottom: 10px; padding: 0 15px; }
.proline:last-child { border-bottom: none; }

.in-page-title { color: #cb05bb; font-size: 20px; font-weight: bold; line-height: 1.4; }
.in-page-info{ color: #999; line-height:1.6; margin-top: 10px; }
@media (min-width: 1024px) { .in-page-title { font-size: 24px; } }
@media (min-width: 1260px) { .in-page-title { font-size: 24px; } }
.jinliwrap { width: 100%; overflow: hidden; }
.jinli-ul { margin-left: -5px; margin-right: -5px; }
.jinli-ul li { padding-left: 5px; padding-right: 5px; margin-top: 25px; }
.jinli-ul li a { display: block; }
.jinli-ul li .title { color: #4c4c4c; font-size: 16px; font-weight: bold; line-height: 1.6; padding-bottom: 6px; }
.jinli-ul li .imgwrap { width: 100%; overflow: hidden; position: relative; }
.jinli-ul li .imgwrap img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }
.jjimgbg { position: absolute; top: 0; right: 0; width: 100%; height: 100%; text-align: center; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; background-color: rgba(197, 17, 46, 0.8); opacity: 0; visibility: hidden; }
.jjimgbg span { position: absolute; width: 100%; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #ffffff; font-size: 28px; padding: 0 10px; }

.proHonor { width: 100%; min-height: 360px; }
.proHonor .text { color: #333333; font-size: 14px; line-height: 1.7; }
.proHonor img { max-width: 100%; }
.proHonor .wordimg { font-size: 0; text-align: center; padding-top: 15px; }
.honorblock { margin-bottom: 20px; display: inline-block; vertical-align: top; }
.honorblock img { display: inline-block; }
.honorblock .info { padding-top: 12px; line-height: 1.4; color: #333333; font-size: 14px; }
/* 产品荣誉 */
/* 人才招聘  s */
.in-recruitment { width: 100%; }
.in-recruititle { color: #cb05bb; font-size: 18px; font-weight: bold; line-height: 1.5; }
.in-recruittext { padding-top: 12px; }
.reSearch-wrap { padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #e8e8e8; }
.recruitwrap { background-color: #f2f2f2; }
.recruitmain { width: 100%; max-width: 625px; margin: 0 auto; padding: 15px; position: relative; }
.recruitmain .lebel { display: block; width: 100%; text-align: center; color: #333333; font-size: 15px; font-weight: bold; }
.recruitmain .formbox { padding-top: 10px; }
.recruitmain .formbox input { display: block; width: 100%; line-height: 40px; font-size: 14px; }
.recruitmain .formbox .recruit-input { text-indent: 10px; color: #333; border: 1px solid #cccccc; }
.recruitmain .formbox .recruit-submit { color: #fff; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; background-color: #666; color: #fff; margin-top: 10px; }
.recruitmain .formbox .recruit-submit:hover { background-color: #545252; }
.recruitment { padding-top: 20px; padding-bottom: 0px; }
.recruitmore { display: block; text-align: center; font-size: 14px; background-color: #cb05bb; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; line-height: 38px; color: #fff; }
.recruitmore:hover { background-color: #0067cf; }
/* 人才招聘 e */
/*质量体系 s*/
.quality { width: 100%; overflow: hidden; }
.qualititle { color: #cb05bb; font-size: 18px; font-weight: bold; line-height: 1.5; }
.qualitext { padding-top: 10px; }
.qualiimg-wrap { padding: 20px 0; }
.qualiimg { font-size: 0; }
.qualiimg li { display: inline-block; vertical-align: middle; padding: 0 10px; margin-bottom: 10px; width: 33.33%; max-width: 180px; }
.qualiimg li img { display: inline-block; max-width: 100%; }
.quality-main { padding-top: 20px; }
.quality-ul { margin-left: -15px; margin-right: -15px; }
.quality-ul li { padding-left: 15px; padding-right: 15px; margin-bottom: 10px; }
.quality-ul li a { display: block; }
.quality-ul li .imgwrap { width: 100%; overflow: hidden; }
.quality-ul li .imgwrap img { display: block; width: 100%; }
.quality-ul li .imgwrap .tips { text-align: center; line-height: 40px; }
/*质量体系 e*/
/*行业解决方案 s*/
.solutwrap { width: 100%; overflow: hidden; padding-bottom: 15px; }
.solut-ul { margin-left: -5px; margin-right: -5px; }
.solut-ul li { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
.solut-ul li a { display: block; width: 100%; background-color: #f5f5f5; }
.solut-ul li .infowrap { padding: 10px 10px 14px; font-size: 0; }
.solut-ul li .image { display: block; width: 100%; overflow: hidden; }
.solut-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; }
.solut-ul li .title { color: #333333; font-size: 15px; line-height: 1.4; font-weight: bold; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.solut-ul li .info { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; width: 100%; -o-text-overflow: ellipsis; text-overflow: ellipsis; line-height: 24px; font-size: 13px; color: #4f4f4f; height: 48px; margin: 8px 0; }
.solut-ul li .more { display: inline-block; vertical-align: bottom; font-style: normal; color: #4f4f4f; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; line-height: 22px; position: relative; font-size: 13px; padding-right: 20px; }
.solut-ul li .more:after, .solut-ul li .more:before { content: ''; position: absolute; width: 14px; height: 14px; -o-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; top: 50%; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
/* .solut-ul li .more:after { background-image: url(../images/jright.png); opacity: 1; }
.solut-ul li .more:before { background-image: url(../images/jright02.png); opacity: 0; } */
.solut-article img { max-width: 100%; }
.solut-arthead { text-align: center; }
.solut-artmain { padding: 15px 0; }
.solut-artmain .text { color: #666; }
.solut-dots li { width: 100%; position: relative; padding: 0 18px; }
.solut-dots li:before { content: ''; width: 5px; height: 5px; background-color: #333333; position: absolute; left: 0; -webkit-border-radius: 50%; border-radius: 50%; top: 10px; }
.solut-artfoot { text-align: right; }
.artres { display: inline-block; vertical-align: top; line-height: 40px; text-align: center; color: #fff; font-size: 14px; padding: 0 30px; background-color: #0d7ff2; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.artres:hover { background-color: #0067cf; }
.hj-good { padding-top: 24px; }

.statement { min-height: 400px; }
.statement h3 { text-align: center; }
.statement .text { padding-top: 20px; }
.in-contact { width: 100%; }
.in-contact .item { width: 100%; position: relative; }
.in-contact .item:first-child { padding-bottom: 40px; }
.contact-ul { padding: 20px 0; }
.contact-ul li { width: 100%; margin-bottom: 10px; position: relative; }
.contact-ul li:after { content: ''; display: block; clear: both; visibility: hidden; height: 0; }
.contact-ul li .icon { width: 34px; height: 34px; overflow: hidden; float: left; }
.contact-ul li .icon img { display: block; width: 100%; height: 100%; }
.contact-ul li .info { width: 100%; padding-left: 45px; min-height: 34px; font-size: 0; }
.contact-ul li .info > * { display: inline-block; vertical-align: middle; width: 100%; font-size: 14px; line-height: 24px; color: #333333; }
.contact-ul li .info > * a { color: #333; }
.baidumap { height: 320px; }
.contact-ul01 li.li02 .info { line-height: 34px; }
.contact-ul01 li.li03 .info { line-height: 34px; }
.contact-ul02 li.li01 .info { line-height: 34px; }
.contact-ul02 li.li02 .info { line-height: 34px; }
.contact-ul02 li.li03 .info { line-height: 34px; }
.contact-ul02 li.li05 .info { line-height: 34px; }

.floatright{float: right;}
.label-wrap{margin: 10px 0px 10px 0px;}
.label-wrap a{margin-left: 0.5rem;}
.label-wrap span{background: #aaa; padding: 3px 5px; border-radius: 2px; color: #fff}
.label-wrap span:hover{background: #cb05bb; padding: 3px 5px; border-radius: 2px; color: #fff}

.increment { width: 100%; }
.increment-ul > li { width: 100%; position: relative; margin-bottom: 30px; }
.increment-ul > li .le .icon { display: block; width: 100%; height: 65px; position: relative; background-color: #f5f5f5; margin: 0 auto; }
.increment-ul > li .le .icon img { 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%); max-width: 100%; height: 60.5%; }
.increment-ul > li .rh { padding-top: 8px; }
.suolve { width: 100%; }
.suolve .text { display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; width: 100%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; max-height: 120px; }
.incre { width: 100%; }
.incre h3 { padding-bottom: 5px; }
.incretext { width: 100%; overflow: hidden; }
.showalltext .uu li { width: 100%; position: relative; overflow: hidden; padding-left: 12px; }
.showalltext .uu li:before { content: ''; position: absolute; width: 5px; height: 5px; background-color: #666; -webkit-border-radius: 50%; border-radius: 50%; top: 10px; left: 0; }
.increbtn { padding-top: 10px; font-size: 0; }
.increbtn .btns { vertical-align: top; font-size: 14px; color: #0d7ff2; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: relative; display: none; padding-right: 15px; }
.increbtn .btns:after { content: ''; position: absolute; left:80%; right: 0; top: 0; width: 16px; height: 16px; top: 50%; margin-top: -8px; background: url(../images/insmore.png) no-repeat scroll 0 0; -o-background-size: cover; background-size: cover; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; }
.increbtn .more { display: inline-block; }
.showalltext { display: none; min-height: 200px; }
.showalltext ul{list-style: circle;}
.showalltext ul li{list-style: circle;text-indent:1rem;}
.showalltext ul li a{color: #999; font-size: 16px; }
.showalltext ul li a:hover{color: #000; font-size: 16px; text-decoration: underline; }

.in-newscenter { min-height: 420px; width: 100%; overflow: hidden; }
.newscenter-ul { margin-left: -12px; margin-right: -12px; }
.newscenter-ul li { padding-left: 12px; padding-bottom: 12px; margin-bottom: 14px; }
.newscenter-ul li a { display: block; width: 100%; }
.newscenter-ul li .title { color: #333; font-size: 16px; font-weight: bold; line-height: 1.5; padding-bottom: 8px; width: 100%; }
.newscenter-ul li .image { width: 100%; overflow: hidden; }
.newscenter-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; }

.accordtitle { display: none; }
@media (max-width: 1023px) { .accordionwrap { width: 100%; position: relative; z-index: 122; padding-bottom: 25px; }
  .accordtitle { text-align: center; background-color: #cb05bb; line-height: 42px; color: #fff; font-size: 16px; font-weight: bold; display: block; }
  .accordtitle:after { content: ''; display: inline-block; vertical-align: middle; width: 12px; height: 12px; border: 1px solid #fff; border-top: none; border-right: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -10px; margin-left: 10px; }
  .in-accordion { display: none; position: absolute; background-color: #fff; left: 0; top: 42px; max-height: 320px; overflow-x: hidden; overflow-y: scroll; border: 1px solid #ddd; border-top: none; padding: 15px; }
  .in-accordion .inli .title { padding: 5px 0; } 
  .inside-banner .inside-txt{
  width:100%;
  text-align: center;
  font-size:20px;
  top:40%;
  color: #fff;
  position: absolute;
  z-index:3;
  animation: myfirst 1s;
  -moz-animation: myfirst 1s; 
  -webkit-animation: myfirst 1s; 
  -o-animation: myfirst 1s;
}
}
@charset "UTF-8";
@media (min-width: 768px) { /*banner*/
  .index-banner { height: auto; }
  .index-banner ul li > a > img { height: auto; top: 0; width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; left: 0; }
  .bannerword .title { font-size: 22px; }
  .bannerword .info { font-size: 18px; margin-top: 5px; }
  .bannerword .bannermmm { padding-top: 20px; }
  /*banner*/
  /* 首页  s*/
  .g-index-title { font-size: 22px; }
  .icon-introduce li { max-width: 242px; }
  .icon-introduce li .icon { width: 78px; height: 78px; }
  /* 首页  e*/
  .inside-banner .image { height: auto; }
  .inside-banner .image img { width: 100%; left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .proline .protable { font-size: 0; }
  .proline .procell-ulmain { font-size: 14px; display: inline-block; vertical-align: top; width: 50%; margin-bottom: 0px; }
  /* 产品荣誉 */
  .proHonor .text { font-size: 16px; }
  .honorblock { padding: 0 15px; }
  .honorblock .info { font-size: 16px; }
  /* 产品荣誉 */
  .recruitwrap { padding: 22px 0; }
  .recruitmain { padding: 0; }
  .recruitmain .lebel { position: absolute; top: 0; left: 0; width: 100px; line-height: 44px; font-weight: normal; font-size: 16px; text-align: left; }
  .recruitmain .formbox { padding-top: 0px; padding-left: 100px; position: relative; }
  .recruitmain .formbox input { font-size: 16px; }
  .recruitmain .formbox .recruit-input { padding-right: 150px; }
  .recruitmain .formbox .recruit-submit { margin-top: 0px; position: absolute; top: 0; right: 0; width: 146px; margin-top: 1px; text-align: left; padding-left: 48px; background-image: url(../images/bruit01.png); background-repeat: no-repeat; background-position: 16px center; } }
@charset "UTF-8";
@media (min-width: 1024px) { /*banner s*/
  .index-banner .swiper-pagination { bottom: 4.5%; }
  .index-banner .swiper-pagination span { width: 14px; height: 14px; }
  .bannermore { line-height: 40px; font-size: 16px; padding: 0 36px; }
  .bannerword { padding: 0 40px; }
  .bannerword .title { font-weight: normal; }
  .bannerword .info { margin-top: 12px; }
  .bannerword .bannermmm { padding-top: 30px; }
  .bannerword01 .title { font-size: 36px; }
  .bannerword01 .info { font-size: 28px; }
  .bannerword02 .title { font-size: 32px; }
  .bannerword02 .info { font-size: 22px; }
  .bannerword03 .title { font-size: 32px; }
  .bannerword03 .info { font-size: 22px; }
  .bannerword04 { top: auto; bottom: 14%; text-align: right; }
  .bannerword04 .title { font-size: 32px; }
  .bannerword04 .info { font-size: 22px; margin-top: 8px; }
  /*banner e*/
  body { padding-top: 84px; }
  /* 头部  s */
  header { padding-top:10px; height: 84px; }
  header .commonweb { position: relative; }
  @-webkit-keyframes scrolldown { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%);
      opacity: 0; }
    100% { -webkit-transform: translateY(0%); transform: translateY(0%);
      opacity: 1; } }
  @-moz-keyframes scrolldown { 0% { -moz-transform: translateY(-100%); transform: translateY(-100%);
      opacity: 0; }
    100% { -moz-transform: translateY(0%); transform: translateY(0%);
      opacity: 1; } }
  @-o-keyframes scrolldown { 0% { -o-transform: translateY(-100%); transform: translateY(-100%);
      opacity: 0; }
    100% { -o-transform: translateY(0%); transform: translateY(0%);
      opacity: 1; } }
  @keyframes scrolldown { 0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%);
      opacity: 0; }
    100% { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%);
      opacity: 1; } }
  header.scroll { -webkit-animation: scrolldown 0.6s 1; -moz-animation: scrolldown 0.6s 1; -o-animation: scrolldown 0.6s 1; animation: scrolldown 0.6s 1; }
  .header-left { float: none; padding: 0; width: 100%; padding-right: 120px; }
  .logo { height:60px; float: left; }
  nav { position: static; width: auto; background-color: transparent; padding-top: 0px; display: block; float: right; overflow: inherit; }
  nav .firstul .firstli { width: auto; line-height: normal; padding: 0px; border-bottom: none; min-width: 90px; text-align: center; float: left; position: relative; }
  nav .firstul .firstli[rel="3"] .secondul { width:190%; }
  nav .firstul .firstli:hover h4 a { color: #cb05bb; }
  nav .firstul .firstli:hover ul.secondul { visibility: visible; opacity: 1; }
  nav .firstul .firstli h4 { position: relative; padding: 0; line-height: 30px; }
  nav .firstul .firstli h4 a { padding: 19px 0; }
  nav .firstul .firstli h4 .navicon { display: none; }
  nav .firstul .firstli.pccur h4 a { color: #0d7ff2; }
  nav .secondul { padding: 0; display: block; position: absolute; background-color: rgba(255, 255, 255, 0.9); left: 50%; width: 150%; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); padding-bottom: 5px; -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; opacity: 0; visibility: hidden; }
  nav .secondul .secondli { line-height: 40px; position: relative; }
  nav .secondul .secondli:hover h5 a { color: #cb05bb; }
  nav .secondul .secondli:hover h5 .navicon:after { border-color: #0d7ff2; }
  nav .secondul .secondli:hover > a { color: #0d7ff2; }
  nav .secondul .secondli:hover ul.thirdul { opacity: 1; visibility: visible; }
  nav .secondul .secondli h5 { text-align: center; }
  nav .secondul .secondli h5 a { font-size: 15px; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
  nav .secondul .secondli h5 .navicon { width: 17%; }
  nav .secondul .secondli h5 .navicon:after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
  nav .thirdul { padding: 0px; display: block; position: absolute; background-color: rgba(255, 255, 255, 0.9); left: 100%; min-width: 172px; top: 0; -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1); padding-bottom: 5px; -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; opacity: 0; visibility: hidden; }
  nav .thirdul .thirdli:hover a { color: #0d7ff2; }
  nav .thirdul .thirdli a { -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  .header-right { float: none; position: absolute; top: 0; right: 40px; line-height: 68px; width: 120px; white-space: nowrap; }
  .langmain { font-size: 0px; padding: 0 11px 0 13px; height: 100%; text-align: center; }
  .langmain a { font-size: 18px; }
  .langmain .langEn { margin-right: 5px; }
  .index-search .search-box { top: 68px; width: 300px; left: auto; right: 0; padding: 15px 10px; border-bottom: none; -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1); display: none; }
  .index-search .search-box .search-txt { width: 100%; text-indent: 10px; padding-right: 60px; border: 1px solid #ddd; }
  .index-search .search-box .search-btn { right: 10px; top: 15px; }
  .index-search .search-box .search-btn:hover { background-color: #cb05bb; }
  .mobnav-btn { display: none; }
  .activeline { position: absolute; width: 90px; height: 8px; background: url(../images/activeline.png) no-repeat scroll 0 0; -o-background-size: cover; background-size: cover; left: 0; bottom: 0; display: block; }
  /* 头部 e */
  /* 首页  */
  .index-introduce { padding-top: 60px; padding-bottom: 65px; }
  .index-introduce .textwrap { padding-top: 30px; padding-bottom: 50px; }
  .index-introduce .textwrap .text { padding: 0 60px; }
  .g-index-title { font-size: 30px; }
  .lh30-font18 { font-size: 16px; line-height: 30px; }
  .icon-introduce li:hover .icon { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
  .icon-introduce li .icon { width: 86px; height: 86px; }
  .icon-introduce li .info { font-size: 16px; }
  .index-lookmore { font-size: 14px; padding: 0 50px 0 20px; }
  .index-lookmore:after, .index-lookmore:before { right: 20px; }
  .solut-title { padding-bottom: 30px; }
  .i-solutpos { padding: 15px 25px 0; }
  .i-solutinfo .i-title { font-size: 20px; margin-bottom: 10px; }
  .i-solutinfo .text { height:180px; }
  .solut-pagination { padding-top: 15px; }
  .solut-pagination ul li { padding: 0 5px; cursor: pointer; }
  .solut-pagination ul li:after { width: 13px; height: 13px; }
  .index-news { padding-top: 45px; padding-bottom: 50px; }
  .i-newswrap { padding-top: 40px; }
  .indexnews-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); }
  .indexnews-ul li a:hover .i-more .index-lookmore { color: #cb05bb; }
  .indexnews-ul li a:hover .i-more .index-lookmore:after { opacity: 0; }
  .indexnews-ul li a:hover .i-more .index-lookmore:before { opacity: 1; }
  .i-newsword { padding: 16px 10px 0px; }
  .i-newsword .title { font-size: 20px; }
  .i-newsword .info { font-size: 16px; margin: 8px 0; }
  /* 首页 e */
  /* 底部  s */
  footer { padding: 30px 0;}
  .footer-nav { text-align: center; }
  .copy-right { text-align: center; font-size: 14px; }
  /* 底部  s */
  /* 产品   */
  .inside-page { padding-top: 50px; padding-bottom: 50px; }
  .page-left { float: left; width: 174px; }
  .in-accordion { display: block; }
  .page-right { padding-top: 0px; overflow: hidden; padding-left: 30px;}
  .in-accordion .inli:hover .title a { color: #000; }
  .in-secondul .in-secondli .sec-title { font-size: 16px; white-space: nowrap; }
  .in-secondul .in-secondli:hover .sec-title a { color: #000; }
  .in-third li { padding: 6px 0; }
  .in-third li a { font-size: 16px; }
  /*   .in-protitle { font-size: 20px; } */
   .in-protitle { font-size: 17px; } 
  .product-wrap { padding-top: 36px; }
  .product-ul li { margin-bottom: 24px; }
  .product-ul li a { position: relative;box-shadow: 0 0 10px #eee;}

  .product-ul li a:hover .imawrap .image { top: 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%); }
  .product-ul li a:hover .p-maskwrap { background-color: rgba(203, 5, 187, 0.8); }
  .product-ul li a:hover .p-maskwrap .mask { max-height: 100%; }
  .product-ul li a:hover .p-maskwrap .title { color: #fff; }
  .product-ul li a:hover .p-maskwrap .info { color: #fff; }

  .product-ul div a:hover .p-maskwrap { background-color: rgba(203, 5, 187, 0.5); }
  .product-ul div a:hover .p-maskwrap .mask { max-height: 100%; }
  .product-ul div a:hover .p-maskwrap .title { color: #fff; }
  .product-ul div a:hover .p-maskwrap .info { color: #fff; }

  .product-ul .imawrap { height: 240px; }
  .product-ul .imawrap .image { width: 110px; top: 0; -webkit-transform: translate(-50%, 20px); -moz-transform: translate(-50%, 20px); -ms-transform: translate(-50%, 20px); -o-transform: translate(-50%, 20px); transform: translate(-50%, 20px); }
  
  .viewproduct-ul li { margin-bottom: 24px; }
  .viewproduct-ul li a { position: relative;box-shadow: 0 0 10px #eee;}
  .viewproduct-ul li a:hover .p-maskwrap { background-color: rgba(203, 5, 187, 0.8); }
  .viewproduct-ul li a:hover .p-maskwrap .mask { max-height: 100%; }
  .viewproduct-ul li a:hover .p-maskwrap .title { color: #fff; }
  .viewproduct-ul li a:hover .p-maskwrap .info { color: #fff; }
  .viewproduct-ul .imawrap { }
  .viewproduct-ul .imawrap .image { width: 110px;}

  .p-maskwrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; padding: 30px 20px 15px; background-color: rgba(197, 17, 46, 0); }
  .p-maskwrap .mask { position: absolute; bottom:0px; width: 100%; right: 0; padding: 0 20px; overflow: hidden; max-height: 80px; }
  .p-maskwrap .title { font-size: 20px; }
  .p-maskwrap .info { line-height: 26px; height: 184px; font-size: 16px; }
  .addwrap { display: block; text-align: center; padding: 12px 0; }
  .addwrap .p-addicon { display: inline-block; vertical-align: top; width: 30px; height: 30px; background: url(../images/addicon.png) no-repeat scroll 0 0; -o-background-size: cover; background-size: cover; }
  .proline {line-height: 32px; font-size: 16px; }
  .proline .proh4 { font-size: 20px; margin-bottom: 12px; padding: 0 30px; }
  .proline .proh4 { font-size: 18px; }
  .proline .proh4:before { width: 4px; height: 24px; }
  .proline .proimg{float: left; width: 31%;}
  .proline .proinfo{float: left; margin-left: 2%; font-size: 14px; line-height: 30px;  width: 67%;}
  .protips{ margin:10px; font-size: 14px; line-height: 22px; }
  .proline .procell-ul li .name { min-width: 254px; }
  .proline .procell-ulmain { padding: 0 30px; font-size: 16px; }
  /* 产品   */

  /* 公司*/
  .jinli-ul { margin-left: -12px; margin-right: -12px; }
  .jinli-ul li { padding-left: 12px; padding-right: 12px; }
  .jinli-ul li a:hover .imgwrap 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); }
  .jinli-ul li a:hover .jjimgbg { opacity: 1; visibility: visible; }
/*.jinli-ul li .title { font-size: 20px; padding-bottom: 12px; }*/
  .jinli-ul li .title { padding-bottom: 12px; }

  .proHonor .text { font-size: 18px; }
  .proHonor .wordimg { padding-top: 30px; }
  .honorblock { padding: 0 30px; }
  .honorblock .info { font-size: 18px; }

  .in-recruititle { font-size: 22px; }
  .in-recruittext { padding-top: 20px; }
  .reSearch-wrap { padding-top: 20px; padding-bottom: 25px; }
  .recruitmain .lebel { font-size: 18px; }
  .recruitmain .formbox .recruit-submit { font-size: 18px; }
  .recruitment { padding-top: 25px; padding-bottom: 20px; }
  .recruitmore { font-size: 16px; line-height: 44px; }

  .qualititle { font-size: 22px; }
  .qualitext { padding-top: 20px; }
  .qualiimg-wrap { padding: 36px 0 22px; }
  .qualiimg { font-size: 0; padding: 0 5px; }
  .qualiimg li { padding: 0 15px; margin-bottom: 15px; }
  .quality-main { padding-top: 35px; }
  .quality-ul li { margin-bottom: 30px; }
  .quality-ul li a { cursor: default; }
  .quality-ul li .imgwrap { position: relative; }
  .quality-ul li .imgwrap .tips { position: absolute; bottom: 0; width: 100%; left: 0; color: #fff; background-color: rgba(0, 0, 0, 0.6); font-size: 16px; line-height: 48px; }

  .solutwrap { padding-bottom: 25px; }
  .solut-ul { margin-left: -12px; margin-right: -12px; }
  .solut-ul li { padding-left: 12px; padding-right: 12px; margin-bottom: 24px; }
  .solut-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); }
  .solut-ul li a:hover .more { color: #0d7ff2; }
  .solut-ul li a:hover .more:after { opacity: 0; }
  .solut-ul li a:hover .more:before { opacity: 1; }
  .solut-ul li .infowrap { padding: 12px 20px 20px; }
  .solut-ul li .title { font-size: 20px; }
  .solut-ul li .info { line-height: 26px; font-size: 16px; height:78px; margin: 12px 0; }
  .solut-ul li .more { font-size: 16px; padding-right: 25px; }
  .solut-ul li .more:after, .solut-ul li .more:before { width: 18px; height: 18px; }
  .solut-artmain { padding: 34px 0; }
  .artres { font-size: 16px; padding: 0 38px; }

  .statement .text { padding-top: 30px; }
  .in-contact .item .tt { width: 50%; }
  .in-contact .item .mm { width: 50%; }
  .in-contact .item:first-child { padding-bottom: 70px; }
  .in-contact .item:nth-child(odd) .tt { float: left; padding-right: 18px; }
  .in-contact .item:nth-child(odd) .tt p{font-size:16px;padding: 5px 0;}
  .in-contact .item:nth-child(odd) .mm { float: right; padding-left: 18px; }
  .in-contact .item:nth-child(even) .tt { float: right; padding-left: 18px; }
  .in-contact .item:nth-child(even) .mm { float: left; padding-right: 18px; }
  .in-contact .item:nth-child(even) .baidumap { height: 450px; }
  .contact-ul { padding-top: 25px; padding-bottom: 0; }
  .contact-ul li { margin-bottom: 14px; }
  .contact-ul li .icon { width: 50px; height: 50px; margin-top: 3px; }
  .contact-ul li .info { padding-left: 65px; min-height: 50px; }
  .contact-ul li .info > * { font-size: 16px; line-height: 30px; }
  .baidumap { height: 360px; width: 100%; }
  .contact-ul01 li.li02 .info { line-height: 54px; }
  .contact-ul01 li.li03 .info { line-height: 54px; }
  .contact-ul02 li.li01 .info { line-height: 54px; }
  .contact-ul02 li.li02 .info { line-height: 54px; }
  .contact-ul02 li.li03 .info { line-height: 54px; }
  .contact-ul02 li.li05 .info { line-height: 54px; }

  .increment-ul > li .le { float: left; }
  .increment-ul > li .le .icon { width: 170px; height: 170px; }
  .increment-ul > li .rh { padding-left: 190px; padding-top: 0px; }
  .increment-ul > li.nomore .suolve .text { -webkit-line-clamp: 4; height: 120px; max-height: 120px; }
  .increment-ul > li.nomore .increbtn { display: none; }
  .suolve .text { -webkit-line-clamp: 3; height: 90px; max-height: 90px; }
  .incre { overflow: hidden; }
  .incre h3 { padding: 7px 0; }
  .increbtn { font-size: 0; }
  .increbtn .btns { font-size: 16px; }
  .increbtn .btns:hover { color: #0067cf; }
  .increbtn .btns:hover:after { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  .showalltext .uu li:before { top: 12px; }

  .newscenter-ul li { margin-bottom: 24px; }
  .newscenter-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); }
  .newscenter-ul li .title { font-size: 18px; padding-bottom: 12px; }
}

@charset "UTF-8";
@media (min-width: 1260px) { /*banner s*/
  .index-wrap p {font-size: 16px;color: #fff; margin-bottom:20px;}

  .bannermore { line-height: 45px; font-size: 20px; padding: 0 45px; -webkit-border-radius: 15px; border-radius: 15px; }
  .bannerword { padding: 0px; }
  .bannerword .bannermmm { padding-top: 40px; }
  .bannerword01 .title { font-size: 40px; }
  .bannerword01 .info { font-size: 32px; }
  .bannerword02 .title { font-size: 34px; }
  .bannerword02 .info { font-size: 22px; }
  .bannerword03 .title { font-size: 34px; }
  .bannerword03 .info { font-size: 22px; }
  .bannerword04 .title { font-size: 36px; }
  .bannerword04 .info { font-size: 36px; }

  .logo { width: auto; }
  .header-right { right: 0px; }

  .index-introduce { padding-top:38px; padding-bottom:45px; }
  .index-introduce .textwrap { padding-top: 40px; padding-bottom: 40px; }
  .g-index-title { font-size:25px; }
  .lh30-font18 { font-size: 18px; }
  .icon-introduce li .info { font-size: 18px; }
  .index-lookmore { font-size: 16px; }
  .index-solut { padding-bottom: 0px; width: 100%; position: relative; background: url('../images/index_bg.jpg') no-repeat;}
  .solut-title { position: absolute; width: 100%; left: 0; z-index: 66; padding: 0; padding-top: 5.8%; }
  .solut-title .g-index-title { color: #fff; }
  .solut-banner { position: relative; z-index: 55; }
  .solut-banner ul li { position: relative; }
  .solut-banner ul li{ height: 550px; }
  .solut-banner ul li img { width: auto; height: 100%; }
  .i-solutpos { padding: 0; position: absolute; top:34%; bottom: 0; width: 100%; z-index: 66; }
  .i-solutinfo { padding: 0px 50px 0; max-width: 1200px; margin: 0 auto; }
  .i-solutinfo .i-title { display: none; }
  .i-solutinfo .text { color: #fff; }
  .i-solutinfo .morewrap { text-align: center; padding-top: 25px; padding-bottom: 50px; }
  .i-solutinfo .morewrap .index-lookmore { border-color: #fff; padding-left: 20px; color: #fff; }
  .i-solutinfo .morewrap .index-lookmore:after { background-image: url(../images/jtwhite.png); }
  .i-solutinfo .morewrap .index-lookmore:before { background-image: url(../images/jt-blue.png); }
  .i-solutinfo .morewrap .index-lookmore:hover { border-color: #cb05bb; background-color: #cb05bb; color: #fff; }
  .solutpa-pos { position: absolute; top: 38.7%; left: 0; width: 100%; z-index: 66; }
  .solut-pagination { padding-top: 0px; margin: 0 auto; width: 100%; max-width: 1104px; position: relative; }
  .solut-pagination:after { content: ''; position: absolute; width: 100%; height: 3px; background-color: #fff; bottom: 11px; left: 0; z-index: 1; }
  .solut-pagination ul { font-size: 16px; position: relative; white-space: nowrap; margin-left: -63px; margin-right: -63px; }
  .solut-pagination ul li { padding: 0 15px 40px; position: relative; z-index: 2;}
  .solut-pagination ul li a { line-height: 34px; color: #fff; }
  .solut-pagination ul li:after { height: 14px; border-radius: 7px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 5px; }
  .solut-pagination ul li.swiper-pagination-bullet-active a { color: #cb05bb; font-size:16px; }
  .solut-pagination ul li.swiper-pagination-bullet-active:after { width: 24px; height: 24px; border-radius: 12px; bottom: 0; }
  .index-news { padding-top: 74px; padding-bottom: 94px; }
  .i-newsword .title { font-size:16px; }
  .i-newsword .info { font-size: 14px; }
  .indexnews-ul li .image{max-height:248px;}

  .footer-lr{display: flex;-webkit-display:flex;}
  .footer-left {flex:2; display: flex; -webkit-display:flex;}
  .footer-left dl{flex: 1;max-height: 180px; overflow: hidden;}
  .footer-right { flex:1; text-align:center;}
  .footer-nav { text-align: left; }
  .footer-nav li { margin-bottom: 0px; }
  .copy-right { text-align: right; }

  /*   .in-protitle { font-size: 24px; } */
  .product-ul li .imawrap { height: 350px; }
  .product-ul li .imawrap .image { position: absolute;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%); -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }
  .product-ul li .imawrap .image { width:100%; -webkit-transform: translate(-50%,0px); -moz-transform: translate(-50%,0px); -ms-transform: translate(-50%, 30px); -o-transform: translate(-50%,0px); transform: translate(-50%,0px); }
  
  .product-ul div .imawrap { height:250px; }
  .product-ul div .imawrap .image { position: absolute;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%); -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }
  .product-ul div .imawrap .image { width:100%; -webkit-transform: translate(-50%,0px); -moz-transform: translate(-50%,0px); -ms-transform: translate(-50%, 30px); -o-transform: translate(-50%,0px); transform: translate(-50%,0px); }


  .viewproduct-ul .imawrap { }
  .viewproduct-ul .imawrap .image { width:100%;}


  .p-maskwrap .mask {}
  .p-maskwrap .title { font-size: 16px; }
  .p-maskwrap .info { font-size: 14px; }
  .addwrap { padding: 18px 0; }
  .addwrap .p-addicon { width: 40px; height: 40px; }
  .proline { line-height:26px; font-size: 16px; }
  /*   .proline .proh4 { font-size: 24px; }   */
  .proline .procell-ul li .name { min-width: 330px; }
  .proline table {
    width: 100%;
    font-family: verdana,arial,sans-serif;
    font-size:12px;
    color:#333333;
    border-collapse:separate; 
    border-spacing:1px 1px;
  }
.proline table td {
    background-color: #eee;
    padding: 3px;
    text-indent:5px;
 }


  /*   .proline .procell-ulmain { font-size: 18px; } */
  .in-recruititle { font-size: 26px; }
  .in-recruittext { padding-top: 28px; }
  .recruitmain .lebel { font-size: 20px; }
  .recruitmain .formbox .recruit-submit { font-size: 20px; }
  .recruitmore { font-size: 18px; line-height: 50px; }

  .qualititle { font-size: 26px; }

  .solut-ul li .infowrap { padding: 17px 20px 32px; }
  .solut-ul li .title { font-size:16px; }
  .solut-ul li .info { font-size: 14px; }
  .solut-ul li .more { font-size: 14px; }

  .contact-ul li .info > * { font-size: 17px; }

  .increment-ul > li .le .icon { width: 190px; height: 190px; }
  .increment-ul > li .rh { padding-left: 220px; }
  .increbtn { padding-top: 22px; }
  .increbtn .btns { font-size: 18px; }

  .newscenter-ul li .title { font-size: 20px; padding-bottom: 18px; }
  /* 新闻中心 e */ }
@media (min-width: 1400px) {
  .bannerword01 .title { font-size: 60px; }
  .bannerword01 .info { font-size: 28px; }
  .bannerword02 .title { font-size: 48px; }
  .bannerword02 .info { font-size: 30px; }
  .bannerword03 .title { font-size: 28px; }
  .bannerword03 .info { font-size: 30px; }
  .bannerword04 .title { font-size: 28px; }
  .bannerword04 .info { font-size: 50px; }
  .solut-title { padding-top:2%; }
  .solut-banner ul li{ height: 650px; }
  .i-solutinfo .morewrap { padding-top: 35px; padding-bottom: 100px; }
  .solutpa-pos { top:18%; }
}
.aside { position: fixed; width: 50px; z-index: 180; right: 2%; bottom: 140px; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.aside .item { width: 100%; margin-bottom: 1px; display: none; }
.aside .aside-item { display: block; width: 50px; height: 50px; background-color: #cb05bb; background-repeat: no-repeat; -o-background-size: auto; background-size: auto; background-position: 0 0; -webkit-transition: background-color .15s; -o-transition: background-color .15s; -moz-transition: background-color .15s; transition: background-color .15s; background-position: 0 -50px; }
.aside .scrolltop { display: block; }
.aside .scrolltop .aside-item { background-color: #cb05bb; }
@media (min-width: 1024px) { 
  .aside{display:none;}  
  .aside .item { display: block; position: relative; }
  .aside .item .cons { position: absolute; z-index: -1; top: 0; right: 50px; height: 50px; line-height: 50px; white-space: nowrap; color: #fff; background-color:#cb05bb; text-indent: 15px; width: 0px; -webkit-transition: width .9s; -o-transition: width .9s; -moz-transition: width .9s; transition: width .9s; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; overflow: hidden; font-size: 15px; }
  .aside .aside-item { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .aside .scrolltop { display: block; position: absolute; top: 153px; left: 0; }
  .aside .scrolltop .aside-item { background-color: #cb05bb; }
  .aside .item:hover .aside-item { background-position: 0 -50px !important; background-color: #cb05bb !important; }
  .aside .item:hover .cons { width: 150px; } }
@charset "UTF-8";
.in-news { width: 100%; }
/* 翻转新闻 热点  */
.in-hotnews { width: 100%; overflow: hidden; position: relative; }
.in-hotnews ul { width: 100%; }
.in-hotnews ul li { width: 100%; position: relative; overflow: hidden; background-color: #cb05bb; }
.in-newsdl { width: 100%; }
.in-newsdl:after { content: ''; display: block; clear: both; visibility: visible; height: 0; }
.in-newsdl dt { width: 100%; overflow: hidden; }
.in-newsdl dt a { display: block; width: 100%; }
.in-newsdl dt a img { display: block; width: 100%; -webkit-transition: all 0.9s; -o-transition: all 0.9s; -moz-transition: all 0.9s; transition: all 0.9s; }
.in-newsdl dd { width: 100%; padding: 20px 10px 32px; }
.in-newsdl dd .title { line-height: 24px; font-size: 18px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 24px; }
.in-newsdl dd .title a { display: block; font-weight: bold; color: #ffffff; }
.in-newsdl dd .info { line-height: 24px; font-size: 14px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 72px; color: #fff; margin-top: 10px; margin-bottom: 5px; }
.newsmore { display: inline-block; vertical-align: top; position: relative; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 14px; color: #e3a6ac; padding-right: 14px; }
.newsmore:after { content: ''; position: absolute; width: 8px; height: 8px; border: 1px solid #e3a6ac; border-left: none; border-bottom: none; right: 0; top: 50%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -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); }
.hotnews-pagination { position: absolute; bottom: 10px; width: 100%; text-align: center; line-height: normal; }
.hotnews-pagination span { display: inline-block; vertical-align: top; width: 10px; height: 10px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #5badff; margin: 0 4px; cursor: pointer; }
.hotnews-pagination span.swiper-pagination-bullet-active { background-color: #fff; }
@media (min-width: 1024px) { .in-newsdl dt { width: 62%; float: left; }
  .in-newsdl dt a: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); }
  .in-newsdl dd { width: 38%; float: left; padding: 32px 25px 0px; }
  .in-newsdl dd .title { line-height: 30px; font-size: 20px; -webkit-line-clamp: 2; height: 60px; }
  .in-newsdl dd .info { -webkit-line-clamp: 5; height: 120px; margin-top: 20px; margin-bottom: 10px; }
  .newsmore:hover { color: #fff; }
  .newsmore:hover:after { right: -4px; }
  .hotnews-pagination { text-align: left; padding-left: 64.5%; } }
@media (min-width: 1260px) { .in-newsdl dd .title { line-height: 36px; font-size: 24px; height: 72px; }
  .in-newsdl dd .info { margin-top: 25px; margin-bottom: 50px; }
  .hotnews-pagination { bottom:10px; } }
 .in-newswrap { padding-top: 35px; }
/* 翻转新闻  */
.in-newsul { margin-left: -15px; margin-right: -15px; }
.in-newsul:after { content: ''; display: block; clear: both; visibility: visible; height: 0; }
.in-newsul li { padding-left: 15px; padding-right: 15px; margin-bottom: 30px; }
.in-newscon { width: 100%; overflow: hidden; position: relative; -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1); }
.inface, .inback { -webkit-transition: all 0.6s; -o-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.in-newsface { width: 100%; background-color: #fff; position: relative; z-index: 2; padding: 100px 26px 30px; }
.in-newsface .title { font-size: 18px; overflow: hidden; line-height: 28px; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-height: 56px; }
.in-newsface .title a { display: block; color: #333333; }
.in-newsface .info { font-size: 14px; color: #666666; overflow: hidden; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; max-height: 96px; margin: 15px 0; }
.in-newsface .newsmore { color: #666666; }
.in-newsface .newsmore:after { border-color: #666; }
.innewsdate { position: absolute; top: 0; left: 26px; background-color: #cb05bb; border-radius: 0 0 6px 6px; z-index: 22; width: 76px; height: 76px; text-align: center; }
.innewsdate p { font-size: 30px; color: #fff; line-height: 46px; font-family: arial; }
.innewsdate span { color: #ffffff; font-size: 12px; line-height: 18px; display: block; width: 100%; }
.in-newsback { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; min-height: 100%; background-color: #cb05bb; display: none; }
.in-newsback .ww { padding: 8px 26px; }
.in-newsback .img { display: block; overflow: hidden; width: 100%; }
.in-newsback .img img { display: block; width: 100%; }
.in-newsback .title { font-size: 20px; overflow: hidden; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 48px; margin-bottom: 8px; }
.in-newsback .title a { display: block; color: #fff; }
.in-newsback .time { display: block; width: 100%; color: #ffffff; line-height: 24px; font-size: 16px; }
.in-newsuljs .in-newsback .ww { padding: 9px 26px; }
.in-newsuljs .in-newsback .title { height: 24px; -webkit-line-clamp: 1; }
@media (min-width: 768px) { .in-newsface .title { height: 56px; }
  .in-newsface .info { height: 96px; }
  .in-newsuljs .in-newsface .title { height: 28px; -webkit-line-clamp: 1; }
  .in-newsface { padding: 115px 26px 44px; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
  .in-newscon:hover .in-newsface {transform: scale(1.05); z-index: 1; }
}
@media (min-width: 1024px) { .in-newswrap { padding-top: 45px; padding-bottom: 10px; }
  /* 翻转新闻  */
  .in-newsul li { padding-left: 18px; padding-right: 18px; }
  .in-newsface { padding: 100px 26px 44px; }
  .in-newsface .title { font-size: 20px; line-height: 30px; max-height: 60px; height: 60px; }
  .in-newsback .img { height: auto; min-height: 250px; }
  .in-newsback .img img { position: static; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .in-newsuljs .in-newsback .ww { padding: 18px 26px; }
  .in-newsuljs .in-newsface .info { margin: 25px 0; } }
@media (min-width: 1260px) { .in-newswrap { padding-top: 55px; padding-bottom: 25px; }
  .in-newsface { padding: 115px 26px 44px; }
  .in-newsuljs .in-newsface .info { -webkit-line-clamp: 5; height: 120px; max-height: 120px; margin: 25px 0; }
  .in-newsuljs .in-newsface { padding: 108px 26px 40px; }
  .in-newsuljs .in-newsback .ww { padding: 20px 26px; } }
/* 新闻详情  s*/
.in-article { width: 100%; overflow: hidden; }
.in-arthead { padding-bottom: 15px; }
.in-arthead h1 { font-size: 20px; color: #4c4c4c; line-height: 1.3; margin-bottom: 8px; }
.in-arthead .time { color: #8e8e8e; font-size: 16px; line-height: 1.3; }
.in-artmain { padding: 20px 0; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }
.in-artfooter { padding-top: 35px; padding-bottom: 20px; }
.in-artmain img { max-width: 100%; }
.art-return { width: 100%; position: relative; overflow: hidden; }
.art-return a { display: block; }
.art-return a.abtn { color: #929292; font-size: 0px; line-height: 18px; margin-top: 12px; position: relative; }
.art-return a.abtn span { display: inline-block; vertical-align: top; font-size: 14px; }
.art-return a.abtn .spnum { width: 60px; position: absolute; left: 0; top: 0; }
.art-return a.abtn .timu { max-width: 90%; padding-left: 62px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }
.art-return a.abtn .timu:hover { color: #cb05bb; }
.art-return .ahome { margin-top: 15px; line-height: 38px; font-size: 14px; background: #cb05bb; color: #fff; min-width: 145px; text-align: center; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.art-return .ahome:hover { background: #e43bd6; }
.in-artedit .image { margin-bottom: 25px; text-align: center; }
@media (min-width: 768px) { .art-return { padding-right: 150px; }
  .art-return .ahome { position: absolute; bottom: 0; right: 0; margin: 0; line-height:30px; font-size: 16px; } }
@media (min-width: 1024px) { .in-arthead { padding-bottom: 30px; }
  .in-arthead h1 { font-size: 30px; margin-bottom: 14px; }
  .in-arthead .time { font-size: 24px; }
  .in-artmain { padding: 30px 0; }
  .in-artfooter { padding-bottom: 30px; }
  .in-artedit .image { float: right; width: 395px; margin-bottom: 0; }
  .in-artedit .text { overflow: hidden; padding-right: 20px; } }
@media (min-width: 1260px) { .in-arthead h1 { font-size:28px; }
  .in-artmain { padding: 48px 0; }
  .art-return a.abtn span { font-size: 16px; }
  .art-return a.abtn .spnum { width: 68px; }
  .art-return a.abtn .timu { padding-left: 68px; } }
.recruit-ul { width: 100%; overflow: hidden; }
.recruit-ul li { width: 100%; position: relative; background-color: #f2f2f2; margin-bottom: 20px; }
.recruit-ul li.cur .tp .title span { color: #cb05bb; }
.recruit-ul li.cur .tp .info > *, .recruit-ul li.cur .tp .info p { color: #cb05bb; }
.recruit-ul li:hover .recruitbg { background-color: #cb05bb; }
.recruit-ul li:hover .recruitbg:after { opacity: 0; }
.recruit-ul li:hover .recruitbg:before { opacity: 1; }
.recruit-ul .tp, .recruit-ul .bt { width: 100%; position: relative; z-index: 2; padding-left: 15px; padding-right: 13%; }
.recruit-ul .tp { padding-top: 15px; cursor: pointer; padding-bottom: 15px; }
.recruit-ul .tp .title { line-height: 1.7; width: 100%; }
.recruit-ul .tp .title span { display: block; font-size: 16px; color: #333333; font-weight: bold; }
.recruit-ul .tp .info { line-height: 1.7; font-size: 0; }
.recruit-ul .tp .info > *, .recruit-ul .tp .info P { display: inline-block; vertical-align: top; font-size: 16px; color: #4c4c4c; margin-right: 15px; }
.recruit-ul .bt { display: none; }
.recruit-ul .bt .showtxt .timu { color: #4c4c4c; font-size: 14px; font-weight: bold; }
.recruit-ul .bt .showtxt .txt { font-size: 14px; color: #4c4c4c; line-height: 1.6; margin: 12px 0; }
.recruit-ul .bt .sendto { padding-top: 15px; padding-bottom: 25px; }
.recruit-ul .bt .sendto .link { display: inline-block; vertical-align: top; line-height: 36px; padding: 0 12px; color: #fff; background-color: #cb05bb; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.recruit-ul .bt .sendto .link:hover { background-color: #b3102a; }
.recruitbg { position: absolute; display:none; top: 0; right: 0; width: 13%; max-width: 130px; background-color: #e6e6e6; height: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; z-index: 1; }
.recruitbg:after { background-image: url(../images/ren01.png); z-index: 3; opacity: 1; }
.recruitbg:before { background-image: url(../images/ren02.png); z-index: 2; opacity: 0; }
.recruitbg:after, .recruitbg:before { content: ''; 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%); width: 20px; height: 20px; -o-background-size: contain; background-size: contain; background-repeat: no-repeat; background-position: center center; -webkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
@media (min-width: 768px) { .recruitbg:after, .recruitbg:before { width: 30px; height: 30px; } }
@media (min-width: 1024px) { .recruit-ul .tp, .recruit-ul .bt { padding-left: 125px; padding-right: 100px; }
  .recruit-ul .tp .title span { font-size: 18px; }
  .recruit-ul .tp .title .time { position: absolute; width: 125px; left: 0; top: 15px; text-align: center; overflow: hidden; }
  .recruit-ul .tp .info > *, .recruit-ul .tp .info P { font-size: 18px; margin-right: 30px; padding: 2px 0; }
  .recruit-ul .bt .showtxt .timu { font-size: 16px; }
  .recruit-ul .bt .showtxt .txt { font-size: 16px; margin: 20px 0; }
  .recruit-ul .bt .sendto { padding-top: 20px; padding-bottom: 40px; }
  .recruit-ul .bt .sendto .link { font-size: 16px; }
  .recruitbg { width: 100px; }
  .recruitbg:after, .recruitbg:before { width: 36px; height: 36px; } }
@media (min-width: 1260px) { .recruit-ul .tp, .recruit-ul .bt { padding-left: 155px; padding-right: 130px; }
  .recruit-ul .tp .title .time { width: 155px; }
  .recruit-ul .bt .showtxt .timu { font-size: 18px; }
  .recruit-ul .bt .showtxt .txt { font-size: 18px; }
  .recruitbg { width: 130px; } }
@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: #cb05bb; }
.sitemapcont2 dl dt a:hover { color: #cb05bb; }
.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; }
@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: #cb05bb; }
  .Singlepage { margin-top: 0px; } }
/*----网站地图 end----*/
@media (max-width:767px){
    .footer-nav li{
        width:33.3334%;
    }
    .footer-nav li:nth-child(3n+1){
        padding-left:14px;
        border-left:none;
    }
}

.lang-icon{
    color: #333;
    font-size: 14px;
    text-align:center;
    line-height: 30px; display: block; width: 30px; height: 30px; background-repeat: no-repeat; -moz-background-size: auto; -o-background-size: auto; background-size: auto; background-position: center center; }
.index-lang { display: inline-block; vertical-align: middle; margin-right:12px; }
.index-lang .lang-icon { background-image: url(../images/lan01.png); }
.index-lang .lang { position: absolute; display: none; top: 54px; width: 100%; left: 0; background-color: #fff; padding: 0 10px; line-height: 40px; text-align: center; }
.index-lang .lang a { display: block; width: 100%; color: #333; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; font-size: 14px; }

.banner-player{
     position: absolute;
    bottom: 15px;
    left: 0;
    width:auto;
    text-align: left;
    line-height: 1;
    font-size: 0;
    z-index: 100;
}
.index-banner .swiper-pagination {
    line-height:18px;
}
.index-banner .swiper-pagination span{
    vertical-align:middle;
}
.banner-player .btn{
    border-radius: 50%;
    background-color: #e6e6e6;
    cursor: pointer;
    display:inline-block;
    position:relative;
    width:18px;
    height:18px;
    cursor:pointer;
}
 .banner-player .btn:after{
     content:'';
     position:absolute;
     width:14px;
     height:14px;
     background:url(../images/bo01.png) scroll 0 0 ;
     top:50%;
     left:50%;
     margin-top:-7px;
     margin-left:-7px;
     opacity:0;
     transition:all 0.3s;
 }
  .banner-player .btn:before{
     content:'';
     position:absolute;
     width:14px;
     height:14px;
     background:url(../images/bo02.png) scroll 0 0 ;
     top:50%;
     left:50%;
     margin-top:-7px;
     margin-left:-7px;
     opacity:1;
     transition:all 0.3s;
 }
  .banner-player.on  .btn:before{
      opacity:0;
  }
   .banner-player.on  .btn:after{
      opacity:1;
  }
   
/* 无搜索结果 */
.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;
    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;
    border-radius: 2px;
 }  
 @media (max-width:767px){
     .no-result .content2 h2 img{
         display:block;
         margin:0 auto;
     }
 }
@media (min-width:1024px){
    .banner-player {
        bottom: 4.5%;
    }
    .header-left{
        padding-right:90px;
    }
    .header-right{
        text-align:right;
        width:90px;
    }
    .index-lang{
        margin-right:15px;
        
    }
      .lang-icon { margin-top: 20px; margin-bottom: 18px; font-size:16px;}
      .index-lang .lang { -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1); display: none; top: 100%; width: 100px; left: auto; right: 0; }
      .index-lang .lang a:hover { color: #0d7ff2; }
      .in-protitle{
      font-size:18px;
    }
}
@media (min-width:1260px){
    .in-protitle{
        font-size:22px;
    }
}
@media (min-width:1024px) and (max-width:1259px){
    .logo{
        width:270px;
    }
    .logo img{
        height:73%;
    }
  
}
