*{
    margin: 0;
    padding: 0;
    font-family:Arial,"PingFang SC"," ",sans-serif;
    color: #8c8e8e;
	font-family:myFont04;
	font-size: 14px;
}

@font-face{
    font-family:myFont01;
    src:url("../font/fzltcxh.TTF");
}

@font-face{
    font-family:myFont02;
    src:url("../css/方正兰亭刊黑简体.ttf");
}
@font-face{
    font-family:myFont04;
    src:url("../font/IKEASans-Regular.ttf");
}

@font-face{
    font-family:myFont03;
    src:url("../font/方正兰亭细黑_downyi.com.ttf");
}
/*
font-family:Arial,"PingFang SC"," ",sans-serif;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", " ", " ", Arial, sans-serif;
*/


.clear{
    clear: both;
    margin: 0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wapper{
    width: 1350px;
    margin: 0 auto;
}

.headbg{
    padding: 37px 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
	margin-top: -28px
}

.head{
    position: relative;
}

.head:after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.logo{
    float: left;
    height: 50px;
}

.logo a{
    display: block;
    height: 100%;
}

.logo a img{
    display: block;
    height: 100%;
}

.menu{
    padding-top: 29px;
    float: left;
    margin-left: 35px;
}

.menu li{
    /*width: 180px;*/
    float: left;
	padding: 0 17px;
}

.menu li>a{
	font-family: myFont04;
    line-height: 30px;
    display: block;
    /*width: 110px;*/
    position: relative;
    padding-left: 10px;
    height: 30px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
	letter-spacing: 1px;

}

.menu li>a:after{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 8px;
    /*border-radius: 5px;*/
    background: #666;
}

.menu li:hover>a{
    color: #000;
}

/*.menu li dl{*/
    /*width: 100%;*/
    /*display: none;*/
    /*border-radius: 5px;*/
    /*background: #fff;*/
    /*box-shadow: 0 0 8px #ccc;*/
/*}*/

/*.menu li:hover dl{*/
    /*display: block;*/
/*}*/

/*.menu li dl dd{*/
    /*height: 30px;*/
    /*background: #fff;*/
    /*margin-top: 2px;*/
/*}*/

/*.menu li dl dd a{*/
    /*display: block;*/
    /*text-align: center;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*font-size: 14px;*/
    /*color: #000;*/
/*}*/

/*.menu li dl dd:hover{*/
    /*background: #000;*/
/*}*/

/*.menu li dl dd:hover a{*/
    /*color: #fff;*/
/*}*/

.headRImg{
    display: block;
    float: right;
    width: 21px;
    height: 9px;
    cursor: pointer;
    margin-top: 40px;
}

.bannerBg {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.tuUl {
    overflow: hidden;
}

.tuUl li {
    float: left;
}

.tuUl li img {
    display: block;
    width: 100%;
}

.btn {
    position: absolute;
    border-radius: 50%;
    /*border: 1px solid #fff;*/
    cursor: pointer;
    width: 64px;
    height: 64px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    top: 50%;
    margin-top: -32px;
    font-weight: bolder;
    font-family: 宋体;
    font-size: 36px;
    /*background: rgba(0,0,0,.3);*/
    transition: 500ms;
    opacity: 0;
}

.bannerBg:hover .btn{
    opacity: 1;
}

.btn.anL {
    left: 1%;
}


.btn.anR {
    right: 1%;
}

.quanquan {
    height: 30px;
    position: absolute;
    left: 0;
    /*bottom: 15px;*/
    width: 100%;
    text-align: center;
}

.quanquan li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #475059;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.qqliOn {
    background: #fff !important;
}

.c1Bg{
    padding: 50px 0;
}

.c1T{
    overflow: hidden;
}

.c1T p{
    float: left;
    color: #515151;
    font-size: 40px;
    line-height: 48px;
    border-bottom: 1px solid #515151;
	font-family: myFont01;
}

.c1T a{
	font-family: myFont04;
    float: right;
    color: #05101e;
    font-size: 12px;
    line-height: 84px;

}

.c1{
	width: 1600px;
    overflow: hidden;
    margin-top: -20px;
}

.c1 li{
    width: 453px;
    height: 277px;
    float: left;
}

.c1 li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.tu01{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tu01 img{
    width: 100%;
	/*transform: scale(1.2);*/
	height: 100%;
    transition: 500ms;
    transform-origin: center center;
}



.c1 li:hover .tu01 img{
    transform: scale(1.3);
}

.ceng01Bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: 500ms;

}

.c1 li:hover .ceng01Bg{
    opacity: 1;
}

.ceng01{
    width: 90%;
    left: 5%;
    bottom: 6%;
    position: absolute;
}

.ceng01 h4{
	font-family: myFont03;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.ceng01 h3{
	font-family: myFont01;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    height: 21px;
    padding-bottom: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 4px;
}

.ceng01 h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #fff;
}


.ceng01 h4:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
    background: #fff;
}

