@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
a{text-decoration : none;color:#737373;} 
a:hover{ text-decoration:none; color: #2cc663;}
img{ border:none;}
@font-face {
    font-family: SketchRockwell; /*这里是说明调用来的字体名字*/
    src: url('SourceHanSansCN-Regular.ttf'); /*这里是字体文件路径*/
    }
body{font-family:SketchRockwell;}
.icon
{ background:url(../images/icon.png); display:block; width:166px; height:158px; float:left; }
.IP01{ background-position:0px 0px;}
.IP02{ background-position:166px 0px;}
.IP03{ background-position:342px 0px;}
.IP04{ background-position:518px 0px;}
.IP05{ background-position:694px 0px;}
.IP11{ background-position:0px 168px;}
.IP12{ background-position:166px 168px;}
.IP13{ background-position:342px 168px;}
.IP14{ background-position:518px 168px;}
.IP15{ background-position:694px 168px;}

.icon1
{ background:url(../images/icon.png);display:block;width:32px;height:34px;}
.AP01{background-position:0px -438px;}
.AP02{background-position:0px -480px;}

.tit01
{width:400px;height:46px; margin:0 auto 20px auto ;text-align: center; line-height:46px;}
.tittxt01
{ font-size:38px; color:#444444;}
.tittxt11
{ font-size:38px; color:#fff;}
.tit02
{width:400px;height:36px;margin:auto; text-align: center; margin-bottom:26px;line-height:36px;}
.tittxt02
{ font-size:20px;  color:#444444;}
.tittxt12
{ font-size:20px;  color:#fff;}
.txt01
{font-size:20px; color:#e9e9e9;}
.txt02
{font-size:14px; color:#7f7f7f; line-height:28px;}
.txt03
{font-size:14px; color:#b8b8b8;}
.txt04
{font-size:12px; color:#575757;}
.baleft_btn
{ width:49px; height:97px; background:url(../images/leftbtn.png) no-repeat;}
.baright_btn
{ width:49px; height:97px; background:url(../images/rightbtn.png) ;}
.balist00
{ width:18px; height:18px; background:url(../images/nochoose.png) no-repeat;}
.balist01
{width:44px; height:18px; background:url(../images/circle-choose.png) no-repeat;}
#fixed
{width:210px;height:75px; position: fixed; display:none; font-size:20px;padding-top:40px; color:#FFF; text-align:center;}
#fixed:hover
{cursor:pointer;}


/* 图标our_logo */
.our_logo{
    height: 75px;
    width: 210px;
}