body {
    background-color: #fefefe;
	/*body*/
	
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    padding: 0;
    margin: 0;
}
html {}
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 100%;
}
ul,
li,
ol {
    list-style: none;
}
em,
i,
cite {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong,
b {
    font-weight: normal;
}
input:focus,
textarea:focus {
    outline: 0 none;
}
body {
    font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "SimHei", "Helvetica Neue", Helvetica, "Hiragino Sans GB", STHeitiSC-Light, "SimSun", Arial, sans-serif, \5b8b\4f53, "simsun", helvetica, "Arial Narrow", "Heiti", "arial", Arial, sans-serif;
}
.container-fluid {
    padding: 0;
}
.navbar-right {
    margin-right: 0 !important;
}
.navbar-brand {
    margin-left: 0px !important;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-nav > li > a {font-size:18px;font-weight:300;}
.navbar {
    background-color: #072f59;
}
.navbar-brand {
    float: left;
}
.topnav-loginregist > li > a {
    display: inline-block;
    font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
    color: #ccc !important;
}
.topnav-loginregist > li {
    color: #ccc !important;
    font-size: 18px;
}
.top-search {
    width: auto;
    height: 80px;
    position: absolute;
    right: 12%;
    top: 0;
}
.top-search-icon {
    width: 2px;
    display: block;
    height: 100%;
    padding: 0 39px;
    margin: 0 auto 0;
    cursor: pointer;
}
.top-search-icon:hover {
    background-color: #002954;
}
.top-search-icon:active,
.top-search-icon:visited {
    background-color: transparent;
}
.icon-search-normal {
    background-image: url(../images/top-search-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.top-search-form input.index-top-search-btn {width:50px;}
.top-search-form {
    display: none;
    width: 100%;
    ;
    position: relative;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.top-search-form > input {
    border: 1px solid #ccc;
    background-color: #efefef;
    display: inline-block;
    height: 32px;
    width: 260px;
    text-indent: 0.5em;
}
.top-search-form > button {
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #efefef;
    color: #111;
    height: 32px;
    width: 50px;
}
.parallax-window {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.overlay {
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.container {
    position: relative;
    z-index: 10;
}
.banner-content {
    top: 30%;
    position: relative;
    text-align: center;
}
.banner-heading {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}
.lead {
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 200;
}
.banner-unit-fullscreen {
    font-size: 2.2em;
    color: #fefefe;
}
.btn-primary {
    background-color: #83c936;
    border-color: #6ea92d;
}
.btn-lg {
    font-size: 15px;
    padding: 12px 26px;
}
.background-video {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.background-video video {
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
}
.banner-content-k {
    top: 30%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1da0dc;
}
.navbar-default .navbar-toggle {
    border-color: #1da0dc;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:active {
    background-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 6px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*gotop*/

#topcontrol {
    z-index: 99;
}
#topcontrol a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 1px;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
}
#topcontrol a img {
    width: 40px;
    height: 40px;
    margin: 3px auto 0;
}

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.modal {
    display: none;
    overflow: visible;
    z-index: 1001;
    position: absolute;
    width: 55%;
    min-height: 300px;
}
p.closeBtn {
    font-size: 20px;
    text-align: center;
    margin: 10px auto 0;
    width: 44px;
    height: 44px;
    line-height: 42px;
    position:absolute;
    bottom:-50px;
    border:1px solid #efefef;
    color:#efefef;
    border-radius:50%;
    left:50%;
    margin-left:-22px;
}
p.closeBtn:hover {
    cursor: pointer;
}
.modal-cont {width:100%;height:100%;padding:20px 20px;background: #eee;}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */

.publicfooter {padding:1.5% 3% 1.5%;background-color:#999;}
.footer-cont {color:#fefefe;font-size:14px;}
.footer-cont > div {float:left;}
.footer-adds > p {padding:7px 0;}
.footer-adds > p > a {color:#fefefe;} 
.footer-xinyupic {padding:7px 8%;}
.footer-xinyupic > a {display:block;text-align:center;padding:0 0 10px;}
.footer-coder2 {padding:7px 1%;text-align:center;width:290px;}
.footer-coder2 > em {display:block;width:70px;float:left;margin:6% 3% 0;font-size:12px;}
.footer-coder2 > em > img {max-width:70px;max-height:70px;}
.footer-coder2 > em > i {width:90%;margin:5% auto 0;display:block;}
.footer-linkspic3 {float:right !important;width:188px;}
.footer-linkspic3 > a {display:block;margin:19px auto;}
.footer-linkspic3 > a > img {width:100%;}

.navnomo {height:80px;}

.holder {
    margin:1% 0 0;height:38px;line-height:38px;text-align:center;clear:both;
  }
.holder a {
    font-size: 16px;
    cursor: pointer;
    margin: 0 8px;
    color: #333;
    padding:5px 2%;border:1px solid #ccc;border-radius:4px;
  }
.holder a:hover {
    background-color: #222;
    color: #fff;text-decoration:none;
  }
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
  }
.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }
.holder span { margin: 0 5px;padding-left:2%;padding-right:2%;}

.user-infotext {width:100%;}
.top-username {color:#111 !important;float:right;}
.top-username:hover {color:#ff7e00 !important;}
.top-loginout {color:#ff7e00 !important;float:right;padding-left:20px;}

@media (max-width: 452px) {
    .navnomo {height:50px;}
    .navbar-brand > img {
        height: 50px;
        width: auto;
    }
    .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 9px;
        padding-top: 9px;
        line-height: 20px;
    }
    .top-search {
        height: 50px;
        right: 22%;
    }
    .top-search-icon {
        height: 50px;
        padding: 0 29px !important;
    }
    .parallax-window {
        width: 100%;
        height: 234px;
        position: relative;
    }
    .banner-content-k {
        top: 26%;
    }
    .banner-heading {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .modal {
        width: 90%;
    }
    .lead {
        font-size: 16px;
        margin-bottom: 60px;
    }
    p.closeBtn {bottom:-40px;}
    .footer-linkspic3 {display:none;}
    .footer-coder2 {display:none;}
    .footer-xinyupic {display:none;}
    .footer-adds {width:100%;}
    .footer-adds > p {padding:1px 0;width:100%;text-align:center;font-size:10px;line-height:1.5;}
    #topcontrol a {width:32px;height:32px;border-radius:4px;}
    #topcontrol a img {width:22px;height:22px;}
    .holder a {padding: 5px 4%;margin: 0 5px;}
    .top-loginout {color:#ff7e00 !important;float:right;padding-left:10px;}
    .top-search {display:none;}
    .lang-newstitle {display:none !important;}
    .sml-newstitle {display:block !important;}
}
@media (min-width:453px) and (max-width: 769px) {
    .navnomo {height:60px;}
    .navbar-brand > img {
        height: 60px;
        width: auto;
    }
    .navbar-nav > li > a {
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        padding: 20px 6px;
    }
    .top-search {
        height: 60px;
        right: 14%;
    }
    .top-search-icon {
        height: 60px;
        padding: 0 20px !important;
    }
    .navbar-nav {
        padding-left: 12px;
    }
    .topnav-loginregist > li > a {
        font-size: 14px;
    }
    .topnav-loginregist > li {
        font-size: 14px;
    }
    .parallax-window {
        width: 100%;
        height: 434px;
        position: relative;
    }
    .banner-heading {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .lead {
        font-size: 26px;
        margin-bottom: 60px;
    }
    .modal {
        width: 85%;
    }
    .footer-linkspic3 {display:none;}
    .footer-coder2 {display:none;}
    .footer-xinyupic {display:none;}
    .footer-adds {width:100%;}
    .footer-adds > p {padding:1px 0;width:100%;text-align:center;font-size:12px;line-height:1.5;}
    .top-search {display:none;}
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}
@media (min-width:1024px){
    .footer-adds > p {font-size:12px;text-align: center;}
    .footer-linkspic3 {display:none;}
    .footer-coder2 {display:none;}
    .footer-xinyupic {display:none;}
    .footer-adds {width:100%;}
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}
@media (min-width:770px) and (max-width: 1199px) {
    .navnomo {height:60px;}
    .navbar-brand > img {
        height: 60px;
        width: auto;
    }
    .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 18px;
        padding-top: 18px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-search-icon {
        height: 60px;
        padding: 0 29px !important;
    }
    .parallax-window {
        width: 100%;
        height: 680px;
        position: relative;
    }
    .top-search {display:none;}
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}
@media (min-width:1366px){
    .footer-xinyupic {display:block;padding:7px 8%;}
    .parallax-window {
        width: 100%;
        height: 680px;
        position: relative;
    }
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}
@media (min-width:1280px){
    .footer-xinyupic {display:block;padding:7px 5%;}
    .parallax-window {
        width: 100%;
        height: 680px;
        position: relative;
    }
    .footer-linkspic3 {display:block;}
    .footer-coder2 {display:block;}
    .footer-xinyupic {display:block;}
    .footer-adds {width:auto;}
    .footer-adds > p {font-size:14px;text-align:left;}
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}
@media (min-width:1440px){
    .footer-xinyupic {padding:7px 14% 7px 8%;}
    .parallax-window {
        width: 100%;
        height: 750px;
        position: relative;
    }
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}
@media (min-width:1919px) {
    .footer-coder2 {padding:7px 4%;text-align:center;width:490px;}
    .footer-xinyupic {padding:7px 15%;}
    .parallax-window {
        width: 100%;
        height: 780px;
        position: relative;
    }
    .lang-newstitle {display:block !important;}
    .sml-newstitle {display:none !important;}
}