.banner{position: relative;min-width: 1200px;width: 100%;height: 400px;overflow: hidden;background: #fff}
.banner .cnt{width: 1200px;height: 400px;position: relative;}
.banner .li5 a{border-bottom: 1px solid #e4e4e5;}
.banner .line{position: absolute;bottom: 15px;z-index: 3;width: 100%;text-align: center;}
.banner .line li{display:inline-block;width: 55px;height: 5px;margin-left: 13px;cursor: pointer;background: #b4b4b5;}
.banner .line li{*display:inline;}
.banner .line .cur{background: #e7bc71;}

.banner .same{position: absolute;right: 20px;top: 50px;z-index: 2;width: 280px;background: white;cursor: pointer;}

.banner .regist h2{width: 85%;height: 60px;margin: 0 auto;font-size: 14px;line-height: 92px;color: #9e9e9f;font-weight: bold;border-bottom: 2px solid #f2f2f2;text-align: center;}
.banner .pcenter h2{width: 85%;margin: 0 auto;background: url("../../images/homepage/tb01.png") 60px -513px no-repeat;border-bottom: 2px solid #f2f2f2;}
.banner .pcenter h2 strong{display: block;height: 39px;line-height: 39px;font-size: 16px;color: #595757;padding-left: 100px;font-weight: normal;}

.banner .balance{padding-left: 30px;font-size: 15px;color: #717071;}
.banner .balance a,.banner .balance strong,.banner .balance span{float: left;height: 43px;line-height: 43px;}
.banner .balance a{width: 20px;background: url("../../images/homepage/tb07.png") -4px -577px no-repeat;margin-left: 10px;}
.banner .balance .ahide{background-position: -4px -617px;}
.banner .balance strong{font-weight: normal;}
.banner .showye{display: block;height: 43px;line-height: 43px;text-align: center;}

.banner .btn-tzcz{padding: 22px 0 8px 0;overflow: hidden;}
.banner .btn-tzcz a{display: block;width: 85px;height: 30px;margin-left: auto;margin-right: auto;padding-left: 35px;line-height: 30px;font-size: 16px;color: #717071;border: 1px solid #e7bc71;box-shadow: 1px 2px 9px #ddd;background: url("../../images/homepage/tb07.png") 70px -545px no-repeat;}
.banner .btn-tzcz a:hover{width: 80px;padding-left: 40px;background-position: 75px -545px;}

.banner .regist p{color: #e7bc71;font-size: 30px;line-height: 30px;padding-left: 61px;margin-top: 15px;overflow: hidden;}
.banner .regist strong{float: left;font-size: 60px;line-height: 75px;font-weight: normal}
.banner .regist span{float: left;font-size: 40px;margin-top: 30px;}

.banner .same em{font-size: 14px;color: #e7bc71;display: block;text-align: center;font-style: normal;padding-right: 20px;}
.banner .same .abtn{display: block;height: 65px;font-size: 22px;line-height: 65px;transition: 0.5s;color: white;text-align: center;background: #e7bc71;font-weight: bold;box-shadow: 0 0 0 0 white,0 -8px 15px -8px #aaa,0 0 0 0 white,0 0 0 0 white;letter-spacing: 3px;}
.banner .regist .abtn{margin-top: 25px;}

.banner .list{position: absolute;left: 50%;top: -1px;z-index: 1;width: 10000px;height: 400px;overflow: hidden;margin-left: -5000px;}
.banner .list li{position: absolute;left: 0;top: 0; width: 100%;display: none;}
.banner .li1 a:hover{background: #a97433;color: white;}
.banner .li2 a:hover{background: #e7bc71;color: white;}
.banner .li3 a:hover{background: #cccc98;color: white;}
.banner .li4 a:hover{background: #edac7c;color: white;}
.banner .li5 a:hover{background: #9bb2cc;color: white;}
.banner .list a{display: block;text-align: center;}

.total{border-bottom: 2px solid #f7f7f7;padding: 15px 0;background: #fff}

.amount{width: 1200px;height: 50px;overflow: hidden;position: relative;}
.amount dl{position: absolute;top: 0;}
.amount .dl1{left: 0px;}
.amount .dl2{left: 300px;}
.amount .dl3{left: 635px;}.amount .dl4{right: 0;}
.amount dt,.amount dd{float: left;}
.amount dt{height: 50px;line-height: 60px;margin-right: 10px;font-size: 14px;color: #888;}
.amount dd{height: 50px;line-height: 50px;font-size: 20px;color: #595757;}
.amount dd span{font-size: 24px;color: #a97433;}

.honour{width: 1200px;padding: 20px 0;}
.honour ul{height: 100px;position: relative;}
.honour ul li{position:absolute;height: 100px;top: 0;color: #848384;overflow: hidden;}
.honour ul li a{display: block;height: 85px;padding-left: 90px;overflow: hidden;background-image: url("../../images/homepage/tb02.png");background-repeat: no-repeat;transition:top 200ms ease-in-out;position: relative;top: 15px;}
.honour ul li:hover a{top: 5px;}
.honour ul li a:before{content:'';position:absolute;width:50px;height:100px;top:0;left:-62px;overflow:hidden;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);-webkit-transform:skewX(-25deg);-moz-transform:skewX(-25deg);}
@-webkit-keyframes blinkAnim160{from{left:0px}to{left:300px}}
@-moz-keyframes blinkAnim160{from{left:0px}to{left:300px}}
.honour ul li a:hover:before{-webkit-animation:blinkAnim160 .4s ease-out forwards;-moz-animation:blinkAnim160 .4s ease-out forwards}

.honour li .sp1{display: block;font-size: 16px;color: #717071;line-height: 24px;margin-top: 20px;}
.honour li .sp2{display: block;border-top: 1px solid #cececf;color: #3e3a39;line-height: 24px;}
.honour ul .li1{left: 0px;}
.honour ul .li2{left: 297px;}
.honour ul .li3{left: 633px;}
.honour ul .li4{left: 940px;}
.honour ul .li1 a{background-position: 0 0;}
.honour ul .li2 a{background-position: 0 -145px;}
.honour ul .li3 a{background-position: 0 -289px;}
.honour ul .li4 a{background-position: 0 -434px;}

.item{margin-top: 45px;}
.item .cnt .mask{position: absolute;right: -180px;top: 0;width: 180px;height: 350px;background: url("../../images/homepage/mask.png") no-repeat;}
.item1{margin-top: 30px;}
.item2, .item3, .item4{margin-top: 28px;}

.item1 .cnt{width: 1196px;position: relative;border: 2px solid #e6bc70;overflow: hidden;}
.item2 .cnt{width: 1196px;position: relative;border: 2px solid #cecd97;overflow: hidden;}
.item3 .cnt{width: 1196px;position: relative;border: 2px solid #da915e;overflow: hidden;}
.item4 .cnt{width: 1196px;position: relative;border: 2px solid #9dbdd4;overflow: hidden;}
.item5 .cnt{width: 1196px;position: relative;border: 2px solid #e6b48f;overflow: hidden;}
.item6 .cnt{width: 1196px;}

.item .alink{float: left;width: 30px;padding: 20px 60px 0 20px;font-size: 28px;color: #595757;position: relative;z-index: 2;}
.item .alink span{position: absolute;left: 0;top: 0;width: 0;height: 0;border-top-width: 21px;border-top-style: solid;border-right: 21px solid transparent; }
.item .more{width: 1200px;margin: 0 auto;height: 20px;position: relative;overflow: hidden;}
.item .more .p1{float: right;height: 35px;line-height: 35px;font-size: 16px;margin-right: 60px;margin-top:-8px;}
.item .more .p1 span{font-size: 18px;color: #914d00;}
.item .more .p2{float: right;margin-right: 55px;}
.item .more .p2 em{float: left;font-size: 16px; font-style: normal;}

.item .more .p2 span{float: left;font-size: 19px;margin: 0 5px;color: #e7bc71;}
.item .more .p2 b{float: left;font-weight: normal;}
.item .more a{color:#717071;position: absolute;right: 0;top: 0;}
.item .more a:hover{color: #a97433;}
.item1 .alink{height: 228px;background: #fff9f1 url("../../images/homepage/xsb.gif") 39px 126px no-repeat;}
.item2 .alink{height: 330px;background: #f2f2e6 url("../../images/homepage/dtb.gif") 39px 200px no-repeat;}
.item3 .alink{height: 330px;background: #f8eae1 url("../../images/homepage/yyz.gif") 39px 200px no-repeat;}
.item4 .alink{height: 290px;background: #e6edf3 url("../../images/homepage/zqzr.gif") 39px 182px no-repeat;}
.item5 .alink{height: 247px;background: #fdede0 url("../../images/homepage/summer.png") 57px 200px no-repeat;}
.item6 .alink{height: 290px;background: #e5f1ef url("../../images/homepage/vzx.gif") 39px 175px no-repeat;}
.item1 .alink span{border-top-color: #e8bc73;}
.item2 .alink span{border-top-color: #bbb875;}
.item3 .alink span{border-top-color: #ecac7c;}
.item4 .alink span{border-top-color: #9cb1cc;}
.item5 .alink span{border-top-color: #ef9f56;}
.item6 .alink span{border-top-color: #74b7aa;}
.item2 .redbag {
    width: 1200px;  margin: 0 auto;
}

.item1 .module{left: -251px;background: white url("../../images/homepage/xszy.jpg") no-repeat;}
.item1 .xszq-con{
	position: absolute;left: 110px;top: 0;width: 1087px;background: #fff0dd;
	background: url(../../images/homepage/new_bg.png) bottom center no-repeat;
	height: 248px;
}
/*.item1 .xszq-con .xszq-list{float: left;}*/
.item1 .xsb{border-right: 1px solid #f8e0ba;}
.item1 .com{height: 248px;border:0;-webkit-transition:border-color .5s;transition:border-color .5s;cursor: pointer;}
/*.item1 .com:hover{border-color:rgba(231,188,113,0.5);}*/


.item1 .com h2{font-size: 28px;color: #3e3a39;margin-top: 30px;padding-left: 62px;}

.item1 .com .able{display: block;height: 44px;line-height: 44px;  margin: 40px auto 0;font-size: 18px;}
/*.item1 .com .a1{width: 180px;text-align: center;color: #ae7849;background: url("../../images/homepage/btn.png") no-repeat;}*/
.item1 .com .a1:hover{color: white;background-position: 0 -50px;}

.item1 .com .dis{display: block;height: 38px;line-height: 38px;font-size: 18px;margin: 40px auto 0;box-shadow: 2px 5px 20px -6px #999;border-radius: 6px;}
.item1 .com .a2{width: 129px;padding-left: 45px;color: #9e9e9f;border: 3px solid #e3deda;background: white url("../../images/homepage/tb01.png") 12px -478px no-repeat;}
.item1 .com .a3{  width: 114px;padding-left: 60px;border: 3px solid #cdcdcd;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 27px -477px no-repeat;}
.item1 .com .a4{width: 174px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item1 .com .a5{width: 174px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item1 .com .a6{width: 174px;border: 3px solid #cdcdcd;color: #a19c35;text-align: center;}
.item1 .com .a1 {
    width: 180px;
    text-align: center;
    color: #ae7849;
    background: url("../../images/homepage/btn.png") no-repeat;
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 0;
    font-size: 18px;
}

.item1 .times{
	height: 20px;
	line-height: 20px;
	clear: both;
}

.item1 .times .p2{background: url("../../images/homepage/tb01.png") 267px -717px no-repeat;}
.item1 .xsb .times span{position: absolute;top:-4px;width: 30px;height: 25px;background-image: url("../../images/homepage/tb01.png");background-repeat: no-repeat;}
.item1 .xsb .times b{margin-right: 37px;padding-left: 45px;font-size: 14px;color: #717071;font-weight: normal;}
.item1 .xsb .times .b1{margin-right: 0;}

.item1 .msg{width: 606px;height: 70px;margin: 35px auto 0;background: #e7bc71;box-shadow: 2px 5px 20px -6px #666;}
.item1 .xsb .msg strong{float: left;font-size: 48px;color: white;margin: 3px 0 0 72px;font-weight: normal;}
.item1 .tyj .msg strong{float: left;font-size: 48px;color: white;margin: 3px 0 0 78px;font-weight: normal;}

.item1 .msg span{float: left;font-size: 26px;color: white;margin: 26px 0 0 2px;}
.item1 .msg b {
	float: left;font-size: 18px;color: white;margin: 36px 0 0 10px;font-weight: normal;}
.item1 .msg .month {
	width: 88px;
	height: 68px;
	background: url(../../images/homepage/month.png) 0 0 no-repeat;
	margin: -5px 0 0 98px;
	line-height: 76px;
	text-align: center;
	font-size: 25px;
}
.item1 .msg em{float: left;font-size: 18px;color: white;margin: 36px 35px 0 35px;font-weight: normal;}


.item1 .xm{
	position: relative;
	width: 606px;
	height: 36px;
	margin: 0 auto;
	padding-top: 20px;
}
.item1 .xm strong{float: left;font-size: 25px;color: #555;font-weight: normal;}
.item1 .xm span{float: left;font-size: 14px;color: #9e9e9f;line-height: 18px;margin-left: 8px;padding-left: 12px;border-left: 1px solid #f2d6a6;display: none;}

.item .tb{position: absolute;right: -8px;top: -8px;z-index: 10;width: 118px;height: 97px;background-image: url("../../images/homepage/tb06.png");background-repeat: no-repeat;}
/*.item1 .xsb .tb{background-position: 5px 0;}*/
.item1 .tyj .tb{background-position: 6px -101px;}
.item2 .dtb .tb{background-position: 2px -247px;}

.item2 .dtb{position: absolute;left: 111px;top: 0px;z-index: 0;width: 3000px;}
.item2 .dtb .br{float: left;border-right:1px solid #cecd97;}
.item2 .dtb .list{width: 349px;height: 338px;border:6px solid #fff;-webkit-transition:border-color .5s;transition:border-color .5s;cursor: pointer;}
.item2 .dtb .list1{width: 349px;}
.item2 .dtb .list2{width: 351px;}
.item2 .dtb .list3{width: 348px;}
.item2 .dtb .list:hover{background:#fff;border-color:rgba(230,230,230,0.8);}

.item2 .dtb .msg{width: 306px;height: 62px;margin: 30px auto;color: white;box-shadow: 2px 5px 20px -6px #666;text-align:center;}
.item2 .dtb .msg1{background: #bbb875;}
.item2 .dtb .msg2{background: #c8c9ca;}
.item2 .dtb .msg1 strong{font-size: 45px;margin-left: 72px;font-weight: normal;}
.item2 .dtb .msg2 strong{font-size: 45px;margin-left: 62px;font-weight: normal;}


.item2 .dtb .msg span{font-size: 25px;}
.item2 .dtb .msg em{font-size: 30px;font-weight: normal;font-style: normal;margin-right: 3px;}
.item2 .dtb .msg b{font-size: 16px;font-weight: normal;margin-left: 16px;}
.item2 .list dl{font-size: 16px;color: #555;}
.item2 .list dt{float: left;width: 168px;height: 41px;line-height: 41px;margin-right: 45px;text-align: right;font-size: 16px;}
.item2 .list dd{float: left;height: 41px;line-height: 41px;}
.item2 .list .able{display: block;height: 44px;line-height: 44px;  margin: 20px auto 0;font-size: 18px;}
.item2 .list .a1{width: 180px;text-align: center;color: #ae7849;background: url("../../images/homepage/btn.png") no-repeat;}
.item2 .list .a1:hover{color: white;background-position: 0 -50px;}
.item2 .list .dis{display: block;height: 38px;line-height: 38px;font-size: 18px;margin: 20px auto 0;box-shadow: 2px 5px 20px -6px #999;border-radius: 6px;}
.item2 .list .a2{width: 115px;padding-left: 60px;border: 3px solid #cdcdcd;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 27px -477px no-repeat;}
.item2 .list .a3{width: 133px;padding-left: 42px;border: 3px solid #e4e4e4;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 10px -477px no-repeat;}
.item2 .list .a4{width: 175px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item2 .list .a5{width: 175px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item2 .list .a6{width: 175px;border: 3px solid #cdcdcd;color: #a19c35;text-align: center;}

.module{position: absolute;top: 0;z-index: 0;width: 360px;height: 100%;cursor: pointer;}
.module h3{font-size: 20px;color: #595757;height: 30px;line-height: 30px;text-align: center;margin-top: 18px;}
.item2 .module{left: -251px;border-right: 1px solid #cecd97;background: white url("../../images/homepage/dtb_bg.png") center bottom no-repeat;}
.item2 .module .p1{width: 85%;margin: 0 auto;border-top: 2px solid #c5c5c5;height: 20px;line-height: 20px;text-align: center;font-size: 14px;color: #9e9e9f;}
.item2 .module .p2{float: left;height: 25px;line-height: 25px;padding-left: 30px;margin:24px 0 0 36px;font-size: 20px;color: #231815;background: url("../../images/homepage/tb01.png") 1px -760px no-repeat;}


.item3 .yyz{position: absolute;left: 110px;top: 0px;z-index: 0;width: 3000px;}
.item3 .yyz .br{float: left;border-right: 1px solid #da915e;}
.item3 .list{width: 259px;height: 338px;border:6px solid #fff;-webkit-transition:border-color .5s;transition:border-color .5s;cursor: pointer;}
.item3 .list:hover{background:#fff;border-color:rgba(230,230,230,0.8);}
.item3 .list p{font-size: 16px;height: 58px;line-height: 58px;text-align: center;}
.item3 .list .p1{color: #555;}
.item3 .list .p2{color: #555;}

.item3 .list .msg{width: 240px;height: 40px;line-height: 40px;margin: 0 auto 27px;text-align: center;color: white;}
.item3 .list .msg1{background: #e29b6a;}
.item3 .list .msg2{background: #b4b4b5;}
.item3 .msg strong{float: left;margin-left: 68px;font-size: 25px;}
.item3 .msg span{float: left;font-size: 17px;margin-right: 10px;margin: 4px 15px 0 3px;}
.item3 .msg b{float: left;font-size: 12px;margin-top: 4px;}
.item3 .yyz dl{font-size: 16px;color: #555;}
.item3 .yyz dt{float: left;width: 99px;height: 37px;line-height: 37px;margin-right: 40px;text-align: right;font-size: 16px;}
.item3 .yyz dd{float: left;height: 37px;line-height: 37px;}

.item3 .list .able{display: block;width: 147px;height: 36px;line-height: 36px;margin: 34px auto 0;font-size: 18px;text-align: center;background: url("../../images/homepage/btn.png") 0 -100px no-repeat;}
.item3 .list .a1{color: #ae7849;}
.item3 .list .a1:hover{background-position: 0 -141px;color: white;}
.item3 .list .dis{display: block;width: 141px;height: 30px;line-height: 30px;margin: 34px auto 0;font-size: 18px;text-align: center;border-radius: 6px;box-shadow: 2px 5px 20px -6px #999;}
.item3 .list .a2{border: 3px solid #cdcdcd;color: #9e9e9f;}
.item3 .list .a3{border: 3px solid #cdcdcd;color: #a19c35;}



.item3 .module{left: -251px;border-right: 1px solid #da915e;background: white url("../../images/homepage/yyz_bg.png") center bottom no-repeat;}
.item3 .module .p1{width: 85%;margin: 0 auto;border-top: 2px solid #f6d5bd;height: 20px;line-height: 20px;text-align: center;font-size: 14px;color: #9e9e9f;}
.item3 .module .p2{line-height: 25px;margin-top: 24px;text-align: center;font-size: 17px;color: #231815;letter-spacing: 1px;}

.item4 .tab{width: 91%;text-align: center;position: absolute;left: 110px;top: 0;}
.item4 .tab th{height: 55px;background: #e6edf3;font-size: 16px;color: #9e9e9f;}
.item4 .tab td{height: 80px;border-bottom: 1px solid #eee3d6;}
.item4 .tab .p1{font-size: 18px;color: #555;}
.item4 .tab .p2{width: 50%;margin: 0 auto;color: white;background: #78a5c4;}
.item4 .tab .p2 strong{font-size: 22px;}
.item4 .tab .p3{width: 50%;margin: 0 auto;color: white;background: #c8c9ca;}
.item4 .tab .p3 strong{font-size: 22px;}

.item4 .tab .able{display: block;width: 147px;height: 36px;line-height: 36px;margin: 0 auto;font-size: 18px;text-align: center;background: url("../../images/homepage/btn.png") 0 -100px no-repeat;}
.item4 .tab .a1{color: #ae7849;}
.item4 .tab .a1:hover{background-position: 0 -141px;color: white;}
.item4 .tab .dis{display: block;width: 141px;height: 30px;line-height: 30px;margin: 0 auto;font-size: 18px;text-align: center;border-radius: 6px;box-shadow: 2px 5px 20px -6px #999;}
.item4 .tab .a2{border: 3px solid #cdcdcd;color: #9e9e9f;}
.item4 .tab .a3{border: 3px solid #cdcdcd;color: #a19c35;}


.item4 .zqzr01{top: 0;border-right: 1px solid #a4c3d7;}
.item4 .zqzr01 a{height: 280px;background-color: #9bb2cc;}
.item4 .module{left: -251px;border-right: 1px solid #a4c3d8;background: white url("../../images/homepage/zqzr_bg.png") center bottom no-repeat;}
.item4 .module .p1{width: 88%;margin: 0 auto;border-top: 2px solid #c5c5c5;height: 20px;line-height: 20px;text-align: center;font-size: 14px;color: #9e9e9f;}
.item4 .module .p2{line-height: 25px;margin-top: 18px;text-align: center;font-size: 17px;color: #231815;letter-spacing: 1px;}


.item5 .temai{position: absolute;left: 110px;top: 0;width: 1087px;height: 310px;cursor: pointer;background: url("../../images/homepage/tm_bg.png") 128px 105px no-repeat;}
.item5 .temai .sun-bg{position: absolute;right: 141px;top: 46px;width: 135px;height: 135px;background: url("../../images/homepage/tm_bg.png") -1px -458px no-repeat;}
.item5 .temai .xrtm{padding-left: 180px;margin: 25px 0 0 200px;overflow: hidden;background: url("../../images/homepage/summer.png") 0 -135px no-repeat;}
.item5 .temai .xrtm p{font-size: 14px;color: #9e9e9f;line-height: 18px;}
.item5 .temai .xrtm .p1{margin-top: 12px;}
.item5 .temai .xrtm a{color: #9e9e9f;}
.item5 .temai .nianhua{padding: 4px 0 0 200px;width: 465px;height: 68px;margin: 30px auto 0;color: white;background: #f09f57 url("../../images/homepage/summer.png") 75px -269px no-repeat}
.twelve{position: relative;}
.twelve-small{position: absolute; right: 10px; top: 2px;}
.twelve-small{top: 0;}
.item5 .temai .nianhua strong{float: left;font-size: 45px;font-weight: normal;}
.item5 .temai .nianhua em{float: left;font-size: 26px;margin-top: 20px;}
.item5 .temai .nianhua span{float: left;font-size: 26px;margin: 12px 10px 0;}
.item5 .temai .nianhua b{float: left;font-size: 18px;margin: 28px 0 0 12px;font-weight: normal;}
.item5 .temai .able{display: block;height: 44px;line-height: 44px;  margin: 40px auto 0;font-size: 18px;}
.item5 .temai .a1{width: 180px;text-align: center;color: #ae7849;background: url("../../images/homepage/btn.png") no-repeat;}
.item5 .temai .a1:hover{color: white;background-position: 0 -50px;}
.item5 .temai .dis{display: block;height: 38px;line-height: 38px;font-size: 18px;margin: 40px auto 0;box-shadow: 2px 5px 20px -6px #999;border-radius: 6px;}
.item5 .temai .a2{width: 129px;padding-left: 45px;color: #9e9e9f;border: 3px solid #e3deda;background: white url("../../images/homepage/tb01.png") 12px -478px no-repeat;}
.item5 .temai .a3{  width: 114px;padding-left: 60px;border: 3px solid #cdcdcd;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 27px -477px no-repeat;}
.item5 .temai .a4{width: 174px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item5 .temai .a5{width: 174px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item5 .temai .a6{width: 174px;border: 3px solid #cdcdcd;color: #a19c35;text-align: center;}
.item5 .module{left: -251px;border-right: 1px solid #cecd97;background: white url("../../images/homepage/tm_cj.png") left bottom no-repeat;}
.item5 .module span{display: block;margin-top: 18px;font-size: 20px;text-align: center;}
.item5 .module a{display: block;width: 285px;margin: 0 auto;font-size: 16px;border-top: 2px solid #c5c5c5;text-align: center;}

.item6 .cnt .vzx{float: left;position: relative;z-index: 2;width: 646px;overflow: hidden;border: 2px solid #abcac5;cursor: pointer;}
.item6 .cnt .ttz{float: right;position: relative;border: 2px solid #f3b8a8;}
.item6 .cnt .ttz-bd{width: 526px;height: 298px;cursor: pointer;border: 6px solid #fff;-webkit-transition:border-color .5s;transition:border-color .5s;}
.item6 .cnt .ttz-bd:hover{border-color:rgba(230,230,230,0.8);}
.item6 .module{left: -251px;border-right: 1px solid #cecd97;background: white url("../../images/homepage/vzx_rw.png") left bottom no-repeat;}
.item6 .module span,.item6 .module strong{display: block;color: #595757;text-align: center;}
.item6 .module span{margin-top: 18px;font-size: 20px;}
.item6 .module strong{width: 285px;margin: 0 auto;font-size: 16px;font-weight: normal;border-top: 2px solid #c5c5c5;}

.item6 .xrtm{overflow: hidden;margin: 36px 0 0 55px;}
.item6 .xrtm strong{float: left;height: 32px;line-height: 32px;text-align: center; font-size: 24px;font-weight: normal;}

.item6 .vzx-con{position: absolute;left: 110px;top: 0;width: 524px;height: 298px;border: 6px solid #fff;-webkit-transition:border-color .5s;transition:border-color .5s;}
.item6 .vzx-con:hover{border-color:rgba(230,230,230,0.8);}
.item6 .vzx-con .xrtm strong{color: #b52b4b}
.item6 .vzx-con .xrtm .p1{float: left;padding-left: 12px;margin-left: 8px;height: 32px;line-height: 32px;font-size: 14px;color: #888;border-left:1px solid #74b7aa;}
.item6 .vzx-con .msg-time{position: absolute;right: 60px;top: 96px;font-size: 14px;color: #383637;}
.item6 .vzx-con .msg-time span{color: #b35b67;}
.item6 .vzx-con .nianhua{
	padding: 5px 0 0 0;
	width: 413px;
	height: 68px;
	margin: 52px auto 0;
	color: white;
	/*box-shadow: 2px 5px 20px -6px #666;*/
	background: url("../../images/homepage/bg06.png") 0 -139px no-repeat;
	text-align: center;
}

.item6 .ttz-con .xrtm strong{color: #f5907e}
.item6 .ttz-con .nianhua{width: 413px;height: 72px;margin: 52px auto 0;color: white;/*box-shadow: 2px 5px 20px -6px #666;*/background: url("../../images/homepage/bg06.png") 0 -23px no-repeat;text-align: center;}
.item6 .nianhua strong{font-size: 45px;font-weight: normal;}
.item6 .nianhua em{font-size: 26px;margin-top: 20px;}
.item6 .nianhua span{font-size: 26px;margin-top: 20px;}
.item6 .nianhua b{font-size: 18px;margin: 29px 0 0 16px;font-weight: normal;}
.item6 .nianhua .p1{margin: 26px 8px 0;font-size: 20px; display: inline;}
.item6 .nianhua .p2{width:50px;font-size: 18px;margin-top: 30px; display: inline;}
.item6 .nianhua .p3{float: left;font-size: 30px;margin-top: 17px;}
.item6 .touzi{display: block;height: 44px;line-height: 44px;  margin: 36px auto 0;font-size: 18px;}
.item6 .a1{width: 180px;text-align: center;color: #ae7849;background: url("../../images/homepage/btn.png") no-repeat;}
.item6 .a1:hover{color: white;background-position: 0 -50px;}
.item6 .a2{width: 115px;padding-left: 60px;border: 3px solid #cdcdcd;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 27px -477px no-repeat;}
.item6 .a3{width: 133px;padding-left: 42px;border: 3px solid #e4e4e4;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 10px -477px no-repeat;}
.item6 .a4{width: 175px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item6 .a5{width: 175px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item6 .a6{width: 175px;border: 3px solid #cdcdcd;color: #a19c35;text-align: center;}

.item6 .touzi,.item6 .able{display: block;height: 44px;line-height: 44px;  margin: 36px auto 0;font-size: 18px;}
.item6 .a1{width: 180px;text-align: center;color: #ae7849;background: url("../../images/homepage/btn.png") no-repeat;}
.item6 .a1:hover{color: white;background-position: 0 -50px;}
.item6 .a2{width: 115px;padding-left: 60px;border: 3px solid #cdcdcd;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 27px -477px no-repeat;}
.item6 .a3{width: 133px;padding-left: 42px;border: 3px solid #e4e4e4;color: #9e9e9f;background: url("../../images/homepage/tb01.png") 10px -477px no-repeat;}
.item6 .a4{width: 175px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item6 .a5{width: 175px;border: 3px solid #cdcdcd;color: #9e9e9f;text-align: center;}
.item6 .a6{width: 175px;border: 3px solid #cdcdcd;color: #a19c35;text-align: center;}
.item6 .dis {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin: 36px auto 0;
    box-shadow: 2px 5px 20px -6px #999;
    border-radius: 6px;
}
.item6 .ttz-con .xrtm .p1{float: left;padding-left: 12px;margin-left: 8px;font-size: 14px;color: #878787;height:32px; line-height: 32px;border-left:1px solid #f5907e;}
.item6 .vzx .tb-hq{position: absolute;right: -2px;top: -2px;z-index: 10;width: 118px;height: 97px;background: url("../../images/homepage/50000.png") right top no-repeat;}
.item6 .ttz .tb-hq{position: absolute;right: -2px;top: -2px;z-index: 10;width: 118px;height: 97px;background: url("../../images/homepage/1000.png") right top no-repeat;}
.item6 .ttz .tb-hq-lhb{position: absolute;right: -2px;top: -2px;z-index: 10;width: 118px;height: 97px;background: url("../../images/homepage/hqlhb.png") right top no-repeat;}
.item6 .ttz .sj{position: absolute;left: 0;top: 0;width: 0;height: 0;border-top-width: 21px;border-top-style: solid;border-right: 21px solid transparent;border-top-color: #f5907e;}
.item6 .dis {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    margin: 36px auto 0;
    box-shadow: 2px 5px 20px -6px #999;
    border-radius: 6px;
}
.news{ margin-top: 15px;}
.news .cnt{width: 1170px; background: #fff; padding: 15px 15px 10px; }
.news .media{float: left;width: 760px;}
.news .news-box{float: left;position: relative;width: 268px;overflow: hidden;}
.news .news-box ul{height: 268px;}
.news .news-box li{position: absolute;left: 0;top: 0;width: 268px;overflow: hidden;}
.news .news-box li a{display: block;}
.news .news-box .arrow{position: absolute;top: 100px;z-index: 10;display: none;width: 42px;height: 56px;opacity: 0.5;filter: alpha(opacity:50); background-image: url("../../images/homepage/tb03.png");background-repeat: no-repeat;}
.news .news-box .left{left: 0px;background-position: -3px -523px;}
.news .news-box .right{right: 0px;background-position: -3px -603px;}
.news .news-box .sp1{position: absolute;left: 0;top: 204px;width: 100%;height: 64px;padding-left: 5%;background: #a97433;color: white;opacity: 0.8;filter: alpha(opacity:80);}
.news .news-box .sp1 em{display: block;width: 245px;height: 25px;overflow:hidden;font-size: 18px;margin-top: 10px;font-weight: bold;font-style: normal;letter-spacing: 2px;}
.news .news-box .sp1 strong{display: block;height: 24px;line-height: 24px;font-weight: normal;letter-spacing: 1px;}


.news .img-tips{position: absolute;left: 0;bottom: 0;width: 100%;height: 64px;padding-left: 5%;background: #a97433;color: white;opacity: 0.8;filter: alpha(opacity:80);}
.news .img-tips h3{font-size: 18px;margin-top: 10px;font-weight: bold;letter-spacing: 2px;}
.news .img-tips p{height: 24px;line-height: 24px;letter-spacing: 1px;}
.news .news-con{float: left;margin-left: 20px;}
.news .news-list{width: 472px;margin-top:-5px;}
.news .news-list .title{display: block;color: #3e3a39;}
.news .news-list .title:hover{color: #a97433;}
.media .news-con b{display: block;height: 0;margin: 17px 0;border-bottom: 1px dashed #b4b4b5;}
.news .title strong{float: left;width: 372px;height: 25px;line-height: 25px;font-size: 18px;font-weight: normal;overflow: hidden;}
.news .media .title span{float: right;height: 25px;line-height: 32px;font-size: 12px;color: #6d6b44;}
.news .msg{margin-top: 5px;}
.news .msg a{float: left;}
.news .msg p{float: right;width: 362px;height: 48px;  margin-top: 20px;color: #595757;line-height: 24px;letter-spacing: 0.5px;overflow: hidden;}


.news h2{position: relative;font-size: 20px;border-bottom: 1px solid #d4d5d5;}
.news h2 .more{position: absolute;right: 0;top: 10px;font-size: 12px;color: #717071;}
.news h2 .more:hover{color: #a97433;}


.news .znpd{margin-top: 30px;}
.news .znpd a{float: left;color: #9e9e9f;margin-right: 14px;}
.news .znpd a:hover{color: #a97433}
.news .znpd b{float: left;width: 20px;height: 20px;margin-right: 15px;background: url("../../images/homepage/tb01.png") center -408px no-repeat;}

.news .dynamic{float: right;width: 370px;}
.news .dynamic ul{margin-top: 15px;}
.news .dynamic ul a{display: block;font-size: 14px;}
.news .dynamic ul strong{float: left;width: 255px;height: 38px;line-height: 38px;overflow: hidden;font-weight: normal;padding-left: 10px;background: url("../../images/homepage/tb01.png") -15px -443px no-repeat;}
.news .dynamic ul span{float: right;height: 38px;margin-right: 5px; line-height: 40px;font-size: 12px;color: #999;}

.news .dt-news{background: #eeeeef;margin-top: 20px;overflow: hidden;}
.news .dt-news .aimg{float: left;}
.news .info{margin: 5px 0 0 107px;}
.news .info a{display: block;height: 25px;}
.news .info a:hover{color: #a97433;}
.news .info a p{float: left;  width: 175px;height: 25px;line-height: 25px; font-size: 18px;overflow: hidden;margin-left: 5px;}
.news .info a span{float: right;height: 25px;line-height: 28px;font-size: 12px;color: #6d6b44;margin-right: 5px;}
.news .info .txt{height: 45px;color: #3e3a39;font-size: 12px;line-height: 21px;margin: 12px 0;padding: 0 5px;letter-spacing: 0.5px;overflow: hidden;}
.adver{margin: 15px 0 20px;text-align: center;}

/* 圈 */
.circle{position: fixed;z-index: 10;width: 25px;display: none;}
.circle ul{position: relative;z-index: 1;}
.circle li{margin-bottom: 30px;}
.circle li a{display: block;width: 12px;height: 12px;margin: 0 auto;border-radius: 15px;background: #dedede;}
.circle li .cur{width: 20px;height: 20px;border-radius: 25px;background: #cdcdcd;}
.circle p{position: absolute;left: 11px;top: 0;width: 0;height: 186px;border-left: 1px dashed #ccc;z-index: 0;}




/*新增加息标识样式*/
.new-6{
	position: relative;
}
.new-sign{
	position: absolute;
	bottom: 25px;
	width: 54px;
	height:24px;
}
.jiaxi{
	left: 4px;
}
.fanxian{
	left: 76px;
}
.new-6 .percent-new{font-size: 20px;color: #fff;margin-left: -5px;}
.new-6 .percent-small{font-size: 20px;color: #fff;margin-left: -8px;}
.item2 .dtb .msg b{
	margin-left: 0;
}
.item2 .dtb .msg2 strong{
font-size: 40px;
}



/*新增v1.1.0*/

.infoBg .cnt, .product .cnt{
	width: 1200px;
	background: #fff
}

/*infoBg*/
.infoBg{
	position: relative;
	margin-top: 15px;

}

.infoBg .cnt{
	background: url(../../images/homepage/new110/infobg.png)  no-repeat center 0;
	height: 200px;
}


/*product*/
.product{
	margin-top: 15px;
}
.product_title{
	line-height: 60px;
	border-bottom: 1px solid #F2F2F2;
}
.product_title :nth-child(1){
	font-size: 18px;
	color: #4A4A4A;
	margin-left: 30px;
}
.product_title :nth-child(2){
	font-size: 14px;
	color: #8D8D8D;
	margin-left: 20px;
}
.product_title :nth-child(3){
	font-size: 14px;
	color: #8D8D8D;
	margin-left: 20px;
}

.product_content{
	display: flex;
	padding: 40px 0;
}
.product_item{
	flex: 1;
	text-align: center;
}

.product_content .product_item:nth-child(2) h3{
	color: #FF800A ;
	font-size: 30px;
	padding-bottom: 8px;
}
.product_content .product_item:nth-child(2) p{
	color: #BCBCBC ;
	font-size: 12px;
}

.product_content .product_item:nth-child(1) h3{
	color: #4A4A4A ;
	font-size: 30px;
	padding-bottom: 8px;
}
.product_content .product_item:nth-child(1) span{
	color: #4A4A4A ;
	font-size: 14px;
}
.product_content .product_item:nth-child(1) p{
	color: #BCBCBC ;
	font-size: 12px;
}

.product_content .product_item:nth-child(3) h3{
	color: #4A4A4A ;
	font-size: 14px;
	margin-bottom: 18px;
}
.product_content .product_item:nth-child(3) p{
	color: #4A4A4A ;
	font-size: 14px;
}
.product_content .product_item:nth-child(4){
	padding-top: 10px;
}
.product_content .product_item:nth-child(4) div{
	border: 1px solid #FF800A;
	border-radius: 4px;
	text-align: center;
	width: 170px;
	margin: 0 auto;
	color: #FF800A;
	line-height: 40px;
}


/*downImg*/
.downImg{
	position: relative;
	margin-top: 15px;
}

.downImg .cnt{
	background: url(../../images/homepage/new110/downbg.png) no-repeat center 0;
	height: 241px;
}

body{
	background: #f7f7f7;
}


/*showDialog*/
.showDialog{
	display: none;
	position: fixed;
	box-shadow: 0 0 8px 4px rgba(7,17,27,.1);
	z-index: 9999;
	top: 20%;
	left: 50%;
	margin-left: -327px;
	width: 654px;
	height: 500px;
	background: #fff url(../../images/homepage/new110/dialogBg.png) no-repeat center 0;
	text-align: center;
}

.showDialog h3{
	color: #4A4A4A;
	font-size: 28px;
	padding-top: 40px;
}

.showDialog_p1{
	color: #4A4A4A;
	font-size: 14px;
	padding: 2px 0 30px;
}

.showDialog_qrcode{
	background: url(../../images/homepage/new110/dialogqr.png) no-repeat center 0;
	height: 225px;
}

.showDialog_p2{
	padding-top: 65px;
	font-size: 14px;
	color: #8D8D8D;
	width: 446px;
	margin: 0 auto;
}