h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /* font-size: 100%; */
    font-weight: normal;
}
h1,
h2,
h3{
    margin:10px 0;
}
html,
body {
    height: 100%;
}

body {
    position: relative;
    /*min-width: 560px;*/
    min-width: 100%;
    font-family: Microsoft Yahei, SimSun, Helvetica;
    font-weight: lighter;
    background-color: #f0f0f0;
    color: #333;

}

img {
    width: 100%;
}

input {
    outline: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

a,
li {
    outline: 0;
}

p {
    margin-bottom: 0;
}

::-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

:-moz-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    opacity: 1;
}
.btn-primary{
    background-color: #2c4282;
}
.font20 {
    font-size: 20px !important;
}

.font16 {
    font-size: 16px !important;
}

.paddingLR {
    padding: 0 15px;
}
.paddingTB{
    padding: 15px 0;
}
.relative {
    position: relative;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.justify {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}

.flexitem {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 85px;
}



.container {
    position: relative;
    /*max-width: 1130px;*/
    max-width: 1180px;

}
/*添加 19.6.13 xp*/
/*@media (min-width: 768px) and (max-width:830px){*/
/*    .container {*/

/*        width:770px;*/
/*    }*/
/*}*/

@media (min-width: 830px) and (max-width:991px){
    .container {
       /*// width:830px;*/
        width:870px;
    }
}

/*添加 19.6.13 xp*/
@media (min-width: 991px) and (max-width:1200px){
    .container {

        width:1030px;
    }
}

@media screen and (min-width: 950px){
    .container1{
        position: relative;
        margin:0 50px;
    }
}
.navbar-collapse {
    padding: 0;
}




/* touchSLide */

.picScrollWrap {
    padding: 0 100px;
}

.picScroll {
    position: relative;
}

.picScroll .bd ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    overflow:hidden;
}

.picScroll .bd li {
    float: left;
    font-size: 14px;
    text-align: center;
}

.picScroll .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}


.picScroll .hd {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 44px;
    margin-top: -22px;
}

.picScroll .prev,
.picScroll .next {
    position: absolute;
    top: -30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../../images/web/arrows.png);
    cursor: pointer;
}

.picScroll .prev {
    left: -80px;
    background-position: center top;

}

.picScroll .next {
    right: -80px;
    background-position: center bottom;
}


/* 首页 */

.indexpage {
    background: url(../../images/web/index_bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../../images/web/index_bg.png',
            sizingMethod='scale');

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='i../../images/web/index_bg.png',
            sizingMethod='scale')";

}
.indexpage .home-title {
    position: absolute;
    top: 31%;
    width: 100%;
    text-align: center;
}
.indexpage .home-title img {
    width: 95%;
    display: inline;
    max-width: 1200px;;
}

.indexpage .theme {
    position: absolute;
    top: 50%;
    margin-top: -58px;
}

