a {text-decoration: none;color: #999;}
a:hover {
    color: #fff;
    text-decoration: none;
}
.fl {float: left;}
.fr {float: right;}
.clearfix:after{content: ''; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {/* 触发 hasLayout */ zoom: 1; }
.mymain {width: 1200px; margin:0 auto;}
.mainbox {width: 1400px; margin: 0 auto;}
.mytitle {width: 100%; margin-top: 50px;margin-bottom: 50px; overflow: hidden;}
.mytitle h1 {display: block; width: 100%; text-align: center; font-size: 55px; font-weight: bold; color: #d63a3a;}
.mytitle p {font-size: 28px; font-weight: bold; color: #949494; display: block; text-align: center; padding-top: 10px; text-transform: uppercase;}
.mybtn a {
    display: block; 
    width: 300px; 
    line-height: 56px; 
    text-align: center; 
    border-radius: 30px; 
    color: #fff; 
    margin: 50px auto 0 auto; 
    font-size: 20px; 
    background-image: linear-gradient(to left, #d63a3a , #ff6969);
}
.mybtn a:hover {
    color: #fff;
}

.bannerbox {width: 100%; padding-bottom: 150px; position: relative;}
.bannerbox .mybanner {width: 100%; text-align: center;}
.bannerbox .mybanner img {width: 100%;}
.bannerbox .top-nav {
    width: 62%;
    height: auto;
    background: #fff;
    position: absolute;
    left: 19%;
    bottom: 20px;
    box-shadow: 0 2px 10px #999;
}
.bannerbox .top-nav ul {width: 100%; padding: 50px 0; overflow: hidden;}
.bannerbox .top-nav ul li {width: 25%; float: left; text-align: center; position: relative;}
.bannerbox .top-nav ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #cbcbcb;
}
.bannerbox .top-nav ul li img {width: 64px; height: 64px;}
.bannerbox .top-nav ul li p {
    font-size: 18px;
    line-height: 22px;
    color: #111;
    margin-top: 10px;
}

.mysxms {width: 100%; overflow: hidden; padding-bottom: 50px;}
.mysxms ul li {width: 285px; float: left; margin-right: 20px;}
.mysxms ul li:last-child {margin-right: 0;}
.mysxms .showimg {padding: 20px; background: url(../images/sxms_bg1.jpg) no-repeat top center; background-size: 100% 100%;}
.mysxms .showimg h2 { font-size: 22px; font-weight: bold; color: #fff; }
.mysxms .showimg p {font-size: 16px; color: #fff; padding: 10px 0;}
.mysxms .showimg:hover {
    background: url(../images/sxms_bg2.jpg) no-repeat top center;
    box-shadow: 0 16px 32px rgba(68, 76, 88, 0.1);
    transform: translateY(-10px);
    transition: all 0.6s;
}

.myteacher {
    padding-bottom: 50px;
    background: #f6f7fb url(../images/listbg.jpg) no-repeat bottom center; 
    overflow: hidden;
}
.myteacher .mymain { position: relative; z-index: 1;}
.myteacher .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
.myteacher .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.myteacher .swiper-pagination-bullet-active {background: #d63a3a;}
.myteacher .showpic {overflow: hidden; position: relative;}
.myteacher .showpic dl {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-image: linear-gradient(to right, #ff6969 , #d63a3a);
    position: absolute;
    left: 0;
    bottom: 0;
}
.myteacher .showpic dt {display: block; padding: 0 30px; line-height: 30px; text-align: center; color: #fff; overflow: hidden;}
.myteacher .showpic dt h2 {font-size: 24px; font-weight: bold;  display: inline-block;}
.myteacher .showpic dt span {display: inline-block; margin-left: 20px;}
.myteacher .showpic dd a {
    display: block; 
    width: 60%; 
    line-height: 50px; 
    border-radius: 25px; 
    color: #d63a3a;
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0 auto;
    overflow: hidden; 
    background: #fff;
}
.myteacher .swiper-button-next, 
.myteacher .swiper-button-prev {width: 60px; height: 90px; background-color: #666; opacity: 0.8;}
.myteacher .swiper-button-prev {left: -75px;}
.myteacher .swiper-button-next {right: -75px;}
.myqalist {
    width: 100%;
    background: url(../images/qabg.jpg) no-repeat top center;
    background-size: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.myqalist .qaleft {width: 50%; overflow: hidden;}
.myqalist .qaleft h1 {font-size: 55px; color: #fff; font-weight: normal;}
.myqalist .qaleft p {font-size: 35px; color: #fff; padding-top: 15px; padding-bottom: 35px;}
.myqalist .qaleft .listbox {overflow: hidden;}
.myqalist .qaleft a {
    width: 46%; 
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
    float: left;
}
.myqalist .qaleft a span {
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    border-radius: 10px;
    background: #f2ff1b; 
    margin-left: 20px;
    margin-right: 5px;
    color: #d63a3a;
    text-align: center;
    line-height: 20px;
}
.myqalist .qaleft a:nth-child(2n+2) {float: right;}
.myqalist .swiper-container {
    width: 100%;
    height: 138px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.myqalist .swiper-slide {
    overflow: hidden;
}
.myqalist .swiper-container-vertical>.swiper-pagination-bullets {display: none;}
.myqalist .qaright {width: 32%; background: #fff; padding: 30px; border-radius: 20px; overflow: hidden;}
.myqalist .qaright h2 {
    font-size: 28px; 
    font-weight: bold;
    text-align: center; 
    color: #d63a3a;
}
.myqalist .myinput { width: 60%; margin: 20px auto 0 auto; overflow: hidden; }
.myqalist .myinput input {
    width: 100%; 
    line-height: 50px; 
    border-radius: 25px; 
    overflow: hidden;
    border: 1px solid #d0d0d0;
    text-align: center;
    font-size: 16px;
}

.myqalist .myinput .inputbox {overflow: hidden; margin-bottom: 20px;}
.myqalist .myinput .mybtn {overflow: hidden;}
.myqalist .myinput button {
    width: 100%; 
    line-height: 50px; 
    border-radius: 25px; 
    font-size: 16px;
    background-image: linear-gradient(to right, #ff6969 , #d63a3a);
    color: #fff;
    border:none;
    overflow: hidden;
}

.myhyds {width: 100%; padding: 100px 0; overflow: hidden;}
.myhyds .img {width: 62%; overflow: hidden;}
.myhyds .img img {width: 100%;}
.myhyds .text {width: 30%; overflow: hidden;}
.myhyds .text h1 {font-size: 55px; font-weight: bold; color: #d63a3a;margin-top: 50px;}
.myhyds .text p {
    font-size: 18px;
    line-height: 30px;
    color: #111;
    padding: 50px 0;
    text-indent: 20px;
}
.myhyds .text a {
    display: block;
    width: 65%;
    line-height: 50px;
    border-radius: 25px;
    background-image: linear-gradient(to right, #ff6969 , #d63a3a);
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}



/**品牌信息**/
.mybrand {clear:both; height:auto; overflow:hidden; margin-bottom: 10px; margin-top: 10px;}
.mybrand .lists {float: left; overflow: hidden;}
.mybrand .lists span {display: inline-block; width:42px; line-height: 22px; font-size: 14px;  text-align: center; background: #d63a3a; color: #fff; border-radius: 5px; float: left; overflow: hidden;}
.mybrand .lists p {float: left; color: #666; line-height: 22px; padding-left: 8px; font-size: 14px;  padding-bottom: 0px;}
.mybrand .head{width:1200px; height:auto; margin:0 auto;}
.mybrand .head_left{float:left; height:auto; text-align:left;}
.mybrand .head_brand{font-size:15px; font-weight:400; display:block; height:36px; line-height:30px; background:url(../images/icon.png) 120px 8px no-repeat; clear:both;}
.mybrand .head_logo{display:block; width:450px;}
.mybrand .head_right{width: 23%; float:right; height:auto;}
.mybrand .head_link{display:block; text-align:right; float: right; clear:both; margin-top: 5px;}
.mybrand .head_link li{float:left;display:inline-block; margin:0 0 0 10px; font-size:12px;}
.mybrand .head_link li a {display: inline-block; width: 90px; line-height: 30px; background: #d63a3a; text-align: center; color: #fff; border-radius: 5px; overflow: hidden;}
.mybrand .head_link li a i {color: #fff; margin-right: 5px; font-size: 12px;}
.mybrand .head_link li a:hover{text-decoration:none; background: #a40505;}
.mybrand .head_tel{float:right; height:auto; color:#111; font-size: 16px; overflow: hidden;}
.mybrand .head_tel img {width: 18px; height: 18px; margin-right: 8px;}
.mybrand .head_tel strong {font-size: 20px;}

/**导航栏**/
.navigation_box {width: 100%; background: #d63a3a;}
.navigation_main {width: 1200px; margin: 0 auto;}
.navigation_main ul {width: 100%; height: 60px; display: block;}
.navigation_main ul li {width: 10%; line-height: 60px; height: 60px; text-align: center; float: left; position: relative; z-index: 1;}
.navigation_main ul li:hover {background: #a40505;}
.navigation_main .columns {font-size: 18px; color: #fff;}
.navigation_list {width: 100%; position: absolute; left: 0;top: 60px; z-index: 999; display: none;}
.navigation_list dl {display: block; width: 100%;}
.navigation_list dd {line-height: 45px; font-size: 14px; background: #a40505; color: #fff;}
.navigation_list dd:last-child {border-radius: 0 0 5px 5px; overflow: hidden;}
.navigation_list dd a {display: block; color: #fff; border-bottom: 1px solid #e86161;}
.navigation_list dd a:hover {background: #ed2e2e;}
.myfixed {
    position: fixed;
    top: 0;
	left: 0;
	background: #d63a3a;
    z-index: 999;
    width: 100%;
    box-shadow: 0 1px 5px #a40505;
}

footer{height:440px; background: #2d3235; text-align:center;}
.footer{padding:24px 0 0 0;}
.footer_top{height:60px; border-bottom:1px #646464 solid; clear:both;}
.footer_top strong{display:block; float:left; height:40px; line-height:40px; color:#ddd; font-weight:400; background:url(../images/icon.png) no-repeat; overflow:hidden;}
.footer_top strong a{color:#ddd;}
.footer_top strong a:hover{color:#fff; text-decoration:underline;}
.footer_top strong.link_mobile{width:278px; margin:0 0 0 174px; background-position:-4px -308px; padding:0 0 0 28px;}
.footer_top strong.address{width:380px; background-position:-3px -363px; padding:0 0 0 32px;}
.footer_top strong.telephone{background-position:0 -416px; padding:0 0 0 36px;}

dl.footer_nav_list{display:block; height:236px; margin:48px 0 0 175px; position:relative; overflow:hidden;}
dl.footer_nav_list div{float:left; color:#ddd;}
dl.footer_nav_list dt{display:block; height:32px; line-height:1; font-size:18px; font-weight:700; clear:both;}
dl.footer_nav_list dt, dl.footer_nav_list dd, dl.footer_nav_list dd a{color:#ddd;}
dl.footer_nav_list dd{line-height:36px; color:#ddd;}
dl.footer_nav_list dd a:hover{text-decoration:underline; color:#fff;}

dl.footer_nav_list div.footer_nav_1{width:224px;}
dl.footer_nav_list div.footer_nav_2{width:118px;}
dl.footer_nav_list div.footer_nav_3{width:116px; border-right:1px #646464 solid;}
dl.footer_nav_list div.footer_nav_4{width:200px; margin:0 0 0 40px;}
dl.footer_nav_list div.footer_nav_5{width:140px; text-align:center; line-height:20px;}

.copyright{line-height:28px; color:#888; text-align:center; clear:both;}
.copyright a{color:#888;}
.copyright a:hover{text-decoration:underline; color:#fff;}
.box_1200 {width: 1200px; margin: 0 auto;}


/*定义mscale*/
@keyframes mscale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.94);
    }
    100% {
      transform: scale(1);
    }
}

/*大于pad*/
@media only screen and (min-width: 750px) {
}

/*iphone 5*/
@media screen and (min-width: 320px) and (max-width: 374px) {

}