@charset "UTF-8";
/*
* @Author: DoDo
* @Date:   2020-06-11 08:19:23
* @Last Modified by:   DoDo
* @Last Modified time: 2020-11-10 13:31:33
*/
body { font-family: "微软雅黑"; overflow-x: hidden; }

body.on { overflow: hidden; }

img { max-width: 100%; }

a { outline: none; }

@media screen and (min-width: 1366px) { .container { width: 1200px; padding-left: 0; padding-right: 0; } }
.f0 { font-size: 0; }

.bg-f7 { background: #f7f7f7; }

.c-e50027 { color: #e50027; }

/*============================= public =============================*/
.header { position: fixed; left: 0; top: 0; right: 0; z-index: 100; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.header .container::before, .header .container::after { display: none; }
.header .a-logo img { -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.nav-toggle { display: flex; justify-content: center; }
.nav-toggle a { position: relative; display: block; margin: 0 25px; line-height: 100px; font-size: 16px; color: #222; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-toggle a::after { content: " "; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; background: #e50027; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-toggle a.on { color: #e50027; }
.nav-toggle a.on::after { left: 0; right: 0; }

.header-right { display: flex; align-items: center; }

.header-lauguage { display: flex; align-items: center; }
.header-lauguage a { display: flex; align-items: center; font-size: 14px; color: #666; margin-left: 25px; }
.header-lauguage a:first-child { margin-left: 0; }
.header-lauguage a img { margin-right: 5px; }
.header-lauguage a.on { color: #e50027; }

.header-bream { width: 30px; height: 25px; position: relative; padding-top: 12px; cursor: pointer; display: none; margin-left: 20px; }
.header-bream span { display: block; height: 2px; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; background-color: #e50027; border-radius: 2px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header-bream::before, .header-bream:after { content: " "; position: absolute; left: 0; right: 0; height: 2px; background-color: #e50027; border-radius: 2px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header-bream::before { top: 2px; }
.header-bream::after { bottom: 2px; }

.header-bream.on span { filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.header-bream.on::before { top: 12px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.header-bream.on::after { bottom: 12px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.footer { padding: 54px 0 47px; background: #3d3c3c; }

.footer-nav a { font-size: 16px; color: #fff; margin: 0 19px; }
.footer-nav a:hover { color: #e50027; }

.footer-share { font-size: 14px; color: #ccc; line-height: 32px; margin-top: 25px; margin-bottom: 23px; }
.footer-share .bshare-custom { display: inline-block; }
.footer-share .bshare-custom a { padding: 0; width: 33px; height: 32px; line-height: normal; background-repeat: no-repeat; background-position: center; background-size: cover; margin: 0 6px; }
.footer-share .bshare-custom a.bshare-qqim { background-image: url("../images/f-icon1.png"); }
.footer-share .bshare-custom a.bshare-weixin { background-image: url("../images/f-icon2.png"); }
.footer-share .bshare-custom a.bshare-sinaminiblog { background-image: url("../images/f-icon3.png"); }
.footer-share .bshare-custom a.bshare-facebook { background-image: url("../images/f-icon4.png"); }
.footer-share .bshare-custom a.bshare-twitter { background-image: url("../images/f-icon5.png"); }
.footer-share .bshare-custom a.bshare-linkedin { background-image: url("../images/f-icon6.png"); }

.footer-copy { font-size: 14px; color: #ccc; line-height: 24px; }
.footer-copy .span-01 a { color: #ccc; }
.footer-copy .span-01 a:hover { color: #e50027; }

/*============================= index =============================*/
.banner-owl .owl-nav button.owl-prev, .banner-owl .owl-nav button.owl-next { font-size: 0; width: 50px; height: 50px; position: absolute; top: 50%; z-index: 10; transform: translateY(-50%); background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.banner-owl .owl-nav button.owl-prev { left: 3.125%; background-image: url("../images/arrow-left.png"); }
.banner-owl .owl-nav button.owl-prev:hover { background-image: url("../images/arrow-lefth.png"); }
.banner-owl .owl-nav button.owl-next { right: 3.125%; background-image: url("../images/arrow-right.png"); }
.banner-owl .owl-nav button.owl-next:hover { background-image: url("../images/arrow-righth.png"); }
.banner-owl .banner-a1 { height: 100vh; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; }
.banner-owl .owl-item .banner-a1 img { display: none; }

.banner-word { width: 76.66%; text-align: right; color: #fff; }
.banner-word .div-title { font-weight: bold; font-size: 56px; line-height: 66px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.banner-word .div-more { font-size: 24px; line-height: 34px; padding-right: 45px; background: url("../images/icon-01.png") right center no-repeat; margin-top: 16px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.banner-scroll { position: absolute; left: 50%; bottom: 5.5%; transform: translateX(-50%); z-index: 20; width: 26px; height: 48px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.banner-scroll img { animation: banner_scroll 1.2s infinite linear; -moz-animation: banner_scroll 1.2s infinite linear; /* Firefox */ -webkit-animation: banner_scroll 1.2s infinite linear; /* Safari and Chrome */ -o-animation: banner_scroll 1.2s infinite linear; /* Opera */ }

@keyframes banner_scroll { 0% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(3px); }
  100% { transform: translateY(0); } }
.index-title { font-size: 40px; line-height: 42px; padding-bottom: 25px; color: #333; }

.index-title.white { color: #fff; }

.index-title.tc { background-position: center bottom; background-repeat: no-repeat; background-image: url("../images/line-01.jpg"); }

.index-title2 { font-size: 30px; line-height: 32px; padding-bottom: 22px; color: #333; }

.index-title2.white { color: #fff; }

.index-title2.tc { background-position: center bottom; background-repeat: no-repeat; background-image: url("../images/line-03.jpg"); }

.index-intro { padding-top: 80px; padding-bottom: 75px; background: #f7f7f7; }

.index-intro-cont { width: 536px; max-width: 100%; font-size: 22px; line-height: 32px; color: #666; margin-top: 30px; }
.index-intro-cont .div-01 { margin-top: 40px; }
.index-intro-cont .div-01:first-child { margin-top: 0; }
.index-intro-cont .div-title { font-size: 26px; line-height: 36px; color: #333; }
.index-intro-cont .div-des { margin-top: 7px; text-align: justify; }

.index-record { padding-top: 80px; padding-bottom: 75px; background-repeat: no-repeat; background-position: center bottom; }

.index-record-num { position: relative; background-repeat: no-repeat; background-position: left center; font-size: 32px; line-height: 34px; color: #e50027; font-weight: lighter; }
.index-record-num span { font-family: "Georgia"; }
.index-record-num .div-yuan { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 186px; height: 186px; }
.index-record-num .div-zi { position: relative; z-index: 2; }

.index-record-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.index-record-top .index-record-num { padding-left: 40px; }
.index-record-top .index-record-num span { font-size: 176px; line-height: 186px; }
.index-record-top .div-word { width: 73.16%; padding-left: 80px; font-size: 48px; line-height: 70px; color: #888; font-weight: lighter; border-left: 1px solid #dbdbdb; }

.index-record-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding-top: 43px; margin-top: 43px; border-top: 1px dotted #ddd; }
.index-record-bottom .index-record-num { min-width: 132px; padding-left: 40px; }
.index-record-bottom .index-record-num span { font-size: 120px; line-height: 132px; }
.index-record-bottom .index-record-num .div-yuan { width: 142px; height: 142px; }
.index-record-bottom .div-txt { font-size: 36px; color: #888; line-height: 46px; font-weight: lighter; margin-top: 12px; }

.index-project { padding-top: 80px; padding-bottom: 80px; }

.index-project-owl { margin-top: 40px; }
.index-project-list { width: 100%; }
.index-project-list li{ float: left; width: 220px; display: inline; }

.index-project-a1 .span-img .mg1 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; height: auto; max-width: 90%; max-height: 90%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-project-a1 .span-txt { font-size: 18px; line-height: lighter; line-height: 28px; color: #333; margin-top: 15px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

/*============================= 02_关于国泰 =============================*/
.banner-inside { padding-top: 8%; padding-bottom: 8%; background-size: cover; background-repeat: no-repeat; background-position: center; margin-top: 100px; }
.banner-inside .container { display: flex; }
.banner-inside .container::before, .banner-inside .container::after { display: none; }

.banner-title { position: relative; margin-left: 18.75%; min-width: 170px; color: #fff; padding: 50px 43px 44px 6px; background: rgba(229, 0, 39, 0.5); }
.banner-title::before { content: " "; display: block; position: absolute; left: 6px; top: -9px; right: -9px; bottom: -9px; border: 1px solid #fff; }
.banner-title .div-cn { padding-left: 12px; padding-top: 28px; background: url("../images/line-04.jpg") left top no-repeat; font-size: 28px; line-height: 38px; }
.banner-title .div-en { padding-left: 12px; font-size: 16px; line-height: 26px; text-transform: uppercase; }

.public-menu { border-bottom: 1px solid #f1f1f1; }
.public-menu a { display: inline-block; font-size: 18px; line-height: 60px; color: #555; font-weight: lighter; padding: 0 74px; background: url("../images/line-05.jpg") left center no-repeat; cursor: pointer; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.public-menu a:first-child { background: none; }
.public-menu a.on { color: #fff; background-image: none; background-color: #e50027; }

.about-anchor { position: absolute; margin-top: -160px; }

.about-intro { padding-top: 80px; padding-bottom: 90px; }

.about-intro-art { font-size: 16px; line-height: 28px; color: #555; margin-top: 33px; }

.about-fund { padding-top: 120px; padding-bottom: 120px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.about-fund-01 { position: relative; margin-top: 40px; padding-left: 48px; padding-right: 48px; }
.about-fund-01::before { content: " "; position: absolute; left: 0; top: 187px; width: 12px; height: 12px; background: #fff; border-radius: 50%; }
.about-fund-01::after { content: ""; position: absolute; left: 0; right: 0; top: 193px; height: 1px; background: rgba(255, 255, 255, 0.2); }

.about-foun-next { position: absolute; right: 0; top: 184px; cursor: pointer; }

.about-fund-owl { position: relative; z-index: 10; }

.about-fund-a1 .span-img { border-radius: 5px; }
.about-fund-a1 .bdo-img { height: 160px; background-repeat: no-repeat; background-size: cover; background-position: center; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.about-fund-a1 .span-dot { width: 26px; height: 26px; background: url("../images/bg-05.png") center no-repeat; background-size: cover; margin-top: 20px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.about-fund-a1 .span-num { padding-left: 6px; padding-right: 6px; font-size: 24px; line-height: 34px; color: #fff; margin-top: 32px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.about-fund-a1 .span-des { padding-left: 6px; padding-right: 6px; font-size: 14px; line-height: 24px; color: #fff; margin-top: 5px; }

.about-market { padding-top: 80px; padding-bottom: 80px; }

.about-market-cont { display: flex; padding-top: 30px; }

.about-market-01 { position: relative; width: 43.28%; margin-top: 20px; border-left: 1px solid #fff; }
.about-market-01:first-child { border-left: none; }
.about-market-01 .span-bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center; }
.about-market-01 .span-bg1 { z-index: 1; background-color: #263565; background-size: 100%; background-position: center bottom; }
.about-market-01 .span-bg2 { z-index: 2; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.about-market-01 .div-cont { position: relative; z-index: 10; padding: 125px 25px 112px; line-height: 32px; text-align: center; color: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.about-market-01 .div-cont .div-title { font-size: 24px; line-height: 34px; padding-bottom: 38px; background: url("../images/line-06.jpg") center bottom no-repeat; }
.about-market-01 .div-cont .div-des { padding-top: 52px; }

/*============================= 03_投资理念 =============================*/
.inves-main { padding-top: 80px; padding-bottom: 80px; }

.inves-cont { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px; }

.inves-01 { width: 48.33%; margin-top: 40px; padding: 50px 50px 45px; background: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.inves-01 .div-num { position: absolute; right: -15px; top: -25px; font-family: Impact; font-size: 180px; line-height: 180px; color: rgba(0, 0, 0, 0.05); }
.inves-01 .div-icon img { display: block; height: 100px; }
.inves-01 .div-title { font-size: 24px; line-height: 34px; color: #333; margin-top: 35px; }
.inves-01 .div-des { font-size: 16px; line-height: 28px; color: #555; margin-top: 11px; }

/*============================= 04_投资项目 =============================*/
.project-main { padding-top: 80px; padding-bottom: 60px; }

.project-sort { position: relative; padding: 17px 35px 25px 134px; background: #fff; }
.project-sort a { display: block; width: 100%; padding: 5px 15px; line-height: 24px; margin-right: 53px; font-size: 16px; color: #333;background: #f7f7f7; }
.project-sort .span-01 { display: inline-block; margin-top: 8px; }
.project-sort .a1 { position: absolute; left: 50px; top: 25px; margin: 0; padding: 5px; width: 54px; text-align: center; color: #fff; background: #e50027; }
.project-sort .a2.on { color: #e50027; }

.project-list { position: relative; margin-top: 60px; }
.project-list::before, .project-list::after { content: " "; position: absolute; top: 0; bottom: 0; width: 1px; background: #f7f7f7; }
.project-list::before { left: 0; }
.project-list::after { right: 0; }
.project-list .row { margin-right: 0; margin-left: 0; margin-top: -1px; margin-bottom: -1px; }

.project-grid::before { position: absolute; width: 100%; height: 1px; content: ""; bottom: 0; left: 0; right: 0; z-index: 1; }

.project-01 { padding: 14px; min-height: inherit; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
.project-01.ling { margin: 0; padding: 0; border: none; }

.project-a1, .project-tc-a1 { background: #fff; cursor: pointer; }
.project-a1 img, .project-tc-a1 img { width: 100%; }
.project-a1 .mg1, .project-tc-a1 .mg1 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: auto; max-width: 90%; max-height: 90%; }

.project-tc { width: 100%; overflow: auto; display: block !important; }
.project-tc .span-icon { position: absolute; right: 30px; top: 30px; cursor: pointer; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.project-tc .span-icon, .project-tc .project-tc-cont { display: none; }

.project-tc-cont { margin-top: 40px; padding-top: 40px; border-top: 1px solid #dbdbdb; }
.project-tc-cont .div-title { font-size: 20px; line-height: 1; border-left: 2px solid #e50027; padding-left: 14px; color: #e50027; }
.project-tc-cont .div-des { font-size: 16px; line-height: 30px; color: #333; margin-top: 22px; }
.project-tc-cont .div-des a { color: #e50027; }

.project-tc-more { position: relative; line-height: 40px; font-size: 16px; font-family: "Arial"; color: #fff; background: #e50027; padding: 0 53px 0 12px; margin-top: 30px; }
.project-tc-more .mg-icon { position: absolute; right: 0; top: 0; bottom: 0; }
.project-tc-more:hover { color: #fff; }

.project-anchor { position: absolute; top: -100px; }

.project-tc-a1 { width: 100%; margin-left: 0; margin-right: 0; }

.project-01.on { padding: 14px 14px 30px; background: #e6e6e6; }
.project-01.on .project-tc-a1 { width: auto; }
.project-01.on .span-icon, .project-01.on .project-tc-cont { display: block; }

/*============================= 06_联系我们 =============================*/
.contact-main { padding-top: 80px; }

.contact-top { padding-bottom: 70px; }

.contact-cont { display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 10px; }

.contact-01 { width: 48.33%; margin-top: 40px; padding: 50px 50px 45px; background: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.contact-01 .div-title { font-size: 24px; line-height: 1; font-weight: bold; color: #e50027; padding-bottom: 22px; background: url("../images/line-07.jpg") left bottom no-repeat; }

.contact-list { padding-top: 37px; }
.contact-list li { padding-left: 25px; background-position: left top 3px; background-repeat: no-repeat; font-size: 16px; line-height: 24px; color: #666; margin-top: 12px; }
.contact-list li:first-child { margin-top: 0; }

.contact-plan { padding-top: 120px; padding-bottom: 120px; background-size: cover; background-repeat: no-repeat; background-position: right center; }

.contact-plan-cont { font-size: 16px; line-height: 26px; color: #333; margin-top: 48px; }
.contact-plan-cont a { font-size: 20px; margin-left: 15px; }
.contact-plan-cont a:hover { color: #e50027; }

/*============================= 07_投资者关系 =============================*/
.inves-list { padding-top: 50px; }
.inves-list li { margin-top: 80px; }
.inves-list li:first-child { margin-top: 0; }
.inves-list li .div-img { float: left; width: 43.33%; }
.inves-list li .div-img .span-img { width: 100%; height: 280px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.inves-list li .div-img .span-img img { display: none; }
.inves-list li .div-img .span-logo { position: absolute; right: -40px; bottom: 0; width: 80px; height: 80px; background: #fff; display: flex; align-items: center; justify-content: center; -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08); box-shadow: 0 0 16px rgba(0, 0, 0, 0.08); }
.inves-list li .div-cont { float: right; width: 52.66%; padding-left: 60px; padding-right: 60px; padding-top: 12px; font-size: 16px; line-height: 32px; color: #666; }

.inves-login { padding-top: 100px; padding-bottom: 100px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.inves-login .container { display: flex; align-items: center; justify-content: space-between; padding: 0 60px; }
.inves-login .container::before, .inves-login .container::after { display: none; }
.inves-login .div-title { font-size: 30px; line-height: 32px; padding-bottom: 17px; font-family: "Arial"; color: #111; font-weight: bold; text-transform: uppercase; background-position: left bottom; background-repeat: no-repeat; background-image: url("../images/line-03.jpg"); }
.inves-login a { width: 200px; height: 56px; line-height: 56px; text-align: center; background: #e50027; border-radius: 5px; color: #fff; font-size: 20px; }

/*============================= 05_管理团队 =============================*/
.team-main { padding-top: 80px; padding-bottom: 80px; }
.team-main:first-child { padding-bottom: 0; }

.team-title { padding-top: 120px; padding-bottom: 310px; background-repeat: no-repeat; background-position: center; background-size: cover; }

.team-cont { position: relative; margin-top: -210px; z-index: 2; padding-top: 225px; padding-bottom: 95px; background: #fff; }

.team-top { padding: 34px 10px 40px 350px; background: #f7f7f7; }
.team-top-01{ position: absolute; left: 0; top: 0; visibility: hidden; }
.team-top-01.on{ position: relative; visibility: visible; }
.team-top .div-img { position: absolute; left: 0; top: -124px; width: 300px; height: 300px; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; }
.team-top .div-img img { max-width: 100%; max-height: 100%; }
.team-top .div-name { position: absolute; left: 350px; top: -64px; font-size: 20px; line-height: 30px; font-weight: bold; color: #333; padding-left: 50px; background: url("../images/line-03.jpg") left center no-repeat; }
.team-top .div-info { font-size: 18px; color: #e50027; line-height: 26px; }
.team-top .div-cont { font-size: 14px; line-height: 24px; color: #666; margin-top: 20px; max-height: 120px; }
.team-top .mCSB_scrollTools .mCSB_draggerRail { background: none; }
.team-top .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px; background: #dbdbdb; }
.team-top .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .team-top .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background: #dbdbdb; }

.team-owl { position: relative; margin-top: 40px; }
.team-owl .owl-nav button.owl-prev, .team-owl .owl-nav button.owl-next { font-size: 0; width: 14px; height: 23px; position: absolute; top: 50%; z-index: 10; transform: translateY(-50%); background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.team-owl .owl-nav button.owl-prev { left: 0; background-image: url("../images/arrow-left2.png"); }
.team-owl .owl-nav button.owl-prev:hover { background-image: url("../images/arrow-left2h.png"); }
.team-owl .owl-nav button.owl-next { right: 0; background-image: url("../images/arrow-right2.png"); }
.team-owl .owl-nav button.owl-next:hover { background-image: url("../images/arrow-right2h.png"); }

.team-a1 { text-align: center; }
.team-a1 .span-img { width: 106px; height: 106px; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 50%; border: 1px solid #fff; margin: 0 auto; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.team-a1 .span-name { font-size: 18px; line-height: 28px; color: #555; margin-top: 14px; padding-bottom: 10px; background: url("../images/line-08.jpg") center bottom no-repeat; }
.team-a1 .span-info { font-size: 14px; line-height: 24px; color: #888; margin-top: 14px; }

/*# sourceMappingURL=style.css.map */
