@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft YaHei', "微软雅黑", Arial;
    font-size: 20px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: 'Microsoft YaHei', "微软雅黑", courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #8dc63f;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

img {
    border: 0;
    vertical-align: middle;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

p {
    /*text-align: justify;*/
    text-justify: distribute;
    color: #333333;
    font-size: 14px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

html,
body {
    -ms-overflow-style: scrollbar;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.col-lg-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}
.modal-open .modal{
    z-index: 99999999;
}
@media (min-width: 1200px) {
    .col-lg-2dot4 {
        float: left;
    }

    .col-lg-2dot4 {
        width: 20%;
    }

    .col-lg-pull-2dot4 {
        right: 20%;
    }

    .col-lg-push-2dot4 {
        left: 20%;
    }

    .col-lg-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-md-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2dot4 {
        float: left;
    }

    .col-md-2dot4 {
        width: 20%;
    }

    .col-md-pull-2dot4 {
        right: 20%;
    }

    .col-md-push-2dot4 {
        left: 20%;
    }

    .col-md-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-sm-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2dot4 {
        float: left;
    }

    .col-sm-2dot4 {
        width: 20%;
    }

    .col-sm-pull-2dot4 {
        right: 20%;
    }

    .col-sm-push-2dot4 {
        left: 20%;
    }

    .col-sm-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-xs-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .col-xs-2dot4 {
        float: left;
    }

    .col-xs-2dot4 {
        width: 20%;
    }

    .col-xs-pull-2dot4 {
        right: 20%;
    }

    .col-xs-push-2dot4 {
        left: 20%;
    }

    .col-xs-offset-2dot4 {
        margin-left: 20%;
    }
}

.col-lg-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-lg-2dot8 {
        float: left;
    }

    .col-lg-2dot8 {
        width: 80%;
    }

    .col-lg-pull-2dot8 {
        right: 80%;
    }

    .col-lg-push-2dot8 {
        left: 80%;
    }

    .col-lg-offset-2dot8 {
        margin-left: 80%;
    }
}

.col-md-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2dot8 {
        float: left;
    }

    .col-md-2dot8 {
        width: 80%;
    }

    .col-md-pull-2dot8 {
        right: 80%;
    }

    .col-md-push-2dot8 {
        left: 80%;
    }

    .col-md-offset-2dot8 {
        margin-left: 80%;
    }
}

.col-sm-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2dot8 {
        float: left;
    }

    .col-sm-2dot8 {
        width: 80%;
    }

    .col-sm-pull-2dot8 {
        right: 80%;
    }

    .col-sm-push-2dot8 {
        left: 80%;
    }

    .col-sm-offset-2dot8 {
        margin-left: 80%;
    }
}

.col-xs-2dot8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .col-xs-2dot8 {
        float: left;
    }

    .col-xs-2dot8 {
        width: 80%;
    }

    .col-xs-pull-2dot8 {
        right: 80%;
    }

    .col-xs-push-2dot8 {
        left: 80%;
    }

    .col-xs-offset-2dot8 {
        margin-left: 80%;
    }
}

.container-fluid {
    padding: 0;
}

ul.pagination .thisclass .fenyeactive {
    background-color: #337ab7;
    border-bottom: 1px solid #337ab7;
    border-top: 1px solid #337ab7;
    color: #fff;
}

.pagination .thisclass>a {
    background-color: #5a85b2;
    color: #fff;
    border-bottom: 1px solid #5a85b2;
    border-top: 1px solid #5a85b2;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-right: 5px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #ffffff;
    background-color: #5a85b2;
    border-bottom: 1px solid #5a85b2;
    border-top: 1px solid #5a85b2;
}

.container {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.container1241 {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1175px;
    }

    .container1241 {
        width: 1241px;
    }
}

/*real css start*/

#gotop {
    height: 40px;
    width: 40px;
    background-color: rgba(22, 22, 22, .5);
    position: fixed;
    right: 30px;
    bottom: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: none;
    z-index: 99999;
}

#gotop img {
    height: 40px;
    width: 40px;
}


.lht24 {
    line-height: 24px;
    line-height: 24px \9;
    *line-height: 24px;
    _line-height: 24px;
}

.lht26 {
    line-height: 26px;
    line-height: 26px \9;
    *line-height: 26px;
    _line-height: 26px;
}

.lht30 {
    line-height: 30px;
    line-height: 30px \9;
    *line-height: 30px;
    _line-height: 30px;
}

.lht35 {
    line-height: 35px;
    line-height: 35px \9;
    *line-height: 35px;
    _line-height: 35px;
}

.lht40 {
    height: 40px;
    line-height: 40px;
    line-height: 40px \9;
    *line-height: 40px;
    _line-height: 40px;
}

