/**
 * style.less
 * 层叠样式表
 */

/* 变量定义 */

/* 函数定义 */

/* style */
*,
*:before,
*:after { box-sizing: inherit; }
html { font-size: 10px; box-sizing: border-box; -ms-box-sizing: border-box; }
body {  /*font-family: 'Helvetica Neue', Helvetica, Arial, "Microsoft YaHei", sans-serif;*/
font-family: sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background: #fff; }
.clearfix { zoom: 1; }
.clearfix::after { display: block; visibility: hidden; clear: both; height: 0; content: '.'; }
.show { display: block !important; }
.hide { display: none !important; }
.img-circle { border-radius: 50%; }
.img-rounded { border-radius: 0.3rem; }
.img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: .25rem; line-height: 1.5; background-color: #fff; border: 1px solid #ddd; border-radius: .25rem; transition: all 0.2s ease-in-out; }
.img-responsive { display: block; max-width: 100%; height: auto; }
.img-box { position: relative; height: 0; overflow: hidden; padding-bottom: 100%; display: block; }
.img-box img { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.img-box img[src=""],
.img-box img:not([src]) { border: 0; opacity: 0; }

/* header */
.header { position: relative; z-index: 99; background: #fff; }
.header ul { margin: 0; padding: 0; list-style: none; }
.header a { text-decoration: none; color: inherit; }
.header img { display: block; }
.header .top { color: #aaceff; background: #164fb9; }
.header .top .welcome,
.header .top .language { line-height: 52px; display: inline-block; height: 100%; }
.header .top .welcome { float: left; }
.header .top .language { float: right; padding-left: 48px; background: url(../images/language.png) no-repeat left center; }
.header .top .language a { padding: 0 .5em; }
.header .top .language a:hover { color: #fff; }
.header .top .language a:last-child { padding-right: 0; }
.header .main .container { padding: 0; }
.header .logo { float: left; padding-top: 28px;font-size: 14px; }
.header .logo .brand { position: relative; display: block; float: left; height: 66px; margin-right: 2em; }
.header .logo .brand img { height: 100%; }
.header .logo .brand::after { position: absolute; top: 50%; right: -12px; display: block; width: 1px; height: 20px; margin-top: -10px; content: ''; background: #dfdfdf; }
.header .logo .text { display: block; float: right; height: 100%; padding-top: 8px; }
.header .logo .text em { font-weight: bold; font-style: normal; line-height: 22px; display: block; }
.header .navbar { float: right; }
.header .navbar .nav>li { position: relative; display: block; float: left; }
.header .navbar .nav>li:first-child a { padding: 48px 40px; }
.header .navbar .nav>li>a { font-weight: bold; position: relative; display: block; padding: 48px 24px; }
.header .navbar .nav>li:hover .box { display: block; }
.header .navbar .nav>li:hover>a { color: #fff; background: #164fb9; }
.header .navbar .nav .box { position: absolute; z-index: 99; top: 100%; left: 0; display: none; overflow: hidden; padding: 20px; background: #164fb9; }
.header .navbar .nav .box.right { right: 0; left: auto; }
.header .navbar .nav .box a { display: block; margin: 0 2em .8em 0; white-space: nowrap; color: #fff; }
.header .navbar .nav .box a:hover { color: #aaceff; }
.header .navbar .nav .box a.pic { margin: 0; }
.header .navbar .nav .box .thumb { float: left; margin-bottom: -3000px; padding-bottom: 3000px; }
.header .navbar .nav .box .menu { margin-left: 220px; }
.header .navbar .nav .box img { display: block; max-width: 200px; border: 4px solid #fff; }
.header .navbar .nav .cate { overflow: hidden; white-space: nowrap; }
.header .navbar .nav .cate .item { display: block; float: left; margin-right: 15px; }
.header .navbar .nav .cate .item:last-child { float: none; margin-right: 0; margin-left: 750px; }
.header .navbar .nav .cate h4 { font-size: 1.1em; margin: 0; }
.header .navbar .nav .cate img { width: 130px; height: 80px; }
.header .navbar .nav .cate ul { padding-top: 1em; }
.header .search { position: absolute; top: 0; right: 56px; display: none; width: 33px; height: 66px; cursor: pointer; }
.header .search a { display: block; width: 28px; height: 28px; margin-top: 19px; background: url(../images/search.png) no-repeat; background-size: cover; }
.header .toggle { position: absolute; top: 0; right: 0; display: none; width: 56px; height: 66px; cursor: pointer; }
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after { position: absolute; width: 30px; height: 4px; border-radius: 2px; background: #b2b2b2; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.header .toggle .icon { top: 29px; left: 14px; }
.header .toggle .icon::before,
.header .toggle .icon::after { left: 0; content: ''; background: inherit; }
.header .toggle .icon::before { top: -9px; }
.header .toggle .icon::after { top: 9px; }
.header.nav-open .toggle .icon { width: 0; }
.header.nav-open .toggle .icon::before { -webkit-transform: translateY(9px) rotate(45deg); -ms-transform: translateY(9px) rotate(45deg); transform: translateY(9px) rotate(45deg); }
.header.nav-open .toggle .icon::after { -webkit-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); transform: translateY(-9px) rotate(-45deg); }

/* searchbox */
.searchbox { font-size: 1.4rem; line-height: 48px; position: absolute; z-index: 9999; display: none; width: 100%; padding: 5px 12px; vertical-align: middle; background: #f4f4f4; }
.searchbox input { line-height: 22px; width: 76%; margin: 0; padding: 5px 10px; color: #666; border: 0; border: 1px solid #e5e5e5; border-radius: 3px; background: #fff; }
.searchbox input:focus { border-color: #3580e4; outline: none; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(22, 79, 185, 0.3); }
.searchbox input[type='submit'] { width: 22%; }

/* navigation */
.navigation,
.cate-tree { line-height: 48px; position: absolute; z-index: 99; top: 100%; display: none; width: 100%; border-top: solid 3px #164fb9; border-bottom: solid 3px #164fb9; background: #fff; }
.navigation .level-1>li::after,
.cate-tree .level-1>li::after,
.navigation .level-2>li::after,
.cate-tree .level-2>li::after,
.navigation .level-2>li::before,
.cate-tree .level-2>li::before { position: absolute; top: 18px; right: 15px; width: 12px; height: 12px; content: ''; background: url(../images/menu.png) no-repeat; background-size: cover; }
.navigation .level-1 a,
.cate-tree .level-1 a { display: block; overflow: hidden; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; color: inherit; }
.navigation .level-1 li,
.cate-tree .level-1 li { position: relative; border-bottom: solid 1px #e4e4e4; }
.navigation .level-1>li>a,
.cate-tree .level-1>li>a { padding: 0 2em 0 1em; }
.navigation .level-1>li::after,
.cate-tree .level-1>li::after { background-position: -36px 0; }
.navigation .level-1>li.active::after,
.cate-tree .level-1>li.active::after,
.navigation .level-1>li:hover::after,
.cate-tree .level-1>li:hover::after { background-position: -96px 0; }
.navigation .level-1>li.more::after,
.cate-tree .level-1>li.more::after { background-position: -12px 0; }
.navigation .level-1>li.more:hover::after,
.cate-tree .level-1>li.more:hover::after { background-position: -72px 0; }
.navigation .level-1>li.more.active::after,
.cate-tree .level-1>li.more.active::after { background-position: -84px 0; }
.navigation .level-1>li.active>a,
.cate-tree .level-1>li.active>a,
.navigation .level-1>li:hover>a,
.cate-tree .level-1>li:hover>a { background-color: rgba(0, 0, 0, 0.05); }
.navigation .level-2,
.cate-tree .level-2 { display: none; }
.navigation .level-2 a,
.cate-tree .level-2 a { padding: 0 2em 0 3em; }
.navigation .level-2 li:first-child,
.cate-tree .level-2 li:first-child { border-top: solid 1px #e4e4e4; }
.navigation .level-2 li:last-child,
.cate-tree .level-2 li:last-child { border-bottom: none; }
.navigation .level-2>li::before,
.cate-tree .level-2>li::before { right: auto; left: 1.5em; background-position: 0 0; }
.navigation .level-2>li::after,
.cate-tree .level-2>li::after { background-position: -48px 0; }
.navigation .level-2>li.active::after,
.cate-tree .level-2>li.active::after { background-position: -108px 0; }
.navigation .level-3,
.cate-tree .level-3 { line-height: 40px; display: none; }
.navigation .level-3 a,
.cate-tree .level-3 a { font-size: .8em; padding-left: 4em; }

/* header */
.banner { position: relative; z-index: 9; overflow: hidden; width: 100%; background: #fff; }
.banner .owl-carousel { display: block; overflow: hidden; position: relative; width: 100%; }
.banner .owl-carousel img { display: block; width: 100%; }
@media (max-width:480px) {
  .banner .owl-carousel.owl-theme .owl-controls .owl-page span { width: 8px; height: 8px; }
}
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-carousel .owl-wrapper,
.banner .owl-carousel .owl-item,
.banner .owl-carousel .item { height: inherit; }
.banner .owl-carousel .item { float: left; overflow: hidden; width: 100%; }
.banner .owl-carousel.owl-theme:hover .owl-controls .owl-buttons { display: block; }
.banner .owl-carousel.owl-theme .owl-controls { height: 0; margin: 0; }
.banner .owl-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 8px; width: 100%; }
.banner .owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { border: none; background-color: #fff; }
.banner .owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #164fb9; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons { line-height: 50px; position: absolute; top: 50%; left: 50%; display: none; width: 1600px; height: 0; margin-top: -25px; margin-left: -800px; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons div { line-height: 42px; position: absolute; width: 50px; height: 50px; margin: 0; padding: 0; border-radius: 1px; background: none; background-size: cover; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover { background: rgba(0, 0, 0, 0.5); }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons div::after { font-size: 42px; color: #164fb9; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev::after { content: '<'; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next { right: 0; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next::after { content: '>'; }
.banner-inner { position: relative; height: 350px; }
.banner-inner.normal { left: 50%; margin-left: -960px; }
.banner-inner img { display: block; height: 100%; }
#owl-carousel-news,
#owl-carousel-report { position: relative; }
#owl-carousel-news .owl-controls,
#owl-carousel-report .owl-controls { position: absolute; top: 180px; right: 0; }
#owl-carousel-news .owl-controls .owl-page span,
#owl-carousel-report .owl-controls .owl-page span { background: #fff; }
#owl-carousel-honor,
#owl-carousel-partner { padding-top: 50px; }
#owl-carousel-honor .owl-controls,
#owl-carousel-partner .owl-controls { position: absolute; top: 0; width: 100%; }
#owl-carousel-honor .owl-buttons>div,
#owl-carousel-partner .owl-buttons>div { font-size: 18px; line-height: 30px; width: 60px; height: 30px; margin: 0 .5em; padding: 0; color: #a09a9a; border: 1px solid currentColor; border-radius: 30px; background: none; }

/* container */
.container { position: relative; margin: 0 auto; padding: 0 15px; }
.container-full { position: relative; width: 100%; }
.wrapper { position: relative; z-index: 9; background: #fff; }
.wrap { overflow: hidden; }

/* sidebar */
.sidebar { float: left; width: 240px; margin-bottom: -3000px; padding-bottom: 3060px; }
.sidebar .category { position: relative; overflow: hidden; width: 100%; }
.sidebar .category ul { margin: 0; padding: 0; list-style: none; }
.sidebar .category .cate-title { position: relative; width: 240px; height: 90px; margin-top: 30px; padding-top: 20px; background: url(../images/category-title.png) no-repeat; }
.sidebar .category .cate-title h3 { font-size: 18px; line-height: 70px; overflow: hidden; width: 160px; margin: 0; margin-left: 20px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
.sidebar .category .cate-title .icon { position: absolute; right: 20px; bottom: 22px; display: block; width: 25px; height: 25px; background: url(../images/icon-page.png) no-repeat; background-size: cover; }
.sidebar .category .cate-title .icon-about { background-position: 0px 0; }
.sidebar .category .cate-title .icon-news { background-position: -25px 0; }
.sidebar .category .cate-title .icon-product { background-position: -50px 0; }
.sidebar .category .cate-title .icon-service { background-position: -75px 0; }
.sidebar .category .cate-title .icon-contact { background-position: -100px 0; }
.sidebar .category .cate-tree { position: relative; display: block; border: 1px solid #164fb9; border-top: none; }
.sidebar .category .cate-list { position: relative; display: none; overflow: hidden; width: 100%; height: 48px; background: #ebeef6; }
.sidebar .category .cate-list ul { position: absolute; left: 0; overflow: hidden; height: inherit; white-space: nowrap; }
.sidebar .category .cate-list li { line-height: 48px; position: relative; display: inline-block; overflow: hidden; height: inherit; list-style: none; }
.sidebar .category .cate-list li a { font-size: 1.5rem; font-weight: bold; display: block; padding: 0 10px; text-decoration: none; color: #333; }
.sidebar .category .cate-list li.active a { color: #0b318f; }
.sidebar .category .cate-list li.active::after { position: absolute; bottom: 0; left: 50%; width: 0; height: 0; margin-left: -8px; content: ''; border: 8px solid #fff; border-width: 0 8px 8px 8px; border-color: #fff transparent; }
.sidebar .search { margin: 18px 0; }
.sidebar .search .title { height: 330px; padding: 38px 20px 0; color: #164fb9; background: url(../images/sidebar-search.jpg) no-repeat center bottom; background-size: cover; }
.sidebar .search .title h4 { font-size: 18px; line-height: 1; position: relative; margin: 0; text-indent: 10px; }
.sidebar .search .title h4::before { position: absolute; top: 50%; left: 0; width: 3px; height: 12px; margin-top: -6px; content: ''; background: currentColor; }
.sidebar .search .title em { font-size: 12px; font-style: normal; }
.sidebar .search .form { font-size: 12px; position: relative; height: 90px; background: #164fb9 url(../images/sidebar-search-form.png) no-repeat; }
.sidebar .search .form input { position: absolute; top: 31px; left: 19px; display: block; width: 160px; height: 28px; padding-left: 1em; color: #fff; border: none; outline: none; background: transparent; }
.sidebar .search .form .submit { position: absolute; top: 31px; left: 191px; display: block; margin: 0; padding: 0; cursor: pointer; width: 28px; height: 28px; }
.sidebar .search .form .submit:hover { background: rgba(255, 255, 255, 0.2); }
.sidebar .contact { padding: 38px 20px 96px; border: 1px solid #dfdfdf; background: url(../images/sidebar-contact.png) no-repeat center bottom; background-size: contain; }
.sidebar .contact .title h4 { font-size: 18px; line-height: 1; position: relative; margin: 0; text-indent: 10px; }
.sidebar .contact .title h4::before { position: absolute; top: 50%; left: 0; width: 3px; height: 12px; margin-top: -6px; content: ''; background: currentColor; }
.sidebar .contact .title em { font-size: 12px; font-style: normal; }
.sidebar .contact .hotline { height: 40px; margin: 2em 0; padding-left: 50px; color: #164fb9; background: url(../images/sidebar-contact-hotline.png) no-repeat left; background-size: contain; }
.sidebar .contact .hotline h5 { font-size: 14px; line-height: 1; margin: 0; }
.sidebar .contact .hotline em {  /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
font-family: sans-serif; font-size: 18px; }
.sidebar .contact .text { font-size: 12px; line-height: 2; color: #666; }
.sidebar .contact .text a { text-decoration: none; color: inherit; }
.sidebar .contact .text a:hover { text-decoration: underline; color: #164fb9; }
.sidebar .contact .text p { margin: 0; }

/* content */
.content { margin-left: 280px; padding-bottom: 60px; }
.content .position { font-size: 12px; overflow: hidden; padding-top: 40px; margin-bottom: 40px; border-bottom: 1px solid #dfdfdf; }
.content .position ul { line-height: 1; float: right; margin: 10px 0; padding: 0; padding-left: 20px; background: url(../images/icon-home.png) no-repeat center left; background-size: contain; }
.content .position li { display: inline-block; }
.content .position a { padding: 0 .5em; text-decoration: none; color: inherit; }
.content .ueditor { overflow: hidden; }
.content .ueditor p { font-size: 14px; line-height: 1.8; margin: 0; color: #666; }
.content .ueditor strong { color: #333; }
.content .ueditor img { max-width: 100%; height: auto; }
.content .pager { text-align: center; }
.content .pager a { line-height: 36px; display: inline-block; width: 36px; height: 36px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; text-decoration: none; color: #666; border: 1px solid #dfdfdf; }
.content .pager a:hover,
.content .pager a.active { color: #fff; border-color: #164fb9; background: #164fb9; }
.content .nline { line-height: 1.5em; overflow: hidden; margin-top: 2em; padding: 1em 0; border-top: 1px solid #dfdfdf; }
.content .nline a { display: block; text-decoration: none; color: #666; }
.content .nline a.prev { float: left; }
.content .nline a.prev::before { display: inline-block; width: 1.5em; height: 1.5em; margin-right: .5em; content: ''; vertical-align: middle; background: url(../images/icon-nline.png) no-repeat; background-size: cover; }
.content .nline a.next { float: right; }
.content .nline a.next::after { display: inline-block; width: 1.5em; height: 1.5em; margin-left: .5em; content: ''; vertical-align: middle; background: #000; background: url(../images/icon-nline.png) no-repeat; background-position: -1.5em 0; background-size: cover; }
.content .nline a:hover { color: #164fb9; }
.content .nline a:hover.prev::before { background-position: -3em 0; }
.content .nline a:hover.next::after { background-position: -4.5em 0; }
.content .nline span { display: inline-block; vertical-align: middle; }
.wrap-index .container-full:nth-child(1) { background: #164fb9; color: #fff; }
.wrap-index .container-full:nth-child(2),
.wrap-index .container-full:nth-child(4) { background: #fff; }
.wrap-index .container-full:nth-child(3) { overflow: hidden; background: #164fb9; }
.wrap-index .container-full:nth-child(3)::before { position: absolute; right: 52%; top: -50%; width: 100%; height: 200%; background: #1e57c1; content: ''; -webkit-transform: rotate(8deg); -ms-transform: rotate(8deg); transform: rotate(8deg); }
.wrap-index .container-full:nth-child(5) { background: #f0f0f0; }
.wrap-index .index-box { padding-top: 64px; padding-bottom: 64px; }
.wrap-index .index-box>.title { position: relative; text-align: center; }
.wrap-index .index-box>.title::after { position: absolute; bottom: -9px; left: 50%; width: 40px; height: 1px; margin-left: -20px; content: ''; background: #164fb9; }
.wrap-index .index-box>.title h2 { margin: 0; }
.wrap-index .index-box-about { line-height: 0; padding-bottom: 32px; text-align: justify; }
.wrap-index .index-box-about>.title { line-height: 1.42857143; margin-bottom: 32px; color: #fff; }
.wrap-index .index-box-about>.title::after { background-color: #fff; }
.wrap-index .index-box-about .box { line-height: 1.42857143; position: relative; display: inline-block; overflow: hidden; width: 31.5%; margin-bottom: 32px; text-align: left; vertical-align: top; background: #fff; }
.wrap-index .index-box-about .box-fix { line-height: 0; overflow: hidden; height: 0; margin: 0; padding: 0; }
.wrap-index .index-box-about .box .thumb { overflow: hidden; width: 100%; height: 220px; }
.wrap-index .index-box-about .box .thumb a { position: relative; display: block; width: 100%; height: 100%; }
.wrap-index .index-box-about .box .thumb img { display: block; width: 100%; }
.wrap-index .index-box-about .box .info { min-height: 142px; padding: 2em 1em; }
.wrap-index .index-box-about .box .info h3,
.wrap-index .index-box-about .box .info h4,
.wrap-index .index-box-about .box .info h5 { margin: 0; }
.wrap-index .index-box-about .box .info a { display: inline-block; overflow: hidden; width: 100%; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; color: inherit; }
.wrap-index .index-box-about .box .info h4 a { color: #164fb9; }
.wrap-index .index-box-about .box .info p { display: -webkit-box; overflow: hidden; height: 58px; margin: 0; text-overflow: ellipsis; color: #666; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.wrap-index .index-box-about .box-about .info h3 { margin-bottom: 1px; }
.wrap-index .index-box-about .box-about .info p { height: 82px; -webkit-line-clamp: 4; }
.wrap-index .index-box-product { padding-bottom: 32px; }
.wrap-index .index-box-product>.title { margin-bottom: 32px; }
.wrap-index .index-box-product .pcate { line-height: 0; text-align: justify; }
.wrap-index .index-box-product .pcate a { font-weight: bold; line-height: 40px; position: relative; display: inline-block; width: 160px; max-width: 48%; margin-bottom: 22px; text-align: center; text-decoration: none; color: #666; border-radius: 40px; background: #f0f0f0; }
.wrap-index .index-box-product .pcate a.fix { height: 0; margin: 0; padding: 0; }
.wrap-index .index-box-product .pcate a.active,
.wrap-index .index-box-product .pcate a:hover { color: #fff; background-color: #164fb9; }
.wrap-index .index-box-product .pcate a.active::after { display: block; }
.wrap-index .index-box-product .pcate a::after { position: absolute; bottom: -12px; left: 50%; display: none; width: 0; height: 0; margin-left: -6px; content: ''; border: 6px solid transparent; border-top-color: #164fb9; }
.wrap-index .index-box-product .ptab { position: relative; overflow: hidden; }
.wrap-index .index-box-product .ptab .tab { display: none; overflow: hidden; width: 100%; min-height: 300px; text-align: justify; }
.wrap-index .index-box-product .ptab .tab:first-child { display: block; }
.wrap-index .index-box-product .ptab .item { position: relative; display: inline-block; overflow: hidden; width: 24%; margin-bottom: 32px; padding: 20px 10px; text-align: left; vertical-align: top; border: 1px solid #dfdfdf; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.wrap-index .index-box-product .ptab .item-fix { overflow: hidden; height: 0; margin: 0; padding: 0; border: none; }
.wrap-index .index-box-product .ptab .item:hover { border: 1px solid #666; box-shadow: 0 0 10px #666; }
.wrap-index .index-box-product .ptab .item .thumb { overflow: hidden; width: 100%; }
.wrap-index .index-box-product .ptab .img-box { padding-bottom: 71.4%; }
.wrap-index .index-box-product .ptab .item .thumb img { display: block; width: 100%; }
.wrap-index .index-box-product .ptab .item .info { padding: 1em 2em; border-top: none; }
.wrap-index .index-box-product .ptab .item .info h3 { font-weight: normal; margin: 0; text-align: center; color: #666; }
.wrap-index .index-box-product .ptab .item .info a { display: inline-block; overflow: hidden; width: 100%; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; color: inherit; }
.wrap-index .index-box-product .ptab .item .button { font-size: 12px; overflow: hidden; padding-top: 1em; border-top: 1px solid #dfdfdf; }
.wrap-index .index-box-product .ptab .item .button a { line-height: 32px; display: block; overflow: hidden; width: 48%; text-align: center; white-space: nowrap; text-decoration: none; color: #fff; border-radius: 2px; background: #ccc; }
.wrap-index .index-box-product .ptab .item .button a::before { display: inline-block; width: 32px; height: 32px; content: ''; vertical-align: top; background: url(../images/product-button.png) no-repeat center left; background-size: cover; }
.wrap-index .index-box-product .ptab .item .button .inquire { float: left; background: rgba(255, 0, 0, 0.86); }
.wrap-index .index-box-product .ptab .item .button .inquire:hover { background: #f00; }
.wrap-index .index-box-product .ptab .item .button .details { float: right; background: rgba(17, 105, 223, 0.9); }
.wrap-index .index-box-product .ptab .item .button .details:hover { background: #1169df; }
.wrap-index .index-box-search { height: 50px; line-height: 50px; padding-top: 0 !important; padding-bottom: 0 !important; overflow: hidden; }
.wrap-index .index-box-search .word { float: left; max-width: 40%; }
.wrap-index .index-box-search .word a { color: #fff; text-decoration: none; }
.wrap-index .index-box-search .word a:hover { text-decoration: underline;    /*color: #164fb9;*/ }
.wrap-index .index-box-search .form { width: 252px; height: 32px; float: right; overflow: hidden; line-height: 30px; margin-top: 10px; }
.wrap-index .index-box-search .form input { display: block; margin: 0; padding: 0; height: 32px; border: none; float: left; box-sizing: border-box; -ms-box-sizing: border-box; }
.wrap-index .index-box-search .form input:focus { outline: none; }
.wrap-index .index-box-search .form .text { width: 220px; padding: 0 .5em; border: 1px solid #b8b8b8; border-right: none; }
.wrap-index .index-box-search .form .text:focus { border-color: #3580e4; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(22, 79, 185, 0.3); }
.wrap-index .index-box-search .form .submit { width: 32px; height: 32px; background: #164fb9 url(../images/icon-footer.png) no-repeat; background-size: cover; background-position: right center; cursor: pointer; }
.wrap-index .clist .item { position: relative; overflow: hidden; margin: 5px; }
.wrap-index .clist .thumb { position: relative; overflow: hidden; width: 100%; padding: 4px; border: 1px solid #dfdfdf; }
.wrap-index .clist .thumb a { padding-bottom: 129.032258%; }
.wrap-index .clist .thumb a:hover::after { display: block; cursor: pointer; }
.wrap-index .clist .thumb a::after { position: absolute; top: -4px; left: -4px; display: none; width: 105%; height: 105%; content: ''; background: rgba(0, 0, 0, 0.1); }
.wrap-index .clist .title { line-height: 2; display: block; text-align: center; text-decoration: none; color: inherit; }
.wrap-index .clist .title:hover { color: #164fb9; }
.wrap-index .partner-list .item { position: relative; overflow: hidden; margin: 5px; }
.wrap-index .partner-list img { display: block; width: 100%; }
.wrap-about .clist ul { margin: 0; margin-top: 40px; padding: 0; list-style: none; text-align: justify; }
.wrap-about .clist .item { position: relative; display: inline-block; overflow: hidden; width: 22%; margin-bottom: 32px; text-align: left; vertical-align: top; }
.wrap-about .clist .item-fix { overflow: hidden; height: 0; margin: 0; padding: 0; }
.wrap-about .clist .thumb { position: relative; overflow: hidden; width: 100%; padding: 4px; border: 1px solid #dfdfdf; }
.wrap-about .clist .thumb a { padding-bottom: 129.032258%; }
.wrap-about .clist .thumb a:hover::after { display: block; cursor: pointer; }
.wrap-about .clist .thumb a::after { position: absolute; top: -4px; left: -4px; display: none; width: 105%; height: 105%; content: ''; background: rgba(0, 0, 0, 0.1); }
.wrap-about .clist .title { line-height: 2; display: block; text-align: center; text-decoration: none; color: inherit; }
.wrap-about .clist .title:hover { color: #164fb9; }
.wrap-news .title { margin-bottom: 20px; }
.wrap-news .title h1 { font-size: 18px; margin-top: 0; }
.wrap-news .title span { color: #666; }
.wrap-news .ulist ul { margin: 0; padding: 0; list-style: none; text-align: justify; }
.wrap-news .ulist .item { position: relative; display: inline-block; overflow: hidden; width: 30%; margin-bottom: 32px; text-align: left; vertical-align: top; }
.wrap-news .ulist .item-fix { overflow: hidden; height: 0; margin: 0; padding: 0; }
.wrap-news .ulist .item:hover .more { top: 0; }
.wrap-news .ulist .item .thumb { overflow: hidden; width: 100%; }
.wrap-news .ulist .item .img-box { padding-bottom: 62.9629%; }
.wrap-news .ulist .item .info { padding: 1em 2em; border: 1px solid #dfdfdf; border-top: none; }
.wrap-news .ulist .item .info h3,
.wrap-news .ulist .item .info h4 { margin: 0; }
.wrap-news .ulist .item .info a { display: inline-block; overflow: hidden; width: 100%; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; color: inherit; }
.wrap-news .ulist .item .info span { font-weight: normal; display: block; margin-bottom: .2em; color: #666; }
.wrap-news .ulist .item .info p { display: -webkit-box; overflow: hidden; height: 62px; margin: 0; text-overflow: ellipsis; color: #666; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.wrap-news .ulist .item .more { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; text-align: center; text-decoration: none; color: #fff; background: rgba(22, 79, 185, 0.9); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.wrap-news .ulist .item .more span { display: block; padding-top: 60%; }
.wrap-news .ulist .item .more span i { font-style: normal; display: inline-block; padding-right: .5em; -webkit-transform: rotate(-45deg) translateY(-2px); -ms-transform: rotate(-45deg) translateY(-2px); transform: rotate(-45deg) translateY(-2px); }
.wrap-product .plist ul { margin: 0; margin-top: 40px; padding: 0; list-style: none; text-align: justify; }
.wrap-product .plist .item { position: relative; display: inline-block; overflow: hidden; width: 30%; margin-bottom: 32px; text-align: left; vertical-align: top; border: 1px solid #dfdfdf; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.wrap-product .plist .item-fix { overflow: hidden; height: 0; margin: 0; padding: 0; border: none; }
.wrap-product .plist .img-box { padding-bottom: 71.4%; }
.wrap-product .plist .item:hover { border: 1px solid #164fb9; box-shadow: 0 0 6px #cedbf5; }
.wrap-product .plist .item .thumb { overflow: hidden; width: 100%; }
.wrap-product .plist .item .info { padding: .6em; border-top: none; background: #eaeaea; }
.wrap-product .plist .item:hover .info { background-color: #164fb9; }
.wrap-product .plist .item:hover .info h3 { color: #fff; }
.wrap-product .plist .item .info h3 { font-weight: normal; text-align: center; margin: 0; }
.wrap-product .plist .item .info a { display: inline-block; overflow: hidden; width: 100%; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; color: inherit; vertical-align: middle; }
.wrap-product .ueditor-main { overflow: hidden; min-height: 420px; }
.wrap-product .ueditor-main .album { float: left; width: 450px; }
.wrap-product .ueditor-main .album img { display: block; width: 100%; }
.wrap-product .ueditor-main .info { margin-left: 470px; }
.wrap-product .ueditor-main .info h1 { font-size: 18px; margin-top: 0; color: #164fb9; }
.wrap-product .ueditor-main .info p { line-height: 1.8; }
.wrap-product .ueditor-main .info .inquire { font-size: 14px; font-weight: normal; line-height: 38px; display: block; width: 128px; height: 38px; margin-top: 36px; text-decoration: none; text-indent: 56px; color: #fff; border: 1px solid #1b47b6; border-radius: 3px; background: #1b47b6 url(../images/inquire.png) no-repeat left center; }
.wrap-product .ueditor-table .table-title { font-size: 16px; line-height: 38px; height: 38px; margin-bottom: 0; text-align: center; color: #fff; background: #164fb9; }
.wrap-product .ueditor-table table { font-size: 14px; width: 100%; text-align: left; color: #666; border-right: 1px #dfdfdf solid; border-bottom: 1px #dfdfdf solid; border-collapse: collapse; border-spacing: 0; }
.wrap-product .ueditor-table table td { height: 35px; padding-left: 20px; border: #dfdfdf solid; border-color: #dfdfdf !important; border-width: 1px 0 0 1px; }
.wrap-product .ueditor-table table p { font-weight: bold; color: #000; }
.wrap-product .owl-carousel { border: 1px solid #dfdfdf; }
.wrap-product .owl-carousel.owl-theme { position: relative; }
.wrap-product .owl-carousel.owl-theme .owl-controls { position: absolute; bottom: 0; width: 100%; }
.wrap-product .owl-carousel.owl-theme .owl-controls .owl-page span { width: 8px; height: 8px; }
.wrap-product .owl-carousel.owl-theme .owl-controls .owl-page.active span { background: #164fb9; }
.wrap-product .owl-carousel-thumb { margin-top: 20px; }
.wrap-product .owl-carousel-thumb ul { margin: 0; padding: 0; list-style: none; text-align: justify; }
.wrap-product .owl-carousel-thumb .item { display: inline-block; width: 104px; height: 70px; margin-bottom: 12px; border: 1px solid #dfdfdf; }
.wrap-product .owl-carousel-thumb .item:hover,
.wrap-product .owl-carousel-thumb .item.active { border-color: #164fb9; }
.wrap-product .owl-carousel-thumb .item-fix { overflow: hidden; height: 0; margin: 0; padding: 0; border: none; }
.wrap-product .owl-carousel-thumb a { position: relative; display: block; width: 100%; height: 100%; }
.wrap-product .owl-carousel-thumb img { display: block; width: 100%; height: 100%; }
.wrap-service .dlist { margin-top: 40px; }
.wrap-service .dlist ul { margin: 0; padding: 0; list-style: none; text-align: justify; }
.wrap-service .dlist .item { position: relative; display: inline-block; overflow: hidden; width: 270px; height: 90px; margin-bottom: 40px; background: url(../images/download.png) no-repeat; background-size: cover; }
.wrap-service .dlist .item-fix { overflow: hidden; height: 0; margin: 0; padding: 0; }
.wrap-service .dlist .item h3 { line-height: 1; position: absolute; top: 20px; left: 90px; margin: 0; }
.wrap-service .dlist .item a { line-height: 30px; position: absolute; top: 42px; left: 122px; display: block; text-decoration: none; color: inherit; }
.wrap-service .dlist .item a:hover { color: #164fb9; }
.wrap-contact .ueditor { margin-top: 40px; }
.wrap-contact .ueditor-info { position: relative; padding-bottom: 32px; background: url(../images/contact-info.png) no-repeat; background-position: center bottom; background-size: cover; }
.wrap-contact .ueditor-info .company { margin-right: 220px; }
.wrap-contact .ueditor-info .company h2 { margin-top: 0; }
.wrap-contact .ueditor-info .company a { text-decoration: none; color: inherit; }
.wrap-contact .ueditor-info .company a:hover { text-decoration: underline; }
.wrap-contact .ueditor-info .qr { position: absolute; top: 0; right: 0; width: 160px; height: 160px; padding: 6px; background: url(../images/qrbg.png) no-repeat; background-size: cover; }
.wrap-contact .ueditor-info .qr img { display: block; width: 100%; height: 100%; }
.wrap-contact .ueditor-sales { text-align: justify; }
.wrap-contact .ueditor-sales .item { display: inline-block; width: 270px; margin-bottom: 32px; padding: 30px 50px 40px; vertical-align: top; border: 1px solid #dfdfdf; background: #fefefe; }
.wrap-contact .ueditor-sales .item .avatar { overflow: hidden; width: 140px; height: 140px; margin: 0 auto; border: 1px solid #dfdfdf; border-radius: 50%; }
.wrap-contact .ueditor-sales .item .avatar img { display: block; }
.wrap-contact .ueditor-sales .item-fix { overflow: hidden; height: 1px; margin: 0; padding: 0; border: none; background: none; }
.wrap-contact .ueditor-sales .item h5,
.wrap-contact .ueditor-sales .item h6 { margin: 0; text-align: center; }
.wrap-contact .ueditor-sales .item h5 { font-size: 16px; margin-top: 1em; }
.wrap-contact .ueditor-sales .item h6 { font-size: 14px; font-style: normal; margin-bottom: 1em; color: #666; }
.wrap-contact .ueditor-sales .item ul { margin: 0; padding: 0; list-style: none; }
.wrap-contact .ueditor-sales .item li { position: relative; display: block; padding-left: 2em; }
.wrap-contact .ueditor-sales .item li:before { position: absolute; top: 50%; left: 0; display: block; width: 12px; height: 12px; margin-top: -6px; content: ''; background: url(../images/contact-sales.png) no-repeat; background-size: cover; }
.wrap-contact .ueditor-sales .item li.email::before { background-position: 0 0; }
.wrap-contact .ueditor-sales .item li.tel::before { background-position: -12px 0; }
.wrap-contact .ueditor-sales .item li.mobile::before { background-position: -24px 0; }
.wrap-contact .ueditor-sales .item li.qq::before { background-position: -36px 0; }
.wrap-contact .ueditor-sales .item a { text-decoration: none; color: inherit; }
.wrap-contact .ueditor-sales .item a:hover { text-decoration: underline; }
.wrap-contact .ueditor-map { margin-top: 0;    /*border: 1px solid #dfdfdf;*/ }
.feedback-form { width: 100%; text-align: justify; }
.feedback-form .form-row { display: inline-block; width: 49%; text-align: left; }
@media (max-width:480px) {
  .feedback-form .form-row { width: 100%; }
}
.feedback-form .form-row-full { width: 100%; }
.feedback-form input { height: 32px; }
.feedback-form input[readonly] { color: #666; }
.feedback-form input,
.feedback-form textarea { line-height: 2; display: block; width: 100%; margin: 8px 0; padding-left: 6px; -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 1px solid #e5e5e5; outline: none; }
.feedback-form input:focus,
.feedback-form textarea:focus { border-color: #2496e5; outline: none; }
.feedback-form input:hover,
.feedback-form textarea:hover { border-color: #2496e5; outline: none; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(22, 79, 185, 0.3); }
.feedback-form textarea { height: 160px; max-height: 250px; resize: vertical; }
.feedback-form .submit { font-size: 1.6rem; display: inline-block; width: 100%; padding: 6px 30px; cursor: pointer; text-align: center; color: #fff; border: none; background: rgba(22, 79, 185, 0.9); }
.feedback-form .submit:hover { text-decoration: none; background: #164fb9; }
.feedback-form .submit.disabled { opacity: .8; }
.footer { width: 100%; padding-top: 60px; color: #aaceff; background: #164fb9; }
.footer .menu,
.footer .qrcode,
.footer .contact { display: inline-block; vertical-align: top; }
.footer a { text-decoration: none; color: inherit; }
.footer a:hover { color: #fff; }
.footer h3 { margin-top: 0; color: #fff; }
.footer .menu ul { margin: 0; padding: 0; list-style: none; }
.footer .menu .item { display: inline-block; min-width: 150px; margin-bottom: 40px; text-align: left; vertical-align: top; }
.footer .menu .item li>a { line-height: 2; }
.footer .menu .item li>a::before { padding-right: 3px; content: '\2023'; }
.footer .qrcode { width: 130px; margin-right: 80px; margin-bottom: 32px; padding: 8px; padding-bottom: 20px; text-align: center; border: 1px solid #aaceff; }
.footer .qrcode .img { display: block; width: 100%; }
.footer .qrcode i { display: block; width: 32px; height: 32px; margin: 18px auto 8px; background: url(../images/icon-footer.png) no-repeat left; background-position: 0 0; background-size: cover; }
.footer .contact { width: 260px; margin-bottom: 32px; }
.footer .contact p { margin: 0; }
.footer .contact .add,
.footer .contact .tel,
.footer .contact .fax { margin-left: -8px; }
.footer .contact .add::before,
.footer .contact .tel::before,
.footer .contact .fax::before { display: inline-block; width: 32px; height: 32px; margin-right: 4px; content: ''; vertical-align: middle; background: url(../images/icon-footer.png) no-repeat left; background-size: cover; }
.footer .contact .add::before { background-position: -64px 0; }
.footer .contact .tel::before { background-position: -96px 0; }
.footer .contact .fax::before { background-position: -128px 0; }
.footer .copyright { position: relative; overflow: hidden; width: 100%; height: 60px; }
.footer .copyright .main { float: left; }
.footer .copyright .main p { line-height: 52px; display: inline-block; margin: 0; margin-right: 1em; }
.footer .copyright .gotop { position: absolute; top: 0; right: 0; float: right; width: 100px; height: 100%; cursor: pointer; background: #1854c4; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.footer .copyright .gotop:hover { background: #0b318f; }
.footer .copyright .gotop i { display: block; width: 32px; height: 32px; margin: 12px auto 0; background: url(../images/icon-footer.png) no-repeat left; background-position: -32px 0; background-size: cover; }
.footer .container-full:first-child { border-bottom: 1px solid #0f48b2; }
.footer .container-full:last-child { border-top: 1px solid #1c55bf; }
.table-content { width: 100%; overflow-x: scroll; }
.owl-buttons { background: red; display: block; }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons div { height: 100px; opacity: 1; line-height: 90px; background: rgba(28, 75, 156, .8); }
.banner .owl-carousel.owl-theme .owl-controls .owl-buttons div::after { color: #fff; font-size: 32px; }

.banner .owl-carousel.owl-theme .owl-controls .owl-buttons { display: block !important; }
.wrap-sitemap
{
    clear: both;
}
.wrap-sitemap .title-in
{
    text-align: left;
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
 .wrap-sitemap .sitemap ul{
	 padding: 0;
	 margin: 0;
 }
 .wrap-sitemap .sitemap ul li{
	 list-style: none;
	
 }
  .wrap-sitemap .sitemap a{
	   color: inherit;
	   text-decoration: none;
  }
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

    width: 100%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li
    {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;

    border: 1px solid #eaeaea;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    background-color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

    padding: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    /* display: inline-block; */

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 28px;

    display: block;

    padding: 5px 30px;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > a:hover > a
{
    text-decoration: underline;

    color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul
{
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul
    {
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
{
    line-height: 30px;

    display: block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > ul > li a
    {
        font-size: 13px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li a:before
{
    display: inline-block;

    margin-right: 4px;

    content: '-';
    vertical-align: middle;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover a
{
    text-decoration: underline;

    color: #0d6fb8;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #0d6fb8;
}