@charset "utf-8";
/*样式统一/*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
/*公共样式*/
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.h-top {
  width: 100%;
  height: 45px;
  line-height: 40px;
  background: url(../images/top-bg.jpg) repeat-x;
  font-size: 12px;
}
.h-top a {
  color: #000;
}
.h-top .pie {
  margin-left: 5px;
  margin-right: 5px;
}
.header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
}
.header img {
  width: 605px;
  height: 72px;
}
.zixun {
  float: right;
  margin-top: 15px;
}
.zixun img {
  width: 22px;
  height: 62px;
  float: left;
}
.zixun .zx-font {
  float: left;
  margin-left: 13px;
}
.zixun .zx-font p {
  line-height: 30px;
}
.zixun .zx-font p.phone {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
.nav {
  width: 100%;
  height: 61px;
  line-height: 60px;
  background: #0b52ac;
}
.nav li {
  width: 130px;
  float: left;
  border-left: 1px solid #083976;
  text-align: center;
  height: 61px;
}
.nav li a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: block;
}
.nav li:hover {
  background: #80c269;
  border: 0px solid transparent;
}
.nav li:nth-child(1) {
  border-left: none;
}
/*banner*/
.carousel-content {
  position: relative;
  display: inline-block;
  width: 100%;
}
.carousel {
  width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.carousel li {
  float: left;
  display: none;
}
.carousel li {
  height: 550px;
}
.carousel li img {
  height: 550px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.img-index {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.img-index li {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  cursor: pointer;
  margin: 0 3px;
  color: #fff;
}
.img-index li.index {
  background-color: rgba(128, 194, 106, 0.6);
}
.img-index li:hover {
  background-color: rgba(128, 194, 106, 0.6);
}
.carousel-prev,
.carousel-next {
  position: absolute;
  display: inline-block;
  top: 40%;
  cursor: pointer;
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
/*index*/
/*public-tit*/
.index-tit {
  margin: 50px 0;
  text-align: center;
}
.index-tit h2 {
  height: 25px;
}
.index-tit h2 a {
  width: 160px;
  display: block;
  float: left;
  font-size: 25px;
  line-height: 25px;
  color: #0b52ac;
}
.index-tit h2 hr {
  width: 520px;
  height: 1px;
  border: 0;
  background: #cccfd1;
  float: left;
  margin-top: 10px;
}
.index-tit h4 {
  clear: both;
  font-size: 16px;
  color: #cccfd1;
  font-weight: normal;
  margin: 7px 0;
	text-transform: uppercase;
}
.index-tit h3 {
  font-size: 16px;
  font-weight: normal;
	color:#777876;
}
/*jieshao*/
.i-intro {
  overflow: hidden;
  margin-top: 29px;
}
.i-intro .intro-tp {
  float: left;
}
.i-intro .intro-tp img {
  width: 330px;
  height: 500px;
}
.i-intro .intro-nr {
  float: left;
  width: 1030px;
  margin-top: 52px;
  margin-left: -162px;
  margin-bottom: 100px;
}
.i-intro .intro-nr .intro-l {
  width: 795px;
  height: 400px;
  background: #0b52ac;
  color: #fff;
  padding: 38px 59px;
  float: left;
}
.i-intro .intro-nr .intro-l p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
}
.i-intro .intro-nr .intro-r {
  float: left;
  width: 235px;
  height: 400px;
  background: #80c269;
  padding-left: 55px;
  color: #fff;
}
.i-intro .intro-nr .intro-r h3 {
  font-size: 25px;
  font-weight: normal;
  margin-top: 126px;
}
.i-intro .intro-nr .intro-r p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 20px;
}
.i-intro .intro-nr .intro-r a {
  margin-top: 22px;
  display: block;
  width: 98px;
  height: 33px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}
.i-pro-intro {
  height: 450px;
  margin-bottom: 660px;
  background: #0b52ac;
}
.i-pro-intro .index-tit {
  margin: 0;
  padding: 50px 0;
  color: #fff;
}
.i-pro-intro .index-tit a {
  color: #fff;
}
.i-pro-intro .pro-intro-nr {
  height: 965px;
  background: #fff;
  padding: 27px;

}
.i-pro-intro .pro-intro-nr .intro {
  width: 350px;
  margin: 5px 16px;
  float: left;
 height: 430px;
}

.i-pro-intro .pro-intro-nr .intro:hover {
  box-shadow: 5px 5px 5px #858383;
 
}


.i-pro-intro .pro-intro-nr .intro .intro-tp {
  width: 350px;
  height: 240px;
  margin-bottom: 9px;
}
.i-pro-intro .pro-intro-nr .intro .intro-tp img {
  width: 350px;
  height: 240px;
}
.i-pro-intro .pro-intro-nr .intro .intro-tit {
  line-height: 41px;
  font-size: 16px;
}
.i-pro-intro .pro-intro-nr .intro .intro-tit a {
  color: #000;
}
.i-pro-intro .pro-intro-nr .intro .intro-jj {
  line-height: 25px;
  font-size: 14px;
	color: #8b8a8a;
}
.i-pro-intro .pro-intro-nr .intro .intro-jj span {
  font-size: 16px;
  font-weight: bold;
	color:black;
}
.i-pro-intro .pro-intro-nr .intro .intro-range {
  line-height: 25px;
  font-size: 14px;
}
.i-pro-intro .pro-intro-nr .intro .intro-range span {
  font-size: 16px;
  font-weight: bold;
}
.i-pro-intro .pro-intro-nr .intro .intro-more {
  width: 100px;
  height: 30px;
  display: block;
  background: #0a4b9c;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 12px;
}

.i-pro-intro .pro-intro-nr .intro .intro-more:hover {
    background: #80c269; 
 
}



.i-pro-intro h3{color:white}
.i-test {
  background: #f8f8f8;
  overflow: hidden;
  padding-bottom: 25px;
  clear: both;
}
.i-test .test-tit {
  text-align: center;
  height: 40px;
  margin-bottom: 46px;
}
.i-test .test-tit a {
  width: 200px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 17px;
  border: 1px solid #e5e5e5;
}
.i-test .test-tit a:hover {
  background: #0b52ac;
  color: #fff;
}
.i-test .test-tit .active {
  background: #0b52ac;
  color: #fff;
}
.i-test .test-list .test {
  width: 275px;
 margin: 0 12px;
  margin-bottom: 7px;
  float: left;
}

.i-test .test-list .test:hover {
 box-shadow:5px 5px 5px #858383;
}

.i-test .test-list .test a {
  color: #707070;
}
.i-test .test-list .test img {
  width: 275px;
  height: 190px;
}
.i-test .test-list .test p {
  font-size: 14px;
  text-align: center;
  line-height: 46px;
}
.i-engin {
  margin-top: 35px;
  overflow: hidden;
}
.i-engin .engin-tit {
  line-height: 42px;
}
.i-engin .engin-tit h3 {
  font-size: 18px;
  color: #0b52ac;
  display: inline-block;
  border-bottom: 2px solid #0b52ac;
}
.i-engin .engin-tit h4 {
  font-size: 10px;
  display: inline-block;
  border-bottom: 2px solid #80c269;
  line-height: 38px;
  color: #b1b2b2;
	font-weight: 100;
}
.i-engin .engin-tit a {
  float: right;
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}
.i-engin .engin-tit a:hover {
 
  color: #0b52ac;
	font-weight: 700;
  
}



.i-engin .engin-case {
  width: 585px;
  float: left;
}
.i-engin .engin-case .engin-tp {
  margin-top: 25px;
}
.i-engin .engin-case .engin-tp a {
  margin-right: 30px;
  width: 275px;
  height: 190px;
  display: block;
  float: left;
  margin: 0 8px;
  margin-bottom: 30px;
}

.i-engin .engin-case .engin-tp a:hover {
 
	box-shadow:5px 5px 5px #858383;
}
.i-engin .engin-case .engin-tp img {
  width: 275px;
  height: 190px;
  margin-bottom: 30px;
}
.i-engin .engin-key {
  float: right;
  width: 565px;
}
.i-engin .engin-key ul {
  margin-top: 25px;
}
.i-engin .engin-key ul li {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/key-icon.jpg) no-repeat 3px;
  padding-left: 15px;
}
.i-engin .engin-key ul li a {
  color: #8b8a8a;
}

.i-engin .engin-key ul li a:hover {
  color: #0b52ac;
}
.i-news {
  background: #f8f8f8;
  overflow: hidden;
  margin-top: 30px;
}
.i-news .news-only {
  margin-left: 28px;
  float: left;
  width: 400px;
}
.i-news .news-only .news-tp {
  margin-bottom: 11px;
}
.i-news .news-only .news-tp img {
  width: 400px;
  height: 190px;
}
.i-news .news-only .news-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
}
.i-news .news-only .news-tit a {
  color: #0b52ac;
}
.i-news .news-only .news-detail {
  line-height: 24px;
  color: #9c9d9e;
  font-size: 12px;
  margin-bottom: 48px;
}
.i-news .news-only .news-more {
  width: 100px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0b52ac;
}