.lht45 {
    height: 45px;
    line-height: 45px;
    line-height: 45px \9;
    *line-height: 45px;
    _line-height: 45px;
}

.lht50 {
    line-height: 50px;
    line-height: 50px \9;
    *line-height: 50px;
    _line-height: 50px;
}

.lht55 {
    line-height: 55px;
    line-height: 55px \9;
    *line-height: 55px;
    _line-height: 55px;
}

.lht60 {
    height: 60px;
    line-height: 60px;
    line-height: 60px \9;
    *line-height: 60px;
    _line-height: 60px;
}

.lht65 {
    height: 65px;
    line-height: 65px;
    line-height: 65px \9;
    *line-height: 65px;
    _line-height: 65px;
}

.lht70 {
    line-height: 70px;
    line-height: 70px \9;
    *line-height: 70px;
    _line-height: 70px;
}

.lht80 {
    line-height: 80px;
    line-height: 80px \9;
    *line-height: 80px;
    _line-height: 80px;
}

.lht100 {
    line-height: 100px;
    line-height: 100px \9;
    *line-height: 100px;
    _line-height: 100px;
}

.lht105 {
    height: 105px;
    line-height: 105px;
    line-height: 105px \9;
    *line-height: 105px;
    _line-height: 105px;
    padding: 0;
}

.lht120 {
    line-height: 120px;
    line-height: 120px \9;
    *line-height: 120px;
    _line-height: 120px;
}

.lht130 {
    line-height: 130px;
    line-height: 130px \9;
    *line-height: 130px;
    _line-height: 130px;
    padding: 0;
}

.lht135 {
    line-height: 135px;
    line-height: 135px \9;
    *line-height: 135px;
    _line-height: 135px;
    padding: 0;
}

.lht150 {
    line-height: 150px;
    line-height: 150px \9;
    *line-height: 150px;
    _line-height: 150px;
    padding: 0;
}

.lht170 {
    line-height: 170px;
    line-height: 170px \9;
    *line-height: 170px;
    _line-height: 170px;
    padding: 0;
}

.lht190 {
    line-height: 190px;
    line-height: 190px \9;
    *line-height: 190px;
    _line-height: 190px;
    padding: 0;
}

i.icon-arrow-right {
    text-shadow: 1px 1px 3px #222222;
}

