@charset "utf-8";
* {
    font-family: Verdana, "微软雅黑","宋体","黑体",Geneva, sans-serif;
}
.clear {
    clear: both
}
body{
    min-width: 1000px;
}
/*内页左侧*/
.yy_container .left_container{
    float: left;
    width: 250px;
    background:#fff;
    margin: 20px auto;
}
.left_container>h2{
    font-size: 20px;
    padding: 15px 0;
    text-align: left;
    margin-left: 20px;
}
.left_container span{
    margin-right: 15px;
    font-family: -webkit-body;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    vert-align: middle;
}
.left_container .down{
    text-align: left;
    margin:0px 20px;
    padding: 10px 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}
.left_container .down a{
    color:#000;
}
.left_container>ul{
    margin-left: 50px;
    display: none;
}
.left_container>ul li{
    cursor: pointer;
    line-height: 30px;
}
.left_container>ul li a{
    color: #000;
    font-size: 14px;
}
.left_container>ul li:hover a{
    color: #c70016;
}
/*.left_container>ul li:hover>span{*/
    /*-webkit-transform: rotate(360deg);*/
    /*-moz-transform:rotate(360deg) ;*/
    /*-ms-transform:rotate(360deg) ;*/
    /*-o-transform: rotate(360deg);*/
    /*transform: rotate(360deg);*/
    /*transition: 0.5s;*/
    /*-webkit-transition: prop 0.5s;*/
    /*-moz-transition: prop 0.5s;*/
    /*-ms-transition: prop 0.5s;*/
    /*-o-transition: prop 0.5s;*/
    /*transition: prop 0.5s;*/
/*}*/
.left_container .contact{
    width: 250px;
    border: 1px solid #ccc;
}
.left_container .contact h2{
    font-size: 24px;
    color: #ce000b;
    margin: 20px auto;
    text-align: center;
}
.left_container .contact .tel{
    width: 200px;
    height: 50px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    border: 1px solid #ce000b;
}
.left_container .contact .tel p{
    font-size: 16px;
    top: -10px;
    color: #ce000b;
    position: absolute;
    background: #fff;
    padding: 0 10px;
    left: 40px;
}
.left_container .contact .tel h3{
    font-size: 16px;
    color: #ce000b;
    margin-top: 20px;
}
.left_container .contact>p{
    margin:0 15px;
    line-height: 28px;
    color: #666;
    font-size: 12px;
}
/*内页右侧*/
.yy_container .right_container{
    float: right;
    width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
/*面包屑导航*/
.right_container .bread_nav{
    width: 100%;
    height: 30px;
    background: #c70016;
    overflow: hidden;
}
.right_container .bread_nav>p{
    font-size: 14px;
    color: #fff;
    margin:7px 0 0 10px;
}
.right_container .right_main{
    width: 100%;
    margin: 20px 0;
}
.right_main>h2{
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 5px 0 20px 0;
}
.right_main .box{
    width: 680px;
    min-height: 136px;
    margin: 30px auto;
}
.right_main .box .img_box{
    width: 175px;
    /*height: 375px;*/
    /*margin-right: 20px;*/
    float: left;
    margin-left: 15%;
}
.right_main .box .img_box img{
    width: 100%;
    height: auto;
}
.right_main .box .img_box img:hover{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition:0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.right_main .box .p_con{
    float: right;
    width: 340px;
}
.right_main .box .p_con a{
    color: #000;
    font-family: Verdana,"黑体",Geneva, sans-serif;;
}
.right_main .box .p_con h2{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.right_main .box .p_con p{
    font-size: 12px;
    line-height: 25px;
    text-indent: 2em;
}
/*内页*/
.right_main .nei .img_bor{
    width: 219px;
    min-height: 140px;
    margin: 20px auto;
    text-align: center;
}
.right_main .nei .img_bor>img{
    width: 100%;
    height: auto;
}
.right_main .nei p{
    text-indent: 2em;
    margin: 0 10px;
    line-height: 35px;
    color: #666;
    font-size: 12px;
}
/*page 翻页*/
.right_container .pages{
    /*width: 300px;*/
    text-align: center;
    height: 50px;
    margin: 50px auto 10px;
}
.right_container .pages a{
    color: #000;
}
.right_container .pages .prev_page{
    float: left;
}
.right_container .pages .next_page{
    float: right;
}