/*基本*/
*{ font-size:16px;padding:0px; margin:0px }
body{color:#000;background-color: #FFF;	padding:0px; margin:0px auto;overflow:scroll;
    overflow-x:hidden;overflow-y:auto;
    font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
    font-size:16px; max-width:640px;
}
div{ margin:0; padding:0; border:0; color:#333333; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px 0px 1em 0;color: black}
a{
    text-decoration:none;
    color: black;
}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}
.clearfix{overflow:auto;_height:1%}
/*logo开始*/
.logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*logo结束*/
/*banner开始*/
.banner { }
/*幻灯片标题*/
.flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav{ width: 100%;position:absolute; bottom:10px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background: white;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: red;}
.flex-control-paging li a.flex-active { background: red; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*banner结束*/
.banner{
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 0.5rem;
    height:0.5rem;
    background-color: white;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #cb171a!important;
}
/*.swiper-slide {*/
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: #fff;*/

    /*/!* Center slide text vertically *!/*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
/*}*/


/*项目分类开始*/
.nabox {
    width: 93%;
    margin: 20px auto 0  auto;
}
.nabox ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.nabox ul li a img {
    width: 70%;
}
.nabox ul li a p {
    margin-top: 5px;
    font-size: 14px;
}
/*项目分类结束*/

/*联系电话开始*/
.hotphone-all{
    width: 100%;
    height: 75px;
    background-color: #f5f5f5;
}
.hotphone{
    background: url("../images/hotphone.png") no-repeat center;
    background-size: 95% 62%;
    width: 100%;
    height: inherit;
    position: relative;
}
section .hotnum a {
    top: 0;
    line-height: 48px;
    height: 2.5rem;
}
.tel1{
    float: left;
    position: absolute;
    left: 30%;
    top: 32.5%;
    width: 50%;
    font-size: 0.8rem;
    color: white;
}
.tel2{
    float: left;
    position: absolute;
    left: 74%;
    top: 32.5%;
    width: 25%;
    font-size: 0.8rem;
    color: white;
}
/*联系电话结束*/

/*推荐开始*/
.tui-all{
    width: 100%;
}
.tui-all h1{
    width: inherit;
    text-align: center;
    margin: 1rem auto;
    font-size: 1.2rem;
}
.tui-all h1 img{
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: bottom;
}
.probox {
    margin-bottom: 1rem;
}
.specail2 {
    margin-top: 2%;
}

.specail2 ul li {
    width: 45%;
    margin-bottom: 3%;
}
.specail2 ul li:nth-child(odd) {
    float: left;
    margin-left: 4%;
}
.specail2 ul li:nth-child(even) {
     float: right;
    margin-right: 4%;
 }
.specail2 ul li .pic {
    overflow: hidden;
}
.probox .pic img {
    width: 100%;
    height: 6rem;
}
.specail2 ul li button {
    background-color: #f7a831;
    padding: 5px 0;
    width: 100%;
    color: #fff;
}
.cp div{
    background-color: #f5f5f5;
}
.cp div a:nth-child(1){
    display: inline-block;
    margin: 0.3rem 0 0 0.3rem;
}
.cp div a:nth-child(1) h2{
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
}
.cp div a:nth-child(1) p,.cp div a:nth-child(1) p span{
    font-size: 0.5rem;
}
.cp1 div{
    background-color: white;
}
.cp1 div a:nth-child(1){
    display: inline-block;
    margin: 0.3rem 0 0 0.3rem;
}
.cp1 div a:nth-child(1) h2{
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
}
.cp1 div a:nth-child(1) p,.cp1 div a:nth-child(1) p span{
    font-size: 0.5rem;
}
.orange{
    color: #ff7500;
    padding-right: 0.1rem;
}
.green{
    color: #a8d7c1;
    padding-left: 0.1rem;
}
.xfzxxm{
    display: inline-block;
    font-size: 0.6rem;
    background-color: #ca171a;
    color: white;
    width: 1.5rem;
    height: 1.8rem;
    padding: 0.1rem 0 0 0.2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0.6rem;
}
.btnm {
    background-color: #ca171a;
    color: white;
    width: 48%;
    margin: auto;
    display: block;
    padding: 0.45rem 0;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius:30px;
    border-radius: 30px;
    margin-top: 0.75rem;
    font-size: 0.65rem;
}
/*推荐结束*/
/*名厨师傅*/
.Master-chef-top-all{
    background-color: #f5f5f5;
    border-top: 1px solid #cb171a;
    border-bottom: 1px solid #cb171a;
    padding: 0.7rem 0 0.7rem 0;
    margin-bottom: 0.5rem;
}
.Master-chef-top{
    width: 80%;
    margin: auto;
    background: url(../images/famouschef.png) no-repeat center;
    background-size: 120%;
    text-align: center;
    font-size: 0.8rem;
}
.specail3 {
    margin-top: 2%;
}

.specail3 ul li {
    width: 45%;
    margin-bottom: 3%;
}
.specail3 ul li:nth-child(odd) {
    float: left;
    margin-left: 4%;
}
.specail3 ul li:nth-child(even) {
    float: right;
    margin-right: 4%;
}
.specail3 ul li .pic {
    overflow: hidden;
}
.probox3 .pic img {
    width: 100%;
    height: 7rem;
}
.specail3 ul li button {
    background-color: #f7a831;
    padding: 5px 0;
    width: 100%;
    color: #fff;
}
.cp3>div{
    background-color: #f5f5f5;
}
.cp3>div>a>h2{
    display: inline-block;
}
.cp3>div>a>p:nth-child(2){
    display: inline-block;
    width: 63%;
    text-align: right;
}
.cp3>div>a>p:nth-child(2) span{
    color: red;
}
.cp3 div a:nth-child(1){
    display: inline-block;
    margin: 0.3rem 0 0 0.3rem;
}
.cp3 div a:nth-child(1) h2{
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
}
.cp3 div a:nth-child(1) p,.cp3 div a:nth-child(1) p span{
    font-size: 0.5rem;
}
.orange{
    color: #ff7500;
    padding-right: 0.1rem;
}
.green{
    color: #a8d7c1;
    padding-left: 0.1rem;
}
.xfzxxm{
    display: inline-block;
    font-size: 0.6rem;
    background-color: #ca171a;
    color: white;
    width: 1.5rem;
    height: 1.8rem;
    padding: 0.1rem 0 0 0.2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0.6rem;
}

/*培训实操*/
.Training-practice{
    background-color: #f5f5f5;
    border-top: 1px solid #cb171a;
    border-bottom: 1px solid #cb171a;
    padding: 0.7rem 0 0.7rem 0;
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
}
.Training-practice-top{
    width: 80%;
    margin: auto;
    background: url(../images/famouschef.png) no-repeat center;
    background-size: 120%;
    text-align: center;
    font-size: 0.8rem;
}
.Training-practice-foot{
    width: 90%;
    margin: auto;
    height: auto;
}
.Training-practice-foot a{
    display: inline-block;
}
.Training-practice-foot a:nth-child(1){
    width: 66%;
    height: 5.5rem;
    float: left;
}
.Training-practice-foot a:nth-child(1) img{
   width: 100%;
    height: 100%;
}
.Training-practice-foot a:nth-child(2),.Training-practice-foot a:nth-child(3){
    width: 31.9%;
    height: 2.75rem;
    float: right;
}

.Training-practice-foot a:nth-child(2) img,.Training-practice-foot a:nth-child(3) img{
    width: 100%;
    height: 100%;
}
.Training-practice-foot a:nth-child(4),.Training-practice-foot a:nth-child(5),.Training-practice-foot a:nth-child(6){
    width: 31.9%;
    float: left;
    margin-top: 0.3rem;
}
.Training-practice-foot a:nth-child(4),.Training-practice-foot a:nth-child(5){
   margin-right: 0.3rem;
}
.Training-practice-foot a:nth-child(4) img,.Training-practice-foot a:nth-child(5) img,.Training-practice-foot a:nth-child(6) img{
    width: 100%;
}

/*餐饮知识*/
.catering-all{
    clear: both;
    position: relative;
    top: 0.5rem;

}
.catering{
    background-color: #f5f5f5;
    border-top: 1px solid #cb171a;
    border-bottom: 1px solid #cb171a;
    padding: 0.7rem 0 0.7rem 0;
    margin-bottom: 0.5rem;
}
.catering-top{
    width: 80%;
    margin: auto;
    background: url(../images/famouschef.png) no-repeat center;
    background-size: 120%;
    text-align: center;
    font-size: 0.8rem;
}
.catering-bottom p{
    color: #cb171a;
    margin-bottom: 1.1rem;
    margin-left: 0.6rem;
    font-size: 1.5rem;
    line-height: 1px;
}
.catering-bottom p span:nth-child(1){
    color: black;
    font-size: 0.7rem;
    display: inline-block;
    vertical-align: bottom;
}
.catering-bottom p span:nth-child(2){
    color: #a6a6a6;
    font-size: 0.6rem;
    display: inline-block;
    width: 30%;
    text-align: right;
}

/*预约咨询*/
.main {
    background-color:inherit!important;
    border:none!important;
    box-shadow:none!important;
    width: 96%;
    margin: 0 auto;
    padding: 0px 0 5px 0px;
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}
.liuyan_js_center_left_ul_li1,.liuyan_js_center_left_ul_li2,.liuyan_js_center_left_ul_li3,.liuyan_js_center_left_ul_li7{
    width: 90%;
    margin: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
}
input#name{
    width: 80%;
}
.liuyan_js_center_left_ul_li1 .liuyan_js_center_span2 input{
    background: url("../images/name.png") no-repeat left;
    background-size: 1rem;
    background-position-x: 0.5rem;
    padding-left: 2.5rem;
}
.liuyan_js_center_left_ul_li3 .liuyan_js_center_span2 input{
    background: url("../images/weixin.png") no-repeat left;
    background-size: 1rem;
    background-position-x: 0.5rem;
    padding-left: 2.5rem;
}
.liuyan_js_center_span3 input{
    width: 97%;
    height: 1.5rem;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 0.6rem;
    margin: auto;
}
.liuyan_js_center_span2 input{
    width: 80%;
    height: 1.5rem;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 0.6rem;
    margin: auto;
}
.liuyan_js_center_span2 input::-webkit-input-placeholder {
    text-align: left;
 }
