/**************************************/
/*************[公用start]**************/
/**************************************/

@font-face{
    font-family:"bask";
    src:url("../fonts/BASKERB.ttf");

}


div.clear{
    clear: both;
    height: 0;
    width: 0;
}




a{
    text-decoration: none;
    color:inherit;
    cursor: pointer;
}

img{
    border:0;
    max-width: 100%;
}


div.wp{
    width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
    margin:0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.tran{
    transition: all .3s ease-out 0s;
}
.tver{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

    overflow: hidden;
}

.img-box img{
    transition: .3s;
    width: 100%;
    max-width: 100%;
}

.img-box:hover img{
    /*图片中心放大代码*/
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
    position:relative;
    padding-bottom: 100%;
    overflow:hidden;
    display: block;
}

.imgbox_a>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}
.imgbox_hover>img{
    /* ueco 时间曲线*/
    /*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}
.imgbox_hover:hover>img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
    background-color: #a90101;
}
#header .container{
        position: relative;
    }
    .header-1-aa{
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 14px;
        color:#fff
    }
    .header-1-aa a:hover{
        text-decoration: underline;
    }
.header-1{
    height:130px;
}

.logo{
    width: 584px;
    margin-top: 24px;
}

.logo a,.logo img{
    display: block;
    width: 100%;
}




.search{
    width: 278px;
    height: 45px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center ;
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
    padding-right: 60px;
    margin-top: 44px;
}

.search input:focus{
    outline: none;
}

.search input[type="text"]{
    display: block;
    width: 100%;
    height: 41px;
    background-color:transparent;;
    border:0;
    font-size: 14px;
    color: #fff;
    line-height: 1.428571;
}

.search input[type="image"]{
    position: absolute;
    right:0px;
    top: 0px;
    width: 45px;
}


.header-1-bg{
    width: 133px;
    margin-right: 25px;
}









.nav-wp{
    position: relative;
    background-color:#a90101;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(../images/nav.png);
    z-index: 500;
}

.nav ul{
    margin:0;
}

.nav>ul>li{
    float: left;
    width: 9.09090909090909%;
    text-align: center;
    position: relative;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0	5px;

}
.nav>ul>li:first-child{
    background-image: none;
}
.nav>ul>li>a{
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color:#fff;
    /*transition: .3s;*/
    position: relative;

}

.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #cc5a00;
    top: 0;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav>ul>li.cur>a::after{
    width: 100%;
}
.nav>ul>li:hover>a::after {
    width: 100%;
    right: auto;
    left: 0;
}


.nav>ul>li>ul{
    position: absolute;
    left: 0px;
    right: 0;
    top:100%;
    z-index: 600;
    background-color: #a90101;
    display: none;
}

.nav>ul>li>ul>li>a{
    display: block;
    padding: 10px 5px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    color:#fff;
    /*transition: .3s;*/
    text-align: center;

}
.nav>ul>li>ul>li>a:hover{
    background-color: #d35a00;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center ;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.fafa .slides>li  img.phone-img{
    display: none;
    width: 100%;
}



.fafa .flex-control-nav li{
    margin:0 11px;
}
.fafa .flex-control-nav{
    bottom: 21px;
}


.fafa .flex-direction-nav{
    width: 1200px;
    position: absolute;
    height: 0;
    top: 50%;
    left: 50%;
    margin-left: -600px;
}


.fafa .flex-direction-nav a{
    width: 40px;
    height: 70px;
    margin-top: -35px;
}

.fafa .flex-direction-nav .flex-prev{
    left: -40px;
}

.fafa .flex-direction-nav .flex-next{
    right: -40px;
}



.main1{
    min-height:572px ;
    background-color: #fff;
    background-image: url(../images/main1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;

}


.title-11 h1{
    margin:0;
    text-align: center;
    font-family:"bask";
    text-transform: uppercase;
    color: #a90101;
    font-size: 38px;
}


.title-11 h2 {
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-image: url(../images/bkk.png);
    background-repeat: no-repeat;
    background-position: center;
}

.title-11 h2 a{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 52px;
}

.title-11 h2 a img{
    display: block;
    width: 100%;
}

.title-11-img img{
    display: block;
    margin:0 auto;
    padding: 5px 0;
}


.main1-list{
    margin-top: 20px;
}

.main1-pic .imgbox_a{
    padding-bottom: 66.67%;
}

.main1-list .item h1{
    margin:0;
    font-size: 14px;
    color: #666;
    margin-top: 21px;
}


.main1-list .item h2{
    margin:0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 6px;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
}

.main1-list .item:hover h2{
    color: #a90101;
}

.main1-list2 dl{
    margin: 0;
    padding-top: 5px;
}

.main1-list2 dd{
    padding: 15px 0px;
    border-bottom: 1px dashed #dbdbda;
}



.main1-date{
    width: 56px;
    height: 56px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #a90101;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    margin-right: 22px;
}

.main1-date h1{
    margin:0;
    font-size:24px;
    font-weight: bold;
    line-height: 1;
}


.main1-date h2{
    margin:0;
    font-size:12px;
    margin-top: 4px;
}


.main1-con{
    overflow: hidden;
    padding-top: 2px;
}


.main1-con a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
}

