
ul {padding:0;margin:0;list-style:none}
html a {text-decoration:none;}
html a:hover{color: red; text-decoration: none;}
em{font-style: normal;}
body{
    /*font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;*/
    font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
    letter-spacing: 1px;
}
/*常用*/
.hidden{
    display: none;
}
.clear{
    clear:both;
    display:block; 
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}
.page {
    display: inline-block;
    padding: 0;
    margin: 16px 0 16px 0;
    text-align: center;
    width: 100%;
}
.page a {
    display: inline-table;
    color: #1a1a1a;
    padding: 8px 16px;
    text-decoration: none;
}
.page .current {
    background-color: red;
    display: inline-table;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
}
.page a:hover:not(.active) {
    background-color: red;
    color: #fff;
}

/*顶部*/
.header{
    width: 100%;
    background: #fff;
    text-align: center;
}
.header .logo_box{
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #999;
    margin: 0 auto;
}
.header .logo_box span{ 
    color: #bbb;
}
.header .header_menu_box{
    width: 100%;
    background: #000;
    text-align: center;
    font-size: 0px;
    color: #fff;
    height: 38px;
}
.header .header_menu_box .menu{
    line-height: 34px;
    height: 38px;
    font-size: 14px;
    color: #aaa;
    display: inline-block;
    text-decoration: none;
    width: 123px;
    overflow: hidden;
}
.header .header_menu_box .menu:hover{
    background: red;
    color: #fff;
    font-size: 15px;
    
    transition: background 200ms;
    -moz-transition: background 200ms;
    -webkit-transition: background 200ms;
}
.header .header_menu_box .menu.current{
    background: red;
    color: #fff;
}
/*首页slider*/
.slider{
    width: 100%:
    height: 100px;
    line-height: 80px;
    background: #eee;
    color: #fff;
    text-align: center;
}
.slider .item{
    background: #fef8f8;
}
/*主体*/
.container{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
/*首页SLOGEN*/
.container .slogen{
    width: 100%;
    line-height: 130px;
    color: #ccc;
    text-align: center;
    font-size: 28px;
    color: #5e5e5e;
    /*font-family: fsyht !important;*/
    font-family: font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
    font-style: normal;
    
    border-bottom: 1px solid #e6e6e6;
}
.container .slogen_2{
    width: 100%;
    line-height: 130px;
    color: #ccc;
    text-align: center;
    font-size: 28px;
    color: #5e5e5e;
    /*font-family: fsyht !important;*/
    font-family: font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
    font-style: normal;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 36px 0 0 0;
}
/*段落标题*/
.section_box{
}
.section_box .title{
    float: left;
    font-size: 18px;
    line-height: 20px;
    border-left: 2px solid red;
    color: #4c4c4c;
    margin: 21px 0 20px 2px;
    padding: 0 0 0 6px;
}
.section_box .more{
    float: right;
    line-height: 60px;
    font-size: 16px;
    color:     #9f9f9f;
}
/*首页图文列表1*/
.index_list_1{
}
.index_list_1 .item{
    float: left;
    width: 242px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 36px;
}
.index_list_1 .item.last{
    margin-right: 0px;
}
.index_list_1 .item .img{
    background: #efefef none repeat scroll 0 0;
    width: 242px;
    height: 174px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}
.index_list_1 .item .img:hover{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out 0s;
}
.index_list_1 .item .img img{
    max-width: 100%;
    display: block;
}
.index_list_1 .item .summary{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 30px;
}
.index_list_1 .item .summary:hover{
    color: red;
}
/*首页图文列表2*/
.index_list_2{
}
.index_list_2 .item{
    float: left;
    width: 326px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 36px;
    cursor: pointer;
}
.index_list_2 .item.last{
    margin-right: 0px;
}
.index_list_2 .item .img{
    background: #efefef none repeat scroll 0 0;
    width: 326px;
    height: 236px;
    margin-bottom: 10px;
    overflow: hidden;
}
.index_list_2 .item .img:hover{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out 0s;
}
.index_list_2 .item .img img{
    max-width: 100%;
    display: block;
}
.index_list_2 .item .summary{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    display: block;
}
.index_list_2 .item .summary:hover{
    color: red;
}

/*面包屑*/
.crumbs_box{
    margin: 22px 0 0 0;
}
.crumbs_box a{
    line-height: 12px;
}

/*首页文章列表*/
.index_article_list_box{
    width: 100%;
    text-align: center;
    margin: 63px 0 0 0;
}
.index_article_list_box .index_article_list{
    display: inline-table;
    text-align: left;
    font-size: 14px;
    width: 300px;
}
.index_article_list_box .middle{
    margin: 0 40px;
}
.index_article_list_box .index_article_list .type_name{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 10px 0;
}
.index_article_list_box .index_article_list .name{
    float: left;
    line-height: 20px;
    font-size: 18px;
    border-left: 2px solid red;
    padding: 0 0 0 6px;
}
.index_article_list_box .index_article_list .more{
    float: right;
    font-size: 12px;
    color: #9f9f9f;
    margin: 4px 0 0 0;
}
.index_article_list_box .index_article_list .item{
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    height: 30px;
}
.index_article_list_box .index_article_list .title{
    color: #333;
    padding: 0 0 0 8px;
}

/*文章列表*/
.article_list_2{
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}
.article_list_2 .item{
    border-bottom: 1px dashed #ddd;
    border-width: 1px;
    line-height: 36px;
    margin-bottom: 6px;
}
.article_list_2 .item .title{
    float: left;
    line-height: 30px;
    color: #333;
}
.article_list_2 .item .title:hover{
    color: #111;
}
.article_list_2 .item .time{
    float: right;
    line-height: 30px;
    color: #666;
    margin: 0 4px 0 0;
}
.pager{
    margin: 0 0 60px 0;
}

/*友情链接*/
.friend_list{
}
.friend_list .friend_link{
    float: left;
    width: 190px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.friend_list .friend_link.last{
    margin-right: 0px;
}
/*图文列表3*/
.index_list_3{
}
.index_list_3 .item{
    float: left;
    width: 490px;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 36px;
}
.index_list_3 .item.last{
    margin-right: 0px;
}
.index_list_3 .item .img{
    background: #efefef none repeat scroll 0 0;
    width: 490px;
    height: 360px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}
.index_list_3 .item .img:hover{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out 0s;
}
.index_list_3 .item .img img{
    max-width: 100%;
    display: block;
}
.index_list_3 .item .title{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 20px;
    margin: 12px 0 6px 0;
}
.index_list_3 .item .summary{
    width: 100%;
    color: #9f9f9f;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
}
/*图文列表4*/
.index_list_4{
}
.index_list_4 .item{
    float: left;
    width: 210px;
    margin-right: 50px;
    overflow: hidden;
    margin-bottom: 36px;
}
.index_list_4 .item.last{
    margin-right: 0px;
}
.index_list_4 .item .img{
    background: #efefef none repeat scroll 0 0;
    width: 210px;
    height: 274px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}
.index_list_4 .item .img:hover{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out 0s;
}
.index_list_4 .item .img img{
    max-width: 100%;
    display: block;
}
.index_list_4 .item .title{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 20px;
    margin: 12px 0 6px 0;
}
.index_list_4 .item .summary{
    width: 100%;
    color: #9f9f9f;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
}
/*图文列表5*/
.index_list_5{
}
.index_list_5 .item{
    float: left;
    width: 320px;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 36px;
}
.index_list_5 .item.last{
    margin-right: 0px;
}
.index_list_5 .item .img{
    background: #efefef none repeat scroll 0 0;
    width: 320px;
    height: 142px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}
.index_list_5 .item .img:hover{
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all 0.3s ease-in-out 0s;
}
.index_list_5 .item .img img{
    max-width: 100%;
    display: block;
}
.index_list_5 .item .title{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 20px;
    margin: 12px 0 0 0;
    font-size: 16px;
}
.index_list_5 .item .sub_info{
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    line-height: 20px;
    margin: 12px 0 18px 0;
}
.index_list_5 .item span{
    padding: 0 0 0 30px;
}
.index_list_5 .item .requirement{
    width: 100%;
    color: #9f9f9f;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
}
/*赞助商资源*/
.friend_list_2{
}
.friend_list_2 .friend_link{
    float: left;
    width: 190px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.friend_list_2 .friend_link.last{
    margin-right: 0px;
}
/*内容*/
.content_box_1{
    padding: 40px 0;
}
.content_box_1 .title{
    font-family: "fsyht" !important;
    color: #5e5e5e;
    font-size: 28px;
    margin: 0 0 10px 0;
}
.content_box_1 .content{
    font-family: "fsyht" !important;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 28px;
}
.content_box_2{
    padding: 40px 0 80px 0;
    background: #ad1e24;
    color: #fff;
}
.content_box_2 .en_title{
    font-family: "fsyht" !important;
    font-size: 28px;
    margin: 0 0 0 0;
}
.content_box_2 .title{
    font-family: "fsyht" !important;
    font-size: 28px;
    margin: 0 0 10px 0;
}
.content_box_2 .content{
    font-family: "fsyht" !important;
    font-size: 14px;
    line-height: 28px;
}
.content_box_2 .content span{
    font-weight: 800;
}
.content_box_3{
    padding: 40px 0 80px 0;
    margin: 0 0 80px 0;
    border-bottom: 1px solid #ddd;
}
.content_box_3 .title_1{
    font-family: "fsyht" !important;
    color: #5e5e5e;
    font-size: 22px;
    margin: 0 0 30px 0;
}
.content_box_3 .title_2{
    font-family: "fsyht" !important;
    color: #5e5e5e;
    font-size: 20px;
    margin: 0 0 8 0;
}
.content_box_3 .title_3{
    font-family: "fsyht" !important;
    color: #5e5e5e;
    font-size: 38px;
    margin: 0 0 20px 0;
}
.content_box_3 .content{
    font-family: "fsyht" !important;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}
.content_box_3 .content span{
    font-weight: 800;
}
.content_img{
    margin: 0 auto;
    display: block;
}
.section_img{
    margin: 0 0 36px 0;
}
/*联系信息*/
.contact_box{
    background: #fafafa;
    padding: 40px 0 30px 0;
    text-align: center;
    margin: 50px 0 0 0;
}
.contact_box .item{
    display: inline-block;
    width: 350px;
    font-size: 14px;
    vertical-align: top;
}
.contact_box .item img{
    margin: 0 0 20px 0px;
}
.contact_box .item .address_name{
    color: #4c4c4c;
    text-align: left;
    margin: 0 0 12px;
    float: left;
    margin: -6px 0 6px 16px;
    line-height: 30px;
    display: inline-table;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 0 2px;
}
.contact_box .item .address_name.activity{
    border-bottom: 2px solid red;
}
.contact_box .item .address_info{
    color: #9f9f9f;
    text-align: left;
    margin: 0 0 12px;
    padding-left: 20px;
}
.contact_box .item .phone_option{
    color: #9f9f9f;
    text-align: left;
    margin: 0 0 12px 24px;
    padding-left: 38px;
}
.contact_box .item .phone_option o{
    color: #4c4c4c;
    padding: 0 10px 0 0;
}
.contact_box .item .mail_option{
    color: #9f9f9f;
    text-align: left;
    margin: 0 0 12px;
    padding-left: 68px;
}
.contact_box .item .mail_option o{
    color: #4c4c4c;
    padding: 0 16px 0 0;
}
/*文章*/
.article_title{
    color: #4c4c4c;
    line-height: 36px;
    overflow: hidden;
    padding: 21px 0 0 2px;
    font-weight: 500;
    margin: 16px 0 0 0;
    font-size: 22px;
}
.article_content{
    line-height: 24px;
}
.article_content img{
    max-width: 100%;
}
.article_img{
    width: 100%;
}
.article_img img{
    max-width: 100%;
    display: block;
}
.article_content .relation_link{
    margin: 30px 0 0 0;
}
.video_content{
    width: 100%;
    margin: 0 0 16px 0;
}

hr {
    background: #e6e6e6 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 6px 0 20px 0;
}
/*筛选框*/
.filter_box{
    margin: 36px 0 -10px 0;
}
.filter_box .item{
    margin: 0 0 18px 0;
}
.filter_box .item label{
    float: left;
    color: #4c4c4c;
    margin: 0 22px 0 0;
}
.filter_box .item .item_box{
    float: left;
    width: 910px;
}
.filter_box .item a{
    float: left;
    color: #4c4c4c;
    margin: 0 10px 6px 0;
    padding: 1px 6px 2px 6px;
}
.filter_box .item .current{
    background: red;
    color: #fff;
}
.filter_box .item .item_box2{
    float: left;
    width: 858px;
}
.filter_box .item .item_box2 a{
    width: 200px;
}
/*底部链接*/
.footer_menu_box{
    background: #292929;
    line-height: 60px;
}
.footer_menu_container{
    margin: 0 auto;
    width: 1000px;
}
.footer_menu_box .footer_menu{
    color: #ccc;
    float: left;
    margin: 0 30px 0 0;
}
.footer_menu_box .icon_weibo{
    width: 24px;
    float: right;
    margin: 20px 20px 0 0;
}
.footer_menu_box .icon_wechat{
    width: 24px;
    float: right;
    margin: 20px 0 0 0;
}
/*友情链接*/
.footer_firend_link_box{
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}
.footer_firend_link_box .title{
    width: 89px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 8px 0;
    font-weight: bold;
    float: left;
    margin: 20px 0 0 0;
}
.footer_firend_link_box .firend_link_list{
    line-height: 30px;
    padding: 0 0 30px 0;
    width: 910px;
    float: left;
    margin: 20px 0 0 0;
}
.footer_firend_link_box .firend_link_list a{
    margin: 0 12px 0 0;
    line-height: 20px;
    color: #999;
    float: left;
}
.footer_menu_box .icon_weibo{
    width: 24px;
    float: right;
    margin: 20px 20px 0 0;
}
.footer_menu_box .icon_wechat{
    width: 24px;
    float: right;
    margin: 20px 0 0 0;
}
/*底部*/
.footer{
    background: #000;
    text-align: center;
    line-height: 60px;
    color: #6f6f6f;
    width: 100%;
}

/*悬浮右边导航*/
.main_content_bar_box{
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 46%;
    margin: 0 auto;
    display: none;
}
.main_content_bar{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.main_content_bar .main_right_bar{
    position: absolute;
    right: -100px;
    background-color: transparent;
}
.main_content_bar .main_right_bar .right_bar_icon{
    width: 60px;
    margin-bottom: 8px;
}
.main_content_bar .main_right_bar .right_bar_icon img{
    width: 100%;
    display: block;
    cursor: pointer;
}
.main_content_bar .main_right_bar .right_bar_icon_qq{
    width: 60px;
    height: 60px;
    position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current{
    position: absolute;
    top: -16px;
    left: -51px;
    width: 116px;
    display: none;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current .qq_list_box{
    position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current .qq_list_box .qq_1{
    position: absolute;
    top: 7px;
    left: 8px;
    width: 35px;
    height: 35px;
}
.main_content_bar .main_right_bar .right_bar_icon_qq .right_bar_icon_qq_current .qq_list_box .qq_2{
    position: absolute;
    top: 52px;
    left: 7px;
    width: 35px;
    height: 35px;
}
.main_content_bar .main_right_bar .right_bar_icon_phone{
    width: 60px;
    height: 60px;
    position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_phone .right_bar_icon_phone_current{
    position: absolute;
    top: 4px;
    right: 68px;
    /*background: #4d4d4d;*/
    background: red;
    border-radius: 6px;
    color: #fff;
    padding: 6px 16px;
    display: none;
}
.main_content_bar .main_right_bar .right_bar_icon_phone .right_bar_icon_phone_current .item{
    width: 234px;
}
.main_content_bar .main_right_bar .right_bar_icon_wechat{
    width: 60px;
    height: 60px;
    position: relative;
}
.main_content_bar .main_right_bar .right_bar_icon_wechat .right_bar_icon_wechat_current{
    position: absolute;
    top: -26px;
    left: -118px;
    width: 115px;
    display: none;
}

/*联系我们*/
.contact_us_citys{
    text-align: center;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px 0;
}
.contact_us_citys .city{
    display: inline-table;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    line-height: 50px;
    cursor: pointer;
}
.contact_us_citys .cut{
    display: inline-table;
    font-size: 14px;
    margin: 0 32px;
    color: #ddd;
}
.contact_us_citys .current{
    border-bottom: 3px solid red;
}
.city_show{
    margin: 0 0 60px 0;
}
.city_show .city_data{
    float: left;
    width: 240px;
}
.city_show .city_data .city_name{
    font-size: 28px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
}
.city_show .city_data .city_info{
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
.city_show .city_data .city_info .item{
    margin: 0 0 10px 0;
}
.city_show .city_data .city_info .info_name{
    float: left;
    color: #aaa;
}
.city_show .city_data .city_info .info_data{
    float: left;
    width: 220px;
}
.city_show .city_img{
    float: right;
    width: 733px;
    height: 350px;
}

/*前台表单*/
.form_box{
    width: 800px;
    margin: 0 auto;
}
.form_box .form-group{
    margin: 0 0 36px 0;
}
.form_box .form_title{
    margin: 16px 0;
    margin-left: 31px;
}
.form_box .styled_select {
   width: 450px;
   height: 36px;
   overflow: hidden;
   background: url('../image/select_bg.png') no-repeat right #ddd;
}
.form_box .input_bg {
   width: 450px;
   height: 36px;
   overflow: hidden;
   background: url('../image/input_bg.png') no-repeat right;
}
.form_box .styled_select select {
   background: transparent;
   width: 480px;
   font-size: 16px;
   border: 0px;
   -webkit-appearance: none;
}
.form_box .input_bg input {
   background: transparent;
   width: 480px;
   font-size: 16px;
   border: 0px;
   -webkit-appearance: none;
   border: 0px;
}
.form_box .input_label{
    background: url('../image/input_label_bg.png') no-repeat right #ddd;
    height: 36px;
    width: 92px;
    border: 0px;
    margin: 0 0 0 0;
    color: #4c4c4c;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.form_box .input_box{
    padding-left: 0px;
}
.form_box .btn_submit{
    width: 542px;
}
.form_box .icon_city{
    height: 26px;
    margin: 4px 25px 0 106px;
    float: left;
}
.form_box .icon_member_count{
    height: 26px;
    margin: 4px 18px 0 98px;
    float: left;
}
.form_box .icon_day{
    height: 26px;
    margin: 4px 21px 0 100px;
    float: left;
}
.form_box .icon_type{
    height: 26px;
    margin: 4px 21px 0 100px;
    float: left;
}
.form_box .icon_money{
    height: 26px;
    margin: 2px 18px 0 97px;
    float: left;
}
.form_box .icon_company{
    height: 26px;
    margin: 4px 22px 0 100px;
    float: left;
}
.form_box .icon_customer{
    height: 26px;
    margin: 4px 20px 0 100px;
    float: left;
}
.form_box .icon_phone_2{
    height: 26px;
    margin: 4px 21px 0 100px;
    float: left;
}
.form_box .btn-danger{
    background: red;
}
.form_box .btn-danger:hover{
    background: #d9534f;
}

.main_contact_box_2{
    position: fixed;
    top: 22%;
    right: 0px;
    background: red;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 170px;
    text-align: center;
    padding: 20px 0;
    display: none;
}
.main_contact_box_2 .item{
    width: 150px;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.main_contact_box_2 .last{
    border-bottom: 0px;
}
.main_contact_box_2 .item .chat{
    width: 42px;
    margin: 0 auto;
}
.main_contact_box_2 .item .chat img{
    width: 100%;
    display: block;
}
.main_contact_box_2 .item .title_1{
    margin: 6px 0 6px 0;
    text-align: center;
    font-size: 14px;
}
.main_contact_box_2 .item .title_2{
    margin: 16px 10px 0;
    text-align: center;
    font-size: 14px;
}
.main_contact_box_2 .item .content_2{
    font-weight: bold;
    font-size: 14px;
    margin: 6px 0 16px 0;
}
.main_contact_box_2 .item .title_3{
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin: 16px 0 10px 0;
}
.main_contact_box_2 .item .content_3{
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin: 6px 0 6px 0;
}
.main_contact_box_2 .item .qq_item{
    color: #fff;
    width: 100%;
    height: 16px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.main_contact_box_2 .item .qq_item .img{
    width: 16px;
    float: left;
    margin: 0 0 0 10px;
}
.main_contact_box_2 .item .qq_item .img img{
    width: 100%;
    display: block;
}
.main_contact_box_2 .item .qq_item .title{
    line-height: 16px;
    float: left;
    padding: 0px;
    margin: 0 8px;
}
.main_contact_box_2 .item .qq_item .content{
    margin: 0 0 0 0;
    line-height: 16px;
    float: left;
}

/*弹窗联系控件*/
.contact_dialog_box_container{
    position: fixed;
    top: 36%;
    width: 400px;
    height: 185px;
    background: #eee;
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right:auto;
    background-color:transparent;
    display: none;
    z-index: 1000;
}
.contact_dialog_box_container .contact_dialog_box{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../image/contact_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contact_dialog_box_container .contact_dialog_box .btn_close{
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url('../image/contact_btn_cancel.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:16px;
    height:16px;
    text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box .btn_next{
    position: absolute;
    top: 133px;
    left: 127px;
    background-image: url('../image/contact_btn_next.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:120px;
    height:26px;
    text-decoration: none;
}
.contact_dialog_box_container .contact_dialog_box .btn_go{
    position: absolute;
    top: 133px;
    right: 22px;
    background-image: url('../image/contact_btn_now.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:120px;
    height:26px;
    text-decoration: none;
}

/*前台表单样式1*/
.front_form_box_1{
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 30px 108px;
    border: 1px solid #e6e6e6;
}
.front_form_box_1 .form_title{
    margin: 20px 0 60px 180px;
    font-family: Tahoma,Arial,"Lantinghei SC","Microsoft YaHei","微软雅黑",宋体,sans-serif;
    font-size: 28px;
    line-height: 28px;
    float: left;
    /*color: red;*/
    color: #5e5e5e;
}
.front_form_box_1 .form-inline{
    margin: 30px 0 30px 0;
}
.front_form_box_1 .form-group-item{
    margin: 0 0 16px 0;
}
.front_form_box_1  .form-group{
    min-width: 380px;
}
.front_form_box_1 .form_item_label{
    margin: 0 12px 0 0;
    font-weight: 400;
    float: left;
    line-height: 32px;
}
.front_form_box_1 .notice{
    line-height: 36px;
    color: red;
    margin: 0 3px 0 0;
    float: left;
}
.front_form_box_1 .checkbox{
    line-height: 32px;
    overflow: hidden;
    float: left;
    margin: 0 16px 0 0;
}
.front_form_box_1 .checkbox input[type="checkbox"]{
    float: left;
    margin: 11px 6px 0 0;
    border: 1px solid #ccc;
}
.front_form_box_1 .form_option_box{
}
.form-inline .form-control.form_hide{
    display: none;
}
.front_form_box_1 .Wdate{
    height: 32px;
    background: #fff;
    border: 1px solid #ccc;
}
.front_form_box_1 .activiy_city_container{
    position: relative;
    cursor: pointer;
}
.front_form_box_1 .activiy_city_box{
    position: absolute;
    left: 84px;
    bottom: -153px;
    width: 400px;
    height: 158px;
    border: 1px solid #ddd;
    z-index: 666;
    padding: 16px 0 0 12px;
    background: #fff;
}
.front_form_box_1 .activiy_city_box a{
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0 6px 18px 0;
    padding: 3px 6px;
    border-radius: 6px;
    width: 57px;
}
.front_form_box_1 .activiy_city_box a:hover{
    
}

/*设计资源模块*/
.design_search_box{
    border: 1px solid #bebebe;
    line-height: 20px;
    padding: 6px 20px;
    border-radius: 6px;
    width: 600px;
    background: #fff;
    margin: 60px 0 40px 0;
}
.design_search_box .search_input{
    font-size: 18px;
    width: 500px;
    border: 0px;
}
.design_search_box .icon_search{
    float: right;
    width: 26px;
    cursor: pointer;
}
.design_search_item_box{
    background: #fff;
    padding: 24px 20px;
    width: 100%;
    border-radius: 6px;
}
.design_search_item_box .item{
    margin: 0 0 16px 0;
    font-size: 14px;
}
.design_search_item_box .item .item_name{
    float: left;
    width: 80px;
}
.design_search_item_box .item .item_options{
    float: left;
    width: 860px;
}
.design_search_item_box .item .item_options a{
    color: #333;
    padding: 2px 12px;
    border-radius: 6px;
    float: left;
    margin: 0 6px 6px 0;
}
.design_search_item_box .item .item_options a:hover{
    background: #fc0d1b;
    color: #fff;
}
.design_search_item_box .item .item_options .current{
    background: #fc0d1b;
    color: #fff;
}
/*色系选项*/
.desigin_resource_color_items{
    margin: 0 0 0 16px;
}
.desigin_resource_color_items .color_item{
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #999;
    margin: 0 16px 0 0;
    position: relative;
    cursor: pointer;
}
.desigin_resource_color_items .color_item .color_current{
    position: absolute;
    top: 8px;
    left: 5px;
    width: 18px;
}
.desigin_resource_color_items .color_item_mult{
    border: 0px;
}
.desigin_resource_color_items .color_item .color_img{
    width: 100%;
    height: 100%;
    display: block;
}
.desigin_resource_color_items .color_item_ff0000{
    background: #ff0000;
}
.desigin_resource_color_items .color_item_ee7f16{
    background: #ee7f16;
}
.desigin_resource_color_items .color_item_f4e919{
    background: #f4e919;
}
.desigin_resource_color_items .color_item_3aa74a{
    background: #3aa74a;
}
.desigin_resource_color_items .color_item_43c0d0{
    background: #43c0d0;
}
.desigin_resource_color_items .color_item_0571b0{
    background: #0571b0;
}
.desigin_resource_color_items .color_item_672d83{
    background: #672d83;
}
.desigin_resource_color_items .color_item_ffffff{
    background: #ffffff;
}
.desigin_resource_color_items .color_item_e6e6e7{
    background: #e6e6e7;
}
.desigin_resource_color_items .color_item_7a4a16{
    background: #7a4a16;
}

.search_data_box{
    margin: 40px 0 30px 0;
}
.search_data_box .search_count_box{
    font-size: 22px;
    margin: 0 0 30px 0;
}
.search_data_box .search_count_box span{
    color: #23a874;
    padding: 0 6px;
}
.search_data_box .sort_section{
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 6px;
    padding: 12px 20px;
    border: 6px;
    font-size: 16px;
    margin: 0 0 30px 0;
}
.search_data_box .sort_section .item_name{
    float: left;
    padding-right: 20px;
    border-right: 1px solid #aaa;
    margin: 0 30px 0 0;
}
.search_data_box .sort_section a{
    float: left;
    padding: 0 20px;
    color: #333;
}
.search_data_box .sort_section .current{
    float: left;
    padding: 0 20px;
    color: #23a874;
}
.design_resource_list{
    
}
.design_resource_list .item{
    background: #fff;
    width: 230px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 26px 20px 0;
}
.design_resource_list .last{
    margin-right: 0px;
}
.design_resource_list .item .img{
    width: 230px;
    height: 124px;
    overflow: hidden;
    display: block;
}
.design_resource_list .item .img img{
    width: 100%;
    display: block;
}
.design_resource_list .item .resource_name{
    font-size: 14px;
    color: #111;
    margin: 8px 0 4px 12px;
    display: block;
}
.design_resource_list .item .resource_name:hover{
    color: red;
}
.design_resource_list .item .sub_name{
    font-size: 14px;
    color: #888;
    margin: 0 0 12px 12px;
    overflow: hidden;
    height: 18px;
}
.design_resource_list .item .option_box{
    padding: 0 0 12px 0;
    border-bottom: 1px solid #ddd;
}
.design_resource_list .item .option_box .option_left{
    float: left;
    width: 30%;
    margin: 0 3px 0 6px;
}
.design_resource_list .item .option_box .option_left img{
    float: left;
    width: 16px;
    margin: 2px 6px 0 6px;
}
.design_resource_list .item .option_box .option_left .option_count{
    float: left;
}
.design_resource_list .item .option_box .option_middle{
    width: 36%;
    text-align: center;
    float: left;
}
.design_resource_list .item .option_box .option_middle img{
    float: left;
    width: 16px;
    margin: 3px 3px 0 16%;
}
.design_resource_list .item .option_box .option_middle .option_count{
    float: left;
}
.design_resource_list .item .option_box .option_right{
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 6px;
}
.design_resource_list .item .option_box .option_right img{
    float: right;
    width: 14px;
    margin: 3px 3px 0 16%;
}
.design_resource_list .item .option_box .option_right .option_count{
    float: right;
}
.design_resource_list .item .author_box{
    padding: 12px;
}
.design_resource_list .item .author_box .avatar{
    width: 36px;
    float: left;
    margin: 0 12px 0 0;
    border-radius: 36px;
}
.design_resource_list .item .author_box .nick_name{
    float: left;
    line-height: 36px;
    height: 36px;
    width: 130px;
    overflow: hidden;
}

/*面包屑*/
.crumb{
    margin: 40px 0 20px 0;
    line-height: 30px;
    color: #999;
}
.crumb a{
    color: #999;
}

/*设计资源详情页面*/
.design_resource_search_box{
    margin: 30px 0 0 0;
    height: 44px;
}
.design_resource_search_box .search_logo{
    float: left;
    height: 40px;
    margin: 2px 22px 0 0;
}
.design_resource_search_box .search_type{
    height: 44px;
    background: #e4e4e4;
    float: left;
    padding: 0 12px;
    font-size: 20px;
    line-height: 44px;
    border:1px solid #bebebe;
    border-radius: 6px;
}
.design_resource_search_box .design_search_box{
    float: right;
    width: 630px;
    border: 1px solid #bebebe;
    line-height: 20px;
    padding: 9px 20px;
    border-radius: 6px;
    background: #fff;
    margin: 0px;
}
.design_resource_search_box .design_search_box .search_input{
    font-size: 18px;
    width: 500px;
    border: 0px;
}
.design_resource_search_box .design_search_box .icon_search{
    float: right;
    width: 26px;
    cursor: pointer;
}
.left_design_resource_box_2{
    float: left;
    width: 666px;
    border:1px solid #bebebe;
    border-radius: 6px;
    padding: 22px 22px;
    background: #fff;
}
.left_design_resource_box_2 .top_info{
    margin: 0 0 20px 0;
}
.left_design_resource_box_2 .top_info .title{
    font-size: 20px;
    line-height: 20px;
    float: left;
}
.left_design_resource_box_2 .top_info .more{
    float: right;
    font-size: 13px;
    color: #35ad80;
    font-size: 12px;
    line-height: 20px;
}
.left_design_resource_box_2 .data_img{
    width: 100%;
    margin: 0 0 20px 0;
}
.left_design_resource_box_2 .data_img img{
    width: 100%;
    display: block;
}
.left_design_resource_box_2 .bottom_info{
    color: #666;
}
.left_design_resource_box_2 .bottom_info .tags{
    float: left;
    font-size: 13px;
    width: 500px;
}
.left_design_resource_box_2 .bottom_info .tags .summary{
    padding: 10px 0 0 0;
}
.left_design_resource_box_2 .bottom_info .tags .summary span{
    padding: 0 0 0 16px;
    line-height: 22px;
}
.left_design_resource_box_2 .bottom_info span{
    padding: 0 12px;
}
.left_design_resource_box_2 .bottom_info .data_zan_cai_box{
    float: right;
    text-align: center;
}
.left_design_resource_box_2 .bottom_info .data_zan_cai_box .zan_box{
    float: right;
    width: 28px;
    margin: 0 42px 0 0;
    cursor: pointer;
}
.left_design_resource_box_2 .bottom_info .data_zan_cai_box .cai_box{
    float: right;
    width: 28px;
    margin: 0 0 0 0;
    cursor: pointer;
}
.left_design_resource_box_2 .bottom_info .data_zan_cai_box .icon_option{
    width: 100%;
    display: block;
}
.left_design_resource_box_2 .bottom_info .data_zan_cai_box .option_count{
    margin: 6px 0;
}
.right_design_resource_box_2{
    width: 310px;
    float: right;
    border-radius: 6px;
    padding: 12px;
    border: 1px solid #bebebe;
    background: #fff;
}
.right_design_resource_box_2 .top_info{
    height: 30px;
    line-height: 30px;
    padding: 0 0 40px 0;
    border-bottom:1px solid #bebebe;
    margin: 0 0 10px 0;
}
.right_design_resource_box_2 .top_info .avatar{
    float: left;
    width: 30px;
    display: block;
    border-radius: 30px;
}
.right_design_resource_box_2 .top_info .nick_name{
    float: left;
    margin: 0 12px;
    font-size: 13px;
}
.right_design_resource_box_2 .top_info .follow{
    float: right;
    background: #34a347;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 6px;
    border-radius: 6px;
    margin: 3px 0 0 0;
}
.right_design_resource_box_2 .price_box{
    margin: 0 0 20px 0;
}
.right_design_resource_box_2 .price_box span{
    color: red;
    font-size: 26px;
}
.right_design_resource_box_2 .option_box{
    margin: 0 0 20px 0;
    text-align: left;
    padding: 0 0 20px 0;
    border-bottom:1px solid #bebebe;
    color: #888;
}
.right_design_resource_box_2 .option_box img{
    width: 100%;
    margin: 0 0 6px 0;
}
.right_design_resource_box_2 .option_box .download_box{
    float: left;
    width: 76px;
    margin: 0 20px 0 0;
}
.right_design_resource_box_2 .option_box .love_box{
    float: left;
    width: 76px;
    margin: 0 20px 0 0;
}
.right_design_resource_box_2 .option_box .share_box{
    float: left;
    width: 76px;
}
.right_design_resource_box_2 .data_info{
}
.right_design_resource_box_2 .data_info .optoin_item{
    font-size: 13px;
    margin: 0 0 12px 0;
}
.right_design_resource_box_2 .data_info .optoin_item .item_name{
    float: left;
    width: 80px;
}
.right_design_resource_box_2 .data_info .optoin_item .item_content{
    float: left;
    width: 200px;
    line-height: 22px;
}

/*评论样式*/
.comment_box{
    margin: 60px 0 40px 0;
    background: #fff;
    padding: 46px 32px 10px 32px;
}
.comment_box .comment_send_box{
    width: 100%;
    border-bottom:1px solid #bebebe;
    margin: 0 0 30px 0;
}
.comment_box .comment_send_box .comment_input{
    width: 100%;
    border: 1px solid #bebebe;
    line-height: 40px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 6px;
    background: #f7f8f8;
    letter-spacing: 2px;
}
.comment_box .comment_send_box .comment_btn{
    float: right;
    margin: 20px 0 20px 0;
    width: 123px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #5e5e5e;
    background: #e4e4e4;
    border-radius: 6px;
}
.comment_box .comment_list_box{
    width: 100%;
    margin: 0 0 40px 0;
    color: #666;
}
.comment_box .comment_list_box .section_title{
    font-size: 16px;
    margin: 0 0 30px 0;
}
.comment_box .comment_list_box .section_title span{
    padding: 0 0 0 16px;
    color: #888;
}
.comment_box .comment_list_box .comment_list{
    width: 100%;
    margin: 0 0 0 0;
}
.comment_box .comment_list_box .comment_list .item{
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom:1px solid #bebebe;
    margin: 0 0 30px 0;
}
.comment_box .comment_list_box .comment_list .item .avatar{
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 30px 0 0;
}
.comment_box .comment_list_box .comment_list .item .avatar img{
    width: 100%;
    display: black;
    border-radius: 50px;
}
.comment_box .comment_list_box .comment_list .item .comment_info{
    float: left;
    width: 818px;
}
.comment_box .comment_list_box .comment_list .item .comment_info .nick_name{
    margin: 6px 0 8px 0;
    font-size: 15px;
    line-height: 15px;
}
.comment_box .comment_list_box .comment_list .item .comment_info .comment_content{
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #888;
}
.design_section_title{
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 30px 0;
}

/*支付页面*/
.left_design_resource_box{
    float: left;
    width: 333px;
    color: #666;
}
.left_design_resource_box .section_title{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 12px 0;
}
.left_design_resource_box .section_title span{
    color: #5bbd96;
}
.left_design_resource_box .data_box{
    padding: 12px 8px;
    border: 1px solid #ccc;
}
.left_design_resource_box .data_box .img{
    width: 100%;
}
.left_design_resource_box .data_box .img img{
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
}
.left_design_resource_box .data_box .data_items{
    color: #888;
}
.left_design_resource_box .data_box .data_items .item{
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 12px 0;
}
.left_design_resource_box .data_box .data_items .item .item_name{
    float: left;
    width: 78px;
}
.left_design_resource_box .data_box .data_items .item .item_content{
    float: left;
    width: 230px;
}
.right_pay_box{
    float: right;
    width: 650px;
    color: #666;
}
.right_pay_box .section_title{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 9px 0;
}
.right_pay_box .section_title span{
    color: red;
    font-size: 26px;
    padding: 0 6px;
}
.right_pay_box .pay_method_box{
    padding: 12px 12px;
    border: 1px solid #ccc;
}
.right_pay_box .pay_method_box .top{
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px 0;
}
.right_pay_box .pay_method_box .top img{
    width: 36px;
    float: left;
    margin: 0 16px 0 0;
}
.right_pay_box .pay_method_box .top .top_name{
    float: left;
    font-size: 18px;
    line-height: 22px;
}
.right_pay_box .pay_method_options{
    margin: 35px 0 20px 0;
}
.right_pay_box .pay_method_options .pay_method{
    float: left;
    width: 130px;
    margin: 12px 12px 0 0;
}
.right_pay_box .pay_method_options .pay_method img{
    width: 100%;
    display: block;
}
.right_pay_box .protocal_box{
    margin: 0 0 16px 0;
}
.right_pay_box .protocal_box .icon_checked{
    float: left;
    width: 14px;
}
.right_pay_box .protocal_box .protocal_rule{
    float: left;
    line-height: 14px;
    margin: 0 0 0 12px;
}
.right_pay_box .protocal_box .protocal_buy_desc{
    border: 1px solid #ccc;
    padding: 10px 12px;
    margin: 20px 0 0 0;
}
.right_pay_box .protocal_box .protocal_buy_desc span{
    color: red;
}
.right_pay_box .btn_pay{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #39a74a;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 0 0;
}