.container1241 {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.container1241:before {
    display: table;
    content: " ";
}

.container1241:after {
    clear: both;
}

@media (min-width: 1200px) {
    .container1241 {
        width: 1175px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container1217 {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container1217 {
        width: 750px;
    }
}

/*åŠŸèƒ½æ¨¡å—åˆå§‹åŒ–*/
/*å®¢æœæ¨¡å— modify by cloud 2015-07-17 17:55:07*/
#kefu {
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 25%;
    width: 150px;
    height: 385px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.kf_cont {
    position: relative;
    width: 130px;
    height: 365px;
    margin: 10px;
    background-image: url(../images/kfbluebg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.kf_cont_logo {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 110px;
    height: 35px;
}

.kf_cont_close {
    position: absolute;
    top: -5px;
    right: -5px;
    border: 1px solid #333333;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    line-height: 12px \9;
    *line-height: 12px;
    _line-height: 12px;
    cursor: pointer;
}

.kf_cont_kf {
    position: absolute;
    top: 105px;
    left: 8px;
    display: block;
    width: 114px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 30px;
    line-height: 30px \9;
    *line-height: 30px;
    _line-height: 30px;
    color: #ffffff;
}

.kf_cont_kf2 {
    top: 150px;
}

.kf_cont_phone {
    position: absolute;
    top: 190px;
    left: 5px;
    color: #ffffff;
    font-family: "å¾®è½¯é›…é»‘", Arial, "å®‹ä½“";
    font-size: 17px;
}

.kf_cont_ewm {
    position: absolute;
    bottom: 30px;
    left: 8px;
    height: 114px;
    width: 114px;
}

.kf_cont_font {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    line-height: 30px \9;
    *line-height: 30px;
    _line-height: 30px;
    margin: 0;
    color: #ffffff;
    font-family: "å®‹ä½“", "å¾®è½¯é›…é»‘"
        font-size: 14px;
}

#showkefu {
    position: fixed;
    z-index: 99999;
    right: 0px;
    top: 25%;
    cursor: pointer;
    display: none;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.row {
    margin: 0;
    padding: 0;
}

.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.pdl10 {
    padding-left: 10px;
}

.pdtb15 {
    padding: 15px 0;
}

.mgtbit1 {
    margin-top: 5px;
}

/* page top bar */
.topbar {
    width: 100%;
    height: 82px;
    background: rgba(44, 47, 70, 1);
}

.topbar_phone>p {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    line-height: 82px;
    text-align: right;
    padding-right: 37px;
}

.topbar_phone>p>span {
    position: absolute;
    top: 31px;
    right: 18px;
    display: inline-block;
    width: 1px;
    height: 21px;
    background-color: #F0F0F0;
}

.search_box {
    padding-top: 26px;
}

.search_box .input-group input {
    width: 163px;
    height: 30px;
    border-radius: 19px;
    border: 1px solid rgba(240, 240, 240, 1);
    background-color: transparent;
    border-right: none;
    color: #ffffff;
}

.search_box .input-group span button {
    height: 30px;
    border-radius: 19px;
    border: 1px solid rgba(240, 240, 240, 1);
    border-left: none;
    padding: 0 12.5px;
    background-color: transparent;
}

.search_box .input-group span button i {
    color: #ffffff;
}

.search_box .input-group span button:hover i {
    color: #9C0303;
}


/* nav bar */
.navbox {
    height: 86px;
}

.navbox_logo {
    text-align: left;
    line-height: 86px;
}

.navbox_logo a img {
    width: 218px;
    height: 48px;
    vertical-align: middle;
}

.navbox_nav>.nav {
    margin-right: 0;
}

.navbox_nav {
    line-height: 66px;
}

.navbox_nav .nav-pills>li+li {
    margin-left: 0;
}

.navbox_nav .nav>li>a {
    position: relative;
    display: block;
    padding: 4px 40px;
    font-weight: 500;
    font-size: 16px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0;
}

.navbox_nav .nav>li>a:hover {
    color: #D71E0F;
    border-top: 6px solid #D71E0F;
    border-bottom: 6px solid transparent;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus {
    color: #D71E0F;
    background-color: #ffffff;
    border-bottom: 6px solid #D71E0F;
}

.nav-pills>li.active>a:hover {
    color: #D71E0F;
    background-color: #ffffff;
    border-top: 6px solid #D71E0F;
    border-bottom: 6px solid transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
}

.navbox_nav .navbar-right .dropdown-menu {
    right: -2px;
    top: 83px;
    left: auto;
    min-width: 146px;
    padding: 24px 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, .93);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbox_nav .nav .open>a,
.navbox_nav .nav .open>a:focus,
.navbox_nav .nav .open>a:hover {
    background-color: transparent;
    border-top-color: #D71E0F;
    border-bottom-color: transparent;
}

.navbox_nav .dropdown-menu>li>a {
    display: block;
    clear: both;
    white-space: inherit;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    margin-bottom: 24px;
    padding: 0;
}

.navbox_nav .dropdown-menu>li>a:focus,
.navbox_nav .dropdown-menu>li>a:hover {
    color: #D71E0F;
    text-decoration: none;
    background-color: transparent;
    font-size: 15px;
}

/* earth */
canvas {
  width: 100%;
  height: 100%;
}
.earth-bg {
  background: url(/templets/default/images/bg.jpeg) center center no-repeat;
  width: 100%;
  background-size: cover;
}
.div {
  background: red;
  width: 100px;
  height: 100px;
}
#container {
  width: 348px;
  height: 348px;
  overflow: hidden;
  margin: 0 auto;
  float: left;
}
#container canvas {
  margin-top: -1px;
  margin-left: -1px;
}

.earth-wrapper {
  width: 1175px;
  margin: 0 auto;
  height: 650px;
  /* background-color: rgb(223, 224, 225); */
}
.earth-wrapper h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  text-align: center;
  /* color: white; */
}

.earth-wrapper p {
  margin: 0 0 26px 0;
  padding: 0;
  /* font-size: 32px; */
  text-align: center;
  color: rgb(154, 154, 154);
}

.earth-wrapper .earth-block {
  margin: 0 auto;
  padding: 0;
  width: 34px;
  height: 4px;
  background-color: rgb(113, 217, 59);
}
.earth-content-left {
  float: left;
  width: 410px;
  /* padding-top: 55px; */
}
.earth-content-right {
  /* padding-top: 55px; */
  float: right;
  width: 416px;
}

.earth-content-left p,
.earth-content-right p {
  width: 330px;
  position: relative;
  text-align: left;
  margin: 0;
  color: rgb(80, 80, 80);
}
.earth-content-left img,
.earth-content-right img {
  width: 92px;
  height: 92px;
  /* margin-top: -20px; */
}

.earth-content-left > div {
  display: flex;
  height: 114px;
  align-items: center;
}

.earth-content-right > div {
  display: flex;
  height: 114px;
  align-items: center;
}

.earth-object-num a span {
  color: rgb(108, 207, 62);
  font-size: 20px;
  margin-right: 20px;
}

.earth-object-num span:last-child {
  margin: 0;
}

.earth-country span {
  border: 1px solid rgb(168, 168, 168);
  padding: 0 16px;
  border-radius: 16px;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}
.foot_ewm_img1 {
  display: none;
 }