.i-news .news-only .news-more:hover {

  background: #80c269;
}


.i-news .news-list {
  float: left;
  margin-left: 88px;
  width: 653px;
  margin-bottom: 55px;
  height: 380px;
  overflow: hidden;
}
.i-news .news-list .news {
  height: 100px;
  border-bottom: 1px solid #9c9d9e;
  margin-top: 35px;
}
.i-news .news-list .news:nth-child(1) {
  margin-top: 10px;
}
.i-news .news-list .news .news-time {
  float: left;
  width: 73px;
}
.i-news .news-list .news .news-time h2 {
  text-align: center;
  margin-bottom: 16px;
}
.i-news .news-list .news .news-time p {
  width: 73px;
  height: 24px;
  background: #80c269;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.i-news .news-list .news .news-nr {
  float: left;
  width: 550px;
  margin-left: 28px;
}





.i-news .news-list .news .news-nr .news-tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}


.i-news .news-list .news .news-nr .news-tit a {
  color: #000;
}

.i-news .news-list .news .news-nr .news-tit a:hover {
 color:#80c269;
}



.i-news .news-list .news .news-nr .news-detail {
  font-size: 14px;
	color: #8b8a8a;
}
/*footer*/
.i-footer {
  height: 310px;
  background: #0b52ac;
}
.i-footer .f-top {
  height: 265px;
  padding-top: 40px;
}
.i-footer .f-top .f-ewm {
  margin-left: 57px;
  text-align: center;
  padding-right: 94px;
  width: 270px;
  border-right: 1px solid #3e6393;
  height: 200px;
  float: left;
}
.i-footer .f-top .f-ewm .ewm {
  width: 157px;
  height: 172px;
  background: url(../images/weixin.jpg) no-repeat;
  line-height: 153px;
}
.i-footer .f-top .f-ewm .ewm img {
  display: inline;
  vertical-align: middle;
}
.i-footer .f-top .f-ewm p {
  font-size: 12px;
  line-height: 48px;
  color: #fff;
}
.i-footer .f-top .f-contact {
  width: 509px;
  padding-left: 88px;
  float: left;
  height: 200px;
  border-left: 1px solid #17273b;
  border-right: 1px solid #3e6393;
  color: #fff;
}
.i-footer .f-top .f-contact h4 {
  margin-top: 18px;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
}
.i-footer .f-top .f-contact p {
  line-height: 30px;
  font-size: 14px;
}
.i-footer .f-top .f-href {
  float: left;
  height: 200px;
  padding-left: 86px;
  border-left: 1px solid #17273b;
  padding-right: 40px;
  width: 360px;
  color: #fff;
}
.i-footer .f-top .f-href h4 {
  margin-top: 18px;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.i-footer .f-top .f-href a {
  display: block;
  float: left;
  width: 115px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.i-footer .f-bottom {
  background: #80c269;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.i-footer .f-bottom a {
  color: #fff;
}
/*neiye*/
/*public*/
/*inside*/
.n-main {
  padding-top: 20px;
  padding-bottom: 56px;
  background: #fff;
}
/*slide*/
.slide {
  width: 235px;
}
.slide h2 {
  color: #fff;
  height: 95px;
  background: #0b52ac;
  padding-top: 23px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
}
.slide h2 p {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 4px solid #fff;
}
.slide h2 span {
  display: block;
}
.slide h2 .en {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.slide ul.side-list2 {
  margin-bottom: 34px;
}
.slide ul li {
  height: auto;
  line-height: 50px;
}
.slide ul li a {
  display: block;
  line-height: 50px;
  background: #eeeeee;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  color: #333;
	padding-left: 30px;
}
.slide ul li span {
  display: inline-block;
  width: 12px;
  height: 3px;
  margin-left: 47px;
  margin-right: 32px;
}
.slide ul li a:hover {
  background: #0b52ac;
  color: #fff;
}
.side-list2 img {
  width: 15px;
  height: 15px;
  margin-top: -12px;
  margin-left: -2px;
}
.side-list {
  text-align: center;
}
.side-list a {
  padding-left: 25px;
}
.slide ul a:hover {
  background: #46860e;
  color: #fff;
}
.slide .l-concat {
  padding-top: 15px;
  padding-bottom: 3px;
  background: #eee;
  padding-left: 30px;
  padding: 20px;
}
.slide .l-concat p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.slide .l-concat {
  padding-top: 15px;
  padding-bottom: 3px;
  background: #eee;
  padding-left: 30px;
}
.slide .l-concat p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
/*slide end*/
/*section*/
.section {
  width: 936px;
}
/*n-tit*/
.section .n-tit {
  width: 100%;
  padding-bottom: 10px;
  background: url(../images/border-bg.jpg) no-repeat bottom;
}
.section .n-tit .tit {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  background: url(../images/sj.png) no-repeat left;
  padding-left: 37px;
}
.section .n-tit .mbx {
  background: url(../images/home.jpg) no-repeat left;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
}
.section .n-tit .mbx a {
  color: #666666;
}
/*n-tit*/
/*about us*/
.n-company {
  padding-top: 28px;
}
.n-company p {
  font-size: 16px;
  color: #333;
  line-height: 150%;
}
/*pro*/
.n-prolist {
  padding-top: 28px;
}
.n-prolist ul {
  margin-right: -18px;
 /* width: 736px;*/
  margin: 0 auto;
}
.n-prolist ul li {
  width: 300px;
  margin-bottom: 14px;
  float: left;
  margin-right: 10px;
}
.n-prolist ul li img {
  width: 300px;
  height: 240px;
  opacity: 0.9;
}
.n-prolist ul li span {
  display: block;
  padding: 12px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-prolist ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
}
.n-prolist ul li:hover img {
  opacity: 1;
}
/*news-list*/
.n-newslist ul {
  padding-top: 28px;
}
.n-newslist ul li {
  height: 30px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}
.n-newslist ul li .d {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.n-newslist ul li .time {
  font-size: 14px;
  color: #666666;
}
.n-newslist ul li a {
  color: #333333;
}
/*news-show*/
.news-show h1 {
  line-height: 25px;
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  width: 100%;
  padding-bottom: 10px;
  margin: 0 auto;
}
.news-show .ainfo {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 6px;
  text-align: center;
  color: #999;
}
.news-show .ncon {
  line-height: 200%;
  color: #333;
}
/*honor*/
.n-honorlist {
  padding-top: 28px;
}
.n-honorlist ul {
  margin-right: -18px;
  width: 770px;
  margin: 0 auto;
}
.n-honorlist ul li {
  width: 366px;
  margin-bottom: 14px;
  float: left;
  margin-right: 18px;
}
.n-honorlist ul li img {
  width: 366px;
  height: 240px;
  opacity: 0.9;
	border: 1px solid #eee;
}
.n-honorlist ul li span {
  display: block;
  padding: 12px 0;
  text-align: center;
}
.n-honorlist ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
}
.n-honorlist ul li:hover img {
  opacity: 1;
}
/*case*/
.n-caselist {
  padding-top: 28px;
}
.n-caselist ul {
  margin-right: -18px;
  width: 880px;
  margin: 0 auto;
}
.n-caselist ul li {
  width: 275px;
  margin-bottom: 14px;
  float: left;
  margin-right: 18px;
}
.n-caselist ul li img {
  width: 275px;
  height: 190px;
  opacity: 0.9;
}
.n-caselist ul li span {
  display: block;
  padding: 12px 0;
	text-align: center;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.n-caselist ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
}
.n-caselist ul li:hover img {
  opacity: 1;
}
/*project*/
/*case*/
.n-project {
  padding-top: 28px;
}
.n-project ul {
  margin-right: -18px;
  width: 880px;
  margin: 0 auto;
}
.n-project ul li {
  width: 275px;
  margin-bottom: 14px;
  float: left;
  margin-right: 18px;
}
.n-project ul li img {
  width: 275px;
  height: 190px;
  opacity: 0.9;
}
.n-project ul li span {
  display: block;
  padding: 12px 0;
	text-align: center
}
.n-project ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
}
.n-project ul li:hover img {
  opacity: 1;
}
/*paginatin*/
.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination a {
  color: #333;
  display: inline-block;
  height: 20px;

}
.pagination a.next {
  width: 50px;
  border: none;
}

.prenext{margin-top:20px; clear: both;}
.prenext li{padding-top:15px;}
.prenext a{font-size:14px; color:#686767;}

table.MsoNormalTable{
	margin: 0 auto;
}

.f-tp{
    position: absolute;
    left: 50%;
    margin-left: 264px;
    top: 2px;
    height: 45px;
}
.f-tp img{
	width: 40px;
	height: 40px;
}
