
*{
    font-family: "思源黑体 CN Regular";
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a{
    text-decoration: none;
    display: inline-block;
}
span{
    display: inline-block;
}
li{
    list-style: none;
    /*float: left;*/
}
img{
    display: inline-block;
    /*width: 100%;*/
    /*height: 100%;*/
}
@font-face {
    font-family: 'iconfont';
    src: url('../Font/iconfont.eot');
    src: url('../Font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../Font/iconfont.woff2') format('woff2'),
    url('../Font/iconfont.woff') format('woff'),
    url('../Font/iconfont.ttf') format('truetype'),
    url('../Font/iconfont.svg#iconfont') format('svg');
}
.Public-panel{
    width: 1680px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 3.2% 0;
}

.features{
    width: 72%;
    display: inline-block;
    margin: 35px auto 15px;
    text-align: center;
}
.Public-title{
    text-align: left;
    width: 18%;
    margin-bottom: 70px;
    /*margin-top: 50px;*/
}
.features img{
    width: 100%;
    height: 100%;
}
.banner .swiper{
    width: 100%;
    height: 1046px;
}
.banner .swiper-img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}






/*顶部导航栏nav*/
.banner{
    width: 100%;
    height: 1046px;
    position: relative;
}
.nav{
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.nav .logo{
    width: 12%;
    height: 150px;
    margin: 4% 0 0 7%;
}
.nav .logo a img{
    width: 100%;
    height: auto;
}
.nav-right{
    margin: 2% 4%;
    width: 963px;
}
.nav-right-top{
    overflow: hidden;
    width: 340px;
}
.nav-right-l,.nav-right-r{
    display: inline-block;
    border-bottom: 1px solid white;
}
.nav-right-l{
    width: 71%;
    padding-bottom: 3%;
}
.nav-right-r{
    width: 11%;
    padding-bottom: 5%;
    /*margin: 0 54px 0 0;*/
}
.nav-right-r img{
    width: 27px;
}
.nav-right-l input[type=text]{
    width: 79%;
    background-color: transparent;
    height: 34px;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 24px;
    color: #ceb8b2;
}
.nav-right-l input[type=button]{
    width: 13%;
    float: right;
    height: 32px;
    background: url(../Images/search.png);
    background-size: 100% 100%;
    border: none;
    outline: none;
}
.search input[type=button]{
    width: 13%;
    height: 41px;
    background: url(../Images/join-search.png);
    background-size: 100% 100%;
    border: none;
    outline: none;
    vertical-align: middle;
}
/*.nav-right-l img{*/
    /*width: 11%;*/
    /*float: right;*/
/*}*/
.nav-line{
    width: 1px;
    height: 20px;
    background-color: #cccccc;
    margin-top: 1%;
}
.nav-right-bottom{
    overflow: hidden;
    width: 100%;
}

.nav-right-bottom li:first-child{
    margin-left: 49px;
}
.nav-right-bottom li:last-child{
    margin-right: 0;
}
.nav-right-bottom li{
    float: left;
    margin: 60px 19px;
    position: relative;
}
.nav-right-bottom li:nth-of-type(even){
    margin: 70px 19px;
}
.nav-right ul li a{
    display: inline-block;
    color: #cccccc;
    font-size: 24px;
}
.nav-right ul li .nav-underline:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    border-bottom: 2px solid #ff6400;
    border-radius: 15px;
}
.nav-right ul li .nav-underline-active:before {
    width: 100%;
}
.nav-right ul li .nav-underline:hover:before {
    width: 100%;
}
.nav-right ul li .nav-underline:before {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    /*-ms-transition: width 0.5s ease-in-out;*/
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.nav-right ul li .nav-underline-active{
    color: #ff6400;
}
.nav-right ul li a:hover {
    color: #ff6400;
}
@media screen and (max-width: 1600px) and (min-width: 1120px)  {
    .nav-right ul li a{
        font-size:16px;
    }
    .nav-right{
        width: 642px;
    }
    .nav-right-l input{
        font-size: 16px;
    }
    .nav-right-bottom li:first-child{
        margin-left: 14px;
    }
    .nav-right-bottom li{
        margin: 18px 20px;
    }
    .nav-right-bottom li:nth-of-type(even){
        margin: 20px 19px;
    }
    .nav-right{
        width:772px;
        margin: 61px 63px;
    }
    .banner{
        height: 800px;
    }
    .banner .swiper{
        height: 800px;
    }




    .nav-right-l input[type=button]{
        width: 13%;
        height: 25px;
    }
    .nav-right-l{
        width: 57%;
    }
    .nav-right-l input[type=text]{
        font-size: 16px;
    }



}
@media screen and (max-width: 1120px){
    .nav-right ul li a{
        font-size:16px;
    }
    .nav-right{
        width: 642px;
    }
    .nav-right-l input{
        font-size: 16px;
    }
    .nav-right-bottom li:first-child{
        margin-left: 14px;
    }
    .nav-right-bottom li{
        margin: 18px 20px;
    }
    .nav-right-bottom li:nth-of-type(even){
        margin: 20px 19px;
    }
    .nav-right{
        width:772px;
        margin: 61px 63px;
    }
    .banner{
        height: 800px;
    }
    .banner .swiper{
        height: 800px;
    }
    .nav .logo{
       display: none;
    }



    .nav-right-l input[type=button]{
        width: 13%;
        height: 25px;
    }
    .nav-right-l{
        width: 57%;
    }
    .nav-right-l input[type=text]{
        font-size: 16px;
    }

}














/*底部*/
.comment-bottom{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.bottom{
    width: 100%;
    height: 390px;
    background: url(../Images/bottom-office.png);
    background-size: 100% 100%;

}
.bottom-lis{

    margin-top: 75px;
    width: 1259px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.bottom-lis-one{
    margin-left: 6%;
    /*margin-right: 11%;*/
}
.bottom-title{
    display: block;
    color: #cbcac7;
    font-size: 30px;
}
.bottom .logo{
    width: 13%;
    margin: 3% 0 0 4%;
}
.bottom .logo a{
    width: 90%;
    height: auto;
}
.bottom .logo a img{
    width: 100%;
    height: 100%;
}
.bottom-lis .method img{
    width: 8%;
    margin: 1% 5% 0 0;
    display: inline-block;
    vertical-align: middle;
}
.bottom-lis li{
    width: 38%;
    float: left;
}
.bottom-lis li:last-child div:nth-of-type(even){
    margin-left: 35px;
}
.bottom-lis li:last-child{
    /*margin-left: 200px;*/
}
.bottom-lis li .method{
    margin-top: 6%;
}
.bottom-lis li  .method span{
    display: inline-block;
    font-size: 30px;
    color: #cbcac7;
    vertical-align: middle;
}
.bottom-dot .bot-title{
    display: inline-block;;
    font-size: 30px;
    color: #cbcac7;
}
.bottom-dot .bot-icon{
    font-family: "iconfont";
    display: inline-block;
    font-size: 24px;
    color: #cbcac7;
}
.bottom-dot{
    width: 41%;
    display: inline-block;
    margin: 4% 3%;
}
.firm{
    height: 60px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #999999;
    line-height: 60px;
}
.firm span{
    font-size: 24px;
    color: #999999;
}
.firm a{
    font-size: 24px;
    color: #999999;
}
.bottom .bottom-dot .look-orange{
    color: #ff6400;
}
.dingwei-scroll{
    height: 591px;
    overflow-y: scroll;
    overflow-x:hidden;
    position: absolute;
    left: 0;
}





/*更改后的*/
.bottom-lis {
    width: 1327px;
    margin-top: 103px;
}
.bottom-dot .bot-title {
    font-size: 24px;

}
.bottom-lis li .method span {
    font-size: 24px;
}
.bottom-title {
    font-size: 28px;
}
.bottom-lis li {
    width: 33%;
}
.bottom-lis .method img {
    width: 6%;
    margin: 1% 3% 0 0;
}
.bottom-lis li .lianjie img{
    width: 15%;
}
.bottom-lis li .lianjie{
    padding-left: 20px;
    margin-top: 12%;
}
.bottom-lis li .lianjie a{
    display: inline-block;
    font-size: 24px;
    color: #cbcac7;
    vertical-align: middle;
}
.bottom-lis .add-li-cy{
    width: 17%;
    margin-left: 0;
    /*line-height: 53px;*/
}





@media screen and (max-width: 1600px) and (min-width: 1120px)  {
    .bottom-title,.bottom-lis li  .method span,.bottom-dot .bot-title,.bottom-lis li .lianjie a{
        font-size: 18px;
    }
    .bottom-lis{
        margin-top: 60px;
        width: 839px;
    }
    .bottom-dot .bot-icon{
        font-size: 16px;
    }
    .bottom{
        height: 300px;
    }
    .bottom-lis{
        width: 1080px;
    }
    .bottom-lis li:last-child div:nth-of-type(even){
        margin-left: 23px;
    }
    .bottom-lis li:last-child{
        /*margin-left: 133px;*/
        /*line-height: 38px;*/
    }
    .bottom .logo a{
        width: 153px;
        height: 183px;
    }
    .dingwei-scroll{
        height: 360px;
    }


    .firm{
        height: 40px;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
    }
    .firm a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1350px) and (min-width: 1120px)  {
    .bottom-lis{
        width: 880px;
    }
}
@media screen and (max-width: 1120px){
    .bottom-title,.bottom-lis li  .method span,.bottom-dot .bot-title,.bottom-lis li .lianjie a{
        font-size: 18px;
    }
    .bottom-lis{
        margin-top: 60px;
        width: 839px;
    }
    .bottom-dot .bot-icon{
        font-size: 16px;
    }
    .bottom{
        height: 300px;
    }
    .bottom-lis{
        width: 1080px;
    }
    .bottom-lis li:last-child div:nth-of-type(even){
        margin-left: 23px;
    }
    .bottom-lis li:last-child{
        /*margin-left: 133px;*/
        /*line-height: 38px;*/
    }
    .bottom .logo a{
        width: 153px;
        height: 183px;
    }
    .dingwei-scroll{
        height: 360px;
    }


    .firm{
        height: 40px;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
    }
    .bottom .logo{
        display: none;
    }
    .firm a{
        font-size: 16px;
    }

}










.join{

}
.join .search{
    width: 20%;
    overflow: hidden;
    height: 60px;
    /*border: 1px solid;*/
    line-height: 47px;

}
.search-bar{
    overflow: hidden;
}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll rightright center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}
.join .local select{
    border: none;
    background-color: white;
    font-size: 36px;
    outline: none;
    vertical-align: middle;
}
.join .local .local-img{
    vertical-align: middle;
}
.join .local .down-img{
    vertical-align: middle;
}
.local span{
    font-size: 36px;
    vertical-align: middle;
}
.search input{
    height: 35px;
    border: none;
    /*border-bottom: 1px solid;*/
    outline: none;
}
.join .search span{
    font-size: 36px;
    vertical-align: middle;
}
.join .search img{
    vertical-align: middle;
}

.join .join-li{
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}
.join-li li {
    margin: 0 1.1% 1% 0 ;
    width: 539px;
    height: 400px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.join-li li img {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}

.join-view{
    line-height: 50px;
    width: 225px;
    height: 50px;
    border: 1px solid #ff7800;
    margin: 10px auto;
    color: #ff7800;
    font-size: 28px;
    display: inline-block;
}









.join-mask{
    width: 100%;
    height: 100%;
    background-color: #fd7509;
    opacity: 0.8!important;
    position: absolute;
    bottom: -400px;
    left: 0;
    transition: transform ease 0.2s;
    color: white;
}
.join-mask img,.join-mask-img img{
    width: 100%;
    height: 100%;
}
.join-li li>img{
    transition: all 1s;
}
.join-li li>img:hover{
    transform: scale(1.2);
}
.join-mask-img{
    width: 80px;
    height: 80px;
    margin-top: 65px;
}
.join-mask-title{
    font-size: 40px;
}
.join-mask-text{
    font-size: 36px;
}

@media screen and (max-width: 1600px) and (min-width: 1120px)  {
    .join-li li {
        width: 335px;
        height: 267px;
    }
    .join-view{
        width: 14%;
        font-size: 18px;
        height: 33px;
        line-height: 33px;
    }

    .join-mask{
        bottom: -266px;
    }
    .join-mask-img{
        width: 53px;
        height: 53px;
        margin-top: 43px;
    }
    .join-mask-title{
        font-size: 26px;
    }
    .join-mask-text{
        font-size: 24px;
    }




    .join .search{
        height: 40px;
        line-height: 31px;
    }
    .join .local select{
        font-size: 24px;
    }
    .local span{
        font-size: 24px;
    }
    .search input{
        height: 23px;
    }
    .join .search span{
        font-size: 24px;
    }
    .search input[type=button] {
        width: 10%;
        height: 28px;
    }
    .join .search {
        width: 27%;
    }
}
@media screen and (max-width: 1120px){
    .join-li li {
        width: 338px;
        height: 267px;
    }
    .join-view{
        width: 14%;
        font-size: 18px;
        height: 33px;
        line-height: 33px;
    }

    .join-mask{
        bottom: -266px;
    }
    .join-mask-img{
        width: 53px;
        height: 53px;
        margin-top: 43px;
    }
    .join-mask-title{
        font-size: 26px;
    }
    .join-mask-text{
        font-size: 24px;
    }



    .join .search{
        height: 40px;
        line-height: 31px;
    }
    .join .local select{
        font-size: 24px;
    }
    .local span{
        font-size: 24px;
    }
    .search input{
        height: 23px;
    }
    .join .search span{
        font-size: 24px;
    }
    .search input[type=button] {
        width: 10%;
        height: 28px;
    }
    .join .search {
        width: 27%;
    }

}













.certificate-advisory p{
    font-family: "思源黑体 CN Normal"!important;
}
.new-pad{
    width: 100%;
    background-color: #f8f8f8;
    padding:  2% 0;
}
.new-mar{
    padding: 0 4%;
}
.new .certificate-advisory-left{
    width:630px;
    height: 660px;
    box-shadow: 0 7px 9px 3px #cbcbcb;
}
.new-left{
    width: 45%;
}
.new-l-top{
    width: 100%;
    height: 323px;
}
.new-l-top img{
    width: 100%;
    height: 100%;
}
.new-l-bottom{
    padding: 5% 5%;
    position: relative;
    /*padding: 30px 50px;*/
}
.new-l-bottom p{
    font-size: 24px;
    color: #b8b8b8;
    text-align: left;
    padding: 0 2%;
    margin: 5% 0 7% 0;
}
.new-line{
    background-color: #ff7300;
    height: 35px;
    width: 4px;
    position: absolute;
    top: 38px;
    left: 16px;
}
.new-title{
    color: #444444;
    text-align: left;
    font-size: 36px;
    text-overflow: ellipsis;
    width: 100%;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
}


.small-icon{
    border-top: 1px solid #eeeeee;
    overflow: hidden;
}
.icon-l,.icon-r{
    padding: 2% 0;
    display: inline-block;
    color: #b8b8b8;
}
.icon-l img{
    width: 14%;
    vertical-align: middle;
}
.icon-r img{
    width: 35%;
    vertical-align: middle;
}
.icon-r div{
    margin-left: 30px;
    float: left;
}
.new-right{
    width: 53%;
    height: 660px;
    text-align: left;
}
.new-right .swiper-container{
    width: 100%;
    height: 660px;
}
.new-right .swiper-slide{
    width: 100%;
    height: 213px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.new-right .swiper-slide img{
    width: 100%;
    height: 100%;
}

.new-right .swiper-container .swiper-slide{
    width: 100%;
    margin-bottom: 1.3%;
    overflow: hidden;
    background-color: white;
}
.new-right .swiper-container .swiper-slide .new-right-img{
    width: 25%;
    height: 100%;
    cursor: pointer;
}
.new-right-img img{
    width: 100%;
    height: 100%;
}
.new-right .new-right-text{
    width: 67%;
    display: inline-block;
    padding: 3% 4% 0 0;
}
/*.new-right-text span{*/
    /*font-size: 30px;*/
    /*color: #444444;*/
/*}*/
/*.new-right-text p{*/
    /*font-size: 24px;*/
    /*color: #b8b8b8;*/
    /*margin: 4% 0;*/
/*}*/




@media screen and (max-width: 1600px) and (min-width: 1120px) {
    .new-l-top{
        height: 215px;
    }
    .new-title{
        font-size: 24px;
        height: 50px;
    }
    .icon-r div{
        margin-left: 0;
    }
    .new-l-bottom p{
        font-size: 16px;
    }
    .new .certificate-advisory-left{
        width:420px;
        height: 447px;
    }
    .new-right{
        height: 440px;
    }
    .new-right .swiper-container{
        height: 445px;
    }
    .new-right .swiper-container .swiper-slide{
        height: 144px;
    }
    /*.new-right-text span{*/
        /*font-size: 20px;*/
    /*}*/
    /*.new-right-text p{*/
        /*font-size: 16px;*/
    /*}*/
    .bg-gray{
        padding: 0;
        height: 538px;
    }



    .new-line {
        height: 20px;
        width: 3px;
        top: 28px;
        left: 10px;
    }



}
@media screen and (max-width: 1120px){
    .new-l-top{
        height: 215px;
    }
    .new-title{
        font-size: 24px;
        height: 50px;
    }
    .icon-r div{
        margin-left: 0;
    }
    .new-l-bottom p{
        font-size: 16px;
    }
    .new .certificate-advisory-left{
        width:420px;
        height: 447px;
    }
    .new-right{
        height: 440px;
    }
    .new-right .swiper-container{
        height: 445px;
    }
    .new-right .swiper-container .swiper-slide{
        height: 144px;
    }
    /*.new-right-text span{*/
        /*font-size: 20px;*/
    /*}*/
    /*.new-right-text p{*/
        /*font-size: 16px;*/
    /*}*/
    .bg-gray{
        padding: 0;
        height: 538px;
    }



    .new-line {
        height: 20px;
        width: 3px;
        top: 28px;
        left: 10px;
    }
}
















.bg-gray{
    width: 100%;
    background-color: #f8f8f8;
    padding: 60px 0;
    height: 762px;
}
.content-creatificate-main{
    /*overflow: hidden;*/
    position: relative;
}
.dingwei{
    position: relative;
}
.content-creatificate-left{
    width: 48%;
    position: absolute;
    top: 0;
    left: 0;
}
.content-creatificate-left .creatificate-img{
    width: 49%;
}
.content-creatificate-right{
    width: 47%;
    position: relative;
}
.creatificate-line{
    position: absolute;
    top: 13%;
    left: -22%;
    width: 22%;
    height: 2px;
    background-color: #ff7300;
}
.content-creatificate-right .content-creatificate-right-main{

}
.content-creatificate-right-main{
    overflow: hidden;
    margin-bottom: 3%;
    line-height: 43px;
    text-align:left;
}
.content-creatificate-p{
    width: 93%;
    float: right;
}
.content-creatificate-right-main img{
    display: inline-block;
}
.content-creatificate-right-main .hover-img{
    font-size: 30px;
    color: #000000;
    display: block;
}
.content-creatificate-right-main .hover-img2{
    color: #888888;
    font-size: 24px;
    /*cursor: pointer;*/
    display: block;
}
.content-creatificate-right-link{
    text-align: left;
}
.content-creatificate-right-link .content-creatificate-line{
    background-color: #ff7300;
    width: 60px;
    height: 2px;
    display: block;
    margin-bottom: 15px;
}
.content-creatificate-right-link span{
    font-size: 30px;
    color: #888888;
}
.content-creatificate-right-link img{
    width: 3%;
}

@media screen and (max-width: 1600px) and (min-width: 1120px) {
    .content-creatificate-right-main .hover-img{
        font-size:20px;
    }
    .content-creatificate-right-main .hover-img2{
        font-size: 18px;
    }
    .content-creatificate-right-main{
        line-height: 28px;
    }
    .content-creatificate-right-link span{
        font-size: 20px;
    }
    .bg-gray{
        padding: 0;
        height: 543px;
    }
}
@media screen and (max-width: 1120px) {
    .content-creatificate-right-main .hover-img{
        font-size:20px;
    }
    .content-creatificate-right-main .hover-img2{
        font-size: 18px;
    }
    .content-creatificate-right-main{
        line-height: 28px;
    }
    .content-creatificate-right-link span{
        font-size: 20px;
    }
    .bg-gray{
        padding: 0;
        height: 543px;
    }
}











.field-public{
    width: 1800px;
}
.field-main ul{
    /*overflow:  hidden;*/
}
.field-main-left{
    width: 415px;
    height: 688px;
    border: 1px solid;
}
.field-main-right{
    width: 100%;
    height: 688px;
}
.field-main-right ul li{
    text-align: left;
    width: 425px;
    height: 661px;
    float: left;
    margin-right: 30px;
    position: relative;
}
.field-line-t{
    top: 12px;
}
.field-line-b{
    bottom: 8%;
}
.field-line-t,.field-line-b{
    width: 10%;
    height: 5px;
    background-color: #ff7800;
    position: absolute;
    left: 5%;
}
.field-main-right ul li span{
    display: block;
}
.field-title{
    color: #5c2f00;
    font-size: 30px;
    margin: 19% 0 6% 5%;
    position: relative;
}
.field-main-right p{
    color: #888888;
    font-size: 24px;
    padding: 0 20px;
}






.field-img img{
    width: 100%;
    height: 100%;
}
.field-img{
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.li-hover{
    box-shadow: 0 6px 10px 2px #999999;
}
.field-hot{
    position: absolute;
    width: 47%;
    height: 54%;
    background-color: #f8f8f8;
    top: 150px;
    left: 0;
}
.field-img-hover{
    display: block;
}
.field-hot-hover{
    background-color: #f8f8f8;
    transition: all 1s ease-in-out;
    transform: translateX(200px);
    z-index: 10;
}
.field-line-t-hover{
    transition: all 1s ease-in-out;
    transform: translate(220px,200px);
    z-index: 10;
}
.field-title-hover{
    transition: all 1s ease-in-out;
    transform: translate(220px,153px);
    z-index: 10;
}
.field-line-b-hover{
    transition: all 1s ease-in-out;
    transform: translate(220px,-56px);
    z-index: 10;
}
.p-hover{
    transition: all 1s ease-in-out;
    transform: translateY(250px);
}




@media screen and (max-width: 1600px) and (min-width: 1120px) {
    .field-title{
        font-size:18px;
    }
    .field-main-right p{
        font-size: 14px;
    }
    .field-main-right ul li{
        width: 23%;
        height: 511px;
    }
    .field-main-right{
        height: 580px;
    }

    .field-public{
        width: 1200px;
    }
    .field-main-right p{
         padding: 0 5px;
    }





    .field .Public-panel {
        width: 1050px;
    }
    .field-hot{
        width: 128px;
        height: 135px;
        top: 100px;
        left: 0;
    }
    .field-hot-hover{
        transform: translateX(120px);
    }
    .field-line-t-hover{
        transform: translate(146px,125px);


    }
    .field-title-hover{
        transform: translate(146px,102px);
    }
    .field-line-b-hover{
        transform: translate(146px,-53px);
    }
    .p-hover{
        transform: translateY(166px);
    }
}
@media screen and (max-width: 1120px){
    .field-title{
        font-size:18px;
    }
    .field-main-right p{
        font-size: 14px;
    }
    .field-main-right ul li{
        width: 23%;
        height: 511px;
    }
    .field-main-right{
        height: 580px;
    }

    .field-public{
        width: 1200px;
    }
    .field-main-right p{
        padding: 0 5px;
    }





    .field .Public-panel {
        width: 1250px;
    }
    .field-hot{
        width: 134px;
        height: 135px;
        top: 100px;
        left: 0;
    }
    .field-hot-hover{
        transform: translateX(120px);
    }
    .field-line-t-hover{
        transform: translate(146px,125px);


    }
    .field-title-hover{
        transform: translate(146px,102px);
    }
    .field-line-b-hover{
        transform: translate(146px,-53px);
    }
    .p-hover{
        transform: translateY(166px);
    }
}






























/*后添加*/
.searchExper{
    border: none;
    font-size: 36px;
    background-color: transparent;
    vertical-align: middle;
    outline: none;
}









.firm span{
    font-family: "思源黑体 CN Light";
}
@media screen and (max-width: 1600px) and (min-width: 1120px)  {
    .Public-panel {
        width: 1050px;
    }
    .Public-title{
        margin-top: 0;
    }
    .new .Public-panel {
        width: 1150px;
    }
    .searchExper{
        font-size: 24px;
    }
    .firm span{
        font-size: 16px;
    }
}
@media screen and (max-width: 1120px){
    .Public-panel {
        width: 1050px;
    }
    .new .Public-panel {
        width: 1150px;
    }
    .searchExper{
        font-size: 24px;
    }
    .firm span{
        font-size: 16px;
    }

}




/*后修改*/
.indexTopMy {
    position: fixed;
    width: 50px;
    height: 250px;
    right: 0;
    top: 30%;
    z-index: 999;
}
.indexTopMyDiv {
    height: 38px;
    width: 46px;
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -60px 0;
    cursor: pointer;
    margin-bottom: 2px;
    display: none;
}
.indexTopMyDiv:hover{
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: 0 0;
}
.indexTopMyUl {
    height: 220px;
    width: 50px;
}
.indexTopMyUlLiOne {
    height: 44px;
    width: 44px;
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -62px -38px;
    cursor: pointer;
    margin-bottom: 2px;
}
.indexTopMyUlLiOne:hover{
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -3px -38px;
}
.indexTopMyUlLiTwo {
    height: 44px;
    width: 44px;
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -62px -83px;
    cursor: pointer;
    margin-bottom: 2px;
}
.indexTopMyUlLiTwo:hover{
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -3px -83px;
}
.indexTopMyUlLiThree {
    height: 44px;
    width: 44px;
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -62px -129px;
    cursor: pointer;
    margin-bottom: 2px;
}
.indexTopMyUlLiThree:hover{
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -3px -129px;
}
.indexTopMyUlLiFour {
    height: 42px;
    width: 44px;
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -62px -175px;
    cursor: pointer;
    margin-bottom: 2px;
}
.indexTopMyUlLiFour:hover{
    background: url(http://picture.ibaixiong.com/ion/myion.png);
    background-position: -3px -175px;
}
.indexTopMyDiv ul li {
    list-style: none;
}
.fade {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.succ-pop {
    width: 690px;
    height: 350px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    border-radius: 5px;
    display: none;
}
.succPopH3 {
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 25px;
    color: #2d3033;
    font-weight: 300;
}
.succ-pop{
    width: 690px;
    height: 350px;
    background: #fff;
    position: fixed;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    margin:auto;
    z-index: 999;
    border-radius: 5px;
    display: none;
}
.succ-pop h3.title{
    width: 158px;
    height: 43px;
    left: 55%;
    top: 60%;
    position: absolute;
    cursor: pointer;
    line-height: 43px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    color: #f69672;
    border:1px solid #f69672;
    box-sizing: border-box;
}
.formOne{
    width: 480px;
    height: 180px;
    margin: auto;
}
#newBridge .icon-right-center{
    display:none;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.formOne .el-button--primary{
    color: #fff;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.rowDiv{
    width: 50%;
    height: 30px;
    margin-bottom: 20px;
}
.rowDiv span{
    color: #6c7279;
    line-height: 30px;
}
.el-input__inner:hover {
    border-color: #c0c4cc;
}

.rowDiv input::-webkit-input-placeholder{
    color:#cccccc;
}
.rowDiv input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cccccc;
}
.rowDiv input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
}
.rowDiv input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#cccccc;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-input {
    margin: 0;
    width: 140px;
    height: 30px;
    line-height: 30px;
    _overflow: hidden;
    border: none;
    outline: none;
    display: inline-block;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set-content {
    width: 212px;
    height: 79px;
    margin: 12px auto 7px;
    _margin: 12px 0 7px -10px;
    padding: 0 4px;
    resize: none;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    text-align: left;
    outline: none;
    _line-height: 14px;
}






