@charset "utf-8";
a:hover,
.mcolor,
.ui-banner .ui-banner-slogans li.ui-banner-slogans-current h3,
.loglist li.con .des h2 i.fa,
.wapost h2 i.fa,
.calendar td.day a,
.logcon a,
#tw li p:hover {
    color: #5a5a5a;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none
}

img {
    border: 0;
    transition: all .3s linear;
    max-width: 100%;
}
img.img {
    width: 100%;
    height: 100%;
}

input,
select {
    font-size: 12px;
    vertical-align: middle
}
     
em,
i {
    font-style: normal
}

a {
    color: #4D4D4D;
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.fl{
    float:left;
}
.fr{
    float:right;
}

body {
    color: #4D4D4D;
    font-family: Microsoft Yahei,sans-serif;
    font-size: 14px;
    background-color: #fff;
    background-position: center 98px;
    background-repeat: repeat
}
   
.wrap {
    width: 1200px;
    margin: 0 auto;
}
/* Head */
#mainav {
    width: 100%;
    color: #fff;
}
.headNav{
    height: 136px;
    overflow: hidden;
}
.headNav .logo{
    display: inline-block;
    width: 260px;
    height: 136px;
}
.headNav .logo>img{
    width: 200px;
    height: 136px;
    background-size: 100% 100%;
    object-fit: contain;
}
.headNav .searchBar{
    margin-top:60px;
    font-size: 0px;
}
.headNav .searchBar>input{
    float:left;
    outline: none;
    border: none;
    width: 280px;
    height: 40px;
    box-sizing: border-box;
    padding: 0px 16px;
    font-size: 16px;
    border: 1px solid #22b2a8;
}
.headNav .searchBar>button {
    float:right;
    width: 88px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #22b2a8;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border: none;
}
#mainav .topmenu{
    height: 56px;
    line-height: 56px;
    background: #22b2a8;
}
.topmenu .bar{
    /*overflow: hidden;*/
}
.topmenu .bar li {
    position: relative;
    float:left;
    width: 133px;
    line-height: 56px;
    text-align: center;
}
.topmenu .bar>li>a {
    display: inline-block;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.topmenu .bar>li>a:hover{
    color:#22b2a8;
    background-color: #fff;
}
.topmenu .bar .navActive>a {
    color:#22b2a8;
    background-color: #fff;
}
/* 二级菜单S */
.topmenu .bar>li .secondary{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0s;
    z-index: 10;
}
.topmenu .bar>li .secondary>dd{
    width: 166px;
    background-color: #fff;
	text-align: left;
	padding-left: 10px;
}
.topmenu .bar>li .secondary>dd>a{
    color: #22b2a8;
    font-size: 14px;
}
.topmenu .bar>li .secondary>dd:hover{
    background-color: #22b2a8;
}
.topmenu .bar>li .secondary>dd:hover>a{
    color: #fff;
}
.topmenu .bar>li:hover .secondary{
    opacity: 1;
    visibility: visible;
}
/* 二级菜单E */
 /* index */
 .container{
    width: 100%;
    margin-top:48px;
 }
 .container .content {
    overflow: hidden;
}
.bannerNotice {
    width:100%;
    height: 410px;
    overflow: hidden;
}
.bannerNotice .swiper-container {
    width: 680px;
    height: 410px;
    overflow: hidden;
    position: relative;
}   
.banner_title {
    width: 100%;
    height: 88px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 1;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 999;
}
.banner_title>a {
    position: absolute;
    bottom: 16px;
    left:24px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.swiper-pagination{
    width: 20% !important;
    text-align: right !important;
    padding-right:20px;
}
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 50% !important;
    background: #969799 !important;
    vertical-align: middle;
}
.swiper-pagination-bullet-active{
    background:#fff !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:16px !important;
    left:550px !important
}
.seconed_item {
    width: 496px;
    height: 100%;
    overflow: hidden;
}
.list_item .title {
    width:100%;
    font-size: 20px;
}
.list_item .title>span {
    font-weight: 500;
    line-height: 24px;
    color: #323233;
    margin-right:4px;
}
.list_item .title .titleLine{
    margin-right:0px;
    color: #969799;
}
.list_item .title>i {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
    margin-left:4px;
    letter-spacing: 2px;
} 
.listItem {
    padding: 10px 0px 10px 0px;
}
.listItems {
    padding: 10px 0px 4px 0px;
}
.listItem .listText{
    margin-bottom: 10px;
}
.listItem .listText>a{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #323233;
}
.listItem .listText>a:hover{
    color:#22b2a8;
}
.listItem .listText>p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #969799;
    text-indent: 2em;
}
.listItem li {
    line-height: 46px;
    color: #323233;
    font-size: 16px;
}
.listItem li>a>i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #969799;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
    margin-right: 7px;
 }
