/* @description: 头部
*  @author: name
*  @update: name(xxxx-xx-xx xx:xx)
*/
.header{
    position: relative;
    z-index: 9;
    height: 110px;
    background-image:url(/Public/home/images/logo-diwen.png);
}

.logo{
    float: left;
    margin-top: 34px;
}

.nav{
    position: relative;
    float: right;
}

.nav li{
    float: left;
    margin-left: 25px;
}

.nav li:first-of-type{
    margin-left: 0;
}

.nav .a1 {
    position: relative;
    display: block;
    padding: 0 5px;
    overflow: hidden;
    height: 110px;
    line-height: 110px;
    font-size: 18px;
}

.nav .a1:after{
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background:#0056c0;    
    opacity: 0;
    -webkit-transition:.3s;
    transition:.3s;
}

.nav li:hover .a1:after,
.nav li.on .a1:after{
    opacity: 1;
}


.pop_nav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.nav li:hover .pop_nav{
    display: block;
}

.pop_nav dl{
    display: inline-block;
    padding: 0 20px;
    background:#a8221c;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.pop_nav dd{
    display: inline-block;
    margin:0 15px;
    vertical-align: middle;
}

.pop_nav dd a{
    color:#f1c4c2;
    font-size: 16px;
}

.pop_nav dd a:hover{
    color:#fff;
}


/* @description: 底部
*  @author: name
*  @update: name(xxxx-xx-xx xx:xx)
*/
.footer .wp{
    padding: 30px 0 10px;
}

.footer{
    background: #f5eedc;
}

.fd_con ul{
    overflow: hidden;
    /* padding:30px 0; */
}

.fd_con li{
    /* float: left;
    padding: 0 20px 0 10px;
    width: 50%; */
}

.fd_con p{
    margin:10px 0;
    padding-left: 30px;
    line-height: 20px;
    font-size: 12px;
    color:#3c3632;
    background-position: left top;
    background-repeat: no-repeat;
}

.fd_con .p1{background-image: url(../images/fd_icon1.png);}
.fd_con .p2{background-image: url(../images/fd_icon2.png);}
.fd_con .p3{background-image: url(../images/fd_icon3.png);}
.fd_con .p4{background-image: url(../images/fd_icon4.png);}

.copy{
    padding: 15px 0;
    color:#3c3632;
    text-align: center;
    background: #f1e4c3;
}

.copy em{
    display: inline-block;
    margin:5px 12px;
}


	
	.pc_hide{
		display:none;
	}
	
	.fd_nav{
    padding: 0 10px;
}

.fd_nav a{
    position: relative;
    display: block;
}

.fd_nav .a1{
    position: relative;
    padding: 0 5px;
    font-size: 14px;
    border-bottom: 1px solid #333;
    color: #333;
    height: 35px;
    line-height: 35px;
}

.pop_nav_btn:after{
    content:'';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width:15px;
    background: url(../images/icon_jia.png) no-repeat center;
    background-size:15px auto;
}

.pop_nav_btn.on:after{
    background-image: url(../images/icon_jian.png);
}

.pop_nav_fd{
    padding: 5px 10px;
    display: none;
}

.fd_nav dd a{
    height: 30px;
    line-height: 30px;
    color:#333;
}


/*•功能模块*/
/*m_rig*/
.m_rig{
    position: fixed;
    bottom: 20%;
    right: 3px;
    z-index: 8;
}

