html,body{
	min-width: 1200px;
}
#header {
    width: 100%;
    position: relative;
}

#header .header {
    position: relative;
}


/*清除浮动*/

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

a {
    text-decoration: none!important;
    color: #333;
    font-family: 'Microsoft YaHei', 'Arial', 'Helvetica', 'sans-serif', 'simsun', 'Lucida Grande', 'Lucida Sans Unicode';
}

ol,
ul,
li {
    list-style: none;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.i_ipeanut_logo {
    float: left;
    padding: 13px 0;
}

.i_ipeanut_logo h1 {
    width: 71px;
    height: 76px;
    text-indent: -9999em;
    background-image: url(../images/chichao_logo.png);
}

.i_ipeanut_nav {
    float: left;
    padding: 0;
    font-weight: bold;
}

.i_ipeanut_nav li {
    position: relative;
    float: left;
    margin-left: 33px;
}

.i_ipeanut_nav li:hover ul{
    display: block;
}

.i_ipeanut_nav li ul{
    display: none;
    position: absolute;
    top:115px;
    width: 160px;
    transform: translateX(-35px);
    border-radius: 5px;
    text-align: center;
    /*display: none;*/
    /*border:solid 1px red;*/
    background-color: #fff;
    animation: toTop .2s ease;
    z-index: 99999;
}

.i_ipeanut_nav li .active{
    display: block;
}

@keyframes toTop{
	from{transform: translateX(-35px) translateY(10px);opacity: 0;}
	to{transform: translateX(-35px) translateY(0px);opacity: 1;}
}

.i_ipeanut_nav li ul:hover{
    display: block;
}

.i_ipeanut_nav li ul:before{
    position: absolute;
    top: -10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    /*border-top: solid 5px transparent;*/
    border-bottom: solid 12px #fff;
    
}

.i_ipeanut_nav li ul .child-li{
    margin: 0;
    display: block;
    width: 100%;
}
.i_ipeanut_nav li ul .child-li:first-child .child-item{
    border-radius: 5px 5px 0 0;
}
.i_ipeanut_nav li ul .child-li:last-child .child-item{
    border-radius: 0 0 5px 5px;
}

.i_ipeanut_nav li ul .child-item{
    display: block;
    padding: 0 16px;
    line-height: 36px;
    font-size: 14px;
}

.i_ipeanut_nav li ul .child-item:hover{
    background-color: #efefef;
}

.i_nav_caption a {
    display: block;
    font-size: 18px;
    padding: 0 10px;
    height: 101px;
    line-height: 103px;
    color: #666666;
    text-align: center;
}

.i_nav_caption a:hover {
    color: #d7201e;
    border-bottom: 2px solid #d7201e;
}

.i_nav_caption a:hover i {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.i_nav_caption a {
    height: 76px;
    line-height: 78px;
    padding-top: 25px;
    box-sizing: content-box;
}


/* .i_ipeanut_nav li.i_cur_nav .i_nav_caption a{color:#d7201e;border-bottom:2px solid #d7201e;} */

.i_ipeanut_nav li i {
    display: block;
    background: url(../images/ipeanut-icon.png) no-repeat;
    margin: 10px auto 6px;
}

.i_ipeanut_nav li:first-child i {
    width: 23px;
    height: 37px;
    background-position: 0 0;
}

.i_ipeanut_nav li:nth-child(2) i {
    width: 30px;
    height: 37px;
    background-position: -33px 0;
}

.i_ipeanut_nav li:nth-child(3) i {
    width: 31px;
    height: 37px;
    background-position: -73px 0;
}

.i_ipeanut_nav li:nth-child(4) i {
    width: 28px;
    height: 37px;
    background-position: -159px 0;
}

.i_ipeanut_nav li:nth-child(5) i {
    width: 35px;
    height: 37px;
    background-position: -114px 0;
}

.i_ipeanut_nav li:nth-child(6) i {
    width: 30px;
    height: 37px;
    background-position: -33px 0;
}

.i_ipeanut_nav li:last-child i {
    width: 31px;
    height: 37px;
    background-position: -73px 0;
}

.header .contact_number {
    font-size: 16px;
    font-weight: bold;
    color: #d81d1f;
    line-height: 18px;
    position: absolute;
    right: -2.5%;
    top: 50px;
}

.contact_number .phone_icon {
    width: 40px;
    height: 40px;
    background: url(../images/phone_icon.png);
    margin-right: 8px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
}

i,
b,
em,
strong {
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}
@media only screen and (min-width: 100px) and (max-width: 1260px) {
	.i_ipeanut_nav li {
	    margin-left: 22px;
	}
	.header .contact_number{
		right: 0;
	}
}