@media (min-width: 768px) {
    .indexpage .theme {
        margin-top: -40px;
        margin-left: -15px;
    }
}
@media (min-width: 992px) {
    .indexpage .theme {
        margin-top: -40px;
    }
}
@media (min-width: 1200px) {
    .indexpage .theme {
        width: 98%;
        margin-top: -40px;
    }
}
.indexpage .q-code {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.indexpage .q-code img {
    width: 80px;
    margin-left: 30px;
}
.indexpage .home-footer {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 320px;
    margin-left: -160px;
    text-align: center;
}
.indexpage .home-footer img {

}
.indexpage .organization {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 20px;
    color: #FFF;
}





/* 登录 */

.loginpage {
    min-height: 100%;
    background: url(../../images/web/page_bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.loginpage .logintitle {
    padding: 70px 0 40px;
    width: 80%;
    margin: 0 auto;
}

.loginpage .loginform {
    float: none;
    max-width: 560px;
    width: 560px;
    margin: 0 auto 20px;
    padding: 0 100px 50px;
    background-color: #fff;
    border-radius: 6px;
}

.loginpage .loginform h1 {
    padding: 25px 0 15px;
    font-size: 30px;
    text-align: center;
}

.loginform .form-group {
    position: relative;
    height: 50px;
    padding-left: 50px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.loginform .form-group .icon {
    position: absolute;
    left: 0;
    top: 15px;
    width: 50px;
    height: 20px;
    border-right: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-position: center center;
}

.loginform .form-group .icon.user {
    background-image: url(../../images/web/icon_acount.png);
    -webkit-background-size: 16px 20px;
    background-size: 16px 20px;
}

.loginform .form-group .icon.password {
    background-image: url(../../images/web/icon_pwd.png);
    -webkit-background-size: 18px 20px;
    background-size: 18px 20px;
}

.loginform .form-group input {
    width: 100%;
    padding: 10px;
    height: 48px;
    border: 0;
    font-size: 14px;
}

.loginform .otherevt {
    margin-bottom: 15px;
}

.loginform .otherevt a {
    font-size: 14px;
    color: #a8a2ae;
}

.loginform .btn {
    width: 100%;
    height: 50px;
    background-color: #1360b7;
    color: #fff;
    border-radius: 0;
}


/* 注册 */

.loginpage .registerform {
    padding-bottom: 20px;
}

.registerform .formtabs {
    padding: 26px 0;
    line-height: 1;
}

.registerform .formtabs span {
    width: 50%;
    float: left;
    font-size: 30px;
    color: #424242;
    cursor: pointer;
}

.registerform .formtabs span:nth-of-type(1) {
    border-right: 1px solid #e0e0e0;
}

.registerform .formtabs .active {
    color: #1360b7;
}


.registerform .form-group {
    padding-left: 100px;
}

.registerform .form-group label {
    position: absolute;
    left: 0;
    width: 100px;
    padding: 0 16px;
    line-height: 50px;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 6px;
}

.registerform .getcode {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 42px;
    padding: 0 20px;
    line-height: 42px;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #333;
}

.registerform .gologin {
    display: inline-block;
    margin-top: 20px;
    color: #1360b7;
    font-size: 14px;
    text-decoration: underline;
}

.registerform .success {
    padding: 40px 0;
}

.registerform .success .icon {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.registerform .success p {
    padding-top: 40px;
    font-size: 18px;
    color: #1360b7;
    text-align: center;
}

.registerform .success+.btn {
    margin-bottom: 20px;
}




/* ********** */


/* 主页 */

.mainpage {
    padding-bottom: 200px;
    min-height: 100%;
    position: relative;
    /*background: url(../../images/web/page_bg.png) no-repeat  fixed;*/
    /*background: url(../../images/web/page_bg.png) no-repeat center fixed ;*/
    /*background: red;*/
    background-color: #F5F5F5;
    -webkit-background-size: cover;
    background-size: cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/web/page_bg.png',sizingMethod='scale');  ;
}

#bjtest{
    position: absolute;
    width: 100%;
    height: 34px;
    background-color: #0068b7;
    bottom: 0px;
    z-index: -1;

}

.headnav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background-color: #F5F5F5;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000);
    z-index: 999;

}

.headnav .navbar-brand {
    padding: 7px 0;
}

.headnav .login {
    position: absolute;
    top: 30px;
    right: 25px;
    height: 100px;
    line-height: 100px;
    color: #fff;
}

.headnav .login img {
    float: left;
    margin-top:35px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
}

.headnav .login a {
    float: left;
    padding:0 2px;
    color: #000000;
    font-size: 13px;
}


@media (min-width:768px) and (max-width: 900px){
    .headnav .login .name{
        width: 6em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }
}
.headnav .nav {
    /*padding: 34px 0;*/
    padding-top: 10px;
}

.headnav .navli,
.headnav .navbar-nav>li a {
    width: 90px;
    height: 34px;
    padding: 0;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	behavior: url(/css/web/PIE.htc);
	position:relative;
	z-index:2;
}
.maincontent .swiper-pagination-switch{
    behavior: url(/css/web/PIE.htc);
}
@media screen and (max-width: 996px)  {
    .headnav .navli,
    .headnav .navbar-nav>li a {
        width: 76px;
        font-size: 14px;

    }
}
/*2019.6.13 xp*/
@media screen  and (min-width: 768px ) and (max-width: 830px)  {
    .headnav .navli,
    .headnav .navbar-nav>li a {
        width: 65px;
        font-size: 12px;
    }
}


.headnav .navbar-nav>li>a:hover, .headnav .navli.active, .headnav .navli.active a {
    color: #30a0d6;
    background-color: #fff;
}

.headnav .navbar-nav>li>a:hover{
    background-color: #0050ff;
    color:#fff;
}



/*.headnav .navbar-nav .mid9{*/
/*    position: relative;*/
/*}*/

.headnav .navbar-nav .dropdown .dropdown-menu {
    background-color:rgba(0,0,0,0.1) !important;
}
/*.headnav .navbar-nav .dropdown .xp1{*/

/*    display: none;*/
/*    position: absolute;*/
/*    padding-left: 0px;*/


/*}*/

/*.headnav .navbar-nav .dropdown .xp1>li{*/
/*    width: 90px;*/
/*    height: 34px;*/
/*    padding: 0;*/
/*    line-height: 34px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    list-style: none;*/
/*}*/

.headnav .navbar-nav .dropdown a:hover {

    background-color: #0050ff;

}

/*.headnav .navbar-nav .dropdown:hover .xp1{*/

/*    display: block;*/

/*}*/

.headnav .navbar-nav>li>a:focus{
    background-color: transparent;
    outline: 0;
}


.footer {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    /*height: 144px;*/
    padding: 16px 0 6px;
    /*background: rgba(0, 0, 0, 0.3);*/
    background-color: #0068b7;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
    line-height: 36px;
    word-break: break-all;
}

.footer,
.footer a {
    font-size: 14px;
    color: #999;
}

.footer .split {
    padding: 0 14px;
}

.footer .QRCode {
    padding-right: 10px;
}

.footer .QRCode h6 {
    padding: 10px 0;
}

.footer .QRCode >img {
    width: 100px;

}




.swiper-container {
    width: 100%;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

.headtitle {
    padding: 30px 0;
    font-size: 48px;
    color: #fff;
}



.subtitle {
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* 面包屑 */

.breadcrumb {
    padding: 20px 15px;
    margin-bottom: 0;
    background-color: #f0f0f0;
}

.breadcrumb li,
.breadcrumb li a {
    font-size: 16px;
    color: #000;
}

.breadcrumb>.active {
    color: #000;
}

.breadcrumb>li+li:before {
    content: ">";
    color: #000;
}





/* 科技成果 */

.contentpage {
    position: relative;
    min-height: 100%;
    padding-bottom: 150px;
}

.contentpage .headnav {
    background-color: #f5f5f5;
    filter:none;
}

.contentpage .footer {
    background-color: #0068b7;
    filter:none;
}

.contentwrap {
    padding: 28px  18px 60px 18px;
    background-color: #fff;
    /*margin-bottom:150px;*/
}



.contentwrap.kejicglist .col-md-3,
.contentwrap.kejicg .col-sm-3 {
    padding: 0 10px;
}

.kejicglist .kejicgli {
    margin-bottom: 44px;
    font-size: 0;
    height:240px;
}
/* LZY */

.kejicglist  .kejicgli img {
	max-height:180px;
    margin-bottom: 18px;
    border-radius: 6px;
    object-fit: cover;
}

.kejicglist .kejicgli p {
    padding-bottom: 4px;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}


/* 详情 */

.details .detailtitle {
    padding: 20px 100px;
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 1.4;
}

.details .detailtext {
    padding: 0 40px;
    font-size: 18px;
}

.details .detailtext img {
    width: auto;
	max-width: 100%;
    margin: 10px auto 40px;
}

.details .detailtext p {
    font-size: 18px;
    color: #333;
    line-height: 2.4;
}
.detailtext p{
    /*text-indent: 2em;*/
}
.details .source {
    padding: 20px 100px;
    font-size: 14px;
}

.details .source .time {
    padding-left: 50px;
}




/* 军地对接 */

.sidewrapper {
    /* padding-left: 230px; */
}

.sidewrapper .contentwrap {
    margin-left: 230px;
}

.sidewrapper .sidenav {
    float: left;
    width: 200px;
}

.sidewrapper .sidenav ul {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
    list-style: none;
}

.sidewrapper .sidenav a {
    position: relative;
    display: block;
    padding:18px 0;
    margin-bottom: 1px;
    padding-left: 70px;
    line-height: 24px;
    font-size: 15px;
    color: #2c4282;
    background-color: #ffffff;
}

.sidewrapper .sidenav a em {
    content: "";
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: #2c4282;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	behavior: url(/css/web/PIE.htc);
	z-index:2;
}

.sidewrapper .sidenav .active a {
    background-color: #2f4883;
    color: #ffffff;
}

.sidewrapper .sidenav .active em {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-color: #ffffff;
}


.sidewrapper .sidenavtext a {
    padding-left: 40px;
}

.sidewrapper .sidenavtext a em {
    left: 14px;
}

.sidewrapper .pagination {
    margin-left: 230px;
}

.pagination ul {
    padding-left: 0;
    list-style: none;
}

.pagination li {
    float: left;
    margin-right: 10px;
}

.pagination li a {
    display: block;
    padding: 0;
    width: 42px;
    line-height: 42px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.pagination li a.next {
    width: 135px;
}

.pagination li.active a {
    background-color: #2c4282;
    color: #fff;
}




/* 军地对接详情 */

.jundidetails .department {
    margin-top: 50px;
    font-size: 14px;
    color: #000;
}

.jundidetails .department h6 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
}






/* 产业联盟-军地联席 */

.cylm-jdlx {
    padding: 0 30px 20px;
}

.cylm-jdlx .rowcard {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d5d5d5;
    font-size: 18px;
    overflow: hidden;
}

.cylm-jdlx .rowcard img {
    margin: 20px 0;
    border-radius: 6px;
}

.cylm-jdlx .rowcard .title {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.8;
}

.cylm-jdlx .rowcard .source {
    padding-top: 5px;
    font-size: 14px;
}

.cylm-jdlx .rowcard .source span {
    padding-left: 50px;
}

.cylm-jdlx .oneimg .title {
    min-height: 5.5em;
    margin-top: 24px;
}





/* 产业联盟-人才服务 */

.cylm-rcfw .rowcard .avatar {
    position: absolute;
	top:50%;
	margin-top:-35px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #2c4282;
    overflow: hidden;
}

.cylm-rcfw .rowcard .avatar img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cylm-rcfw .rowcard .location {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 18px;
    line-height: 36px;
}

.cylm-rcfw .rowcard .location .feature {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #f0f0f0;
    font-size: 12px;
    border-radius: 6px;
}
/* 产业联盟-人才服务_详情 */
.rencaidetails .person{
    margin:30px auto;

}
.rencaidetails .avatar{
    position: relative;
    margin:0 auto;
    width: 100px;
    height: 100px;
}
.rencaidetails .avatar .fuyi{
    position: absolute;
    right: -120%;
    top: 35px;
    padding:0 20px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 6px;
    border:1px solid #ccc;
}
.rencaidetails .avatar img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit:cover;
}
.rencaidetails .person .name{
    padding:10px 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}
/* 产业联盟-科技金融服务_详情 */
.jinrongdetails .logo{
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
}
.jinrongdetails .logo img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}


/* 产业联盟-融资路演-详情 */
.teammember ul{
    padding: 0;
    list-style: none;
}
.teammember li{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.teammember .member{
    position: relative;
    padding-left: 100px;
}
.teammember .memberbasic{
    min-height: 80px;
}
.teammember .member .avatar{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;

}

.teammember .member .avatar img{
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit:cover;
}

/* 产业联盟-展览展示会议服务 */
.huiyifwlist .huiyifw{
    position: relative;
}
.huiyifwlist .huiyifw img{
    height: 180px;
}

@media screen and (max-width: 991px){
    .huiyifwlist .huiyifw img{
        height: 130px;
    }
}

.huiyifwlist .huiyifw .title{
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.huiyifwlist .huiyifw .time{
    font-size: 16px;
    color: #666;
}

.huiyifwlist .huiyifw .status{
    position: absolute;
    top: 0;
    right: 15px;
    padding:6px 12px;
    background-color: #2c4282;
    color: #fff;
    font-size: 14px;

}
.huiyifwlist .huiyifw .status.finished{
    background-color: #666;
}
/* 产业联盟-展览展示会议服务-详情 */
.huiyifwdetails .huiyititle{
    padding-bottom: 0px;
    font-size: 18px;
    color: #333;
}

.details.huiyifwdetails .huiyitime,.details.huiyifwdetails .huiyiaddr{
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.huiyifwdetails .members{
    padding:10px 0;
	overflow: hidden;
}
.huiyifwdetails .members li{
	float: left;
    width: 60px;
    padding: 0;
    margin:5px;
   
}
.huiyifwdetails .members li img{
    margin: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    border-radius: 50%;
}
/* 政府服务 */

.contentwrap .subtitle {
    margin-bottom: 40px;
    color: #333;
}

.contentwrap .picScrollWrap {
    padding: 0 80px;
}

.contentwrap .picScroll .prev,
.contentwrap .picScroll .next {
    width: 64px;
    height: 155px;
    margin-top: -100px;
    -webkit-background-size: 64px 155px;
    background-size: 64px 155px;
}





/* 政策法规详情 */

.zcfgdetails p {
    padding: 20px 0;
}




/* 我的 */

.mypage .nav {
    /*padding: 0 20px; lzy clear   */
}

.mypage .nav-tabs>li>a {
    padding: 14px 0;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #2c4282;
    border: 0;
    border-bottom: 4px solid transparent;

}

.mypage .nav>li>a:hover{
    background-color: transparent;
    border-bottom: 4px solid #2c4282;
}
.mypage .nav-tabs>li.active>a,
.mypage .nav-tabs>li.active>a:hover{
    border: 0;
    border-bottom: 4px solid #2c4282;
}


.mypage .tab-content{
    padding-top: 20px;
}

.mypage .logoimg,.mypage .addfile{
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-right: 10px;
    margin-bottom:10px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius:6px;
    behavior: url(/css/web/PIE.htc);
    z-index:2;
    float: left;

}
.mypage .logoimg input[type='file'],.mypage .addfile input[type='file']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	-ms-filter:"alpha(opacity=0)";
}
.marginB{
        margin-bottom: 10px;
    }
.mypage .addfile{
    border: 1px dashed #ccc;
    text-align: center;
    font-size: 30px;
    line-height: 130px;
}
.mypage .logoimg img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.mypage .btn{
    margin-right: 5px;
}
.mypage .btn-sm{
    padding: 6px 10px;
}


/* 公司需求 */
.gsxuqiu .rowcard{
    padding:30px 195px 30px 0;
    padding-right: 195px;
}
.gsxuqiu .operate{
    position: absolute;
    top: 20px;
    right: 0;
}
.gsxuqiu .operate .status{
    display: block;
    width: 160px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #f72a3d;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.gsxuqiu .operate .btn{
    margin-top: 14px;
    padding:6px 20px;
    font-size: 18px;
    color: #000;
    background-color: #f0f0f0;
    border:0;
}

/* 我的简历 */
.mypage .avatar {
    position: relative;
    width: 130px;
    height: 130px;
    margin:0 auto 30px;
    border-radius: 10px;
    overflow: hidden;
}

.mypage .avatar img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.mypage .avatar input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
	-ms-filter:"alpha(opacity=0)";
}
.mypage .avatar .upload{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
}
.mypage .avatar .upload:before{
    content:"+";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}


/* 发布需求 */
.publish{
    position: fixed;
    bottom:100px;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border:1px solid #2c4282;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:50%;
	behavior: url(/css/web/PIE.htc);
	/*position:relative;*/
	z-index:2;

}
.publish a{
    position: absolute;
    width: 100%;
    left: 0;
    top: 26px;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}

.arrow-left,.arrow-right {
    position: absolute;
    top: 67%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 99;
    display: none;
}
.arrow-left {
    background: url(../../images/web/arrows.png) no-repeat center top;
    left: 20px;
}

.arrow-right {
    background: url(../../images/web/arrows.png) no-repeat center bottom;
    right: 20px;
}

.qiyekulist .qiyepic{
    height: 120px;
    object-fit: cover;
}
.gsxuqiu .operate .status.pass{
    background-color: #2c4282;
}
.gsxuqiu .operate .status.rejected{
    background-color: #bbb;
}


#tech_info_list,#app_type_list,#case_info_list,#link_man_list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.edui-default .edui-editor-toolbarbox{
    /*position: static !important;*/
}

 .lzy-cylm-jdlx .nav-tabs .col-md-2{
        width:13.666666%;
    }

@media (min-width: 768px) and (max-width: 1124px) {

    .footer{
        height:130px;
        /*line-height:80px;*/
        padding:15px 0;
    }

    .footer p{
        line-height:28px;
    }

    .sidewrapper .pagination ul{
        width:500px;/* lzy */
    }

}

@media (min-width: 320px) and (max-width: 720px) {
    .bd{
        height:320px;
        overflow:hidden;
    }

    .lzy-cylm-jdlx .nav-tabs .col-md-2{
        width:50%;
    }




}

.edui-default{
    position: static;
}

.details .detailtext div h3{
    font-size:24px;
    color:#333;
}

.details .detailtext div p{
    font-size:18px;
    color:#333;
}

.details .detailtext div p span{
    font-size:18px;
    color:#999;
}
iframe{
    width:98% !important;
}
.zhccell{
        width: 160px;
        height: 113px;
        background-color: #f0f0f0;
        border:1px solid #2c4282;
        border-radius: 6px;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        line-height: 113px;

    }
    .zhccell span{
        display: inline-block;
        vertical-align:middle;
        line-height: 26px;
        color: #2c4282;
    }
    .zhccell.contcell{
        background-color: #2c4282;
        
    }
    .zhccell.contcell span{
        color: #fff;
    }
    @media (max-width: 1200px){
        .zhengcetable{
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -o-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-transform-origin: top left;
            -moz-transform-origin: top left;
            -ms-transform-origin: top left;
            -o-transform-origin: top left;
            transform-origin: top left;
        }
    }
    @media (max-width: 992px){
        .zhengcetable{
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transform-origin: top left;
            -moz-transform-origin: top left;
            -ms-transform-origin: top left;
            -o-transform-origin: top left;
            transform-origin: top left;
        }
    }
    @media (max-width: 768px){
        .zhengcetable{
            -webkit-transform: scale(0.6);
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
            transform: scale(0.6);
            -webkit-transform-origin: top left;
            -moz-transform-origin: top left;
            -ms-transform-origin: top left;
            -o-transform-origin: top left;
            transform-origin: top left;
        }
    }
.zhjiadetail .avatar{
        margin:0 auto;
        width: 100px;
        height: 140px;
        background-color: #484848;
        overflow: hidden;
    }
    .sidecontact{

        position: fixed;
        bottom: 210px;
        right: 8px;
        width: auto;
        padding:10px 8px;
        border:1px solid #ccc;
        background-color: #FFF;
    }
    .sidecontact h6{
        padding-bottom: 10px;
        text-align: center;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    .sidecontact .content{
        position: relative;
        height: 50px;
        padding-left: 56px;
        line-height: 1.6;
        font-size: 16px;
        color: #333;
    }
    .sidecontact .content img{
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }



/*导航更新*/
    .headnav {
        height: auto;
    }
    .navbar-nav {
        float: none !important;
    }

    .navbar-header {
        float: none;
        text-align: center;
    }

    .headnav .navbar-brand {
        float: none;
    }

    .headnav .navli {
        width: 9.09%;
        /*width:12%;*/
    }

    @media screen and (max-width: 767px) {
        .headnav .navli {
            width: 30%;
        }

    }

    .navbar-brand img {
        width: 60%;
        /*margin: 34px auto 0;*/
        margin-top: 20px;
    }

    @media screen and (max-width: 992px) {
        .navbar-brand img {
            width: 50%;
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 767px) {
        .navbar-brand img {
            width: 50%;
            margin-top: 23px;
            margin-left: 25%;
        }

        .form-horizontal .control-label{
            width:100%;
        }
        .mypage .avatar{
            margin-left:20px;
        }
        .aui-form-info-text{
            width:100%;
            float:left;
        }
        #accEdit{
            height:120px;

        }
        #accBind{
        height:120px;
    }
        /* lzy 2018-07-11*/
    }


    .headnav .navli.active {
        background-color: transparent;
    }

    .headnav .navli a {
        margin: 0 auto;
    }


@media (min-width: 992px){
    .lzy-cylm-jdlx .nav-tabs > li{
        padding-right: 0;
        padding-left: 0;
    }
}

.lzy-cylm-rcfw .rowcard .bnt_detail{
    display:block;
}

.lzy-cylm-rcfw .rowcard .avatar {
    float:left;
}




@media screen and (min-width: 768px) {
    .headnav .login .name {
        float: left;
        max-width:100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .subtitle{
        height:45px;
        line-height:24px;
    }
   

}
@media screen and (max-width: 1024px){
    .loginpage .logintitle{
        padding:40px 0 30px;
    }
}

.form-horizontal .control-label{
    white-space:nowrap;
}

/**third stage*/
.aui-form-region{
    width:100%;
    height:300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize:none;
    padding:15px;
}
.form-group-title{
    padding-left:130px;
    padding-top:30px;
    padding-bottom:20px;
}
.form-group-title p{
    padding-bottom:10px;
}
.aui-box-content{
    padding: 0 40px;
    font-size: 18px;
}
.aui-box-content-image{
    margin-bottom:20px;
    margin-top:30px;
}
.aui-box-content-text p{
    font-size:14px;
    padding-bottom:10px;
    line-height:24px;
    text-indent:2rem;
}


/* map */

.map-content {
    padding: 30px 0;
    overflow:hidden;
}

.map-module {
   /* width: 1200px !important;
    margin: 0 auto;
    position: relative;*/
    transition: all .3s ease;
}

.map-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.map-branch .map-title {
    margin: 20px 0 0;
    z-index: 1;
}

.map-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.map-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
    margin-bottom: 30px;
}

.branch-map-l {
     width: 738px;
    height: 500px;
    position: relative;
}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../../images/web/map-bj.png") no-repeat center;
    position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.beijing {
    left: 522px;
    top: 182px;
}

.tianjin {
    left: 604px;
    top: 234px;
}

.hebei {
    left: 575px;
    top: 254px;
}

.shanxi {
    left: 480px;
    top: 222px;
}

.liaoning {
    left: 600px;
    top: 160px;
}

.jilin {
    left: 696px;
    top: 167px;
}

.heilongjiang {
    left: 676px;
    top: 106px;
}

.shanghai {
    left: 606px;
    top: 309px;
}

.jiangsu {
    left: 585px;
    top: 290px;
}

.zhejiang {
    left: 595px;
    top: 340px;
}

.anhui {
    left: 605px;
    top: 334px;
}

.fujian {
    left: 625px;
    top: 428px;
}

.jiangxi {
    left: 535px;
    top: 365px;
}

.shandong {
    left: 545px;
    top: 240px;
}

.henan {
    left: 562px;
    top: 316px;
}

.hubei {
    left: 555px;
    top: 359px;
}

.hunan {
    left: 485px;
    top: 370px;
}

.guangdong {
    left: 575px;
    top: 466px;
}

.guangxi {
    left: 506px;
    top: 461px;
}

.chongqing {
    left: 495px;
    top: 364px;
}

.sichuan {
    left: 425px;
    top: 354px;
}

.guizhou {
    left: 484px;
    top: 424px;
}

.yunnan {
    left: 405px;
    top: 462px;
}

.shanxi1 {
    left: 502px;
    top: 312px;
}


.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #01B7BD;
    border-radius: 50%;
}

.map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../../images/web/icon-star.png") no-repeat center;
}

.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 150px;
    border: 1px solid #01B7BD;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 10px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.branch-map-data-info {
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}

.data-branch:last-child {
    border: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #01B7BD transparent transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}

.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
}
  
@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}

/*xp 修改19.6.14*/
@media (max-width: 768px){
    .picScrollWrap{
        padding: 0px;
    }
    .headtitle{
        font-size: 20px;
    }
    .subtitle{
        margin: 15px 0px;
        font-size: 15px;
    }

}

/*视频专区 */
.cylm-spzq{
    padding: 0px;
    background-color: #f0f0f0;
    /*border: 1px solid red;*/
}

.cylm-spzq .tab-content{
    /*border: 1px solid blue;*/
    padding: 0px;
}

.cylm-spzq .x_rowcard {

    background-color: #FFFFFF;
    float: left;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left:0px;
    margin-right: 3.3%;
    padding-bottom: 20%;
    width: 30%;
    height: 0;
    overflow: hidden;
    position:relative;
    cursor: pointer;

}

.cylm-spzq .x_rowcard .spzq_img{

    background-size: cover;

}

.cylm-spzq .x_rowcard #videolable{

    width: 100%;
    height: 25px;
    background-color: #FFFFFF;
    text-align: center;
    line-height:25px;
    position: absolute;
    bottom: 0px;

}