.m_rig .item{
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.m_rig .icon,
.m_rig .icon img{
    display: block;
    width: 60px;
    height: 60px;
}

.m_rig .icon{background:#636266;}
.m_rig .item:hover .icon{background:#c77676;}

.m_rig .pop{
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: 13px;
    display: none;
}

.m_rig .box{
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
    width: 90px;
    height: 90px;
}


.m_rig .pop2{
    top: 10px;
}

.m_rig .pop2 .box{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.m_rig .pop img{
    display: block;
    width: 90px;
    height: 90px;
}


/* m_ban */
.m_ban{
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
    width: 100%;
}

.m_ban .wp{
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

.m_ban .wp2{
    justify-content: flex-end;
}

.m_ban3{
    height: 260px;
}

/* m_box */
.m_box{
    position: relative;
    z-index: 3;
    padding: 40px;
    width: 410px;
    background: rgba(255,255,255,.8) url(../images/m_bg1.png) no-repeat 110% 85%;
}

.m_box h3{
    margin-bottom: 14px;
    color:#a13633;
    border-bottom: 1px solid #454545;
}

.m_box em{
    text-transform: uppercase;
    font-size: 20px;
}

.m_box strong{
    display: block;
    padding: 3px 0 10px;
    font-weight: normal;
    font-size: 24px;
}

.m_box p{
    font-size: 16px;

}

/* m_btn */
.m_btn{
    padding: 20px 0;
    text-align: center;
}

.m_btn .btn{
    display: inline-block;
    width: 132px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #a8261d;
    color:#fff;
    font-size: 14px;
}

.m_btn .btn:hover{
    opacity: .8;
}

/* m_list */
.m_list{
    margin:-18px 0 0 -40px;
    padding: 60px 0 15px;
    overflow: hidden;
}

.m_list .item{
    float: left;
    width: 33.33%;
}

.m_list a{
    display: block;
    margin:18px 0 0 40px;
}

.m_list .img{
    position: relative;
    display: block;
    padding-top: 55%;
    overflow: hidden;
}

.m_list .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition:.3s;
    transition:.3s;
}

.m_list a:hover .img img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
}

.m_list .txt{
    padding: 12px 28px;
    background: #fcf8ef;
}

.m_list .txt h3{
    margin-bottom: 3px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color:#a8221c;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.m_list .txt p{
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    font-size: 13px;
}

.m_list .txt p em{
    color:#0068b7;
}

/* m_txt */
.m_txt h3{
    padding-bottom: 25px;
    font-size: 20px;
    color:#a8221c;
    line-height: 30px;
}

.m_txt h3 strong{
    display: block;
    font-weight: normal;
}

.m_txt h3 em{
    font-size: 20px;
}

.m_txt p{
    font-size: 14px;
    line-height: 28px;
}

.m_txt h4{
    padding: 20px 0;
    font-size: 16px;
    color:#454545;
}

/* m_cur_box */
.m_cur_box{

    background: #f6f6f6;
}

.m_cur_box .wp{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.m_cur_let{
    font-size: 16px;
}

.m_cur_let *{
    vertical-align: middle;
    display: inline-block;
}

.m_cur_let em{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon1.png) no-repeat center;
}

.m_cur_let i{
    width: 5px;
    height: 9px;
    background: url(../images/icon2.png) no-repeat center;
}

.m_cur_let a{
    margin:0 6px;
}

.m_cur_rig{
    padding: 30px 0;
    font-size: 18px;
}

.m_cur_rig a{
    margin-left: 28px;
}

.m_cur_rig a.on{
    color:#a8221c;
}

/* m_bg */
.m_bg{
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* m_tit */
.m_tit{
    padding-bottom: 30px;
    text-align: center;
    color:#a8221c;
    font-size: 20px;
}


/* m_img */
.m_img img{
    display: block;
    width: 100%;
}

 /* m_page */
 .m_page{
    padding: 30px 0;
    text-align: center;
 }

 .m_page *{
    display: inline-block;
    margin:0 3px;
    width: auto;
    height: 27px;
    line-height: 25px;
    text-align: center;
    border:1px solid #454545;
    font-size: 14px;
	padding:0px 8px
 }

 .m_page span,
 .m_page a:hover{
    color:#fff;
    background: #a8221c;
    border-color: #a8221c;
 }

 /* m_form */
 .m_form{
    padding: 40px 0 10px;
 }

 .m_form form{
    display: flex;
    -ms-align-items: center;
    align-items: center;
 }

 .m_form input{
    padding: 0 13px;
    margin-right: 11px;
    width: 184px;
    height: 50px;
    border:1px solid #888;
    border-radius: 12px;
    font-size: 16px;
    color:#454545;
 }

 .m_form input::-webkit-input-placeholder {
    color:#454545;
 }
 
 .m_form input::-moz-placeholder { 
    color:#454545;  
 }
 
 .m_form input::-ms-input-placeholder {  
    color:#454545;  
 }

 .m_form .btn{
    width: 120px;
    border-radius: 18px;
    font-size: 16px;
 }

 .m_form .btn img{
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
 }


 .pop_bg {
     position: fixed;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     z-index: 8;
     background: rgba(0,0,0,.5);
     display: none;
}

.pop_video{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9;
    margin:-265px 0 0 -471px;
    width: 942px;
    height: 530px;
    padding: 20px;
    background: #000;
    display: none;
}

.pop_video video{
    height: 100%;
    width: 100%;
}

.vclose{
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9;
}


.m_menu{
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: url(../images/m_menu.png) no-repeat center;
}

