/* index */
.banner {
    height: 440px;
    background: #fff;
    position: relative;
}

.bannerCont,
.bannerCont li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.bannerCont li {
    display: none;
}

.bannerCont li img {
    width: 100%;
    height: 100%;
}

.bannerTime {
    background-color: rgba(248, 187, 53, .85);
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.bannerLine {
    width: 1024px;
    margin: 18px auto;
    height: 1px;
    border-bottom: solid 1px #fff;
}

.bannerDot {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 11;
    text-align: center;
}

.bannerDot li {
    float: left;
    text-align: center;
    padding: 0 20px;
    height: 50px;
}

.bannerDot li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    color: rgba(248, 187, 53, .85);
    margin: 4px auto 2px;
    font-size: 12px;
}

.bannerDot li span {
    font-size: 12px;
}

.bannerDot li.on a {
    background-color: rgba(0, 155, 76, 0.85);
    color: #fff;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    transition: all .3s linear;
}

.idxFollow span {
    display: block;
    float: left;
    color: #fefefe;
    font-size: 16px;
    padding-right: 8px;
    position: relative;
    line-height: 48px;

}

.idxFollow .indxFollow_wx,
.idxFollow .indxFollow_sina {
    position: relative;
    margin-left: 5px;
}

.idxFollow .indxFollow_wx a,
.idxFollow .indxFollow_sina a {
    display: block;
    background: url(../img/indexIcon.png) no-repeat center;
    width: 40px;
    height: 35px;
    position: relative;
    top: 8px;
}

.idxFollow .indxFollow_wx a {
    background-position: 0 0;
}

.idxFollow .indxFollow_sina a {
    background-position: -45px 0;
}

.idxFollow .indxFollow_wx div {
    border: solid 1px #eee;
    background: #fff;
    width: 130px;
    height: 130px;
    padding: 10px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    display: none;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    text-align: center;
    line-height: 22px;
    color: #262626;
    font-size: 12px;
}

.idxFollow .indxFollow_wx div img {
    widows: 100px;
    height: 100px;
}

.idxFollow .indxFollow_wx:hover div {
    display: block;
}

.idxLogo img {
    height: 36px;
    position: relative;
    top: 6px;
}

.idxRecommed {
    height: auto;
    background: #fff url(../img/indexBG.jpg) top center / cover repeat;
}

.idxRecommed_address {
    width: 235px;
    height: 150px;
    position: absolute;
    left: 19px;
    top: 45px;
    border: solid 1px rgba(255, 255, 255, .8);
}

.idxRecommed_address .addressCont {
    width: 228px;
    height: 144px;
    background: rgba(255, 255, 255, .9);
    margin: 2px auto;
    text-align: center;
    cursor: pointer;
}

.idxRecommed_address .addressCont h1 {
    border-bottom: solid 1px #9b9ca2;
    width: 189px;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    margin: 0 auto;
}

.idxRecommed_address .addressCont .h1_span {
    border-bottom: solid 1px #9b9ca2;
    width: 189px;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    margin: 0 auto;
}

.idxRecommed_address .addressCont h2 {
    font-weight: normal;
    font-size: 18px;
    padding: 8px 0;
}

.idxRecommed_address .addressCont p {
    width: 189px;
    background: #449EFB;
    color: #c6e9d7;
    font-size: 16px;
    height: 56px;
    line-height: 22px;
    display: table;
    padding: 7px 4px;
    margin: 0 auto;
}

.idxRecommed_address .addressCont p span {
    display: table-cell;
    vertical-align: middle;
}

.idxRecommed_link {
    position: absolute;
    width: 235px;
    left: 19px;
    top: 195px;
}

.idxRecommed_link a {
    display: inline-block;
    width: 115px;
    height: 20px;
    line-height: 20px;
    background: rgba(255, 255, 255, .85);
    color: #514c4b;
    text-align: center;
    font-size: 12px;
    margin-top: 12px;
}

.Box_con {
    position: relative;
    padding: 75px 0;
}

.Box_con .btnl {
    position: absolute;
}

.Box_con .btn {
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 180px;
    cursor: pointer;
}

.Box_con .btnl {
    background: url(../img/iconPrv.png) no-repeat center;
    left: 0;
}

.Box_con .btnr {
    background: url(../img/iconNext.png) no-repeat center;
    right: 0;
}

