/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
*{margin: 0 auto}
body{
    font-family:"Microsoft YaHei";
    font-size: 14px;
    background: #fff;
    color: #333333;
}
h1, h2, h3, h4, h5, h6,p,a,div,.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
    font-family:"Microsoft YaHei";
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 200;
}
a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
.row { /*复写原有样式*/
    margin-right: 0px;
    margin-left: 0px;
}
.user-home-table-pc{
    /*display: block;*/
}
.user-home-table-smallpc{
    display: none;
}
.user-home-table-phone{
    display: none;
}
.navbar-nav>li {
    clear: none !important;
}
.navbar-menu{
    /*margin: 0px !important;*/
    margin-left: 50px !important;
}
.logo{
    margin-left: 20px;
}
.inner-logo{
}
.user-login-input-red{
    border: 1px solid red;
}
.user-login-memo{
    height: 40px;
    width:90%;
    margin:0 auto;
    margin-top: 10px;
    line-height: 40px;
    /*background-image: url("/images/user-logined.png");*/
    /*background-repeat: no-repeat;*/
    background-color: #217cce;
    color: #fff;
}
.user-login-memo a{
    color: #fff;
}

/*搜索框样式*/
.search-input-left{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-input-right{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

/*自定义基础通用样式 */

/*******导航菜单样式*********/
#header {
    /*min-height: 82px;*/
}
#header .navbar-default{
    border:0;
    /*margin-top: 10px;*/
    margin-bottom: 0;
    /*border-bottom: 2px solid #205A90;*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
}
#header .navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 16px 15px 5px !important;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #205A90;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus{
    color:#205A90;
    background-color: rgba(255,255,255,0);
}
#header .navbar-default .navbar-toggle .icon-bar{
    background-color: none;
}
#header .navbar-default .navbar-nav>li .line-top{
    border-top: 1px solid #205A90;
    width: 18px;
    margin: auto;
}


/******关于DB电竞下拉菜单********/
.about-dropdown-content {
    display: none;
    position: absolute;
    background-color:transparent;
    color: #fff;
    width: 100%;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*opacity: 0.8;*/
}
.about-dropdown-content ul{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding:0 !important;
    background-color: #297ECC;
}
.about-dropdown-content li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    background-color: #297ECC;
    /*border-bottom: 1px solid #5a8ab3;*/
}
.about-dropdown-content li span{
    display: none;
    padding-right: 5px;
}
.about-dropdown-content li:hover {
    background: #12518D;
}
.about-dropdown-content li:hover span{
   display: inline-block;
}
.about-dropdown-content li a{
    color: #fff;
    text-underline: none;
    text-decoration:none;

}
.about-dropdown-content li a:hover{
    color: #fff;
    text-underline: none;
}
#nav-about:hover .about-dropdown-content {
    display: block;
}

/******新闻动态下拉菜单********/
.news-dropdown-content {
     display: none;
     position: absolute;
     background-color: transparent;
     color: #fff;
     width: 100%;
     /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
     /*opacity: 0.8;*/
 }
.news-dropdown-content ul{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding:0 !important;
    background-color: #297ECC;
}
.news-dropdown-content li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    background-color: #297ECC;
    /*border-bottom: 1px solid #5a8ab3;*/
}
.news-dropdown-content li span{
    display: none;
    padding-right: 5px;
}
.news-dropdown-content li:hover {
    background: #12518D;
}
.news-dropdown-content li:hover span{
    display: inline-block;
}
.news-dropdown-content li a{
    color: #fff;
    text-underline: none;
    text-decoration:none;

}
.news-dropdown-content li a:hover{
    color: #fff;
    text-underline: none;
}
#nav-news:hover .news-dropdown-content {
    display: block;
}

/******专项服务下拉菜单********/
.service-dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    color: #fff;
    width: 100%;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*opacity: 0.8;*/
}
.service-dropdown-content ul{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding:0 !important;
    background-color: #297ECC;
}
.service-dropdown-content li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    background-color: #297ECC;
    /*border-bottom: 1px solid #5a8ab3;*/
}
.service-dropdown-content li span{
    display: none;
    padding-right: 5px;
}
.service-dropdown-content li:hover {
    background: #12518D;
}
.service-dropdown-content li:hover span{
    display: inline-block;
}
.service-dropdown-content li a{
    color: #fff;
    text-underline: none;
    text-decoration:none;

}
.service-dropdown-content li a:hover{
    color: #fff;
    text-underline: none;
}
#nav-service:hover .service-dropdown-content {
    display: block;
}

