/* 初始化 */
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;
    word-wrap: break-word
}

body {
    overflow-x: hidden!important;
}

body,
html,
input {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei';
}

body {
    overflow-x: hidden!important;
}

label {
    max-width: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input.dialog {
    height: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

input.button,
input.btn {
    padding: 0.25em;
    width: auto;
}

button {
    border: 0;
    border-radius: 0%;
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

textarea,
input {
    outline: none;
}

i {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

div:focus {
    border: none;
}

:focus {
    outline: none;
}

/*for IE*/

::-moz-focus-inner {
    border-color: transparent;
}

/*for mozilla*/

.white,
.white a {
    color: #fff
}

.blue,
.blue a {
    color: #004499
}

.gray4,
a.gray4 {
    color: #999
}

.red,
.red a,
a.red {
    color: red;
}

.green {
    color: #0E774A
}

select optgroup {
    color: #CAC8BB;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
}

.relative {
    position: relative;
    z-index: 1;
}

.absolute {
    position: absolute;
}

.t-hide {
    opacity: 0;
    visibility: hidden;
}

.text-over {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.pointer {
    cursor: pointer !important;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.row-height-eq {
    display: flex;
}

*[class*="rect"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

*[class*="rect"] img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.d-inline {
    display: inline-block;
}

.img-box {
    overflow: hidden;
}

.img-box>img {
    width: 100%;
    transition: all 1s;
}

.img-box:hover>img {
    transform: scale(1.1);
}

.col-xs-05 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
/* header */
header .nav-main{
    background-color: #fff;
    padding-top: 15px; padding-bottom: 15px;
    box-shadow:0 0 15px rgba(0, 0, 0,.175)!important;
}

header .navbar-brand{
    height: auto;
    padding: 0;
    padding-top: 9px;
}
header .navbar-right{
    margin-right: 0;
}
header .nav-right-top a{
    font-size: 14px;
    color: #666;
}
header .nav-right-top a span{
    font-size: 18px;
    color: #cc0000;
    font-weight: 700;
}
header .navbar-nav>li>a{
    padding-top: 0;
    padding-bottom: 30px;
}
.nav>li>a:hover{
    background-color: transparent;
    color: #cc0000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent;
}
header .header-nav {
    background-color: #fff;
    padding: 20px 0;
}

header .navbar {
    border: 0;
}

header .navbar-right {
    height: 100%;
    margin-right: 0; margin-top: 10px;
}

header .nav>li>a {
    padding: 15px 33px;
    padding-bottom: 20px;
    transition: color .3s;
}
header .navbar-nav>li:last-child>a{
  margin-right: -33px;
}

header .nav-main {
    position: relative;
}

header .nav .dropdown {
    position: static;
}

header .dropdown-menu>li>a {
    transition: all .3s;
    position: relative;
    font-size: 16px;
}

header .dropdown-menu>li>a::before {
    position: absolute;
    top: -10px;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #000;
}

header .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #cc0000
}

header  .navbar-nav li .dropdown-menu {
    width: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none!important;
    padding: 0;
    transition: all .6s;
    opacity: 0;
    max-height: 178px;
    border-top: 1px solid #e5e5e5;
    padding-left: 20%;
}

header .dropdown-menu li {
    float: left;
    width: 142px;
}

header  .navbar-nav li.open>.dropdown-menu {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    opacity: 1;
    transition: all .5s;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .075)!important;
}
/* footer */
footer .footer-top {
    padding: 75px 0;
    background-color: #222222;
    color: #fff;
}

footer .footer-top a {
    color: #fff;
    transition:color .3s;
}
footer .footer-top a:hover{
    color: #cc0000;
}

footer .footer-top .top-l,
footer .footer-top .top-r {
    width: 50%;
    float: left;
}

footer .footer-top .top-l .item {
    float: left;
    width: 50%;
}

footer .footer-top .item dl dt 
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

footer .footer-top .item dl dd {
    font-size: 16px;
    line-height: 35px;
}

footer .footer-top .top-l .item:first-child dl {
    width: 50%;
    float: left;
}

footer .footer-top .top-l .item dl:nth-child(2) dt {
    opacity: 0;
    visibility: hidden;
}

footer .footer-top .top-l .item:nth-child(2) {
    padding-left: 14%;
}

footer .footer-top .top-r .item {
    width: 50%;
}
footer .footer-top .top-r .item  .item-ico{
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
}
footer .footer-top .top-r .item  .item-t{
    display: inline-block;
}

footer .footer-top .top-r .item:nth-child(2) dl dd{
    padding: 15px 0;
    padding-right: 20px;
}
footer .footer-top .top-r .item:nth-child(2) dl dd:first-of-type{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
footer .footer-top .top-r .item:nth-child(2) dl dd .img{
    margin-left: 10px;
}
footer .footer-top .top-r .item:nth-child(2) dl dd .toggle-share{
    cursor: pointer;
}
footer .footer-bottom {
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}

footer .footer-bottom .bei {
    margin-left: 20px;
}

footer .footer-bottom a {
    color: #fff;
    font-size: 14px;
}
footer .share {
    position: fixed;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 230px;
    border: 5px solid #666;
    z-index: 999;
    background-color: #fff;
    display: none;
}
footer .share .top {
    padding: 5px;
    background-color: #efefef;
    color:#666;
    font-weight: 700;
}
footer .share .top .share-close{
    width: 20px;
    height: 100%;
    text-align: center;
    background-color: #666;
    color:#fff;
    transition: color .5s;
}
footer .share .top .share-close:hover{
    color:red
}
footer .share .bottom{
    background-color: #fff;
    position: relative;
    padding-top: 10px;
    height: auto;
}
footer .share .bottom a{
    color:#666;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding-left: 28px;
    display: inline-block;
}
footer .share .bottom ul li{
    float: left;
    width: 50%;
    padding: 7px 0;
    padding-left: 18px;
}
footer .share .bottom ul li:hover{
    background-color: #f3f3f3;
}
footer .share .bottom ul li .qzone{
    background:url('../images/share_ico.png')no-repeat 0 -52px;
}
footer .share .bottom ul li .qq{
    background:url('../images/share_ico.png')no-repeat 0 -2652px;
}
footer .share .bottom ul li .sina{
    background:url('../images/share_ico.png')no-repeat 0 -104px;
}
footer .share .bottom ul li .vx{
    cursor: pointer;
    background:url('../images/share_ico.png')no-repeat 0 -1612px;
}
footer .share .bottom .vx-share{
    position: absolute;
    top: -78%;
    width: 262px;
    height: 310px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
}
footer .share .bottom .vx-share .vx-top{
    height: 16px;
    line-height: 16px;
}
footer .share .bottom .vx-share .vx-top span{
    font-size: 12px;
    font-weight: 700;
    color:#333;
}
footer .share .bottom .vx-share .vx-top a{
    width: 16px;
    height: 16px;
    font-size: 16px;
    padding-left: 0;
    cursor: pointer;
}
footer .share .bottom .vx-share .vx-img{
    text-align: center;
    margin-top: 15px;
}
footer .share .bottom .vx-share .vx-bottom{
    color:#666;
    font-size: 12px;
    margin-top: 20px;
}
footer .share .bottom .vx-share{
    display: none;
}

@media(max-width:1440px){
    header  .navbar-nav li .dropdown-menu{
        padding-left: 9%;
    }
}
@media(max-width:1366px){
    header  .navbar-nav li .dropdown-menu{
        padding-left: 7%;
    }
}
@media(max-width:1280px){
    header .nav>li>a{
        padding: 15px 27px;
        padding-bottom: 20px;
    }
    header .navbar-nav>li:last-child>a{
        margin-right: -27px;
    }
}
@media(max-width:1199px){
    footer .footer-top .top-l{
     display: none;
    }
    footer .footer-top .top-r{
        width: 100%;
    }
    footer .footer-top .top-r .item:nth-child(2){
        display: none;
    }
    header .navbar-header {
       width: 16%;
    }
    header .navbar-brand {
        width: 100%;
        padding-top: 40px;
    }
    header .navbar-brand h1{
        display: inline-block;
        width: 100%;
    }
    header .navbar-brand  img{
      width: 100%;
    }
    header .navbar-nav li .dropdown-menu{
        padding-left: 2%;
    }
}

@media(max-width:1024px){

    header .navbar-nav>li:nth-child(3) .dropdown-menu li{
        margin-bottom: 30px;
    }
    header .dropdown-menu li:nth-child(3) .dropdown-menu li:last-child{
        margin-bottom: 0;
    }
}

@media(max-width:991px){
    footer .footer-top{
        padding: 30px 0;
    }
    footer .footer-top .item dl dt{
        margin-bottom: 20px;
    }
    header .navbar-header {
        width: 100%;
     }
     header .navbar-brand img{
         width: auto;
     }
     header .navbar-brand{
         padding-top: 0;
         width: auto;
     }
     header .nav-main{
         padding-top: 10px;
         padding-bottom: 10px;
     }
     header .nav-right-top{
         display: none;
     }
     header .navbar-collapse.in{
        overflow:visible;
     }
     header .navbar-collapse{
         max-height: 100%!important;
         margin-right: 0!important;
         margin-left: 0!important;
     }
     header .navbar-toggle{
         margin: 0;
         padding: 0;
         padding: 15px 0;
     }
     header .navbar-header{
         margin-right: 0!important;
         margin-left: 0!important;
     }
     header .navbar-nav li .dropdown-menu,
     header .nav .dropdown{
         position: relative;
     }
     header .dropdown-menu li{
         float:none;
         width: auto;
         margin: 0!important;
     }
     header .navbar-nav li .dropdown-menu{
         overflow:visible;
         max-height: 100%;
         opacity: 1;
         height: auto;
         display: none;
         padding-left: 0;
         float:none;
     }
     header .navbar-nav li.open{
         border-bottom: 0;
     }
     header .navbar-nav li.open>a{
     color: #cc0000!important;
     }
     header .navbar-nav li.open>.dropdown-menu{
        padding-top: inherit;
        padding-bottom: inherit;
        display: block;
        box-shadow: none!important;
     }
     header .nav>li.open>.dropdown-menu>li>a{
        border-top: 1px solid #efefef;
        padding: 15px 20px;
     }
     header .dropdown-menu>li>a::before{
         display: none;
     }
     header .nav>li {
        border-bottom: 1px solid #bfbfbf;
    }
    header .nav>li:last-child{
        border-bottom: 0;
    }
    header .nav>li>a{
        padding: 20px 10px;
    }
    header .nav>li>a:hover{
        color: #333;
    }
}
@media(max-width:768px){
    footer .footer-top .top-r .item{
        width: 100%;
    }
    footer .footer-bottom .support,
    footer .footer-bottom .bei,
    footer .footer-bottom .copyright{
        display: block;
        float:none;
        margin: 0;
        text-align: center;
    }

}
@media(max-width:540px){
    header .navbar-brand img{
        width: 204px;
    }
    header .navbar-toggle{
        padding: 5px 0;
    }
}

.download-lists ul a {display: block;padding: 30px 15px; border-bottom: 1px solid #ececec; }
.download-lists ul a:hover span {color: #275bb1}
.download-lists ul a span {font-size: 18px; color: #333; font-weight: bold;}
.download-lists ul a span:first-child {margin-right: 15px;}
.download-lists ul a .date {font-size: 15px;color: #999;}
@media(max-width:668px) {
.download-lists ul a .date { display:none;}
.download-lists ul a { padding: 15px 0;}
.download-lists ul a span {font-size: 16px;}
}
@media(max-width:1366px) {
.show-pro .pro-top .pro-txt .txt-main .pro-contact a span:nth-child(2) { font-size: 26px!important;}
}
@media(max-width:1200px) {
.show-pro .pro-top .pro-txt .txt-main .pro-t h1 {font-size: 24px!important;}
.show-pro .pro-top .pro-txt .txt-main .pro-contact a span:nth-child(2) { font-size: 22px!important;}
}
