*{
    padding: 0;
    margin: 0;
}
img{
    vertical-align: top;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
.l{
    float: left;
}
.r{
    float: right;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    color: #1f6cc3;
    cursor: pointer;
}
p{
    margin: 0;
}
h1,h2,h3{
    margin: 0;
}
.bgo{
    color: #fff;
    background-color: #f7aa2b;
}
.bo{
    border-color: #f7aa2b;
}
.red{
    color: red;
}
.dezhu-pxt input {
    width:100%;
}


 /*·ÖÒ³*/
.webdiyerCss{clear:left;padding: 30px 0;width:100%;text-align:center;}
.webdiyerCss a,.webdiyerCss a:link,.webdiyerCss .redcss {/*float:left;*/ padding:6px 10px; margin:0 3px;}
.webdiyerCss input{ height: 31px;margin: -2px 2px 0 -10px;padding: 7px 2px;text-align: center; *margin-left:1px;display:none;}
.webdiyerCss .page_go{display:inline-block;padding:5px 12px;height:31px;margin-left:5px;*height:32px;display:none;}
.webdiyerCss input,.webdiyerCss a,.webdiyerCss a:link{color:#333;background:#fff; border: 1px solid #ccc;border-radius:3px; }
.webdiyerCss .redcss,.webdiyerCss .page_go {font-weight: bold;   background: #f7aa2b; border:1px solid #f7aa2b; color: #fff;border-radius:3px;}
.webdiyerCss a:hover,.webdiyerCss .page_go:hover {background:#f7aa2b;border:1px solid #f7aa2b;color:#fff;}
.webdiyerCss a{*margin-bottom:10px; _margin-bottom:10px;}
/*========== nav ==========*/

/* µ¯´° */
.bx-popup{
    /*display: block;*/
     display:none 
}
.bx-popup-nr{
    width: 300px;
    padding-bottom: 40px !important;
    position: relative;
    overflow: hidden;
}
.form{
    padding: 0 20px;
}
.form-lines{
    height: 40px;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid #666;
    margin-bottom: 10px;
    position: relative;
}
.form-lines.bgo{
    border: none;
}
.form-lines i{
    position: absolute;
    top: 4px;
    left: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eee;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.form-lines.ma button,
.form-lines.bgo button{
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
}
.form-lines.ma{
    position: relative;
    overflow: hidden;
}
.form-lines.ma button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #f7aa2b;
    border-radius: 18px;
}
.form-lines.ma input{
    width: 60%;
}
.bx-popup .form1 input[type=text]{
    outline: none;
    height: 100%;
    border: none;
    padding-left: 30px;
}
.bx-popup-nr .bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 40px;
    overflow: hidden;
}
.bottom button{
    width: 50%;
    outline: none;
    border: none;
    float: left;
    background: transparent;
    background: rgba(247,170,43,.2);
    /* border: 1px solid #f7aa2b; */
}
.bottom button.active{
    color: #fff;
    background-color: #f7aa2b;
}

/* header */
.header{
    /*background: #76b5fb url(../images/banner.png) bottom center no-repeat;
    background-size: cover;*/
    color: #fff;
    width:100%;
    height: 400px;
    position:relative;
}
.banimg-box {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    left:0;
    top:0;
}
.banimg-box .ban-img {
    display:block;
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    top:0;
    max-width:none;
    margin-left: -960px;
}
.hamburger .line{
    background: #fff;
}
.bx-nav-tow .bx-logo{
    height: 50px;
}
.bx-nav-tow .bx-nav ul{
    overflow: hidden;
}
.bx-nav-tow .bx-nav ul li{
    line-height: 30px;
    padding: 10px;
    text-align: center;
}
.bx-nav-tow .bx-nav ul li a{
    color: #fff;
    padding: 0 15px;
    border-radius: 15px;
}
.bx-nav-tow .bx-nav ul li a:hover{
    background: #0078ff;
}
.bx-nav-tow .bx-nav ul li i{
    position: relative;
    display: inline-block;
    width: 10px;
    top: -13px;
    right: -5px;
}
.bx-nav-tow .bx-nav ul li i::before{
    position: absolute;
    top: 0;
    left: 0;
    line-height: .8;

}
/* header end */

/* banner */
.banner{
}
.banner .title{
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0,120,255,.7);
    /* background: red; */
    padding: 20px 0;
    position: absolute;
    /* left: 12.5%; */
    left: 0;
    right: 0;
    top: 120px;
}
.banner .title h2{
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}
.title-line{
    text-align: center
}
.title-line span:nth-of-type(odd){
    display: inline-block;
    width: 21%;
    padding: 0 6px;
    height: 1px;
    background: #fff;
    background-clip: content-box;
    vertical-align: middle;
    box-sizing: border-box;
}
.title-line span:nth-of-type(2){
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    max-width: 50%;
}

/* form */
.form{
    position: absolute;
    text-align: center;
    padding: 30px;
    width: 1200px;
    left: 0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top: 340px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0,120,255,.3) 0 0 80px;
    font-size: 18px;
}
.form .form-line{
    display: inline-block;
    vertical-align: top;
}
.form-line .form-label{
    display: inline-block;
    width: 90px;
    text-align: right;
}
.form .form-control{
    display: inline-block;
    width: 190px;
    margin-right: 30px;
    height: 50px;
    background:#fff;
    cursor:pointer;
}
.form .form-control option{
    height: 50px;
}
.btn{
    text-shadow: none;
    font-size: 16px;
    line-height: 40px;
    width: 130px;
    box-sizing: border-box;
}
p.tip{
    text-align: left;
    font-size: 14px;
    line-height:18px;
    color: #999;
    padding-top: 12px;
    padding-left: 90px;
}

.xzhen-box {
    width:80%;
    position: absolute;
    z-index: 99;
    top: 110px;
    left: 10%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
    display:none;
}
.xzhen-box:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 25%;
    top: -8px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ccc transparent;
}
.xzhen-box:after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    left: 25%;
    top: -7px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
}
.xzhen-box div em {
    cursor: pointer;
    font-style: normal;
    display: block;
    float:left;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    margin: 0 6px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}