/******招标信息下拉菜单********/
.purchase-dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    color: #fff;
    width: 100%;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*opacity: 0.8;*/
}
.purchase-dropdown-content ul{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding:0 !important;
    background-color: #297ECC;
}
.purchase-dropdown-content li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    background-color: #297ECC;
    /*border-bottom: 1px solid #5a8ab3;*/
}
.purchase-dropdown-content li span{
    display: none;
    padding-right: 5px;
}
.purchase-dropdown-content li:hover {
    background: #12518D;
}
.purchase-dropdown-content li:hover span{
    display: inline-block;
}
.purchase-dropdown-content li a{
    color: #fff;
    text-underline: none;
    text-decoration:none;

}
.purchase-dropdown-content li a:hover{
    color: #fff;
    text-underline: none;
}
#nav-purchase:hover .purchase-dropdown-content {
    display: block;
}

/******加入DB电竞下拉菜单********/
.job-dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    color: #fff;
    width: 100%;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*opacity: 0.8;*/
}
.job-dropdown-content ul{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding:0 !important;
    background-color: #297ECC;
}
.job-dropdown-content li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    background-color: #297ECC;
    /*border-bottom: 1px solid #5a8ab3;*/
}
.job-dropdown-content li span{
    display: none;
    padding-right: 5px;
}
.job-dropdown-content li:hover {
    background: #12518D;
}
.job-dropdown-content li:hover span{
    display: inline-block;
}
.job-dropdown-content li a{
    color: #fff;
    text-underline: none;
    text-decoration:none;

}
.job-dropdown-content li a:hover{
    color: #fff;
    text-underline: none;
}
#nav-job:hover .job-dropdown-content {
    display: block;
}

/******END 导航菜单样式*******/

/*****友情链接*****/
#link{
    width: 100%;
    padding: 0 0 30px 0;
    background-color: #f0eff2;
}
#link .link-title{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #227CCF;
}
#link .link-list{
    text-align: center;
}
#link .link-list img{
    max-height: 65px;
    max-width: 230px;
    margin: 5px;
    cursor: pointer;
}
/*****END 友情链接*******/

/*全部-页脚footer*/
#footer{
    padding: 0;
    height: 280px;
    /*line-height: 220px;*/
    border-top: #E7E7E7 solid 1px;
    background-color: #297ecc;
}
#footer .web-map{
    border-right: 1px solid #4796E4;
    color: #c0dbf3;
    margin: 20px;
}

#footer .web-map .row{
    height: 40px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 45px;
}

#footer .web-map ul{

}
#footer .web-map li{
    width: 35%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #52b2ff;
    border-radius: 5px;
    margin: 5px;
}
#footer .web-map li a{
    color: #c0dbf3;
}

#footer .web-map li a:hover{
    color: #c0dbf3;
    text-decoration: none;
}

#footer .contact-container{
    border-right: 1px solid #4796E4;
    color: #c0dbf3;
    margin: 20px;
}
#footer .contact-title{
    font-size: 16px;
    line-height: 30px;
}

#footer .contact-content{
    font-size: 14px;
    line-height: 30px;
}

#footer .wechat-container{
    color: #c0dbf3;
    margin: 20px;
}
#footer .wechat-title{
    font-size: 16px;
    line-height: 30px;
}

#footer .wechat-container img{
    max-height: 100px;
}
#footer .copyright{
    border-top: 1px solid #4796E4;
}
#footer .copyright p{
    text-align: center;
    font-size: 14px;
    margin: 10px;
    line-height: 40px;
    color: #c0dbf3;
}
#footer .copyright p a{
    color: #c0dbf3;
}
#footer .copyright p a:hover{
    text-decoration: none;
}
/*全部-页脚footer*/

/*********不同分辨率样式********/
.header-container{
   width: 90%;
}
.container {
    /*width: 98%;*/
    width: 90%;
}