.listItem .listBox{
    display: inline-block;
    width: 478px;
    border-bottom: 1px dashed #C8C9CC;
}
.listItem li:last-child .listBox{
    border-bottom: none;
}
.listItem .listBox>span{
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #969799;
}
.listItem li>a:hover,
.listItem li>a:hover .listBox>span{
    color: #22b2a8;
}
.listItem li>a:hover>i {
    background-color: #22b2a8;
}
.listItem li>a:hover .listBox>label {
    cursor: pointer;
}
.content .capacityBuild{
    margin-top:40px;
    font-size: 0px;
}
.capacityBuild .buildImg{
    margin-top:24px;
    display: flex;
}
.capacityBuild .buildImg a:nth-child(1) {
    background-color: #8f3934;
}
.capacityBuild .buildImg a:nth-child(2) {
    background-color: #5c96a4;
}
.capacityBuild .buildImg a:nth-child(3) {
    background-color: #646c79;
}
.capacityBuild .buildImg a:nth-child(4){
    background-color: #a48765;
}
.capacityBuild .buildImg .qualiky{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
       width: 300px;
    height: 199px;
    padding-left: 20px;
}
.capacityBuild .buildImg .qualiky .line{
    width: 10%;
    height: 4px;
    background-color: #fff;
}
.capacityBuild .buildImg .qualiky .title-en{
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.capacityBuild .buildImg .qualiky .title-cn{
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.content .newsBox{
    overflow: hidden;
}
.content .newsBox .leftList{
    width: 816px;
}
.nav_items {
    margin-top:40px;
    overflow: hidden;
}
.nav_items .sort {
    width: 396px;
    overflow: hidden;
}
.nav_items .header {
    width: 100%;
    font-size: 20px;
}
.nav_items .header>span{
    font-weight: 500;
    line-height: 24px;
    color: #323233;
}
.nav_items .header>.titleLine{
    color: #969799;
}
.nav_items .header>i {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
}
.exhibition{
    margin-top:26px;
}
.listItem>.picList{
    width: 100%;
    height: 104px;
    overflow: hidden;
}
.listItem>.listTop{
    margin: 12px 0px 22px 0px;
}
.picList .listImg {
    float:left;
    width: 152px;
    height: 104px;
    margin-right: 16px;
    overflow: hidden;
}
.picList .listImg>.img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.picList .listSummary {
    float: right;
    width: 228px;
    height: 100%;
    vertical-align: top;
}
.picList .listSummary>a{
    display: block;
    line-height: 22px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #323233;
}
.picList .listSummary>a:hover{
    color:#22b2a8;
}
.picList .listSummary>p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #969799;
    text-indent: 2em;
}
.listItem .listBomb{
    display: inline-block;
    width: 378px;
    border-bottom: 1px dashed #C8C9CC;
}
.listItem .listBomb>span{
    color:#969799;
}
.listItem li:last-child .listBomb{
    border-bottom: none;
}
.listItem li:hover .listBomb>label {
    cursor: pointer;
}
.listItem li:hover>a,
li:hover>a .listBomb>span {
    color: #22b2a8;
}
.leftList .newsCommon{
    margin-top:18px;
} 
.newsList>li{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 88px;
    overflow: hidden;
    border-bottom: 1px dashed #C8C9CC;
}
.newsList>li:last-child{
    border-bottom: none;
}
.newsList>li>.timesBox{
    width: 64px;
    height: 64px;
    text-align: center;
    margin-right:16px;
    background: #22b2a8;
    opacity: 1;
    vertical-align: middle;
    font-size: 0px;
}
.newsList>li>.timesBox>span{
    display: block;
    font-size: 24px;
    font-family: Arial;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
    margin-top:12px;
}
.newsList>li>.timesBox>i{
    display: block;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
}
.newsList>li>a{
    width: 316px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #323233;
    display:table-cell;
    vertical-align:middle;
}
.newsTabulates{
    width: 100%;
    padding:20px 0px;
    border-bottom: 1px dotted #C8C9CC;
    overflow: hidden;
}
.newsTabulates:last-child{
    border-bottom: none;
}
.newsTabulates .img{
    width: 218px;
    height: 136px;
    overflow: hidden;
    margin-right:8px;
}
.newsTabulates .img>img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.newsTabulates .sideRight{
    width: 70%;
}
.newsTabulates .sideRight>a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
}
.newsTabulates .sideRight>a:hover{
    color: #22b2a8;
}
.newsTabulates .sideRight>.con{
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
    margin-top:12px;
    white-space:wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}
