table, tr, td, th, thead, tbody, video {
    border:none;
    margin:0;
    outline:none;
    padding:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*合并初始表格边框*/

/*zy_banner*/
 .zy_banner {
    position: relative;
}
.zy_banner .pic {
    height: 250px;
    overflow: hidden;
}
.zy_banner .pic img {
    display: block;
    width: 1920px;
    height: 250px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.zy_banner .banner_title {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
}
.zy_banner .banner_title span {
    display: inline-block;
    width: 160px;
    height: 1px;
    border-top:#fff solid 1px;
}
.zy_banner .banner_title h1 {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin:0 24px;
}
/*zy_contentbox*/
 .zy_contentbox {
     border-top: 1px solid #dcdcdc ;
}
.zy_content {
    min-height: 770px;
}
/*注册*/
 .zy_formbox {
    margin-top: 50px;
}
.zy_formbox .left {
    float: left;
    width: 790px;
    padding: 0 40px 0 80px;
    border-right: #bbb solid 1px;
}
.zy_formbox .right {
    float: left;
    width: 280px;
}
.zy_formbox .right h2 {
    margin-left: 40px;
    margin-top: 70px;
}
.zy_formbox .right h2 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 4px;
}
.zy_formbox .right h2 a {
    font-size: 18px;
    color: #faa528;
    font-weight: bold;
    cursor: pointer;
}
.zy_formbox .right h2 a:hover {
    text-decoration: underline;
}
.zy_formbox .left .txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}
.zy_formbox .left .txt p a {
    color: #f00;
}
.zy_formbox .left form {
    position: relative;
}
.zy_formbox .left form>div {
    margin-bottom: 16px;
}
.zy_formbox .left form>div>p {
    color: #666;
}
.zy_formbox .left form>div>p b {
    color: #f00;
    font-size: 12px;
    margin-right: 3px;
}
.zy_formbox .left form>div>p>a {
    color: #f00;
}
.zy_formbox .left form>div>p>a:hover {
    text-decoration: underline;
}
.zy_formbox .left form>div input {
    width: 380px;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    border:#bbb solid 1px;
    border-radius: 5px;
    font-size: 16px;
    font-family:"微软雅黑";
    color: #666;
    margin-top: 5px;
    background-color: #fff;
}
.zy_formbox .left form>div input[type="checkbox"] {
    float: left;
    margin:4px 5px 0 0;
    width: 14px;
    height: 14px;
}
.zy_formbox .left form>div input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
.zy_formbox .left form>div label {
    margin:6px 16px 0 8px;
    display: inline-block;
    color: #666;
}
.zy_formbox .left form>div select {
    width: 120px;
    height: 40px;
    border:#bbb solid 1px;
    font-size: 16px;
    color: #666;
    font-family:"微软雅黑";
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}
.zy_formbox .left form>div textarea {
    width: 760px;
    height: 140px;
    border:#bbb solid 1px;
    border-radius: 5px;
    font-size: 16px;
    font-family:"微软雅黑";
    padding: 10px;
    color: #666;
    background-color: #fff;
    margin-top: 5px;
}
.zy_formbox .left form>div input:focus, .zy_formbox .left form>div textarea:focus {
    border-color: #faa528;
    box-shadow: 0 0 7px rgba(250, 165, 40, .5);
}
.zy_formbox .left form>div input[type="radio"]:focus, .zy_formbox .left form>div input[type="checkbox"]:focus {
    box-shadow: none;
}
.zy_formbox .left form>div.yzm {
    position: relative;
}
.zy_formbox .left form>div.yzm label {
    position: absolute;
    left: 270px;
    top:24px;
    width: 120px;
    height: 38px;
    overflow: hidden;
    border-radius: 3px;
}
.zy_formbox .left form>div.yzm label img {
    display: block;
    width: 120px;
    height: 38px;
}
.zy_formbox .left form>div.btn {
    margin-top: 30px;
}
.zy_formbox .left form>div.btn button {
    border-radius: 5px;
    width: 160px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    font-family:"微软雅黑";
    color: #fff;
    background-color: #bbb;
    cursor: pointer;
    transition: all .2s;
}
.zy_formbox .left form>div.btn button:first-child {
    color: #faa528;
    background-color: #333;
    margin-right: 15px;
}
.zy_formbox .left form>div.btn button:hover {
    text-indent: .5em;
}
.zy_formbox .left form>div.headpic {
    position: absolute;
    right: 30px;
    top: 16px;
    width: 210px;
}
.zy_formbox .left form>div.headpic i {
    width: 150px;
    height: 200px;
    display: block;
    background-color: #ccc;
    margin-bottom: 8px;
}
.zy_formbox .left form>div.headpic i img {
    display: block;
    width: 150px;
    height: 200px;
}
.zy_formbox .left form>div.headpic label {
    position: relative;
    width: 150px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: bottom;
    margin:0;
    font-size: 16px;
    color: #faa528;
    background-color: #333;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}
.zy_formbox .left form>div.headpic label input {
    width: 150px;
    height:60px;
    position: absolute;
    top: -30px;
    left: 0;
    opacity:0;
    cursor: pointer;
    line-height: 0;
    padding: 0;
}
.zy_formbox .left form>div.headpic p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
/*子页标题*/
 .zy_title {
    border-bottom: #dcdcdc solid 1px;
    padding:20px 0;
     margin-bottom: 20px;
}
.zy_title h1 {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #003b7d;
}
.zy_title h1 img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}
.zy_title ul {
    float: right;
    overflow: hidden;
}
.zy_title ul li {
    float: left;
    /*background:url(../images/zy_nav_bg.png) no-repeat center center;*/
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 20px;
}
.zy_title ul li a {
    color: #1b93cf;
    display: block;
    background: #e9f6fe;
    border-radius: 25px;
}
.zy_title ul li.cur a {
    color: #fff;
    background: #003b7d;
}
.zy_title ul li a:hover {
    color: #fff;
    background: #0f7fbf;
}
/*会员中心*/
 .zy_vipcenter {
    margin-top: 30px;
}
.zy_vipcenter .right h2 {
    margin-top: 10px;
}
/*在线报名*/
 .zy_zxbm .left form>div.sfz input {
    width: auto;
    padding: 0;
    line-height: 0;
    height: auto;
    border:0;
    background: none;
    margin-top: 10px;
}
/*在线查询*/
 .zy_zxcxbox {
}
.zy_zxcxbox .tit {
    border-bottom: #bbb solid 1px;
    text-align: center;
    margin:20px 0;
}
.zy_zxcxbox .tit a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    color: #666;
    margin-bottom: -2px;
}
.zy_zxcxbox .tit a.cur {
    color: #faa528;
    border-bottom:#faa528 3px solid;
    font-weight: bold;
}
.zy_zxcxbox .tit a:hover {
    font-weight: bold;
    color: #faa528;
}
.zy_zxcxbox .cxbox {
    margin:40px 0;
}
.zy_zxcxbox .cxbox form {
    text-align: center;
}
.zy_zxcxbox .cxbox form label {
    margin:0 10px;
}
.zy_zxcxbox .cxbox form label span {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}
.zy_zxcxbox .cxbox form label span b {
    font-size: 12px;
    color: #f00;
}
.zy_zxcxbox .cxbox form label input {
    width: 300px;
    padding: 0 10px;
    height: 44px;
    border-radius: 5px;
    border:#bbb solid 1px;
    font-size: 16px;
    color: #666;
    font-family:"微软雅黑";
    line-height: 44px;
    background-color: #fff;
}
.zy_zxcxbox .cxbox form button {
    font-size: 16px;
    color: #faa528;
    font-weight: bold;
    width: 100px;
    height: 46px;
    background-color: #333;
    border-radius: 5px;
    font-family:"微软雅黑";
    cursor: pointer;
}
.zy_zxcxbox .cxbox form label input:focus {
    border-color: #faa528;
    box-shadow: 0 0 5px rgba(250, 165, 40, .5)
}
.zy_zxcxbox .cxbox form button:hover {
    background-color: #faa528;
    color: #fff;
}
.resultbox .result {
    font-size: 16px;
}
.resultbox .result b {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    display: inline-block;
}
.resultbox .result p {
    display: inline-block;
    color: #f00;
    max-width: 1100px;
    vertical-align: top;
    line-height: 30px;
}
.resultbox .tablebox {
    background-color: #fff;
    width: 1000px;
    margin:0 auto;
    margin-top: 60px;
}
.resultbox .tablebox h1 {
    text-align: center;
    font-size: 30px;
    color: #666;
}
.resultbox .tablebox table {
    margin:0 auto;
}
.resultbox .tablebox table td.tb_bg {
    background-color: #f5f5f5;
    text-align: center;
    width: 140px;
}
.tablebox .btn {
    text-align: center;
    padding: 20px 0 40px;
}
.tablebox .btn * {
    background-color: #333;
    font-size: 18px;
    color: #faa528;
    font-family:"微软雅黑";
    display: inline-block;
    width: 240px;
    height: 48px;
    border-radius: 5px;
    line-height: 48px;
    margin:0 16px;
    cursor: pointer;
}
.tablebox .btn *:hover {
    background-color: #faa528;
    color: #fff;
}
/*当前位置*/
 .weizhi {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.weizhi i {
    display: inline-block;
    vertical-align: middle;
}
.weizhi i img {
    display: block;
}
.weizhi p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}
.weizhi p a {
    color: #fff;
}
.weizhi p span {
    color: #32b6ac;
}
.weizhi p a:hover {
    color: #32b6ac;
}
/*关于我们*/
 .zy_about h1 {
    text-align: center;
    color: #333;
    font-size: 30px;
    margin:40px 0;
    position: relative;
}
.zy_about h1 i {
    position: absolute;
    width: 90px;
    height: 3px;
    left: 50%;
    margin-left: -45px;
    background-color: #003b7d;
    bottom: -10px;
}
.zy_about .txt {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}
.zy_about .txt p {
    margin:20px 0;
}
.zy_about .txt h2 {
    text-align: center;
    line-height: 24px;
}
.zy_about .txt h2 img {
    display: block;
    max-width: 900px;
    margin:0 auto;
}
.zy_about .txt h2 span {
    font-size: 14px;
    color: #999;
}
.zy_about .btn {
    margin-top: 40px;
    padding-bottom: 10px;
    width: 1000px;
}
.zy_about .btn button {
    width: 150px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background-color: #8eb8ea;
    font-family:"微软雅黑";
    margin-left: 25px;
    cursor: pointer;
}
.zy_about .btn button:hover {
    background-color: #32b6ac;
}
/*钢琴比赛*/
 .zy_bisai ul {
    margin-top: 40px;
}
.zy_bisai ul li {
    border-bottom: #999 solid 1px;
    padding-bottom: 20px;
    margin:20px 0;
}
.zy_bisai ul li a {
    display: block;
    overflow: hidden;
}
.zy_bisai ul li i {
    float: left;
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.zy_bisai ul li i img {
    display: block;
    width: 180px;
    height: 120px;
    transform: scale(1, 1);
    transition: transform .2s;
}
.zy_bisai ul li div {
    float: right;
    width: 1000px;
    height: 120px;
    overflow: hidden;
}
.zy_bisai ul li div h2 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zy_bisai ul li div p {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:12px 0 14px;
    height: 46px;
}
.zy_bisai ul li div span {
    font-size: 14px;
    color: #aaa;
}
.zy_bisai ul li:hover {
    border-color: #faa528;
}
.zy_bisai ul li:hover h2 {
    color: #faa528;
}
.zy_bisai ul li:hover img {
    transform: scale(1.05, 1.05);
}
/***翻页样式**/
 .fanye {
    text-align:center;
    margin:50px 0 20px 0;
}
.fanye a {
    border:#bbb solid 1px;
    padding:0px 15px;
    font-size:16px;
    color:#666;
    line-height: 36px;
    display: inline-block;
    border-radius: 5px;
    margin:0 1px;
}
.fanye span a {
    margin: 0 2px;
    padding:0 20px;
}
.fanye span .current {
    color:#faa528;
    background-color:#333;
    border:#333 solid 1px;
}
.fanye a:hover {
    color:#faa528;
    background-color:#333;
    border:#333 solid 1px;
}
/*比赛花絮-视频节目*/
 .zy_bisai_hx {
    margin-top: 30px;
}
.zy_bisai_hx ul {
    overflow:hidden;
    zoom:1;
    width: 1218px;
    margin-left: -6px;
}
.zy_bisai_hx ul li {
    margin:7px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    width: 390px;
}
.zy_bisai_hx ul li span {
    display: block;
    width: 390px;
    height: 260px;
    background-color: #000;
    position: relative;
}
.zy_bisai_hx ul li span img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.zy_bisai_hx ul li h2 {
    font-size: 18px;
    color: #333;
    height: 56px;
    line-height: 56px;
    transition: all .2s;
    background-color: #fff;
    padding:0 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: #333 solid 1px;
}
.zy_bisai_hx ul li span i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    background: url(../images/play_btn.png) no-repeat center center;
}
.zy_bisai_hx ul li:hover h2 {
    background-color: #333;
    color: #faa528;
}
.zy_bisai_hx ul li:hover span img {
    opacity: .8;
}
/*新闻详情公告详情*/
 .xq_title {
    margin:50px 0;
}
.xq_title h1 {
    font-size: 30px;
    color: #333;
    line-height: 48px;
}
.xq_title p {
    font-size: 14px;
    color: #999;
    margin-top: 32px;
}
.xq_title p:before {
    content:"———";
    color: #999;
}
.xq_title p span {
    display: inline-block;
    margin:0 8px;
}
.news_xqbox .txt {
    line-height: 36px;
    color: #666;
    font-size: 16px;
}
.news_xqbox .txt * {
    margin:20px 0;
}
.zy_share {
    border-top: #faa528 solid 2px;
    position: relative;
    padding-top: 12px;
    overflow: hidden;
    margin-top: 50px;
}
.zy_share i {
    position: absolute;
    height: 3px;
    width: 80px;
    left: 0;
    top: -2px;
    background-color: #faa528;
}
.zy_share>div span {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.zy_share h2 {
    float: left;
}
.zy_share h2 p {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 32px;
}
.zy_share h2 p a {
    color: #666;
    display: inline-block;
    font-weight: normal;
}
.zy_share h2 p a:hover {
    color: #faa528;
}
.zy_share .jiathis_style_24x24 {
    float: right;
}
/*学会公告*/
 .zy_xhgg ul {
    margin-top: 16px;
}
.zy_xhgg ul li {
    border-bottom: dashed #ccc 1px;
    line-height: 64px;
}
.zy_xhgg ul li a {
    display: inline-block;
    width: 660px;
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.zy_xhgg ul li span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-left: 130px;
    vertical-align: middle;
}
.zy_xhgg ul li a:hover {
    color: #faa528;
}
.zy_xhgg ul li:hover {
    border-color: #faa528;
}
.zy_xhgg .fanye {
    text-align: left;
}
/*比赛花絮详情*/
 .pikachoose {
    margin-bottom: 60px;
    width:1130px;
    position:relative;
}
/* The stage is the wrapper. The image fills 100% the height of the stage */
 .pika-stage {
    position: relative;
    background: #fafafa;
    width: 900px;
    text-align:center;
    height:600px;
}
.pika-stage img {
    width:900px;
    height: 600px;
}
.pika-stage .caption {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}
/* Ths play, pause, prev and next buttons */
 .pika-imgnav a {
    position: absolute;
    display: block;
    z-index:3;
}
.pika-imgnav a.previous {
    background: url(../images/jt_left.png) no-repeat center center;
    height: 80px;
    width: 40px;
    top: 40%;
    left: 0;
    cursor:pointer;
}
.pika-imgnav a.next {
    background: url(../images/jt_right.png) no-repeat center center;
    height: 80px;
    width: 40px;
    top: 40%;
    right: 0;
    cursor:pointer;
}
.pika-imgnav a:hover {
    background-color: rgba(0, 0, 0, .7);
}
/* The previous and next textual buttons */
 .pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
    bottom:10px;
    position:absolute;
    display: none;
}
.pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 4px;
}
.pika-textnav a.previous {
    float: left;
    width: auto;
    display: block;
}
.pika-textnav a.next {
    float: right;
    width: auto;
    display: block;
}
/*for the tool tips*/
 .pika-tooltip {
    font-size:12px;
    position:absolute;
    color:white;
    padding:3px;
    background-color: rgba(0, 0, 0, 0.7);
    border:3px solid black;
}
.pika-counter {
    position: absolute;
    bottom: 45px;
    left:15px;
    color:white;
    background:rgba(0, 0, 0, 0.7);
    font-size:11px;
    padding:3px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */

/* Style the thumbnails */
 .pika-thumbs li {
    padding: 0;
    overflow: hidden;
    width: 210px;
    height:140px;
    border:transparent solid 2px;
    float: left;
    list-style-type: none;
    background: #fafafa;
    cursor: pointer;
}
.pika-thumbs li .clip {
    position:relative;
    height:100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.pika-thumbs li .clip img {
    display: block;
    width: 210px;
    height:140px;
    opacity: 1 !important;
}
.pika-thumbs li.active {
    border:#faa528 solid 2px;
}
/* jCarousel Styles */

/*if you're not using the carousel you can delete everything below this */
 .jcarousel-skin-pika {
    position:absolute;
    top:0px;
    right:0;
}
.jcarousel-skin-pika .jcarousel-container-vertical {
    width: 214px;
    height: 600px;
    overflow:hidden;
}
.jcarousel-skin-pika .jcarousel-clip-vertical {
    width: 214px;
    height: 600px;
}
.jcarousel-skin-pika .jcarousel-item-vertical {
    margin-bottom: 8px;
}
/*比赛视频详情*/
 .news_xqbox .video_xq video {
    width: 900px;
    height: 600px;
    background: #111;
}
/*会员风采*/
 .zy_vipshow ul {
    overflow: hidden;
    width: 1220px;
    margin-left: -8px;
    margin-top: 30px;
}
.zy_vipshow ul li {
    float: left;
    border:transparent solid 1px;
    background-color: #fff;
    transition:all .2s;
    margin:10px 8px 0;
}
.zy_vipshow ul li>a {
    display: block;
    overflow: hidden;
}
.zy_vipshow ul li .pic {
    float: left;
    width: 240px;
    height: 290px;
    overflow: hidden;
}
.zy_vipshow ul li .pic img {
    display: block;
    width: 240px;
    height: 290px;
    transform: scale(1.0, 1.0);
    transition:transform .7s;
}
.zy_vipshow ul li .txt {
    float: left;
    width: 306px;
    height: 290px;
    padding:0 22px;
}
.zy_vipshow ul li .txt h2 {
    font-size: 20px;
    color: #333;
    position: relative;
    border-bottom: #333 solid 2px;
    display: inline-block;
    line-height: 30px;
    margin-top: 24px;
    transition: all .3s;
}
.zy_vipshow ul li .txt h2 span {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 10px;
}
.zy_vipshow ul li .txt h2 i {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #faa528;
    left: 0;
    bottom: -2px;
    transition: width .3s;
}
.zy_vipshow ul li .txt h3 {
    color: #666;
    font-size: 18px;
    margin: 18px 0;
}
.zy_vipshow ul li .txt p {
    color: #666;
    font-size: 16px;
    margin:26px 0;
}
.zy_vipshow ul li .txt p span {
    display: block;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.zy_vipshow ul li:hover {
    border-color: #faa528;
    background-color: #fafafa;
}
.zy_vipshow ul li:hover h2 {
    color: #faa528;
}
.zy_vipshow ul li:hover h2 i {
    width: 100%;
}
.zy_vipshow ul li:hover .pic img {
    transform: scale(1.05, 1.05);
}
/*会员风采详情*/
 .zy_vipshow_xq {
    position: relative;
    margin-top: 50px;
}
.zy_vipshow_xq i {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 386px;
}
.zy_vipshow_xq i img {
    display: block;
    width: 320px;
    height: 386px;
}
.zy_vipshow_xq .txt {
    margin-left: 180px;
}
.zy_vipshow_xq .txt dl {
    padding-left: 180px;
}
.zy_vipshow_xq .txt dl dt {
    font-size: 24px;
    color: #333;
    display: inline-block;
    border-bottom: #333 solid 2px;
    line-height: 44px;
}
.zy_vipshow_xq .txt dl dt span {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-left: 20px;
}
.zy_vipshow_xq .txt dl dd {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}
.zy_vipshow_xq .txt .text {
    background-color: #efece8;
    margin-top: 20px;
    min-height: 240px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding:25px 36px 25px 180px;
}
.zy_vipshow_xq .zy_share {
    margin-top: 0;
}
/*在线留言*/
 .zy_message {
    margin-top: 40px;
    width: 1200px;
}
.zy_message form {
    padding:50px 70px;
    border:#ccc solid 1px;
}
.zy_message form p {
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}
.zy_message form p a {
    color: red;
}
.zy_message form>div {
    margin-top: 24px;
}
.zy_message form>div span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    width: 100px;
    text-align: right;
    margin-left: -20px;
    margin-right: 5px;
    line-height: 48px;
}
.zy_message form>div span i {
    color: red;
    font-style:normal;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}
.zy_message form>div input {
    border:#ddd solid 1px;
    width: 420px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    padding:0 12px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    font-family:"微软雅黑";
}
.zy_message .upload-btn{
	width:445px;
}
.zy_message form>div.txt span {
    vertical-align: top;
}
.zy_message form>div textarea {
    width: 680px;
    height: 200px;
    border:#ddd solid 1px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    padding:10px;
    color: #666;
    background-color: rgba(200, 200, 200, .1);
    background-color: #fff;
    font-family:"微软雅黑";
}
.zy_message form>div.yzm input {
    width: 150px;
    vertical-align: middle;
}
.zy_message form>div.yzm label {
    width: 120px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    border:#ddd solid 1px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
}
.zy_message form>div.yzm label img {
    width: 120px;
    height: 46px;
}
.zy_message form>div input:focus, .zy_message form>div textarea:focus {
    border-color: #faa528;
    box-shadow: 0 0 6px #faa528;
}
.zy_message form .btn {
    margin-top: 40px;
    padding-bottom: 10px;
    width: 1000px;
}
.zy_message form .btn button {
    width: 150px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    background-color: #d5d5d5;
    font-family:"微软雅黑";
    margin-left: 25px;
    cursor: pointer;
    transition: all .2s;
}
.zy_message form .btn button:first-child {
    background-color: #8eb8ea;
    margin-left: 90px;
    color: #ffffff;
}
.zy_message form .btn button:hover {
    background-color: #32b6ac;
}
/*联系我们*/
 .zy_contact {
    overflow: hidden;
    margin-top: 40px;
}
.zy_contact .map {
    float: left;
    width: 740px;
    height: 500px;
    border:#ddd solid 1px;
}
.iw_poi_title {
    color:#111;
    font-size:16px;
    font-weight:bold;
    overflow:hidden;
    padding-right:13px;
    white-space:nowrap
}
.iw_poi_content {
    font:12px arial, sans-serif;
    overflow:visible;
    padding-top:4px;
    white-space:-moz-pre-wrap;
    word-wrap:break-word
}
.zy_contact .right {
    float: left;
    margin-left: 40px;
}
.zy_contact .right h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    margin-top: 10px;
}
.zy_contact .right h1 i {
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 72px;
    background-color: #faa528;
}
.zy_contact .right dl dd {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}
.zy_contact .right h3 {
    margin-top: 40px;
}
.zy_contact .right h3 img {
    display: block;
    width: 178px;
    height: 178px;
    border:#ddd solid 1px;
}
.zy_contact .right h3 p {
    font-size: 16px;
    color: #666;
    text-align: center;
    width: 180px;
    margin-top: 4px;
}