.new-bg {display: block;background: #f9f9f9 url("/static/img/newbg.png") no-repeat;background-size: cover;background-position: 0ch;width: 100%;min-height: 680px;}
.title-wz {display: block;width: 100%;max-width: 1600px;margin: 0 auto;height: 680px;line-height: 680px;padding-left: 5%;}
.title-wz img {vertical-align: middle;}
.yyMain{padding: 25px 0 86px;background: #eaeff6;}
.yyMain .tit{text-align: center;margin-bottom: 50px;}
.yyMain .tit h3{font-size: 28px;color: #2d2d2d;line-height: 36px;margin: 0 0 10px;font-weight: bold;}
.yyMain .tit p{font-size: 20px;color: #333333;line-height: 36px;}
.yyMain .lable{display: flex;justify-content: space-between;flex-wrap: wrap;}
.yyMain .lable .lable2{width: 44%;display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;}
.yyMain .lable span{font-size: 22px;color: #242424;display: block;width: 134px;}
.yyMain .lable .input,.yyMain .lable .selectBox{width: calc(100% - 134px);position: relative;}
.yyMain .lable input{ width: 100%; height: 42px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #2d2d2d;padding: 0 18px;font-size: 20px;color: #242424;line-height: 42px;background: transparent;}
.yyMain .lable .selectBox{display: flex;justify-content: space-between;}
.yyMain .lable .select{width: 46%;position: relative;}
.yyMain .lable select{ width: 100%; height: 42px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #2d2d2d;padding: 0 18px;font-size: 20px;color: #242424;line-height: 42px;-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background: transparent;}
.yyMain .lable .jeinput{width: 100%; height: 42px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #2d2d2d;padding: 0 18px;font-size: 20px;color: #242424;line-height: 42px;-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; background: transparent;}
.yyMain .lable .xl{display: block;width: 16px;height: 8px;position: absolute;right: 16px;top: 50%;margin-top: -4px;}
.yyMain .tj{ width: 268px; height: 50px; font-size: 20px; color: #2d2d2d; line-height: 50px; text-align: center; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #2d2d2d; background: transparent; margin: 36px auto; display: block; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.yyMain .tj:hover{background: #2d2d2d;color: #ffffff;}


.tcBox {width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: fixed;top: 0;left: 0;z-index: 999;display: none;}
.tcBox .box {position: absolute;border-radius:5px ; -webkit-border-radius:5px ; -moz-border-radius:5px ; -ms-border-radius:5px ; -o-border-radius:5px ; background: #ffffff; max-width: 90%; font-size: 16px; color: #333333; line-height: 50px; padding: 0 30px; text-align: center; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);z-index: 999; }
.tcBox .box .text {display: block;text-align: center;}