.newsTabulates .sideRight .timeTags{
    margin-top:12px;
    overflow: hidden;
}
.sideRight .timeTags>span{
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 24px;
    color: #C8C9CC;
}
.sideRight .timeTags .tagsBox>a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding:0 10px;
    text-align: center;
    background: #F0F0F0;
    font-size: 14px;
    font-weight: 400;
    color: #969799;
    opacity: 1;
    border-radius: 6px;
}
.sideRight .timeTags .tagsBox>a:hover{
    color:#eee;
    background: #22b2a8;
}
.newsTabulates .sideList{
    width: 100%;
}
.newsBox .rightList{
    width: 344px;
    margin-top:40px;
}
.rightList .linkPic{
    display: block;
    width: 344px;
    overflow: hidden;
}
.rightList .advertising{
    margin-top:22px;
}
.rightList .linkPic>img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}
.publicStyle{
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDEE0;
}
.publicStyle>img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 4px;
}
.publicStyle>span{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #323233;
    vertical-align: middle;
}
.tagsBomb{
    margin-top:40px;
}
.tagsBomb .tagsList{
    margin-top:24px;
}
.tagsBomb .tagsList>a{
    display: inline-block;
    height: 26px;
    padding:0 10px;
    border: 1px solid #DCDEE0;
    opacity: 1;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #969799;
    background:#eef5ff;
    margin:0px 5px 12px 0px;
}
.tagsBomb .tagsList>a:hover{
    background:#22b2a8;
    color:#fff;
}
.rightList .cooperation{
    margin-top:40px;
}
.rightList .linkBox{
    margin-top:24px;
    font-size: 0px;
}
.rightList .linkBox>a{
    display: inline-block;
    width: 160px;
    height: 92px;
    background: #FFFFFF;
    margin: 0px 24px 16px 0px;
    box-shadow: 0px 4px 16px rgba(200, 201, 204, 0.5);
    opacity: 1;
    overflow: hidden;
}
.rightList .linkBox>a:nth-child(2n){
    margin-right:0px;
}
.rightList .linkBox>a>img{
    width: 100%;
    height: 100%;
    background-size: 100%;
}

