* {
    margin: 0;
    padding: 0;
}

html,
body {
   -webkit-text-size-adjust: none;
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}


/*解决中文版chrome浏览器里字体小于12px*/

body {
    font: 14px dsp, PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    color: #595757;
}

body,
div,
span,
object,
frame,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input,
menu {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
em,
i,
th {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style-type: none;
}

iframe {
    display: block;
}


/*字体图标*/

@font-face {
    font-family: 'iconfont';
    src: url('../icon/font_yirf18unk6pf1or.eot');
    src: url('../icon/font_yirf18unk6pf1or.eot?#iefix') format('embedded-opentype'), url('../icon/font_yirf18unk6pf1or.woff') format('woff'), url('../icon/font_yirf18unk6pf1or.ttf') format('truetype'), url('../icon/font_yirf18unk6pf1or.svg#iconfont') format('svg');
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.oh {
    overflow: hidden;
}


/*clearboth*/

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clearfix .clear {
    _height: 0px;
}

.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.fw {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.mt18 {
    margin-top: 18px;
}

.mt30 {
    margin-top: 30px;
}

.mt95 {
    margin-top: 95px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mlr65 {
    margin: 0 65px;
}

.prl10 {
    padding-left: 10px;
    padding-right: 10px;
}


/**
 **
 ** button
 **
**/

.btn-big {
    display: inline-block;
    min-width: 87px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #092a67;
    border: 1px #3498db solid;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 10px;
}

.btn-big.active,
.btn-det {
    background: #3498db;
    color: #fff;
}

.btn-s,
.btn-s:hover {
    display: inline-block;
    min-width: 120px;
    padding: 6px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    /*   font-weight: bold;*/
    border-radius: 2px;
    background: #008de8;
    border: 1px solid #3DA8EE;
}

.btn-s:hover,
.btn-big:hover {
    background: #006eb5;
    border: 1px solid #006eb5;
}

.btn-up,
.btn-next,
.btn-left,
.btn-right {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/button-icon.png?ver=1.0) no-repeat;
}

.btn-up:hover {
    background-position: -29px 0;
}

.btn-next {
    background-position: 0 -29px;
}

.btn-next:hover {
    background-position: -29px -29px;
}

.btn-left {
    background-position: 0 -58px;
}

.btn-right {
    background-position: -29px -58px;
}

.btn-left:hover {
    background-position: 0 -87px;
}

.btn-right:hover {
    background-position: -29px -87px;
}

.btn-m {
    display: inline-block;
    min-width: 280px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #092a67;
    font-weight: bold;
    border: 3px #1f66ab solid;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 45px;
    padding: 0 10px;
}

.btn-m:hover,
.btn-m.active {
    background: #1f66ab;
    color: #fff;
}


/**
 **
 ** Layout style
 **
**/


/** public **/

.header,
.footer,
.content,
.copyright {
    width: 100%;
    min-width: 1120px;
    position: relative;
    z-index: 10;
}

.banner-content,
.content-wrap,
.copyright-content {
    width: 1120px;
    margin: 0 auto;
}

iframe {
    min-width: 1120px;
}

.footer-content {
    width: 1280px;
    margin: 0 auto;
}


/** top **/

.top {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    color: #333;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.top a {
    color: #000000;
}

.top a:hover {}

.top-header {
    height: 64px;
}

.nav-content {
    width: 1235px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nav-content .logo {
    float: left;
    width: 282px;
    height: 40px;
    margin-top: 12px;
    background: url(../images/logo.png?ver=1.0) no-repeat;
}

.nav-content .nav-list {
    float: right;
}

.nav-content .nav-list li {
    float: left;
    margin-left: 32px;
    position: relative;
    z-index: 998;
}

.nav-content .nav-list>li a.li {
    height: 46px;
    line-height: 46px;
    display: block;
    margin-top: 14px;
}

.nav-content .nav-list li.nav-li{
    width: 20px;
    overflow: hidden;
    margin-left: 5px;
}
.nav-content .nav-list li.nav-li a{
    color: #fff;
    cursor: default;
}

/*
.nav-content .nav-list>li a:hover.li {
    color: #008de8;
    border-bottom: 3px solid #008de8;
} */

.dropdown {
    position: absolute;
    display: none;
    +width: 300px;
    left: -12px;
    top: 48px;
    color: #fff;
    z-index: 999;
}

.dropdown dl {
    /* padding: 2px 0; */
    background: #eaeaea;
    /* background: #008de8; */
    display: block;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
}

.dropdown dd {
    display: block;
}

.dropdown dd a.dd {
    display: block;
    text-align: left;
    /* margin: 3px 0; */
    white-space: nowrap;
    /* color: #DAF0FF; */
    color: #333;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
}

.dropdown dd a:hover.dd {
    background: #b94100;
    /*background: #585858;*/
    color: #fff;
}


/** header **/

.banner-content {
    position: relative;
    height: inherit;
}

.a-link {
    display: block;
    width: 100%;
    height: 100%;
}


/** footer **/

.footer {
    color: #9f9f9f;
    background: #282828;
    /* margin-top: 20px; */
}

.footer-content {
    padding: 40px 0;
}

.footer-map-group {
    float: left;
    height: auto;
    width: 260px;
    padding-left: 20px
}

.footer-map-group dt {
    width: 260px;
    height: auto;
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: #bdbdbd;
}

.footer-map-group dd {
    line-height: 32px;
    width: 260px;
    display: block;
    overflow: hidden;
}

.footer-map-group dd:last-child {
    border-bottom: 0;
}

.footer-map-group dd a {
    line-height: 32px;
    color: #666;
}

.footer-map-group .icon {
    color: #DEDEDE;
    margin-top: -3px;
}

.footer-map-group dd a:hover {
    color: #b94100;
    width: 240px;
}

.footer-content .footer-msg {
    width: 240px;
    line-height: 32px;
    margin: 0 30px;
}

.footer-msg .footer-msg-address {
    line-height: 32px;
    color: #666;
}

.footer-msg-titl {
    font-size: 16px;
    color: #bdbdbd;
}

.footer-msg .link-grup {
    margin-top: 40px;
    display: inline-block;
}

.footer-msg .link-grup li {
    float: left;
    margin-right: 18px;
}

.footer-msg .link-grup li a {
    display: inline-block;
    width: 31px;
    height: 30px;
    background: url(../images/icon-group.png?ver=1.0) no-repeat;
}

.footer-msg .link-grup li .weibo {
    background-position: -49px 0;
}

.footer-msg .link-grup li .weixin {
    background-position: -97px 0;
}

.footer-msg .link-grup li .qq:hover {
    background-position: 0 -31px;
}

.footer-msg .link-grup li .weibo:hover {
    background-position: -49px -31px;
}

.footer-msg .link-grup li .weixin:hover {
    background-position: -97px -31px;
}

.footer-msg .telephone {
    width: 227px;
    height: 58px;
    margin: 20px 0 20px 0;
    background: url(../images/telephone.png?ver=1.0) no-repeat;
}

.footer-msg .link-grup .code-img {
    position: relative;
}

.footer-msg .link-grup .code-img span {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.footer-msg .link-grup .code-img:hover span {
    display: block;
}

.erwei-img {
    text-align: center;
}

.erwei-img img {
    width: 160px;
    height: 160px;
    margin: 20px 0;
}

.erwei-img .erwei-msg {
    font-size: 12px;
    color: #BEBEBE;
}

.language {
    margin-top: 20px;
    color: #a3a3a3;
    position: absolute;
    bottom: 20px;
    z-index: 20;
}

.language a {
    color: #a3a3a3;
    cursor: pointer;
}

.language a:hover {
    color: #fff;
}

.language a.active {
    color: #fff;
    cursor: default;
}

.language span {
    margin: 0 5px;
}

.copyright {
    background: #1c1c1c;
}

.copyright .copyright-content {
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}

.copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.copyright-text img{
    margin-left: 3px;
    margin-right: 3px;
}
.openstack-img {
    float: right;
    line-height: 8;
}

.openstack-img img {
    margin-left: 20px;
}


/*箭头向上*/

.arrow-up {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    /* border-bottom: 6px solid #3499db; */
    border-bottom: 6px solid #c5c5c5;
    margin: 0 0 0 35px;
}

.nei-arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /* border-bottom: 6px solid #3499db; */
    border-bottom: 5px solid #efefef;
    position: absolute;
    top: 2px;
    left: 36px;
    z-index: 10;
}


/*gotop*/

.cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
}

.cbbfixed .cbbtn {
    display: block;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #1c1c1c;
    background-color: #353744;
}
.cbbfixed .cbbtn:last-child{
    border-width: 0;
}
.cbbfixed .none{
    display: none;
}


.cbbfixed .gotop {
    background-color: #3498db;
    transition: background-color ease .3s;
}
.cbbfixed .gotop .up-icon {
    float: left;
    margin: 19px 0 0 14px;
    width: 23px;
    height: 12px;
    background: url(../images/side-icon02.png?ver=1.0);
}
.cbbfixed .gotop .popup-wrap {
    background: url(../images/backtop.png?ver=1.0);
    width: 109px;
    height: 40px;
    position: absolute;
    left: -110px;
    top: 205px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none;
    *display: none;
}
.cbbfixed .gotop:hover {
    background-color: #353744;
}
.cbbfixed .gotop:hover .popup-wrap {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}

.cbbfixed .cweixin .popup-wrap  {
    background-image: url(../images/erweima_bg.png?ver=1.0);
    width: 138px;
    height: 131px;
    position: absolute;
    left: -139px;
    top: 110px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none;
    *display: none;
}
.cbbfixed .cweixin .popup-wrap .popup-inner{
    width: 110px;
    height: 110px;
    margin-top: 10px;
    margin-left: 10px;
    background: url(../images/erwei.png?ver=1.0) no-repeat center;
    background-size: 100% 100%;
}
.cbbfixed .cweixin:hover .popup-wrap {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}
.cbbfixed .cweixin .weixin-icon {
    float: left;
    margin: 10px 0 0 10px;
    width: 30px;
    height: 30px;
    background: url(../images/gzh.png?ver=1.1);
}
.cbbfixed .cweixin:hover .weixin-icon {
    background: url(../images/gzh_hover.png?ver=1.1);
}

.cbbfixed .cxt .popup-wrap {
    background: url(../images/call_bg.png?ver=1.0) no-repeat center;
    width: 138px;
    height: 40px;
    position: absolute;
    left: -139px;
    top: 5px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none;
    *display: none;
}
.cbbfixed .cxt .popup-wrap .popup-inner{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #504c4c;
}
.cbbfixed .cxt:hover .popup-wrap {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}
.cbbfixed .cxt .xt-icon {
    float: left;
    margin: 10px 0 0 10px;
    width: 30px;
    height: 30px;
    background: url(../images/xt.png?ver=1.0);
}
.cbbfixed .cxt:hover .xt-icon {
    background: url(../images/xt_hover.png?ver=1.0);
}

.cbbfixed .crl .popup-wrap {
    background: url(../images/call_bg.png?ver=1.0) no-repeat center;
    width: 138px;
    height: 40px;
    position: absolute;
    left: -139px;
    top: 60px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none;
    *display: none;
}
.cbbfixed .crl .popup-wrap .popup-inner{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #504c4c;
}
.cbbfixed .crl:hover .popup-wrap {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}
.cbbfixed .crl .rl-icon {
    float: left;
    margin: 10px 0 0 10px;
    width: 30px;
    height: 30px;
    background: url(../images/rl.png?ver=1.1);
}
.cbbfixed .crl:hover .rl-icon {
    background: url(../images/rl_hover.png?ver=1.1);
}
.cbbfixed .call .popup-wrap {
    background: url(../images/telephone.png?ver=1.0) no-repeat center;
    width: 237px;
    height: 68px;
    position: absolute;
    left: -240px;
    top: 85px;
    padding: 5px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none;
    *display: none;
}
.cbbfixed .call:hover .popup-wrap {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}
.cbbfixed .call .call-icon {
    float: left;
    margin: 10px 0 0 10px;
    width: 30px;
    height: 30px;
    background: url(../images/call.png?ver=1.0);
}
.cbbfixed .call:hover .call-icon {
    background: url(../images/call_hover.png?ver=1.0);
}