body{ min-width: 1600px;} 
 
.bg-gray { background: #f8f9fa; }

:-webkit-autofill { -webkit-text-fill-color: #666 !important; transition: background-color 5000s ease-in-out 0s; }
.text-white { color: #ffffff; }

.text-right { text-align: right; }
.none { display:none;overflow:hidden;}

header { border-bottom: 1px solid #aeaeae; display: flex !important; height: 80px; align-items: center; justify-content: space-between; position: fixed; top: 0; left: 0; width: 100%; min-width: 1600px; z-index: 9999; background-color: rgba(255, 255, 255, 0.5); }
header:hover, header.hover { box-shadow: 0px 14px 18px 0px rgba(20, 34, 51, 0.19) !important; background-color: #fff !important; }
header .head-left { display: flex; height: 100%; }
header .head-left .logo {  height: 42px; overflow: hidden; margin-top: 17px;margin-left: 17px; }
header .head-left .logo img { display: block;  height: 100%; /*transition: all .2s; */}
/*header .head-left .logo:hover img:first-child { height: 0%; }*/
header .head-left .nav-list { display: flex; height: 100%; align-items: center; margin-left: 40px; }
header .head-left .nav-list .has-dowMenu:hover > a:after, header .head-left .nav-list .has-dowMenu:hover > span:after { content: ""; height: 4px; width: 100%; background: #0078d7; display: block; position: absolute; left: 0; bottom: 0; }
header .head-left .nav-list .has-dowMenu:hover .dropdown-menu { display: block; opacity: 1; }
header .head-left .nav-list > li { height: 100%; line-height: 80px; flex: 1; padding: 0 40px; }
header .head-left .nav-list > li > a, header .head-left .nav-list > li > span { position: relative; color: inherit; display: block; height: 100%; width: 100%; padding: 0; white-space: nowrap; }
header .head-left .nav-list > li > a:hover:after, header .head-left .nav-list > li > span:hover:after { content: ""; height: 4px; width: 100%; background: #0078d7; display: block; position: absolute; left: 0; bottom: 0; }
header .head-right { display: flex; height: 100%; }
header .head-right .search { position: relative; z-index: 99999; }
header .head-right .search .text { line-height: 80px; padding: 0 26px; background: #f4f5f6; height: 100%; font-size: 16px; color: #969696; }
header .head-right .search .text .icon-search { margin-left: 64px; color: #0078d7; font-size: 20px; }
header .head-right .search .search-mask { display: none; background: #002050; opacity: .2; position: fixed; width: 100%; height: 100%; left: 0; top: 0; }
header .head-right .search .select-search { display: none; z-index: 2; background: #ffffff; position: absolute; top: 0px; box-shadow: 0px 14px 18px 0px rgba(20, 34, 51, 0.19); left: -150px; width: calc(100% + 150px); }
header .head-right .search .select-search form { left: 0; height: 80px; line-height: 80px; display: flex; box-shadow: 0px 14px 18px 0px rgba(20, 34, 51, 0.19); }
header .head-right .search .select-search form input { height: 80px; line-height: 80px; padding: 0 10px; border: none; width: 100%; }
header .head-right .search .select-search form button { border: none; background: none; color: #0078d7; padding-right: 20px; }
header .head-right .search .select-search form button i { font-size: 20px; }
header .head-right .search .select-search .keyword { padding: 20px; font-size: 14px; margin-top: 10px; }
header .head-right .search .select-search .keyword .tit { color: #969696; }
header .head-right .search .select-search .keyword ul { display: flex; flex-wrap: wrap; margin-top: 10px; }
header .head-right .search .select-search .keyword ul li { border: 1px solid #0078d7; color: #0078d7; margin-right: 5px; margin-bottom: 10px; padding: 2px 5px; border-radius: 2px; }
header .head-right .search .select-search .keyword ul li a { font-size: 12px; }
header .head-right .search .search-result {padding: 10px 0; }
header .head-right .search .search-result .item { margin-bottom: 8px; } 
header .head-right .search .search-result .item > a { display: block; font-size: 14px; color: #495770; line-height: 22px; padding: 0 10px; }
header .head-right .search .search-result .item > a:hover { color: #0053d9; text-decoration: none; }
header .head-right .search .search-result .active > a { color: #0053d9; }

header .head-right .language { height: 100%; line-height: 80px; padding: 0 30px; }
header .head-right .language .sub-menu { line-height: 40px; text-align: center; }
header .head-right .language .sub-menu li{ cursor:pointer;}
header .head-right .language .sub-menu a { display:inline-block;width:100%;height:100% }
header .head-right .login-in { background: #0078d7; padding: 0 42px; line-height: 80px; color: #ffffff; }
header .head-right .login-in.bgn { background: none; color: #000; }
header .head-right .login-in .sub-menu { line-height: 40px; text-align: center; }

.down-select { position: relative; }
.down-select .sub-menu { display: none; background: #ffffff; color: #000; width: calc(100% - 20px); line-height: normal; position: absolute; left: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; padding: 10px; }
.down-select:hover .sub-menu { display: block; }

.dropdown-menu { width: 100%; background: #fff; position: absolute; left: 0; top: 80px; display: none; opacity: 0; box-shadow: 0px 14px 18px 0px rgba(39, 65, 95, 0.19); line-height: normal; transition: all .2s; }
.dropdown-menu .container { display: flex; }
.dropdown-menu .shadow { height: 80px; top: -80px; position: absolute; width: 100%; box-shadow: 0px 14px 18px 0px rgba(20, 34, 51, 0.19); pointer-events: none; z-index: 2; }
.dropdown-menu ul.nav { line-height: 80px; width: 220px; float: left; padding-top: 20px; }
.dropdown-menu ul.nav li { display: flex; justify-content: space-between; }
.dropdown-menu ul.nav li.active, .dropdown-menu ul.nav li:hover { color: #0078d7; }
.dropdown-menu .dropdown-content { float: left; background: #f8f9fa; width: calc(100% - 350px); padding: 50px; margin-left: 30px; position: relative; }
.dropdown-menu .dropdown-content ul { display: flex; flex-wrap: wrap; }
.dropdown-menu .dropdown-content ul li { margin-right: 40px; margin-bottom: 38px; background-repeat: no-repeat; height: 116px; flex: 0 0 342px; display: block; border-radius: 10px; box-shadow: 0px 7px 7px 0px rgba(72, 86, 115, 0.12), inset 0px 5px 2px 0px rgba(255, 255, 255, 0.3); padding: 30px 20px; box-sizing: border-box; background-image: url("../images/nav-bg.jpg"); background-size: cover; transition: all .2s; }
.dropdown-menu .dropdown-content ul li:hover { box-shadow: 0px 7px 7px 0px rgba(72, 86, 115, 0.3), inset 0px 5px 2px 0px rgba(255, 255, 255, 0.3); background-image: url("../images/nav-bg-select.jpg"); }
.dropdown-menu .dropdown-content ul .tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.dropdown-menu .dropdown-content ul .con { font-size: 12px; color: #727272; }
.dropdown-menu .dropdown-content ul a { display: block; width: 100%; height: 100%; }
.dropdown-menu .right-bg { position: absolute; top: 0; right: 0; background: #f8f9fa; width: 50%; height: 100%; pointer-events: none; }
.dropdown-menu .menu-list { display: flex; flex-wrap: wrap; width: 50%; float: left; position: relative; }
.dropdown-menu .menu-list a.menu-item { flex: 0 0 calc(50% - 10.5px); border-right: 1px solid #e5e5e5; padding: 5px 20px; box-sizing: border-box; margin: 40px 20px 40px 0; }
.dropdown-menu .menu-list a.menu-item:nth-child(2n) { border-right: none; margin-right: 0; }
.dropdown-menu .menu-list a.menu-item:hover .tit { color: #0078d7; }
.dropdown-menu .menu-list a.menu-item .desc { color: #727272; font-size: 12px; margin-top: 15px; }
.dropdown-menu .blog { width: 50%; float: right; padding-top: 40px; padding-bottom: 20px; position: relative; padding-left: 66px; background: #f8f9fa; }
.dropdown-menu .blog .title { color: #717171; padding: 0; margin: 0 0 36px; text-align: left; }
.dropdown-menu .blog .title:after { display: none; }
.dropdown-menu .blog .blog-list li { margin-bottom: 43px; }
.dropdown-menu .blog .blog-list li span { background: #0078d7; color: #ffffff; font-size: 10px; border-radius: 2px; margin-right: 5px; width: 0px; display: inline-block; transition: all .2s; }
.dropdown-menu .blog .blog-list li:hover span { width: 32px; padding: 2px 5px; }
.dropdown-menu .blog .blog-list li .tit { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; }
.dropdown-menu .blog .blog-list li .time { color: #a5a5a5; font-size: 14px; }
.dropdown-menu .blog-more a { color: #0078d7; transition: all .2s; position: relative; top: 0; display: block; height: 50px; }
.dropdown-menu .blog-more:hover a { top: -5px; }

em { font-style: normal; }

.mgtit { margin: 75px auto 62px; text-align: center; }
.mgtit h1 { font-size: 36px; }
.mgtit .desc { font-size: 18px; margin-top: 17px; }

.sdk-top { box-shadow: 0px 15px 40px -16px rgba(72, 86, 115, 0.5); position: relative; }
.sdk-top:after { content: ""; width: 100%; display: block; background: #ffffff; position: absolute; top: -20px; height: 20px; pointer-events: none; }
.sdk-top .sdk-server { display: flex; justify-content: center; }
.sdk-top .sdk-server li { flex: 1; text-align: center; }
.sdk-top .sdk-server li img { width: 60px; height: 58px; }
.sdk-top .sdk-server li .stit { font-size: 14px; margin-top: 25px; margin-bottom: 10px; }
.sdk-top .sdk-server li img.curent-img { display: none; }
.sdk-top .sdk-server li a {display:block;}
.sdk-top .sdk-server li:hover, .sdk-top .sdk-server li.active { position: relative; color: #0078d7; }
.sdk-top .sdk-server li:hover img.curent-img, .sdk-top .sdk-server li.active img.curent-img { display: block; width: 109px; height: 7px; position: absolute; bottom: -1px; left: calc((100% - 109px) / 2); }

.sbot { padding: 89px 0 95px; background: url('../images/sdk/sbot-bg.jpg'); background-size: cover; }
.sbot ul { display: flex; justify-content: space-between; text-align: center; }
.sbot ul li { background-image: url('../images/sitem-bg.jpg'); background-color: #f6f7f9; box-shadow: inset 0px 5px 2px 0px rgba(255, 255, 255, 0.3); width: 192px; height: 84px; display: grid; align-items: center; font-size: 20px; color: #717171; overflow: hidden; position: relative; }
.sbot ul li a { position: relative; z-index: 2; display: block; height: 100%; line-height: 84px; }
.sbot ul li:after { background-image: url('../images/sitem-bg-hover.png'); content: ""; display: none; width: 100%; height: 100%; pointer-events: none; position: absolute; left: 0; top: 0; }
.sbot ul li:hover:after { display: block; } 

.website-intro { padding: 29px 0 16px; border-top: 1px solid #d3d4d5; font-size: 14px; color: #6e6e6e; margin-top: 108px; }

footer .foot { display: flex; padding: 98px 0 0; }
footer .foot .left-foot { flex: 1; margin-right: 90px; text-align: center; }
footer .foot .left-foot .icon-list { margin-top: 20px; display: flex; justify-content: space-between; }
footer .foot .left-foot .icon-list a { border: 1px solid #0078d7; width: 40px; height: 40px; border-radius: 50%; display: block; line-height: 40px; text-align: center; color: #0078d7; transition: all .2s; }
footer .foot .left-foot .icon-list a:before { font-size: 24px; }
footer .foot .left-foot .icon-list a:hover { background: #0078d7; }
footer .foot .left-foot .icon-list a:hover:before { color: #fff; }
footer .foot .right-foot { display: flex; flex: 3; }
footer .foot .right-foot a:hover { color: #0078d7; }
footer .foot .right-foot dl { padding: 0; margin: 0; width: 25%; }
footer .foot .right-foot dl dt { font-size: 24px; font-weight: bold; margin-bottom: 42px; }
footer .foot .right-foot dl dd { padding: 0; margin: 0; margin-bottom: 26px; }
footer .foot .go-top { flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%; border: 1px solid #0078d7; color: #0078d7; text-align: center; line-height: 58px; cursor: pointer; transition: all .2s; }
footer .foot .go-top i:before { font-size: 32px; }
footer .foot .go-top:hover { background: #0078d7; }
footer .foot .go-top:hover i:before { color: #fff; }

.btn { display: inline-block; background: #0078d7; color: #ffffff; border: none; padding: 15px 37px; }
.btn:hover { box-shadow: inset 0px 13px 18px 0px rgba(255, 255, 255, 0.26), inset 0px 1px 2px 0px rgba(255, 255, 255, 0.8); }

.left-nav { display: none; position: fixed; left: 30px; top: 45%; z-index: 99; border-radius: 3px; background-color: white; box-shadow: 0px 7px 7px 0px rgba(72, 86, 115, 0.22); width: 138px; box-shadow: 0px 7px 7px 0px rgba(72, 86, 115, 0.22); }
.left-nav .left-nav-item { padding: 0 10px; display: flex; justify-content: space-between; align-items: center; line-height: 42px; font-size: 14px; transition: all .2s; color: #727272; }
.left-nav .left-nav-item span, .left-nav .left-nav-item strong, .left-nav .left-nav-item i { position: relative; z-index: 1; }
.left-nav .left-nav-item strong { opacity: .3; font-size: 16px; }
.left-nav .left-nav-item i { transition: all .2s; font-size: 14px; border-radius: 18px; width: 18px; height: 18px; text-align: center; line-height: 18px; }
.left-nav .left-nav-item:hover { color: #0078d7; }
.left-nav .left-nav-item:hover strong { opacity: 1; }
.left-nav .left-nav-item.active { color: #fff; position: relative; }
.left-nav .left-nav-item.active strong { opacity: 1; }
.left-nav .left-nav-item.active i { transform: rotate(-90deg); border: 1px solid #fff; background-image: linear-gradient(to bottom, #e9e9e9, #ffffff); }
.left-nav .left-nav-item.active.has-dowMenu i { transform: rotate(90deg); }
.left-nav .left-nav-item.active:after { content: ""; position: absolute; left: -25px; width: calc(100% + 25px); background: #0078d7; height: 100%; border-radius: 3px; background-color: #0078d7; box-shadow: 0px 4px 4px 0px rgba(72, 86, 115, 0.22); }
.left-nav .left-nav-item.active i { color: #0078d7; }
.left-nav .left-nav-item.active-hover { color: #0078d7; }
.left-nav .left-nav-item.active-hover:after { display: none; }
.left-nav .left-nav-item.active-hover strong { opacity: 1; }
.left-nav .left-nav-item.active-hover i { transform: rotate(0deg); border: 1px solid #fff; background: #fff; }
.left-nav .down-menu { font-size: 12px; padding: 14px 0 14px 40px; position: relative; display: none; }
.left-nav .down-menu a { display: block; padding: 5px 14px; border-left: 1px solid #0078d7; position: relative; }
.left-nav .down-menu a.active { color: #0078d7; }
.left-nav .down-menu a.active:after { content: ""; display: block; width: 5px; height: 14px; position: absolute; top: 5px; left: 0px; background: #0078d7; }
.left-nav .down-menu a:last-child { padding-bottom: 0 !important; }
.left-nav .down-menu a:first-child { padding-top: 0 !important; }
.left-nav .down-menu a:hover { color: #0078d7; }
.left-nav .left-close { background-color: #0078d7; border-radius: 3px 3px 0 0; text-align: right; padding: 0 10px; color: #ffffff; cursor: pointer; }

.left-nav-mini { display: none; width: 60px; height: 55px; background-color: #0078d7; position: fixed; left: 0; top: 45%; z-index: 99; border-radius: 0 50px 50px 0; cursor: pointer; }
.left-nav-mini > div { width: 47px; height: 47px; background: #ffffff; border-radius: 46px; margin: 4px 0 4px 8px; }
.left-nav-mini > div > img { height: 30px; width: 30px; margin: 9px 0 0 7px; }
/*# sourceMappingURL=common.css.map */
@media screen and (max-width:1600px) { body { min-width: 1200px; }
    header {min-width: 1200px; }
    header .head-left .logo { padding-left: 5px; }
    header .head-left .nav-list { margin-left: 10px; }
    header .head-left .nav-list > li { padding: 0 10px; }
    header .head-right .language {padding: 0 15px; }
    header .head-right .login-in {  padding: 0 15px;  } 
}