/* 列表 */
.contentList .listInfo{
    margin-top:48px;
    overflow: hidden;
}
.contentList  .cmsbox{
    float:left;
    width: 1200px;
}
.listInfo .cmsbox .sideRight>a{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.loglist>.newsTabulates:first-child{
    padding-top:0px;
}
.loglist>.newsTabulates:last-child{
    border-bottom: none;
}
/* 内容 */
.cmsbox .contentBox{
    padding:0 16px;
    border: 1px solid #DCDEE0;
}
.cmsbox .cmsboxTitle{
    margin-top:24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DCDEE0;
    overflow: hidden;
}
.cmsbox .cmsboxTitle .contentTitle{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #323233;
    margin-bottom: 30px;
}
.cmsbox .cmsboxTitle .data {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #969799;
}
.cmsbox .cmsboxTitle>img{
    width: 18px;
    background-size: 100% 100%;
    margin-right:16px;
}
.cmsbox .cmsboxTitle .profileBox{
    width: 95%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #969799;
    padding-left:16px;
    border-left:1px solid #DCDEE0;
}
.cmsbox .contentBox>.logcon{
    padding:24px 0px 48px;
}
.cmsbox .contentBox>.logcon>p{
    line-height: 1.75em;
    margin: 1em 0em !important;
}
.cmsbox .nextlog{
    position: relative;
    width: 100%;
    margin-top:40px;
    border-top:1px solid #DCDEE0;
    padding:24px 0px 48px 0px;
    overflow: hidden;
}
.cmsbox .nextlog .pageCon>p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #323233;
    cursor: pointer;
}
.nextlog .pageCon .prePage{
    margin-bottom: 16px;
}
.cmsbox .nextlog>a{
    position: absolute;
    right: 0px;
    top:36px;
    width: 136px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #22b2a8;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
/* Right */
#sidebar {
    float:right;
    width: 344px;
}
#sidebar .sidebarNav{
    width: 100%;
    margin-bottom: 24px;
    background-color: #fff;
}
#sidebar .sidebarNav .sort{
    width: 100%;
}
#sidebar .sidebarNav .listItem {
    padding: 0px;
}
#sidebar .sidebarNav .sort .listItem>li {
    height: 30px !important;
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    margin-bottom: 16px;
}
#sidebar .listItem>li .sidebarList{
    display: inline-block;
    width: 95%;
}
#sidebar .listItem>li .listBomb>a{
    font-size: 16px;
    font-weight: 400;
    color: #323233;
}
#sidebar .listItem>li .listBomb>a:hover{
    color:#22b2a8;
}
.cmsbox .logcon{
    padding:24px 32px 48px;
}
#sidebar .linkImg{
    display: block;
    width: 344px;
    max-height: 344px;
    margin:40px 0px;
    overflow: hidden;
}
#sidebar .linkImg>img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

