/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-9-18, 15:39:37
    Author     : liujuan.liu
*/
*{
    padding:0;
    margin:0;
    font: 12px 微软雅黑, "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
}
.nav{
    height: 80px;
    padding-top:15px;
    box-sizing:border-box;
    background: url("/images/ihro/topbanner.png") no-repeat;
    background-size: cover;
}
.nav-logo{
    width: 1100px;
    margin: 0 auto;
}
.main_bottom{
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0  -4px 5px #eee;
   -webkit-box-shadow: 0  -4px 5px  #eee;
   -webkit-box-shadow: 0  -4px 5px  #eee;
}

.main_bottom .search,
.main_bottom .product_service{
    width:1000px;
    margin:0 auto;
}
.main_bottom .title{
    margin:30px auto;
}
 .main_bottom .title span{
    display: inline-block;
    background: url("/images/login/ps_bg.png") no-repeat;
    background-size: contain;
    width: 150px ;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color:#fff;
}
.main_bottom .search p{
    width:990px;
    height: 35px;
    border:1px solid #2188c8;
    text-indent: 1em;
    line-height: 35px;
}
.main_bottom .search p span{
    font-weight: bold;
}
 .main_bottom .search p a{
    text-decoration: none;
    color:purple;

}
main_bottom .search p a:hover{
    text-decoration: underline;
}
.main_bottom .search p a span{
    color:red;
    font-style: italic;
    display: inline-block;
    transform:rotate(-18deg);
    -ms-transform:rotate(-18deg); 	/* IE 9 */
    -moz-transform:rotate(-18deg); 	/* Firefox */
    -webkit-transform:rotate(-18deg); /* Safari 和 Chrome */
    -o-transform:rotate(-18deg); 	/* Opera */
}
 .main_bottom .content{
    overflow: hidden;
}
 .main_bottom .content .proditems{
    width:160px;
    height: 125px;
    float: left;
    position: relative;
}
.main_bottom .content .proditems:nth-child(4){
    width: 190px;
}
.main_bottom .content .proditems div:nth-child(1){
}
.main_bottom .content .proditems div p{
    color: #42b5a1;
    font-size: 14px;
    padding-bottom: 16px;
    font-weight: bold;
}
.main_bottom .content a{
    display: block;
    color:#7a7171;
    text-decoration: none;
    cursor: pointer;
    font-size:12px;
    margin-bottom: 10px;
}
.main_bottom .content a:hover{
    color:#42b5a1;
}
.main_bottom .content .sellphone{
    color: #7a7171;
    font-size: 12px;
    margin-bottom: 10px
}
   
 .main_bottom .content .erweima{
}
 .main_bottom .content .erweima .prod-plat{
    float: left;
}
.main_bottom .content .erweima .prod-plat .plat-items{
    width: 125px;
    height: 46px;
    line-height: 46px;
    border-right: 2px solid #42b5a1;
    color: #9fa0a0;
}
.main_bottom .content .erweima .prod-plat .active-plat{
    color: #000;
}
.main_bottom .content .erweima .prod-plat .active-plat span{
    font-size: 12px !important;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #42b5a1;
    float: right;
    height: 0px; 
    width: 0px; 
    display: inline-block;
    margin-top: 11px;
    vertical-align: middle
}

.main_bottom .content .erweima .prod-plat i{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 6px
}
 .main_bottom .content .erweima .prod-plat .erweimaimg{
    margin-left: 10px;
    width: 140px;
    height: 140px;
}
 .main_bottom .content .erweima .prod-plat .rsewmimg{
    background: url("/images/login/rsewm.png") no-repeat center center;
    background-size: 100%;
}
 .main_bottom .content .erweima .prod-plat .wxewmimg{
    background: url("/images/login/wxewm.png") no-repeat center center;
    background-size: 100%
}
.main_bottom .content .erweima .prod-plat .wbewmimg{
    background: url("/images/login/wbewm.png") no-repeat center center;
    background-size: 93%
}
.main_bottom .content .erweima .prod-plat .active-plat .renshiimg-over{
    background: url("/images/login/weixin02.png") no-repeat;
}
.main_bottom .content .erweima .prod-plat .plat-items .renshiimg{
    background: url("/images/login/weixin01.png") no-repeat;
}
.main_bottom .content .erweima .prod-plat .active-plat .weixinimg-over{
    background: url("/images/login/weixin02.png") no-repeat;
}
.main_bottom .content .erweima .prod-plat .plat-items .weixinimg{
    background: url("/images/login/weixin01.png") no-repeat;
}
 .main_bottom .content .erweima .prod-plat .active-plat .xinlangimg-over{
    background: url("/images/login/weibo02.png") no-repeat;
}
 .main_bottom .content .erweima .prod-plat .plat-items .xinlangimg{
    background: url("/images/login/weibo01.png") no-repeat;
}
.product_service{
   padding-top: 23px!important;
}
/**********footer start*************/
.footer{
    height: 100px;
}
.footer div{
    width: 1000px;
    margin:0 auto;
    text-align: center;
}
.footer p span{
    padding-right: 20px;
    color: #727171;
}
.footer p span i {
    font-size: 10px;
    position:relative;
    top: -3px;
    font: 5px 微软雅黑, "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serifx;
}
/**********footer end*************/

.logo-img1{
    position:relative;   
    background-size: contain;
    margin-right: 20px;
    top: 2px;
}
.nav-logo  .L-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-logo  .L-logo a{
    display: block;
    height: 52px;    
}
.nav .nav-logo .nav-logo-main  .L-logo a:nth-child(2) img{
    margin-top: 12px;   
    top: 0;
}