.xzhen-box div em:hover {
    color:#333;
}

.city-pu, .hang-pu,.font-pu {
    font-size: 14px;
    color:#999;
}
.hang-box {
    width:80%;
    position: absolute;
    z-index: 99;
    top: 110px;
    left: 10%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 10px 0;
    border-radius: 7px;
    display:none;
}
.hang-box:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 60%;
    top: -8px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #ccc transparent;
}
.hang-box:after {
    position: absolute;
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    left: 60%;
    top: -7px;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
}
.hang-box dl {
    margin-bottom: 8px;
    text-align: left;
}
.hang-box dt {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    height: 24px;
    background-color: #F5F5F5;
    color: #999999;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 14px;
}
.hang-box em {
    cursor: pointer;
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: auto;
    height: 24px;
    padding: 0;
    margin: 0 3px;
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #999999;
}
.hang-box em:hover {
    color:#333;
}
/* form end */

/* banner end */


/* title */

.content .title h3{
    text-align: center;
    font-size: 24px;
    line-height: 100px;
    font-weight: bold;
}
.content .title h3 span::before,.content .title h3 span::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 27px;
    background: url(../images/title-border.png) no-repeat left center;
    background-size: cover;
    vertical-align: middle;
    margin: 10px;
}
.content .title h3 span::after{
    background-position: right center;
}
/* title end */

/* content */
/* attention */
.attention{
    background: #eaf4ff;
    padding: 110px 0 35px;
}
.attention-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.attention-list li{
    width: 22%;
    height: 260px;
    padding: 1.2em;
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,120,255,.2);
}
.attention-list img{
    max-width: 80%;
}
.attention-list li h4{
    font-weight: bold;
    font-size: 16px;
}
.attention-list li span{
    display: inline-block;
    width: 3.8em;
    height: 1px;
    background: #e6e6e6;
}
.attention-list li p{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-top:10px;
}
/* attention end */