/* Foot */
.footer {
    width: 100%;
    /* height: 281px; */
    background: #22b2a8;
    opacity: 1;
    padding: 32px 0;
    margin-top: 64px;
}
#footer{
    height: 148px;
    padding: 30px 0;
}
.footer .blogroll{
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}
.footer .blogroll .title{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.footer .blogroll .linkList{
    margin-top:16px;
    overflow: hidden;
}
.footer  .linkItem{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.footer  .linkItem>a{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.footer  .linkItem>span{
    margin:0px 8px 0px 6px;
}
.footer  .linkItem:last-child>span{
    font-size: 0px;
}
.footer .footInfo{
    position: relative;
    margin-top:24px;
}
#footer>.footInfo{
    margin-top:0px;
}
.footer .footInfo>p {
    line-height: 24px;
    margin-bottom: 12px;
    color:#fff;
    font-size: 14px;
    font-weight: 400;
}
.footer .footInfo>p>a{
    color:#fff;
}
.footer .footInfo>p:hover>a,
.footer .footInfo>.record:hover>a{
    color:#666;
}
.footer .footInfo>.record{
    margin-bottom: 0px;
}
.footer .footInfo>.record>a{
    color:#fff;
}
.footInfo>p .footeCommon{
    margin-right:24px;
}
.footInfo>p>span>img{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right:4px;
}
.footInfo>p>span>i{
    vertical-align: middle;
}
.footInfo .footCode{
    position: absolute;
    right:0;
    top:-8px;
    width: 86px;
}
.footInfo .footCode>img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.footInfo .footCode>p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

/* 分页样式 */
.paging {
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}

.paging>span {
    margin: auto 16px;
}

.paging .page-numbar {
    margin: auto 0;
}

.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last {
    display: inline-block;
    margin: auto 4px;
    padding: 2px 12px;
    border: 1px solid #EEE;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover {
    border-color: #22b2a8;
    background-color: #22b2a8;
    color: #fff;
}

.paging a {
    color: #333333
}

.paging a:hover {
    color: #22b2a8;
}
/* 搜索样式 */
.queryList{
    width: 100%;
    margin-top:40px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

/***** 侧边留言  start *****/
.floatBox{
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 9999;
}
.floatBox .item{
    width: 56px;
    height: 56px;
    margin-bottom: 6px;
    cursor: pointer;
}
.floatBox .service{
    background: url('../images/service.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}
.floatBox .service:hover{
    background: url('../images/service-icon.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}
.floatBox .messagehandle{
    background: url('../images/messagehandle.png') no-repeat 0px 0px;
    background-size: 100% 100%;
    margin-bottom: 6px;
}
.floatBox .messagehandle:hover{
    background: url('../images/messagehandle-icon.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}
.floatBox .applyOnline{
    background-color: #22b2a8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 56px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(34, 178, 168, 0.4);
    margin-bottom: 0.1rem;
}
.floatBox .applyOnline:hover{
    background-color: #1a9a91;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(34, 178, 168, 0.6);
}
.floatBox .backTop{
    background: url('../images/backTop.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}
.floatBox .backTop:hover{
    background: url('../images/backTop-icon.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}
.floatBox .backTop{
   display: none;
}
.focusCode{
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(200, 201, 204, 0.5);
    opacity: 1;
    border-radius: 4px;
    position: fixed;
    bottom: 196px;
    right: 120px;
    box-sizing: border-box;
    display: none;
    z-index: 99999;
 }
 .focusCode>img{
    width: 100%;
    background-size: 100% 100%;
    margin-top:9px;
 }
.messageBox{
    width: 368px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(200, 201, 204, 0.5);
    opacity: 1;
    position: fixed;
    bottom: 100px;
    right: 120px;
    padding: 32px;
    box-sizing: border-box;
    display: none;
    z-index: 99999;
    
 }
.messageBox input {
    width: 304px;
    height: 40px;
    padding: 0px 16px;
    font-size: 14px;
    border:1px solid #E0E0E0;
    margin-bottom: 14px;
    outline: none;
 }
.messageBox textarea {
    width: 304px;
    height: 112px;
    padding: 9px 16px;
    font-size: 12px;
    resize: none;
    margin-bottom: 14px;
    border:1px solid #E0E0E0;
    outline: none;
 }
.messageBox .btn{
    width: 100%;
    height: 40px;
    border: 1px solid #22b2a8;
    text-align: center;
    cursor: pointer;
 }
 .messageBox .btn>button{
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    color: #22b2a8;
    background-color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
 }
 /*******index css*******/
.bottom-fix {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2222;
  transition: all 0.3s ease;
  overflow: hidden;
}

.bottom-fix .fixcon {
  height: 162px;
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.bottom-fix .fix_a {
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding-top: 52px;
}

.bottom-fix .fix_a img {
  display: block;
  border-radius: 10px;
  float: left;
}

.bottom-fix .fix_a p {
  float: left;
  padding-left: 22px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
}

.bottom-fix .fix_a p i {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 8px;
}

.bottom-fix .fix_a p span {
  color: #1da674;
}

.fix_t {
  float: left;
  margin-top: 42px;
  margin-left: 18px;
}

.fix_t .iform .itemcon {
  float: left;
  width: 250px;
  height: 46px;
  margin-left: 10px;
}

.fix_t .iform .itemcon .txt {
  width: 240px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
}

.fix_t .iform {
  float: left;
}

.fix_t .btn {
  width: 160px;
  height: 46px;
  float: left;
  margin-left: 12px;
}

.fix_t .btn .btn1 {
  width: 160px;
  height: 46px;
  background-color: #1da674;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.fix_t .btn .btn1:hover {
  background-color: #0b78c0;
}

.fix_b {
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding-left: 12px;
  padding-top: 46px;
}

.fix_b span {
  display: block;
  padding-top: 4px;
}

.bottom-fix .close {
  width: 30px;
  height: 30px;
  background-position: -174px -154px;
  cursor: pointer;
  margin-top: 50px;
  margin-left: 20px;
}

.iconp {
  background: url(../images/iconp.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