.Box_con .conbox {
    width: 862px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box_con .conbox ul li {
    float: left;
    width: 274px;
    height: 274px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}

.Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box_con .conbox ul li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

/* index END*/

/* home */

.home_banner {
    height: 440px;
}

.home_tips {
    padding: 36px 0 25px 0;
}

.home_tips_check {
    text-align: center;
}

.home_tips_check a {
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    color: #fafafa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin: 0 15px;
}

.home_tips_check a.greenBg {
    background-color: #449EFB;
}

.home_tips_check a.yellowBg {
    background-color: #1d4daf;
}

.home_tips_txt {
    padding: 25px 50px;
}

.home_tips_txt h1 {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.home_tips_txt p {
    color: #666;
    text-align: center;
    padding: 20px 80px 0 80px;
    line-height: 22px;
    font-size: 16px;
}

.home_tips_txt p a {
    color: #449EFB;
}

.home_tips_expo {
    text-align: center;
}

.home_tips_expo a {
    display: inline-block;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background-color: #fce5b3;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #333;
    margin: 0 12px;
}

.home_tips_show {
    padding: 25px 0 5px;
    text-align: center;
}

.home_tips_show ul {
    display: inline-block;
}

.home_tips_show li {
    float: left;
    background: url(../img/homeIcon2.png) no-repeat left;
    font-size: 12px;
    color: #333;
    padding-left: 40px;
    height: 36px;
    margin: 0 36px;
}

.home_tips_show li p {
    color: #449EFB;
    font-size: 28px;
    padding: 3px 0;
}

.home_tips_show li.company {
    background-position: 0 0;
}

.home_tips_show li.product {
    background-position: 0 -38px;
}

.home_tips_show li.area {
    background-position: 0 -78px;
}

.home_tips_show li.area p {
    padding: 0 !important;
    position: relative;
    top: -3px;
}

.home_tips_show li.viewer {
    background-position: 0 -118px;
}

.home_title {
    background: url(../img/homeIcon3.png) no-repeat left center;
    height: 34px;
    color: #333;
    background-position: 0 0;
    padding-left: 38px;
    line-height: 34px;
    font-weight: 600;
    font-size: 26px;
    margin: 15px 0;
    position: relative;
}

.home_title a {
    display: block;
    color: #449EFB;
    position: absolute;
    right: 0;
    line-height: 34px;
    font-weight: normal;
    font-size: 14px;
    top: 0;
}

.home_title span {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

/*.home_news{
	padding-bottom: 35px;
}*/

.home_news_cont {
    padding-left: 40px;
}

.home_news_main {
    width: 470px;
}

.home_news_main .img {
    width: 470px;
    height: 220px;
    overflow: hidden;
}

.home_news_main .img img {
    width: 100%;
    height: 100%;
}

.home_news_main .title {
    background: #fbdd9a;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 7px 0;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.home_news_main .title a {
    color: #333;
}

.home_news_main .txt {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.home_news_list {
    width: 500px;
    padding-top: 2px;
}

.home_news_list li {
    background: url(../img/homeIcon3.png) no-repeat left center;
    height: 20px;
    line-height: 22px;
    background-position: 0 -36px;
    padding-left: 35px;
    margin-bottom: 18px;
}

.home_news_list li:last-child {
    margin-bottom: 0;
}

.home_news_list li a {
    color: #5f5d5d;
    display: inline-block;
    width: 345px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_news_list li span {
    display: inline-block;
    width: 115px;
    text-align: right;
    padding-right: 22px;
}

.home_activities {
    padding-bottom: 30px;
}

.home_activities_list li {
    float: left;
    height: 180px;
    border-right: solid 2px #bbbaba;
    padding: 10px 30px 10px 40px;
}

.home_activities_list .img {
    border: solid 2px #facc76;
    width: 267px;
    height: 153px;
    position: relative;
}

.home_activities_list .img a img {
    display: block;
    border: solid 2px #facc76;
    width: 267px;
    height: 153px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.home_activities_list li:last-child {
    border-right: none;
}

.home_activities_list li p {
    text-align: center;
    line-height: 40px;
    width: 258px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_activities_list li p a {
    color: #605e5e;
}

.home_recommend {
    padding-bottom: 15px;
}

.home_recommend_list li {
    width: 341px;
    float: left;
    padding-left: 40px;
    padding-bottom: 15px;
}

.home_recommend_list li i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #449EFB;
    margin-right: 5px;
}

.home_recommend_list li a {
    width: 260px;
    display: inline-block;
    color: #5f5d5d;
    line-height: 15px;
    position: relative;
    top: -2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_partner {
    padding-bottom: 50px;
}

.home_partner_list {
    padding: 0 41px;
}

.home_partner_list .item {
    float: left;
    width: 149px;
    height: 54px;
    border: solid 2px #b6b6b7;
    margin: 4px;
}

.home_partner_list .item img {
    display: block;
    width: 144px;
    height: 50px;

}

/*#owl-demo .item{
  margin: 3px;
}*/
/*#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}*/
/* home END*/

/* second-level */
.second_banner {
    height: 100px;
}

.second_banner .main {
    height: 100px;
}

.second_main {
    padding-top: 25px;
}

.second_main_lane {
    width: 238px;
}

.second_main_lane_title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #403938;
}

.second_main_lane_title p {
    font-size: 20px;
    color: #449EFB;
    padding-top: 3px;
    padding-bottom: 5px;
}

.second_main_link {
    padding: 10px 0;
}

.second_main_link a {
    display: block;
    height: 32px;
    line-height: 32px;
    background: #eee;
    color: #449EFB;
    padding: 0 12px;
    margin: 4px 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.second_main_link a span {
    color: #504a4a;
}

.second_main_link a:hover,
.second_main_link a.on {
    background: #facc76;
    opacity: 1;
}

.second_main_cont {
    width: 776px;
    min-height: 337px;
    border-top: solid 2px #449EFB;
    border-left: solid 1px #eceded;
    border-right: solid 1px #eceded;
    padding: 0 20px;
}

.second_main_break {
    border-bottom: solid 1px #cdcdce;
    height: 44px;
    line-height: 44px;
}

.second_main_break a {
    line-height: 44px;
    float: left;
    text-align: left;
    color: #504a49;
    font-size: 12px;
    background: url(../img/leftNav.png) no-repeat right 17px;
    padding-right: 16px;
    position: relative;
    margin-right: 6px;
}

.second_main_break a:hover {
    color: #449EFB;
}

.second_main_break a.persent {
    background: none;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 300px;
}

.secondTime {
    border-left: solid 1px #449EFB;
    padding: 20px 0 40px 0;
    margin: 0 12px;
}

.secondTime_line li {
    margin-left: 30px;
    border-bottom: solid 1px #d7d8d8;
    padding: 20px 0;
    position: relative;
}

.secondTime_line li .ball {
    width: 32px;
    height: 32px;
    border: solid 1px #f6aa04;
    text-align: center;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    position: absolute;
    left: -46px;
    top: 24px;
}

.secondTime_line li .ball span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #449EFB;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    position: relative;
    top: 6px;
}

.secondTime_tile {
    background: url(../img/secondBG.png) no-repeat;
    background-size: 100% 100%;
    width: 170px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.secondTime_cont {
    height: 38px;
    line-height: 18px;
    width: 436px;
    padding: 0 10px;
    font-size: 12px;
}

.secondTime_more {
    text-align: right;
    line-height: 38px;
    font-size: 12px;
}

.secondTime_more a {
    color: #449EFB;
}

/* second-level END*/

/* second-level2 */
.secondBook_list {
    padding-bottom: 50px;
}

.secondBook_list li {
    width: 48%;
    float: left;
    padding: 16px 0;
    border-right: solid 1px #cacaca;
}

.secondBook_list li:nth-child(even) {
    border-right: none;
    margin-left: 4%;
}

.secondBook_list li .img,
.secondBook_list li .img img {
    width: 72px;
    height: 80px;
}

.secondBook_list li .txt {
    width: 255px;
    margin-left: 6px;
    color: #757475;
}

.secondBook_list li .txt h1 {
    font-weight: normal;
    border-bottom: solid 1px #757475;
    font-size: 14px;
    padding-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.secondBook_list li .txt h1 a {
    color: #757475;
}

.secondBook_list li .txt p {
    padding-top: 8px;
    font-size: 12px;
}

.secondBook_list li .txt a.more {
    display: inline-block;
    background: #fcdda6;
    color: #675f54;
    padding: 2px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 5px;
    font-size: 12px;
}

/* second-level2 END*/

/* second-level */
.secondNews_list {
    padding-bottom: 30px;
}

.secondNews_list li {
    border-bottom: solid 1px #bbbcbc;
    padding: 15px 0;
}

.secondNews_list li .img,
.secondNews_list li .img img {
    width: 72px;
    height: 66px;
}

.secondNews_list li .txt {
    width: 660px;
    padding-left: 8px;
}

.secondNews_list li .txt h1 {
    font-weight: normal;
    font-size: 16px;
    border-bottom: solid 1px #bbbcbc;
    padding-bottom: 6px;
    position: relative;
}

.secondNews_list li .txt h1 span {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.secondNews_list li .txt h1 a {
    width: 570px;
    display: inline-block;
    color: #333;
}

.secondNews_list li .txt p {
    font-size: 12px;
    padding: 6px 0;
    line-height: 20px;
}

.secondNews_list li .txt p a {
    color: #666;
}

/* second-level3 END*/

/* second-level4 */
.secondSame_list {
    padding: 15px 0 60px 0;
}

.secondSame_list li {
    border-bottom: solid 1px #e1e1e1;
    padding: 15px 0;
}

.secondSame_list li .img,
.secondSame_list li .img img {
    width: 166px;
    height: 93px;
}

.secondSame_list li .txt {
    padding-left: 20px;
    width: 566px;
}

.secondSame_list li .txt h1 {
    border-bottom: solid 1px #E1E1E1;
    padding-bottom: 5px;
    line-height: 14px;
}

.secondSame_list li .txt h1 a {
    font-size: 16px;
    font-weight: 600;
    color: #449EFB;
}

.secondSame_list li .txt p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-top: 5px;
    display: block;
    max-height: 65px;
    overflow: hidden;
}

/* second-level4 END*/

/* second-level5 */
.secondPhoto_list {
    padding-bottom: 20px;
}

.secondPhoto_list li {
    padding: 5px 0;
}

.secondPhoto_list li .title {
    text-align: center;
    cursor: pointer;
    border-bottom: solid 1px #f8bb35;
    color: #3d3635;
    line-height: 22px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.secondPhoto_list li .title:hover,
.secondPhoto_list li .demoTitle:hover {
    color: #449EFB;
}

.secondPhoto_list li .photos,
.secondPhoto_list li .demoCont {
    /*display: none;*/
}

.secondPhoto_list li .demoTitle {
    border-bottom: solid 1px #d5d5d5;
    line-height: 24px;
    color: #666;
    padding-top: 8px;
    color: #3d3635;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    cursor: pointer;
    position: relative;
}

.secondPhoto_list li .demoPhotos .img {
    width: 140px;
    height: 98px;
    margin: 5px 3px 0 3px;
    cursor: pointer;
}

.secondPhoto_list li .demoPhotos .img:hover {
    opacity: 0.8;
}

.secondPhoto_list li .demoPhotos .img img {
    width: 100%;
    height: 100%;
    /*transition: all 0.6s;*/
}

/*.secondPhoto_list li .demoPhotos .img img:hover{
	transform: scale(1.2); 
}*/

.secondPhoto_list li .demoMore {
    display: block;
    position: absolute;
    right: 0;
    top: 11px;
    color: #449EFB;
}

/* second-level5 END*/

/* second-level6 */
.secondVIP {
    padding: 20px 0;
}

.secondVIP_title h1 {
    border-bottom: solid 1px #449EFB;
    color: #4c4645;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    width: 670px;
    margin: 0 auto;
    line-height: 30px;
}

.secondVIP_cont form {
    margin: 20px 0;
}

.secondVIP_cont .ipt {
    height: 40px;
    width: 448px;
    margin: 5px auto;
}

.secondVIP_cont .ipt input[type=text] {
    background: transparent;
    height: 40px;
    padding: 0 5px;
    width: 100%;
    border: solid 1px #6e6c6c;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    font-size: 14px;
}

.secondVIP_cont .sel {
    border: none;
    overflow: hidden;
    background: url(../img/select.png) no-repeat 410px 9px;
}

.secondVIP_cont .sel select {
    background: transparent;
    border: solid 1px #6e6c6c;
    height: 40px;
    width: 448px;
    font-size: 14px;
    padding: 0 10px;
    -webkit-appearance: none; /*for chrome*/
}

.secondVIP_cont .btn {
    text-align: center;
    padding: 20px 0;
}

.secondVIP_cont .btn button {
    width: 262px;
    height: 38px;
    line-height: 38px;
    background: #facc76;
    text-align: center;
    font-size: 16px;
    color: #332c2b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-broder-radius: 5px;
}

.secondVIP_cont .area {
    border: solid 1px #6e6c6c;
    width: 448px;
    margin: 5px auto;
    padding: 0 4px;
}

.secondVIP_cont .area h1 {
    font-size: 16px;
    font-weight: normal;
    border-bottom: solid 2px #fce5b7;
    line-height: 30px;
}

.secondVIP_cont .area table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    margin: 5px 0;
}

.secondVIP_cont .area thead th {
    background: #eee;
    font-weight: normal;
    text-align: left;
    padding-left: 25px;
    height: 20px;
    font-size: 12px;
}

.secondVIP_cont .area tbody td {
    border-bottom: solid 1px #eee;
    padding: 5px 0 5px 10px;
}

.secondVIP_cont .area label {
    cursor: pointer;
    color: #6d6b6b;
    display: block;
}

.secondVIP_cont .area sub {
    color: #999;
    font-size: 12px;
    padding-left: 18px;
}

.secondVIP_cont .area span {
    font-size: 12px;
    color: #666;
    padding: 0 3px;
}

.secondVIP_cont .area input[type=radio] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.secondVIP_cont .area input[type=text] {
    height: 20px;
    width: 40px;
    border: solid 1px #dfe0e0;
    background: #eee;
    text-align: center;
    font-size: 12px;
}

/* second-level6 END*/

/* second-level7 */
.secondPartner_list {
    margin-right: -17px;
}

.secondPartner_list .img {
    width: 140px;
    height: 53px;
    border: solid 1px #b6b6b7;
    float: left;
    margin: 10px 9px 0 0;
}

.secondPartner_list .img img {
    width: 100%;
    height: 100%;
}

/* second-level7 END*/

/* second-level8 */
.secondDownload_list {
    padding: 20px 0;
}

.secondDownload_list table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #e6e6e6;
}

.secondDownload_list table td,
.secondDownload_list table th {
    border: solid #e6e6e6;
    border-width: 0px 1px 1px 0px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: normal;
}

/* second-level8 END*/

.secondVideo_cont {
    margin: 20px auto 50px;
    width: 715px;
    overflow: hidden;
}

.large_box {
    margin-bottom: 10px;
    width: 715px;
    height: 442px;
    overflow: hidden;
    background: #ccc;
}

.large_box li {
    width: 715px;
    height: 442px;
    padding: 0;
}

.large_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.small_box {
    width: 715px;
    height: 124px;
    overflow: hidden;
}

.small_list {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 621px;
    height: 124px;
    overflow: hidden;
}

.small_list ul {
    height: 124px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 197px;
    height: 124px;
}

.small_list ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 197px;
    height: 124px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.small_box .btn {
    display: block;
    width: 33px;
    height: 124px;
    background: url(../img/iconGreenpage.jpg) no-repeat center #009944;
    cursor: pointer;
}

.small_box .btn:hover {
    opacity: .8;
}

.small_box .left_btn {
    float: left;
    background-position: 0 28px;
}

.small_box .right_btn {
    float: right;
    background-position: -33px 28px;
}

/* three-level */
.threeNews_cont .title {
    text-align: center;
    font-size: 18px;
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #eee;
}

.threeNews_cont .mess {
    text-align: center;
    border-bottom: solid 1px #eee;
    padding: 5px 0;
}

.threeNews_cont .mess span {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
}

.threeNews_cont .txt {
    padding: 20px 0;
    line-height: 22px;
    color: #666;
}

.threeNews_cont .txt img {
    max-width: 100%;
    margin: 10px 0;
}

.threeNews_cont .link {
    padding: 10px 0 60px 0;
}

.threeNews_cont .link a {
    color: #333;
    display: block;
    margin: 8px 0;
}

/* three-level END*/

/* photoDetail */
.secondPhoto_detail .title {
    color: #46403f;
    font-size: 16px;
    padding: 20px 0;
}

.secondPhoto_detail .num {
    color: #fff;
    float: right;
    line-height: 57px;
    padding-right: 15px;
}

.secondPhoto_detailCont {
    margin: 0 auto 50px;
    width: 727px;
    overflow: hidden;
    background: #eee;
    padding: 12px;
    position: relative;
}

.secondPhoto_detailCont .large_box,
.secondPhoto_detailCont .large_box li {
    width: 702px;
    height: 400px;
}

.secondPhoto_detailCont .large_box {
    margin-bottom: 0;
}

.secondPhoto_detailCont .small_box {
    position: absolute;
    bottom: 12px;
    background: rgba(0, 0, 0, .5);
    left: 12px;
    right: 0;
    height: 57px;
    width: 702px;
}

.secondPhoto_detailCont .small_box .small_list {
    width: 355px;
    height: 57px;
}

.secondPhoto_detailCont .small_box .small_list ul {
    height: 57px;
}

.secondPhoto_detailCont .small_box .small_list ul li {
    height: 42px;
    width: 42px;
    border: solid 1px #fff;
    margin-right: 2px;
    margin-top: 8px;
}

.secondPhoto_detailCont .small_box .btn {
    width: 28px;
    height: 28px;
    position: relative;
    top: 16px;
}

.secondPhoto_detailCont .small_box .left_btn {
    background: url(../img/iconPrv.png) no-repeat;
    background-size: 100% 100%;
}

.secondPhoto_detailCont .small_box .right_btn {
    background: url(../img/iconNext.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    float: left;
}

.secondPhoto_detailCont .large_box .btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.secondPhoto_detailCont .large_box .left_btn {
    background: url(../img/iconPrv.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}

.secondPhoto_detailCont .large_box .right_btn {
    background: url(../img/iconNext.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    right: 20px;
}

.secondPhoto_detailCont .small_box .title {
    float: left;
    width: 215px;
    color: #e8e7e7;
    font-size: 14px;
    padding: 15px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.secondPhoto_detailCont .small_list {
    margin-left: 10px;
}

.secondPhoto_detailCont .small_list ul li.on {
    border: solid 1px #f2a90a;
}

.secondPhoto_detailCont .small_list ul li .bun_bg {
    width: 40px;
    height: 40px;
    background: transparent;
}

/* photoDetail END*/

/* invitation */
.invitation .title {
    border-bottom: solid 1px #009944;
    text-align: center;
    font-size: 18px;
    padding: 30px 10px 10px 10px;
    color: #666;
    font-weight: 600;
}

.invitation .img {
    padding: 25px 100px;
    text-align: center;
}

.invitation .img img {
    max-width: 100%;
}

.invitation .join {
    padding: 20px 100px 50px 100px;
}

/* invitation END*/

/* flexslider */

.flexslider {
    position: relative;
    height: 440px;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 440px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 40px;
    overflow: hidden;
    background: url(../img/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../img/iconPrv.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../img/iconNext.png) center center no-repeat;
}

.recommend_news {
    height: 150px;
}

.recommend_news .recommend_news_title {
    font-size: 16px;
    margin-bottom: 10px;
}

.recommend_news ul li {
    float: left;
    width: 360px;
    border-top: solid 1px #666;
    line-height: 40px;
}

.recommend_news ul li a {
    color: #666;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 280px;
}

.recommend_news ul li span {
    color: #666;
    display: inline-block;
    float: right;
    line-height: 40px;
}

.pre_next {
    height: 40px;
}

.pre_next a {
    color: #000;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px;
}

.vip_success {
    text-align: center;
}

.vip_success .success_img {
    width: 135px;
    height: auto;
    margin-top: 20px;
}

.vip_success p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #999;
}

.vip_success .success_back {
    width: 90px;
    height: auto;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.footer_friend {
    display: block;
    background-color: #00BE67;
    color: #fff;
    width: 100%;
    float: left;
}

.footer_friend .index_friend_list {
    width: 1024px;
    margin: 0 auto;
}

.footer_friend .index_friend_list a{
    color: #fff;
    display: inline-block;
    width: auto;
    line-height: 28px;
    height: 28px;
}

.footer_friend .index_friend_list a span {
    padding-right: 5px;
    border-right: 1px solid #fff;
    text-align: left;
    font-size: 12px;
}