base.css 6.62 KB
body{
	margin: 0px;
	color: #393939;
}
a{
	text-decoration: none;
}
input:focus,
textarea:focus{
	outline: none;
}
.wrapper:after {
	clear: both;
	content: ''; 
	display: table;
}
.wrapper {
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
	width: 96%;
}
.header{
	background: #ffffff;
	position: relative;
	z-index: 100;
	height: 80px;
}
.header .wrapper .logo{
	min-width: 100px;
	padding: 0;
	text-align: left;
	float: left;
}
.header .wrapper .logo a{
	display: inline-block;
	line-height: 80px;
}
.header .wrapper .logo a img{
	border: none;
	vertical-align: middle;
}
.header .wrapper .nav{
	display: block;
	position: relative;
	width: auto;
	background: none;
	float: right;
}
.header .wrapper .nav ul.menu{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 80px;
	line-height: 80px;
}

.header .wrapper .nav ul.menu li{
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 40px 10px 10px 10px;
}
.header .wrapper .nav ul.menu li a{
	font-size: 0.9375rem;
	display: block;
	height: 30px;
	width: 75px;
	color: #1f8657;
	font-weight: bold;
	text-align: center;
}
.header .wrapper .nav ul.menu li a:hover,
.header .wrapper .nav ul.menu li a.active{
	color: #393939;
	border-bottom: 2px solid #2aad6f;
}
.uptoshow{
	margin-top: 20px;
}
.uptoshow .leftrow,
.uptoshow .rightrow{
	float: left;
	width: 50%;
}
.uptoshow .leftrow{
	text-align: right;
}
.uptoshow .rightrow{
	text-align: left;
}
.uptoshow .leftrow .wow{
	margin-top: 10px;
}
.uptoshow .leftrow .wow img{
	height: 40px;
	margin-right: 15px;
}
.uptoshow .rightrow .wow img{
	max-width: 100%;
	margin-left: 15px;
}








.navi-scroll{
	position: fixed;
	right: 32px;
	bottom: 32px;
	width: 42px;
	min-height: 74px;
	z-index: 999;
}
.navi-scroll .navi-scroll-content {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}
.navi-scroll .navi-scroll-content a {
	width: 42px;
	height: 36px;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #ededed;
}
.navi-scroll .navi-scroll-content a span {
	width: 78px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	display: none;
}
.navi-scroll .navi-scroll-content a i {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.navi-scroll .navi-scroll-content .scroll-top-btn i {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	right: 11px;
	background-image: url("/images/icons/backtop-icon.png");
}
.navi-scroll .navi-scroll-content .scroll-contact-btn i {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	right: 12px;
	background-image: url("/images/icons/contact-icon.png");
}
.navi-scroll .navi-scroll-content .scroll-order-btn i {
	width: 20px;
	height: 20px;
	margin-top: -9px;
	right: 12px;
	background-image: url("/images/icons/intent-icon.png");
}
.navi-scroll .navi-scroll-content a:hover {
	width: 120px;
	margin-left: -78px;
	background-color: #47b488;
}
.navi-scroll .navi-scroll-content a:hover span{
	display: block;
}
.navi-scroll .navi-scroll-content .scroll-top-btn:hover i {
	background-image: url("/images/icons/backtop-icon-active.png");
}
.navi-scroll .navi-scroll-content .scroll-contact-btn:hover i {
	background-image: url("/images/icons/contact-icon-active.png");
}
.navi-scroll .navi-scroll-content .scroll-order-btn:hover i {
	background-image: url("/images/icons/intent-icon-active.png");
}
.navi-scroll .navi-scroll-content .scroll-contact-btn,
.navi-scroll .navi-scroll-content .scroll-order-btn {
	margin-bottom: 2px;
}
.ftcontact.wrapper.wechat{
	margin-top: 10px;
}
.ftcontact.wrapper{
	padding: 0;
}
.ftcontact .ftphoneicon{
	width: 67px;
	height: 67px;
	line-height: 67px;
	background: #2aad6f;
	border-radius: 50%;
	text-align: center;
	float: left;
}
.ftcontact .ftphoneicon span{
	background: url(http://www.oppo.com/cn/assets/images/sprite-icons.png);
	width: 100%;
	height: 100%;
	display: inline-block;
	background-position: -417px -1px;
	background-repeat: no-repeat;
}
.ftcontact.wechat .ftphoneicon span{
	background-position: -420px -791px;
	height: 50px;
	margin-top: 10px;
}
.ftcontact .ftphoneinfo{
	text-align: left;
	float: left;
	margin-left: 15px;
}
.ftcontact .ftphoneinfo h4{
	font-size: 20px;
	font-size: 1.25rem;
	margin: 10px 0 5px 0;
	color: #1f8657;
}
.ftcontact .ftphoneinfo p{
	margin: 0;
	text-align: left;
}
.footer{
	padding: 50px 0;
	background: #fff;
}
.footer .ftservice{
	height: 125px;
	list-style-type: none;
	overflow: hidden;
}
.footer .ftservice .item{
	display: inline-block;
	width: 20%;
	height: 125px;
	zoom: 1;
	position: relative;
	float: left;
}
.footer .ftservice .item img{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 45px;
}
.footer .ftservice .item h5{
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	top: 50px;
	left: 50px;
	color: rgb(54, 54, 54);
}
.footer .ftservice .item p{
	position: absolute;
	color: rgb(152, 152, 152);
	margin: 0;
	font-size: 12px;
	left: 50px;
	bottom: 40px;
}
.line{
	background: #ededed;
	height: 1px;
}
.footer .ftlinks{
	list-style-type: none;
	margin-top: 20px;
}
.footer .ftlinks .ftlink{
	width: 20%;
	display: inline-block;
	float: left;
	height: 200px;
}
.footer .ftlinks .ftlink .linktitle{
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    color: #1f8657;
    font-size: 1.125rem;
    font-weight: bold;
}
.footer .ftlinks .ftlink ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer .ftlinks .ftlink ul li{

}
.footer .ftlinks .ftlink ul li a{
	margin: 10px 0;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #7b7b7b;
}
.footer .ftlinks .ftlink ul li a:hover{
	color: #1f8657;
}
.footer .ftwarp{
	margin-top: 20px;
	color: #7b7b7b;
    font-size: 13px;
    font-size: 0.8125rem;
}
.footer .ftwarp .copyright{
	width: 45%;
	height: 50px;
	float: left;
	text-align: left;
}
.footer .ftwarp ul{
	width: 45%;
	height: 50px;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer .ftwarp ul li{
	float: right;
	margin-left: 15px;
}
.footer .ftwarp ul li a{
	color: #7b7b7b;
}
.footer .ftwarp ul li a:hover{
	color: #1f8657;
}

.pagination {
  margin: 10px auto;
  overflow: hidden;
  padding: 10px 0;
}
.pagination li{
  display: inline-block;
  margin: auto 2px;
}
.pagination li.disabled a{
  background-color: #cccccc;
}
.pagination li.active a{
  border: 1px solid #398439;
  color: #ffffff;
  background-color: #00AA91;
}
.pagination a {
  border: 1px solid #cccccc;
  color: #666666;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding: 0 10px;
}
.pagination li.disabled a:hover,
.pagination li.disabled a:active{
  color: #666666;
}
.pagination a:hover,
.pagination a:active {
  color: #990000;
}