.ceng01 span{
	font-family: myFont03;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c1B{
    margin-top: 23px;
    overflow: hidden;
}

.c1B a{
    float: right;
    color: #666;
    font-size: 13px;
    height: 30px;
    line-height: 31px;
    display: block;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}

.c1B a i{
    font-family: 宋体;
    font-weight: bolder;
    font-style: normal;
    margin-right: 5px;
}

.ftBg{
    margin-top: 65px;
    padding: 60px 0;
    background:#2e2f2f;
	height: 129px;
}

.ft{
    overflow: hidden;
}

.ft01{
    float: left;
    width: 400px;
    padding-top: 15px;
    position: relative;
    padding-right: 85px;
    border-right: 1px solid #6d6f6e;
}

.ft01:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #6d6f6e;
}



.ft01 dt{
    overflow: hidden;
}

.ft01 dt span{
	font-family:myFont04;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    display: block;
    float: left;
    width:200px;
}

.ft01 dd span{
	font-family:myFont04;
    color: #8c8e8e;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 15px;
}

.codeImg{
    display: block;
    width: 80px;
    float: right;
}


.ft02{
    float: left;
    width: 534px;
    padding-top: 15px;
    position: relative;
    margin-left: 97px;
}

.ft02:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #6d6f6e;
}

.ft02 dt h3{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

.cpA{
    overflow: hidden;
}

.cpA a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.cpA a:hover{
    text-decoration: underline;
}

.ft02 dd span{
	font-family:myFont04;
    color: #8c8e8e;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 15px;
}

.insBg{
    margin-top: 67px;
    overflow: hidden;
    min-height: 300px;
}

.pa01{
    padding:12px !important
}

.c1TBg{
    margin-top: 40px;
    overflow: hidden;
}

.c1TR{
    float: right;
    overflow: hidden;
}

.c1TR a{
    display: block;
    color: #000;
    font-size: 15px;
    float: left;
    line-height: 24px;
    height: 24px;
    margin-left: 15px;
    font-weight: bolder;
}

.c1TR a:hover{
    text-decoration: underline;
}

.c1MBg{
    margin-top: 30px;
}

.c1MT{
    padding: 30px 50px;
    background: #e6e6e6;
    overflow: hidden;
}

.c1MT dt{
    width: 480px;
    float: left;
}

.c1MT dt h2{
    text-align: right;
    font-weight: normal;
}

.c1MT dd{
    text-align: justify;
    width: 560px;
    float: right;
}

.c1MT dd span{
	font-family: myFont03;
    color: #221815;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.c1MT dd ul{
    margin-top: 15px;
}

.c1MT dd ul li{
	font-family: myFont02;
    color: #221815;
    font-size: 14px;
    line-height: 24px;
}

.c1MB{
    margin-top: 30px;
}

.insBann{
    display: block;
    width: 1200px;
    margin: 94px auto 0;
}

.insL{
    float: left;
    width: 633px;
    overflow: hidden;
}

.insR{
    float: right;
    width: 627px;
}

.insRC{
    position: relative;
    padding-top: 15px;
    margin-bottom: 57px;
}

.insRC:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #6d6f6e;
}

.tit01{
	font-family: myFont04;
    font-size: 28px;
    color: #221815;
    line-height: 23px;
    border-bottom: 1px solid #221815;
    height: 24px;
    float: right;
    font-weight: normal;
}

.insRC span{
	font-family:myFont04;
    color: #221815;
    display: block;
    font-size: 14px;
    line-height: 24px;
    float: left;
    margin-bottom: 5px;
    margin-right: 80px;
}

.text01{
    overflow: hidden;
}

.ewm{
    width: 80px;
    margin-top: 50px;
}

.ewm img{
    display: block;
    width: 100%;
}

.ewm label{
    color: #221815;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
