#footer .footer-item-last{
    border-right: 2px solid #c1c1c1;
}
#footer .footer-contact h2{
    padding-left: 20px;
}
/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #footer .footer-contact h2{
        padding-left: 10px !important;
    }
}
/* 大屏幕 ：大于等于2560px*/
@media screen and (min-width: 2560px){
    .header-container,.container {
        width: 88%;
    }
    .logo{
        max-width: 450px;
        margin-left: 20px;
    }
    .inner-logo{
        max-width: 450px;
        margin-left: 100px;
    }
    #header {
        min-height: 82px;
    }
    #header .menu-container{
        /*display: inline-flex;
        padding-left: 180px;*/
        padding-top: 20px;
    }
    #header .inner-menu-container{
        display: inline-flex;
        padding-left: 210px;
        padding-top: 20px;
    }
    #header .navbar-default{
        /*margin-left: 400px;*/
    }
    #header  .navbar-brand {
        padding:0px;
        /*margin-right: 120px;*/
    }
    #header .navbar-nav>li {
        min-width: 180px;
        text-align: center;
    }
    #header .navbar-menu {
        margin: 0px !important;
        margin-left: 110px !important;
    }
    #header .navbar-user-logo{
        margin-left: -100px;
    }
    .carousel-img{
        width: 100% !important;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1920px*/
@media screen and (min-width: 1920px) and (max-width: 2559px){
    .header-container,.container {
        width: 78%;
    }
    .logo{
        height: 60px;
    }
    .inner-logo{
        max-width: 430px;
    }
    #header {
        min-height: 90px;
    }
    #header .menu-container{
        /*display: inline-flex;*/
        padding-top: 20px;
    }
    #header .inner-menu-container{
        display: inline-flex;
        padding-left: 210px;
        padding-top: 20px;
    }
    #header .navbar-default{
        /*margin-left: 240px;*/
    }
    #header  .navbar-brand {
        padding:0px;
        /*margin-right: 120px;*/
    }
    #header .navbar-user-logo {
        margin-left: 10px;
    }
    #header .navbar-nav>li {
        min-width: 105px;
        text-align: center;
    }
    #header .navbar-menu {
        /*margin: 0px !important;*/
        /*margin-left: -120px !important;*/
        /*margin: 0px !important;
        margin-left: -50px !important;*/
        /*margin-top: 10px !important;*/
		float: right;
    }
    .carousel-img{
        width: 100%;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1680px*/
@media screen and (min-width: 1680px) and (max-width: 1919px){
	.navbar-header {margin-top: -10px;}
    .logo{height:60px;
        }
        .inner-logo{
            max-width: 500px;
            margin-left: 40px;
            /* margin-top: 5px;*/
            }

            #header {
                min-height: 82px;
            }
            #header .menu-container{
                /*display: inline-flex;
                padding-left: 200px;*/
                padding-top: 20px;
            }
            #header .inner-menu-container{
                display: inline-flex;
                padding-left: 160px;
                padding-top: 20px;
            }
            #header .navbar-default{
                /*margin-left: 200px;*/
    }
    #header  .navbar-brand {
        padding: 0px;
    }
    #header .navbar-nav>li {
        min-width: 100px;
        text-align: center;
    }
    #header .navbar-menu {
        /* margin: 0px !important; */
        /*margin-left: -180px !important;*/
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1600px*/
@media screen and (min-width: 1600px) and (max-width: 1679px) {
	#header .menu-container {
    padding-top: 10px;
}
    .logo{height: 60px;margin-left: 0;}
        .inner-logo{
            max-width: 480px;
            margin-left: 35px;
            /* margin-top: 5px;*/
            }
            #header {
                min-height: 82px;
            }
            #header .menu-container{
                /*display: inline-flex;
                padding-left: 120px;
                padding-top: 20px;*/
            }
            #header .inner-menu-container{
                display: inline-flex;
                padding-left: 70px;
                padding-top: 20px;
            }
            #header .navbar-default{
                /*margin-left: 120px;*/
    }
    #header .navbar-brand {
        padding: 0px;
        /*margin-right: 200px;
        margin-left: -40px;*/
    }
    #header .navbar-nav>li {
        min-width: 100px;
        text-align: center;
    }
    #header .navbar-menu {
        /* margin: 0px !important; */
       /* margin-left: -150px !important;*/
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1440px*/
@media screen and (min-width: 1440px) and (max-width: 1559px) {
    .logo{height: 50px;margin-left: 0;margin-top: -10px;
    }

    .inner-logo{
        max-width: 380px;
        margin-left: 0px;
        margin-top: -5px;
    }

    #header {
        min-height: 82px;
    }
    #header .menu-container{
        /*display: inline-flex;
        padding-left: 100px;*/
        padding-top: 20px;
    }
    #header .inner-menu-container{
        display: inline-flex;
        padding-left: 30px;
        padding-top: 20px;
    }
    #header .navbar-default{
        /*margin-left: 120px;*/
    }
    #header .navbar-brand {
       padding: 0px;
        margin-top: 10px;
    }
    #header .navbar-user-logo {
        margin-left: 30px;
    }
    #header .navbar-nav>li {
        min-width: 100px;
        text-align: center;
    }
    #header .navbar-menu {
        /*margin: 0px !important;
        margin-left: 0px !important;*/
		float: right;
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }

}
/* 大屏幕 ：大于等于1360px*/
@media screen and (min-width: 1400px) and (max-width: 1439px) {
    .logo{
        max-width: 250px;
        height: 50px;
        margin-left: 20px;
    }
    .inner-logo{
        max-width: 250px;
        height: 50px;
        margin-left: 20px;
    }

    #header .navbar-brand {
        padding:0 0 0 15px;
    }
    #header .navbar-nav>li {
        min-width: 100px;
        text-align: center;
    }
    #header .navbar-user-logo {
        margin-left: 30px;
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1400px*/
@media screen and (min-width: 1360px) and (max-width: 1399px) {
    .logo{
        height: 50px;margin-left: 0;
    }
    .inner-logo{
        max-width: 320px;
        /*height: 50px;*/
        margin-left: 0px;
        margin-top: 10px;
    }

    #header {
        min-height: 82px;
    }
    #header .menu-container{
        /* display: inline-flex;
        padding-left: 80px;*/
        padding-top: 20px;
     }
    #header .inner-menu-container{
        display: inline-flex;
        padding-left: 30px;
        padding-top: 20px;
    }
    #header .navbar-default{
        /*margin-left: 80px;*/
    }
    #header .navbar-brand {
        padding:0 0 0 15px;
    }
    #header .navbar-nav>li {
        min-width: 100px;
        text-align: center;
    }
    #header .navbar-user-logo {
        margin-left: 15px;
    }
    #header .navbar-menu {
        /*margin: 0px !important;
        margin-left: 10px !important;*/
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1280px*/
@media screen and (min-width: 1280px) and (max-width: 1359px){
    .logo{
        height: 50px;margin-left: 0;margin-top: -15px;
    }
    .inner-logo{
        max-width: 300px;
        /*height: 50px;*/
        margin-top: 0px;
    }
    #header {
        min-height: 82px;
    }
    #header .menu-container{
        /*display: inline-flex;
        padding-left: 80px;*/
        padding-top: 20px;
    }
    #header .inner-menu-container{
        display: inline-flex;
        padding-left: 30px;
        padding-top: 20px;
    }
    #header .navbar-default{
        /*margin-left: 50px;*/
    }
    #header .navbar-brand {
        /*padding: 0px !important;*/
        /*margin-left: 20px;*/
    }
    #header .navbar-user-logo {
        /*margin-left: 0px;*/
    }
    #header .navbar-menu {
       /* margin: 0px !important; 
         margin-left: -10px !important;*/
    }

    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
}
/* 大屏幕 ：大于等于1024px*/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .logo{
        height: 50px;margin-left: 0;margin-top: -10px;
    }

    .inner-logo{
        max-width: 250px;
        margin-left: 30px;
        /*height: 50px;*/
    }

    #header {
        min-height: 67px;
    }

    #header .inner-menu-container{
        /*display: inline-flex;*/
        margin-left: 0px;
    }
    #header .navbar-brand {
        padding:0px !important;
        margin-top:15px !important;
    }

    #header .navbar-brand img{
        /*width: 120%;*/
        /*margin-top: 5px;*/
    }
    #header .navbar-user-logo img{
        /*width: 180% !important;*/
    }
    #header .navbar-menu {
        margin: 0px !important;
       /* margin-left: 180px !important;*/
        margin-top: 5px !important;
    }
    .search-input-left {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        width: 100px !important;
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px !important;
        width: 200px;
    }

    .user-open-fun-container{
        margin-top:20px;
    }

}
/*默认*/
@media screen and (min-width: 992px) and (max-width: 1023px){
    .logo{
        max-width: 250px;
        height: 50px;
        margin-left: 20px;
    }
    .inner-logo{
        max-width: 250px;
        height: 50px;
        margin-left: 20px;
    }
    #header .navbar-brand img{
        width: 80%;
    }
    .carousel-img{
        width: 100%;
        max-width: 1903px;
        max-height: 856px;
        margin-left: 0px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px !important;
        width: 200px;
    }

    .user-open-fun-container{
        margin-top:20px;
    }
}
/***/
@media (min-width: 768px) and (max-width: 991px){
    .logo{
        max-width: 250px;
        height: 30px;
        margin-left: 20px;
    }
    .inner-logo{
        max-width: 250px;
        height: 30px;
        margin-left: 20px;
    }
    #header .navbar-brand>img {
        display: block;
    }
    #header .navbar-menu {
        margin: 0px !important;
        margin-left: 10px !important;
    }
    .navbar-form{
        width: 200px;
    }
    .about-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 100%;
        left: 30%;
        top: 0;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .news-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 30%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .service-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 30%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .purchase-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 30%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .job-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 30%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    #footer{
        height: 700px;
    }
    #footer .web-map {
        border-right: none;
    }
    #footer .contact-container {
        border-right: none;
    }

    #footer .footer-contact h2{
        font-size: 26px !important;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 0;
            font-size: 22px !important;
        }
    }
}
/*  */
@media (min-width:430px) and (max-width: 767px){
    body {
        padding-top: 0;
    }
    .container{
        width: 100%;
        padding: 0px;
    }
    .row{
        margin: 0px;
    }
    .logo{
        max-width: 250px;
        height: 30px;
        margin-left: 0;
    }
    .inner-logo{
        max-width: 250px;
        height: 30px;
        margin-left: 20px;
    }
    #header .navbar {
        position: relative !important;
    }

    #header .navbar {
        padding-bottom: 0;
    }

    .about-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 24%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .news-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 24%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .service-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 24%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .purchase-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 24%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }
    .job-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 30%;
        left: 24%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    #footer{
        height: 700px;
    }
    #footer .web-map {
        border-right: none;
    }
    #footer .contact-container {
        border-right: none;
    }
}
@media (min-width:376px) and (max-width: 429px){
    body {
        padding-top: 0;
    }
    .container{
        width: 100%;
        padding: 0px;
    }
    .row{
        margin: 0px;
    }
    .logo{
        max-width: 250px;
        height: 30px;
        margin-left: 0;
    }
    .inner-logo{
        max-width: 250px;
        height: 30px;
        margin-left: 20px;
    }
    #header .navbar {
        position: relative !important;
    }

    #header .navbar {
        padding-bottom: 0;
    }
    #header .navbar-brand>img {
        display: block;
    }
    .about-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 50%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .news-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 50%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .service-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 50%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .purchase-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 50%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }
    .job-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 50%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    #footer{
        height: 700px;
    }
    #footer .web-map {
        border-right: none;
    }
    #footer .contact-container {
        border-right: none;
    }
}
/*超小屏幕（手机，小于 429px）*/
@media (max-width: 375px) {
    body {
        padding-top: 0;
    }
    .header-container ,.container{
        width: 100%;
        padding: 0px;
    }
    .logo {
        max-width: 180px;
        margin-left: 0;
        height: 30px;
    }
    .inner-logo {
        max-width: 180px;
        margin-left: 20px;
        height: 30px;
    }
    .row{
        margin: 0px;
    }
    #header .navbar {
        position: relative !important;
    }

    #header .navbar {
        padding-bottom: 0;
    }
    #header .navbar-brand>img {
        display: block;
    }
    .about-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 60%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .news-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 60%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .service-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 60%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    .purchase-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 60%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }
    .job-dropdown-content {
        display: none;
        position: absolute;
        background-color: #297ECC;
        color: #fff;
        width: 60%;
        left: 40%;
        top: -10%;
        z-index: 1000;
        /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
        /* opacity: 0.8; */
    }

    #footer{
        height: 700px;
    }
    #footer .web-map {
        border-right: none;margin: 20px 0;
    }
	#footer .web-map .row{margin-left: 0}
    #footer .contact-container {
        border-right: none;margin: 20px 0;
    }
	#footer .wechat-container{margin: 20px 0;}
}
/********END 不同分辨率样式********/


