
/* 头部样式 */
#header{width:1920px;margin:0 auto;position:fixed;left:50%;margin-left:-960px;z-index:10000;height:60px;background:url(../images/topbj.png);}
#header .logo{top:15px;left:0;}
.menuNav{width:930px;position:absolute;top:0;left:250px;}
.menuNav li.m{float:left;position:relative;z-index:99;}
.menuNav li a{display:block;width:118px;height:60px;line-height:60px;text-align:center;font-size:14px;color:#fff;}
.menuNav li a:hover,.menuNav li a.active{color:#fff}
.nav li .nav_sub{position:absolute;top:60px;left:-5px;width:120px;background:url(../images/topbj.png);display:none; color:#fff;}
.nav li .nav_sub li a{display:block;width:120px;font-size:12px;height:28px;line-height:28px;color:#fff;}
.nav li .nav_sub li a:hover{background:#c26f31;color:#fff;}

.w1166 {
    position: relative;
    width: 1166px;
    margin: 0 auto;
}
#header .shopping{position: absolute;top:15px;right:0;}
#header .shopping a{display:block;float:left;margin-left:1px;width:112px;height:30px;line-height:30px;color:#fff;}
#header .shopping a.lang{width:65px;background:#c26f31;text-align:center;}
#header .shopping a.jd{background:url(../images/jd.png) no-repeat 10px 7px #c26f31;padding-left:42px;width:70px;}
#header .shopping a:hover.jd,#header .shopping a:hover.tm{background-color:#d17835;color:#fff;}
#header .shopping a.tm{background:url(../images/tm.png) no-repeat 10px 7px #c26f31;padding-left:38px;width:74px;}
.as {
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #838383;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #838383;
    font-family: "simsun";
    font-size: 18px;
    margin-top: 10px;
}
/*-- services --*/
.services h3{
	color:#000;
	font-size:40px;
	margin-bottom:10px;
	text-align:center;
}
.wthree-services-grid{
	text-align:center;
}

.wthree-services-info h5{
    color: #94442B;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;

    margin: 2em 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-services-grid:hover .wthree-services-icon i.fa{
    background: #fbd232;
    border: solid 2px #fbd232;
    color: #212121;
}
.wthree-services-grid:hover .wthree-services-info h5{
	color:#94442B;
}
.wthree-services-icon i {
    font-size: 100px;
    border: 1px solid #000;
    padding: 15px;
}


section#services {
padding-top:10px;

	background-color:#f5f5f5;
}
/*-- //services --*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    width: 1100px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 20%;
    max-width: 20%;
}