/* footer */
.footer{
    color: #fff;
    text-align: center;
    background: #102a48;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #76b5fb;
}
.footer .top{
    padding: 25px 30px;
    overflow: hidden;
    border-bottom: 1px solid  #fff;
    border-image: linear-gradient( to right, #102a48, #fff, #102a48) 1;
}
.footer .top div{
    height: 100%;
}
.footer .top .contact{
    padding: 0 50px;
    text-align: left;
}
.footer .top .yj-logo{
    padding-top:10px;
    max-width:140px;
    margin-left:15px;
}
.footer .top .yj-ewm{
    width:100px;
}
.footer .top .contact p{
    line-height: 35px;
    font-size: 14px;
}
.footer .top .contact span{
    font-size: 16px;
}
.footer .top .friend{
    padding: 0 15px;
    text-align: left;
}
.footer .top .friend p{
    line-height: 35px;
}
.footer .top .friend a{
    padding: 0 8px;
}
.footer > .yejiao{
    line-height: 65px;
}
/* footer end */



.head-tel {
    width:auto;
    height:30px;
    float:right;
    margin-top:17px;
    display:none;
}
.head-tel span {
    display:block;
    float:left;
    line-height:30px!important;    
    font-size:22px!important;
    margin-right:10px;
}
.head-tel p {
    width:auto;
    height:100%;
    float:left;
    line-height:30px;
    font-size:16px;
    color:#fff;
    margin-right:20px;
}
.head-tel p a {
    color:#fff;
}

.yd-foot {
    width:100%;
    height:60px;
    position:fixed;
    left:0;
    bottom:0;
    z-index:90;
    background-color: #fff;
    box-shadow: #ccc 0 0 5px;
    padding:5px 10px;
    display:none;
}
.ydfot-ul {
    width:100%;
    height:100%;
}
.ydfot-ul li {
    width:33.333333%;
    height:100%;
    float:left;
    position:relative;
}
.ydfot-ul li .yfnav-a {
    display:block;
    width:100%;
    height:100%;
    background:url(../images/foots_01.png) no-repeat center 5px;
    background-size:20px 20px;
    padding-top:30px;
}
.ydfot-ul li .yfnav-a p {
    width:100%;
    line-height:20px;
    font-size:14px;
    color:#666;
    text-align:center;
}
    .ydfot-ul li:nth-child(2) .yfnav-a {
        background-image:url(../images/foots_02.png);
    }
    .ydfot-ul li:nth-child(3) .yfnav-a {
        background-image:url(../images/foots_04.png);
    }
.ydfot-item {
    width:100%;
    height:auto;
    position:absolute;
    left:0;
    bottom:65px;
    background:#fff;
    box-shadow: #ccc 0 0 5px;
    display:none;
}
.ydfot-item a {
    display:block;
    width:100%;
    height:40px;
    padding-left:40px;
    background:url(../images/foots_05.png) no-repeat 10px center;
    background-size:20px 20px;
    line-height:40px;
    font-size:14px;
    color:#666;
}
.ydfot-item a:nth-child(2) {
    background-image:url(../images/foots_06.png);
}
.ydfot-item a:nth-child(3) {
    background-image:url(../images/foots_08.png);
}
.ydfot-pad {
    width:100%;
    height:60px;
    display:none;
}





@media screen and (max-width:1210px) {
    .hang-box {
        top:190px;
    }
    .xzhen-box {
        top:100px;
    }
    .xzhen-box:before, .xzhen-box:after, .hang-box:before, .hang-box:after {
        left:50%;
    }
    .w{
        width: 1000px;
    }
    .bx-nav-tow .bx-nav ul li{
        padding: 10px 0;
    }
    .form{
        width: 500px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .form .form-line{
        padding-bottom: 20px;
        display: block;
    }
    .content .title h3{
        font-size: 16px;
    }
    .footer .top .contact{
        padding: 0 15px;
    }
}
@media screen and (max-width:1024px) {
    .w{
        width: auto;
        /* min-width: 350px; */
    }
    .header .w {
        width: auto !important;
    }
    .banner .title h2{
        font-size: 26px;
    }
    .title-line span:nth-of-type(2){
        font-size: 18px;
    }
    .footer .top{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .bx-nav-tow .bx-nav ul li{
        background: #76b5fb url(../images/banner.png) top center no-repeat;
        background-size: auto 400px;
    }
    .head-tel,.ydfot-pad,.yd-foot {
        display:block;
    }
}
@media screen and (max-width:590px) {
    .w{
        width: auto;
        /* min-width: 350px; */
    }
    .header .w {
        width: auto !important;
    }
    .bx-nav-tow .bx-nav ul li{
        background: #76b5fb;
    }
    .bx-nav-tow .bx-logo img{
        max-height: 30px;
    }
    .hamburger{
        margin-top: 11px;
    }
    .banner .title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .title-line span:nth-of-type(2){
        font-size: 14px;
        line-height: 20px;
    }
    /* form */
    .form{
        width: 75%;
        padding: 20px;
        padding-left: 6%;
    }
    .form .form-control{
        width: 150px;
    }
    /* footer */
    .footer > .yejiao{
        font-size: 12px;
        line-height: 32px;
    }
    .head-tel {
        margin-top:10px;
    }





}
@media screen and (max-width:490px){
    .hang-box {
        width:90%;
        left:5%;
        top:140px;
        padding:5px 5px 0;
    }
    .xzhen-box {
        width:90%;
        left:5%;
        top:65px;
        padding:5px;
    }
    .hang-box dl,.hang-box dt,.hang-box em {
        margin-bottom:4px;
    }

    /* header */
    .header{
        height: 300px;
    }
    .header .w {
        width: auto !important;
    }
    /* title */
    .banner .title{
        width: 86%;
        /* left: 7%; */
        top: 80px;
    }
    .banner .title h2{
        font-size: 17px;
    }
    .title-line span:nth-of-type(2){
        max-width: 70%;
        font-size: 14px;
        line-height: 20px;
    }
    .title-line span:nth-of-type(odd){
        padding: 0;
        width: 10%;
    }
    /* form */
    .form{
        width: 90%;
        top: 220px;
        font-size: 14px;
        padding: 20px;
    }
    .form .form-label{
        width: 80px;
        text-align: left;
        /* display: inline; */
    }
    .form .form-control{
        width: 60%;
        height: 30px;
        margin-right: 0;
    }
    .form-line p.tip{
        padding-left: 0px;
    }
    .form .form-line{
        display: block;
        text-align: left;
    }
    .btn{
        line-height: normal;
        width: 100px;
    }
}