.main1-con a:hover{
    color: #a90101;
}




.main1-list2-dd h1{
    margin:0;
    font-size: 16px;
    color: #333;
}

.main1-list2-dd h1 a:hover{
    color: #a90101;
}

.main1-list2-dd h2{
    margin:0;
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}


.main2{
    min-height:677px;
    background-color: #f6f6f6;
    background-image: url(../images/main2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;

}


.main2-pic .imgbox_a{
    padding-bottom: 51.05%;
}

.main2-div{
    margin-top: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.main2-con{
    padding:7px 15px 18px;
}
.main2-con dl{
    margin:0;
}

.main2-con dd{
    height:43px ;
    line-height: 42px;
    border-bottom: 1px dashed #d7d7d7;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/gg.jpg);
}

.main2-con dd>a{
    font-size: 16px;
    color: #333;
}
.main2-con dd>a:hover{
    color: #a90101;
}

.main3{
    background-color: #fff;

}


.pp50{padding: 50px 0;}


.main3-list{
    margin-top: 20px;
}

.main3-list .item{
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
}

.main3-pic .imgbox_a{
    padding-bottom: 66.47%;
}

.main3-list .item h1{
    margin:0;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.main3-list .item h1 a:hover{
    color: #a90101;
}
.main3-list .item h2{
    margin:0;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{}




.footer-0{
    background-color:#f6f6f6;
}

.footer-0 span{
    width: 95px;
    height:56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    color: #a90101;
}

.footer-0-list{
    overflow: hidden;
}

.footer-0-ul{
    font-size: 0;
    line-height: normal;
    height:56px;
    overflow: hidden;
}

.footer-0-li{
    display: inline-block;
    height:56px;
    line-height: 56px;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/dian.png);
    font-size: 16px;
    color: #333;
    margin-right: 70px;
}

.footer-0-li a:hover{
    color: #a90101;
}

.footer-1{
    background-color: #2d2d2d;
    padding: 40px 0 30px;
}


.er{
    width: 116px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 15px;
}

.er img{
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.foo-logo{
    width: 505px;
}

.foo-logo img,.foo-logo a{
    display: block;
    width: 100%;
}


.footer-1-con{
    overflow: hidden;
}

.footer-1-con dl{
    margin:0;
    padding-top: 15px;
}

.footer-1-con dd{
    padding-left: 27px;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-2{
    background-color:#202020;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    padding: 15px 0;
    text-align: center;
}
.footer-2 span{
    padding-left: 15px;
}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
    display: none;
    height: 75px;
    /*border-bottom:0px solid #035cac;*/
    box-shadow: 0 4px 8px -3px #000;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #a90101;
    /*background-color: #0089d0;*/

}
.nav-2{
    display: none;
    background-color: #fff;
    position: relative;
    z-index:900;

}

.nav-2>ul>li{

    border-top: 1px dotted #ccc;
    position: relative;
}

.jiaspan{
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/jia2.png);
    background-repeat: no-repeat;
    background-position: center ;
    top: 5px;

    right: 14px;
}
.jiaspan.cur{
    background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
    /*border-top: 0;*/
}
.nav-2>ul>li>a{

    padding:8px 10px;
    display: block;
    font-size: 16px;
    width: 100%;
    color:#333;
    font-family: "anb";
    text-transform: uppercase;

}
.nav-2>ul>li>ul{
    padding-bottom: 10px;
    display: none;
    font-size: 0;
    line-height: normal;
    padding-left: 25px;
}
.nav-2>ul>li>ul>li{
    display: inline-block;
    margin-right: 10px;
}
.nav-2>ul>li>ul>li>a{
    padding:8px 5px;
    display: block;
    font-size: 14px;

    width: 100%;
    color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
    padding: 10px;
    position: relative;
}
.nav-2-form input[type="image"]{
    position: absolute;
    right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
    font-size: 0;
    width: 350px;
    margin-left: 15px;
    margin-top: 15px;
}

.logo-2 img{
    display: block;
    width: 100%;
}


.menu2{

    margin-right: 15px;
    height: 75px;
    font-size: 0;

}
.menu2 li{
    cursor:pointer ;
    margin-left: 15px;
    float: right;
    margin-top: 29px;
}
.menu2 li+li{
    margin-top: 21px;
}
.menu2 li img{
    /*vertical-align: middle;*/


}

.chenggao{
    display: none;
    height: 75px;
}


#nav-2-heidi{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background-image: url(../images/heidi.png);
    display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
    height: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
    display: none;
    width: 100%;
}
.erji{
    padding: 35px 0 50px;
}

.menu{
    width: 252px;
    margin-right: 40px;
}
.menu h1{
    margin:0;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    height: 67px;
    line-height: 67px;
    background-color: #a90900;
    padding-left: 27px;
}
.menu ul{
    margin:0;
}
.menu li{
    border-top: 1px solid #fff
}
.menu li a{
    display: block;
    line-height: 26px;
    padding: 12px;
    padding-left: 44px;
    color:#4f4f4f;
    font-size: 14px;
    transition: .3s;
    background-color: #f6f8fa;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: 27px 19px;
}



.menu li a:hover,.menu li.active a{
    background-color: #a90900;
    background-image: url(../images/menuh.png);
    color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #a90900;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #a90900;
    padding-left: 10px;
}

.mianbaoxie{
    font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#a90900;
}
.mianbaoxie span{
    color:#a90900;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
    padding-top: 10px;
}
.list ul{
    margin:0;
}

.list li{
    margin-top: 15px;
    background-repeat: no-repeat;
    background-position:0px center;
    background-image: url(../images/dian.png);
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:15px;
    overflow: hidden;
    position: relative;
    padding-right:85px;
    height: 22px;
    line-height: 22px;
}

.list li:first-child{
    margin-top: 0
}


.list li a{
    font-size: 16px;
    color:#333;
}
.list li span{
    font-size: 14px;
    color:#999;
    top: 0;
}
.list li a:hover{
    color:#a90900;
}
.danpian{
    padding-top: 25px;
}

.danpian-h1{
    font-size: 28px;
    line-height: 1.6;
    color:#333;
    text-align: center;

}

.danpian-h2{
    font-size: 14px;
    line-height: 1.6;
    color:#999;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0 15px;

}

.danpian-con{
    font-size: 14px;
    color:#666;
    line-height: 2;
    padding: 20px 0 20px;
}
.danpian-con *{
    font-size: 16px!important;
    color:#666!important;
    line-height: 2!important;
}
.danpian-con img{
    display: block;
    margin:15px auto;
}


.dan-page{
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.dan-a{
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
    font-size: 16px;
    color:#666;
}

.dan-a a:hover{
    color:#a90900;

}
.pic-item{
    margin-top: 25px;
}
.pic-item h1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:0;
    font-size: 16px;
    color:#333;
    text-align: center;
    margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
    color:#a90900;
}

.sanji-dl{
    padding: 15px 0;
}

.sanji-dl dl{
    margin:0;
}

.sanji-dl dd{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.sanji-dl dd>a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0	15px;
    background-color: #f6f6f6;
}
.sanji-dl dd.cur>a{
    background-color: #a90900;
    color: #fff;
}
.sanji-dl dd>a:hover{
    color: #710a53;
}
.sanji-dl dd.cur>a:hover{
    color: #fff;
}


.footer-0-list22{
    overflow: hidden;
    padding-top: 11px;
}

.footer-0-list22 dl{
    margin:0;
    margin-left: -2%;
}

.footer-0-list22 dd{
    float: left;
    width: 18%;
    margin-left: 2%;
}






.jiaoyan-list{margin-top: 20px;}



.jiaoyan-list ul,.jiaoyan-list dl{
    margin:0;
}


.jiaoyan-list li h1{
    height: 37px;
    line-height: 37px;
    background-color: #f3f3f3;
    color:#a90900;
    font-weight: bold;
    margin:0;
    font-size: 16px;
    padding-left:37px ;
    background-image: url(../images/dian2.png);
    background-repeat: no-repeat;
    background-position: 22px center;
}
.jiaoyan-dl{
    padding: 20px 15px 8px 37px;
}
.jiaoyan-dl dd{
    float: left;
    width: 10%;

    font-size: 16px;
    color:#333;
    margin-bottom: 12px;
}

.jiaoyan-dl dd a:hover{
    color:#a90900;

}

.jiao-pic img{
    display: block;
    margin:0 auto;
}

.jiao-pic{
    padding: 75px 0;
}