/* css reset start */
body, dd, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, ul {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

input {
    outline: none;
    border: none;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
/* css reset end */

.tab-tmpl1{

}
.tab-tmpl1 .search-order {
    margin-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e3e4e5;
}
.tab-tmpl1 .search-order .order-num{
    width: 210px;
    height: 42px;
    color: #bbb;
    font-size: 14px;
    border: 1px solid #dedede;
    text-indent: 5px;
    margin-left: 18px;
}
.tab-tmpl1 .search-order .btn-search-order {
    margin-left: 5px;
    width: 90px;
    height: 42px;
    background: url("/assets/tmpl1/img/b.jpg") no-repeat;
    color: #ff8d07;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #ff8d07;
}
.tab-tmpl1 .search-order .btn-search-order:hover{
	color: #ff8d07;
}

.compared ul li{
	font-size: 16px;
	color: #333;
	text-align: center;
	width: 130px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	background: #f6f6f6;
	margin-bottom: 1px;
}
.compared ul li.on{
	background: #5e5e5e;
	color: #fff;
	font-size: 18px;
}
.years{
	margin-left: -70px;
	position: relative;
}
.combat{
	margin-top: 20px;
}

.overall .col-md-3{
	width: 24%;
}
.ago{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}

.brazil{
	font-size: 18px;
	color: #333;
	margin-top: 15px;
	text-indent: 36px;
}
.effectiveness{
	width: 82px;
	height: 82px;
	border-radius: 100%;
	border: 2px solid #ff8d07;
	text-align: center;
	line-height: 78px;
	margin: 0 auto;
}
.effectiveness>img {
    margin-top: 18px;
}
.significantly{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
.enhanced{
	font-size: 12px;
	text-align: center;
	color: #000;
	line-height: 22px;
}
.africa{
	width: 342px;
	margin-left: -65px;
	margin-top: -200px;
	position: relative;
	z-index: 11;
	background: rgba(255,255,255,0.95);
}


.according{
	overflow: hidden;
	padding-bottom: 17px;
}

.coffee {
    width: 55px;
    height: 60px;
    position: relative;
    background: url("/assets/tmpl1/img/123.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.coffee img{
	margin-top: 9px;
}
.store ul{
	padding-left: 15px;
	margin-top: 18px;
}
.store ul li{
	margin-left: 7px;
}
.store ul li span{
	color: #666;
	font-size: 13px;
	display: block;
	text-align: center;
}

.tab-tmpl1 .new {
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 14px;
    min-height: 245px;
}
.tab-tmpl1 .new .desc{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	padding-left: 18px;
}
.tab-tmpl1 .new ul li {
    padding-left: 30px;
    margin-top: 8px;
    padding-right: 20px;
}

.tab-tmpl1 .new ul li a{
	color: #666;
	font-size: 12px;
	position: relative;
}
.tab-tmpl1 .new ul li a:after{
	position: absolute;
	content: "";
	top: 5px;
	left: -13px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #bcbcbc;
}
.will{
	border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.compared ul li{
		width: 110px;
		font-size: 14px;
	}
	.compared ul li.on{
		font-size: 16px;
	}
	.effectiveness{
		width: 70px;
		height: 70px;
		line-height: 66px;
	}

	.fiscal{
		margin-left: -55px;
	}
	.africa{
		margin-left: -103px;
		margin-top: -157px;
	}
	.service{
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.coffee{
		width: 50px;
		height: 55px;
	}
	.finance1 img{
		width: 19px;
	}
	.finance2 img{
		width: 28px;
	}
	.finance3 img{
		width: 27px;
	}
	.finance4 img{
		width: 28px;
	}
	.finance5 img{
		width: 24px;
	}
	.according{
		padding-bottom: 10px;
	}
	.store ul{
		margin-top: 10px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.overall .col-sm-6{
		width: 50%;
	}
	.brazil{
		font-size: 16px;
		text-indent: 10px;
	}

	.compared ul li{
		width: 110px;
		font-size: 14px;
	}
	.compared ul li.on{
		font-size: 16px;
	}
	.effectiveness{
		width: 70px;
		height: 70px;
		line-height: 66px;
	}

	.fiscal{
		margin-left: -55px;
	}
	.houston{
		width: 182px;
	}
	.africa{
		margin-left: -77px;
		margin-top: 0;
		width: 312px;
	}
	.service{
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.coffee{
		width: 50px;
		height: 55px;
	}
	.finance1 img{
		width: 19px;
	}
	.finance2 img{
		width: 28px;
	}
	.finance3 img{
		width: 27px;
	}
	.finance4 img{
		width: 28px;
	}
	.finance5 img{
		width: 24px;
	}
	.according{
		padding-bottom: 10px;
	}
	.store ul{
		margin-top: 10px;
		padding-left: 5px;
	}
}
@media (max-width: 767px) {
	.compared ul li{
		font-size: 12px;
		float: left;
		width: 20%;
		height: 30px;
		line-height: 30px;
	}
	.compared ul li.on{
		font-size: 14px;
	}
	.brazil{
		text-align: center;
		font-size: 16px;
		text-indent:0;
	}
	.overall .col-xs-6{
		width: 50%;
	}
	.africa{
		margin: 0 auto;
		width: 100%;
		max-width: 342px;
	}
	.years{
		margin-left: 0;
	}
	.coffee{
		width: 50px;
		height: 55px;
	}
	.finance1 img{
		width: 19px;
	}
	.finance2 img{
		width: 28px;
	}
	.finance3 img{
		width: 27px;
	}
	.finance4 img{
		width: 28px;
	}
	.finance5 img{
		width: 24px;
	}
	.store ul{
		padding-left: 0;
	}
	.houston{
		margin-left: 0;
		width: 190px;
	}
	.store ul li{
		margin-left: 5px;
	}
	.combat{
		width: 100%;
		min-width: 125px;
	}

}