.liuyan_js_center_left_ul_li2 .liuyan_js_center_span2 input{
    background: url("../images/phone-1.png") no-repeat left;
    background-size: 1rem;
    background-position-x: 0.5rem;
    padding-left: 2.5rem;
}
.liuyan_js_center_span2 textarea{
    width: 78%;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: auto;
    font-size: 0.6rem;
    padding-left: 2.5rem;
}
.liuyan_js_center_left_ul_li7 .liuyan_js_center_span2 textarea{
    background: url("../images/content.png") no-repeat left top;
    background-size: 1rem;
    height: 3rem;
    background-position-x: 0.5rem;
    background-position-y: 0.3rem;
}
.liuyan_js_center_span2 textarea::-webkit-input-placeholder {
    margin-top: 0.3rem;
    text-align: left;
}
.liuyan_js_center_left1{
    width: 80%;
    height: 1.5rem;
    margin: auto;
}
.liuyan_js_center_left1 input{
    width: 100%;
    border: none;
    height: inherit;
    background-color: #cb171a;
    color: white;
    line-height: 1.5rem;
}
.baoming-xin{
    width:90%;
    height: 7rem;
    margin: auto;
    overflow:hidden;
    border: 1px solid #dedede;
    text-align: center;
    margin-top: 0.5rem;
}
.baoming-xin>span{
    display: inline-block;
    font-size: 0.6rem;
    color: #da7273;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
.baoming-xin>p{
   margin: 0;
}
.baoming-xin>p:last-child{
    margin-bottom: 0.5rem;
}
.baoming-xin>p>span{
    font-size: 0.6rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}


.bottom_copyright {
    width: 80%;
    margin: 0.6rem auto 2.2rem auto;
    color: #FFF;
    text-align: center;
}
.bottom_copyright p{
    margin: 0;
    font-size: 0.5rem;
    padding: 0.1rem;
    color: #737373;
}
.bottom_copyright a {
    color: #737373;
    font-size: 14px;
}

/*底部咨询导航*/
#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 48px;
}
.toollist li {
    float: left;
    width: auto;
    height: 100%;
    width: 25%;
    position: static!important;
    margin: 0;
    border-radius: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none!important;
    background: none;
}
.toollist li a {
    color: #fff;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    position: relative;
}
.toollist li a {
    color: #fff;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2px;
    position: relative;
}
.toollist li a img{
    width: 1rem;
    height: 1rem;
}
.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    color: white;
    text-align: center;
}
.toollist {
    background-image: -o-linear-gradient(top, #cb171a, #cb171a);
    background-image: -ms-linear-gradient(top, #cb171a, #cb171a);
    background-image: -moz-linear-gradient(top, #cb171a, #cb171a);
    background-image: -webkit-linear-gradient(top, #cb171a, #cb171a);
    background-image: linear-gradient(top, #cb171a, #cb171a);
}
.active{
    background-color: #2a2a2a!important;
}


/*四川小吃*/
/*banner*/
.banner1{
    width: 100%;
}
.flexslider1 img{
    width: 100%;
}
.xiaochi{
    padding: 0.4rem 0 0.1rem 0;
    margin-bottom: 0.5rem;
}
.xiaochi-top{
    width: 80%;
    margin: auto;
    background: url(../images/xiao-bg.png) no-repeat center;
    background-size: 85%;
    text-align: center;
    font-size:0.95rem;
    font-weight: bold;
}

.hotphone-all1{
    width: 100%;
    height: 75px;
}
.hotphone1{
    background: url("../images/hotphone.png") no-repeat center;
    background-size: 95% 62%;
    width: 100%;
    height: inherit;
    position: relative;
}
.tel1-1{
    float: left;
    position: absolute;
    left: 36.5%;
    top: 34.5%;
    width: 50%;
    font-size: 0.7rem;
    color: white;
}
.tel2-1{
    float: left;
    position: absolute;
    left: 74%;
    top: 32.5%;
    width: 25%;
    font-size: 0.8rem;
    color: white;
}
.tel3-1{
    float: left;
    position: absolute;
    left: 27.5%;
    top: 25%;
    width: 10%;
    font-size: 0.6rem;
    color: white;
}
.probox-1{
    margin-bottom: 0!important;
}

/*分页*/
.page{
    width: 100%;
    height: 1.4rem;
}
.t_page{
    width: 70%;
    height: 1.4rem;
    margin: auto;
}
.t_page a{
    margin: auto;
    display: inline-block;
    width: 48%;
    line-height: 1.4rem;
    height: inherit;
    text-align: center;
    color: #ca171a;
    border: 1px solid #ca171a;
}

#bm1{
    margin-top: 1rem;
}
.flexslider1{
    width: 90%;
    height: inherit;
    margin: auto;
    position: relative;
}
.flexslider1 img{
    width: 100%;
    height: 100%;
}
.m_f20{
    display: inline-block;
}
.m_f20 span {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #BB1E2B;
    margin: 0.4rem 0.4rem 0.4rem 0.8rem;
}
.dl-lr{
    display: inline-block;
    width: 45%;
    text-align: right;
}
.txt-r{
    font-size: 0.4rem;
}
.orange{
    color: #ff9e67;
}
.txt-r span{
    font-size: 0.4rem;
}
.c-c20{
    color: #38b682;
}
.txt-r img{
    width: 0.7rem;
    height: 0.7rem;
    vertical-align: bottom;
    margin-right: 0.1rem;
}
.m_guarantee {
    overflow: hidden;
    padding: 8px 0px;
    background-color: #f2f2f2;
}
.m_guarantee span {
    float: left;
    margin-left: 0.6rem;
    font-size: 0.6rem;
    display: block;
    padding-left: 0.9rem;
    background: url(../images/yes.png) no-repeat left center;
    background-size: 0.7rem;
    line-height:1rem;
}
.red1{
    color: #ca171a;
}



.hotphone-all-2{
    width: 100%;
    height: 75px;
}
.hotphone-2{
    background: url("../images/hotphone.png") no-repeat center;
    background-size: 97% 62%;
    width: 100%;
    height: inherit;
    position: relative;
}
.tel1-2{
    float: left;
    position: absolute;
    left: 30%;
    top: 32.5%;
    width: 50%;
    font-size: 0.8rem;
    color: white;
}
.tel2-2{
    float: left;
    position: absolute;
    left: 74%;
    top: 32.5%;
    width: 25%;
    font-size: 0.8rem;
    color: white;
}

.project-introduction-top span{
    display: block;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    background: url("../images/Training-varieties.png") no-repeat center;
    background-size: 80% 50%;
    padding-top: 1rem;
}
.project-introduction-foot {
    overflow: hidden;
    padding: 8px 0px;
}
.project-introduction-foot span a{
    margin-left: 0.6rem;
    float: left;
    font-size: 0.5rem;
    display: block;
    padding-left: 0.6rem;
    background: url(../images/yuan.png) no-repeat left center;
    background-size: 0.55rem;
    line-height:1rem;
}
/*项目介绍*/
.introduction-top span{
    display: block;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    background: url("../images/Introduction.png") no-repeat center;
    background-size: 80% 50%;
    padding-top: 1rem;
}
.introduction-foot{
    width: 94%;
    margin:0.6rem auto;
}
.introduction-foot p{
    margin: 0;
    font-size: 0.6rem;
}
.introduction-img{
    width: 95%;
    margin: auto;
}
.introduction-img img:nth-child(1){
    width: 48%;
    float: left;
}
.introduction-img img:nth-child(2),.introduction-img img:nth-child(3){
    margin-left: 0.2rem;
}
.introduction-img img:nth-child(2){
    width: 48%;
}
.introduction-img img:nth-child(3){
    width: 23.2%;
    margin-top: 0.17rem;
}
.introduction-img img:nth-child(4){
    width: 23.2%;
}
.introduction-img img:nth-child(5){
    margin-top: 0.1rem;
    float: left;
    width: 48%;
    margin-right: 0.2rem;
}
.introduction-img img:nth-child(6){
    margin-top: 0.1rem;
    width: 48%;
}

/*培训内容*/
.training-content{
    background-color: #fafafa;
}
.training-content-top span{
    display: block;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    background: url("../images/training-content.png") no-repeat center;
    background-size: 80% 50%;
    padding-top: 1rem;
}
.training-content-foot{
    height:11.5rem;
    background: url("../images/one.png") no-repeat center center;
    background-size: 90%;
    position: relative;
}
.training-content-foot span{
    display: block;
    width: 37%;
    position: absolute;
    font-size: 0.5rem;
}
.training-content-foot span:nth-child(1){
    top: 1.2rem;
    left: 2rem;
}
.training-content-foot span:nth-child(2){
    top: 1.6rem;
    left: 9.4rem;
}
.training-content-foot span:nth-child(3){
    top: 3.6rem;
    left: 2rem;
}
.training-content-foot span:nth-child(4){
    top: 3.6rem;
    left: 9.4rem;
}
.training-content-foot span:nth-child(5){
    top: 5.6rem;
    left: 2rem;
}
.training-content-foot span:nth-child(6){
    top: 5.6rem;
    left: 9.4rem;
}
.training-content-foot span:nth-child(7){
    top: 7.6rem;
    left: 2rem;
}
.training-content-foot span:nth-child(8){
    top: 7.6rem;
    left: 9.4rem;
}
.training-content-foot span:nth-child(9){
    top: 9.6rem;
    left: 2rem;
}
.training-content-foot span:nth-child(10){
    top: 9.6rem;
    left: 9.4rem;
}

/*培训现场照片*/
.Training-site-top{
    margin-bottom: 0.7rem;
}
.Training-site-top span{
    display: block;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    background: url("../images/Training-site.png") no-repeat center;
    background-size: 80% 50%;
    padding-top: 1rem;
}
.Training-site-foot{
    width: 95%;
    margin: auto;
}
.Training-site-foot img:nth-child(1){
    width: 48%;
    float: left;
    margin-right: 0.3rem;
}
.Training-site-foot img:nth-child(2){
    width: 48%;
    margin-bottom: 0.3rem;
}
.Training-site-foot img:nth-child(3){
    width: 32%;
    float: left;
    margin-right: 0.15rem;
}
.Training-site-foot img:nth-child(4){
    width: 32%;
    float: left;
    margin-right: 0.15rem;
}
.Training-site-foot img:nth-child(5){
    width: 32%;
}
.Training-site-foot img:nth-child(6){
    width: 100%;
}
/*培训现场照片*/
.study{
    margin-top: 0.5rem;
}
.study span{
    display: block;
   font-size: 0.8rem;
    text-align: center;
    font-family: "楷体","楷体_GB2312";
}
.study-top{
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 0.5rem;
}
.study-img{
    width: inherit;
    height: 275px;
    position: relative;
}
.study-img img:nth-child(1){
    width: 100%;
    position: absolute;
}
.study-img img:nth-child(2){
    position: absolute;
    left: 38%;
    top: 33%;
}


.centerblock-top{
    width: 90%;
    margin: auto;
    text-align: center;
}
.centerblock-top p:nth-child(1){
    color: #ca171a;
    font-weight: bold;
    font-size: 0.7rem;
    margin: 0.6rem 0px 0.2em 0;
}
.centerblock-top p:nth-child(2),.centerblock-top p:nth-child(3){
    font-size: 0.5rem;
    color: #a6a6a6;
    display: inline-block;
}
.centerblock-top span{
    font-size: 0.5rem;
}
.centerblock-bottom{
    width: 95%;
    margin: auto;
}
.centerblock-bottom p{
    font-size: 0.6rem;
    margin: 0px 0px 0.2em 0;
}
.centerblock-bottom img{
    width: 100%;
}
.centerblock-bottom div{
    width: 25%;
    height: 1.3rem;
    border-radius: 13px;
    text-align: center;
    display: inline-block;
    margin: 0.3rem 0px 0.3rem 1rem;
}
.centerblock-bottom div a{
    color: #ffffff;
    line-height: 1.3rem;
    font-size: 0.6rem;
}
.color-1{
    background-color: #ca171a;
}
.color-2{
    background-color: #ff7500;
}
.color-3{
    background-color: #1db177;
}

.recommend-all{
    background-color: #f5f5f5;
}
.recommend{

    padding: 0.7rem 0 0.7rem 0;
    margin-bottom: 0.5rem;
}
.recommend-top{
    width: 80%;
    margin: auto;
    background: url(../images/peix-bg.png) no-repeat center;
    background-size: 70%;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.9rem;
    padding-left: 0.6rem;
}

.videobox{
    width: 300px; height: 300px; border: 1px solid #ddd;
    position: fixed; top: 50%; margin-top: -250px; left: 50%;
    margin-left: -250px; z-index: 999; display: none
}
.closex{
    position: absolute; right: 0; top: 0;
    z-index: 1000; display: block; width: 20px;
    line-height: 20px; text-align: center; cursor: pointer
}
.video{
    width: 300px;
    height:300px;
}

