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;}
.mytitle {width: 1200px; margin: 70px auto 50px auto; overflow: hidden;}
.mytitle h1 {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
    background: url(../images/title_bg.png) no-repeat bottom center;
    background-size: 38%;
    overflow: hidden;
}
.mytitle p {
    display: block;
    padding: 20px 100px 0 100px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.mypush {
    width: 340px; 
    height: auto; 
    margin: 35px auto 0 auto; 
    overflow: hidden;
}
.mypush a {
    display: flex;
    width: 100%;
    line-height: 66px;
    justify-content:  center;
    align-items: center;
    text-align: center;
    border-radius: 33px;
    background: #4c55a8;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
}
.mypush a img {width: 31px; height: 31px; padding-right: 5px;}
.mypush a:hover {color: #fff;}
.mybanner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.mybanner img {width: 100%;}

.myyx {width: 100%; overflow: hidden;}
.myyx .topimg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.myyx .topimg img {width: 70%;}
.myyx ul {width: 100%; display: table; margin-top: 35px; overflow: hidden;}
.myyx ul li {
    display: table-cell;
    width: 25%;
    padding: 0 10px;
    overflow: hidden;
}

.myyf {width: 100%; overflow: hidden;}
.myyf .showpic {overflow: hidden;}
.myyf .showpic .fl {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.myyf .showpic .fl img {width: 100%;}
.myyf .showpic .fr {width: 48%;}
.myyf .showpic dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.myyf .showpic dl:last-child {
    border:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.myyf .showpic dl dt {
    display: table-cell; 
    width: 38px; 
    text-align: center; 
    vertical-align: top;
}
.myyf .showpic dl dt img {width: 38px; height: 45px;}
.myyf .showpic dl dd {
    display: table-cell;
    width: auto;
    padding-left: 10px;
    vertical-align: top;
}
.myyf .showpic h2 {font-size: 22px; line-height: 22px; font-weight: 700;}
.myyf .showpic p {font-size: 16px; line-height: 22px; padding-top: 10px; color: #111;}

.myteacher {
    margin-top: 35px;
    overflow: hidden;
}
.myteacher .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
.myteacher .swiper-slide {
	height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.myteacher .swiper-pagination-bullet-active {background: #4c55a8;}
.myteacher .lists {overflow: hidden; position: relative;}
.myteacher .lists dl {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #7f88db;
    position: absolute;
    left: 0;
    bottom: 0;
}
.myteacher .lists dt {display: block; padding: 0 30px; line-height: 30px; text-align: center; color: #fff; overflow: hidden;}
.myteacher .lists dt h2 {font-size: 18px; font-weight: bold;  display: inline-block;}
.myteacher .lists dt span { font-size: 14px; display: inline-block; margin-left: 10px;}
.myteacher .lists dd a {
    display: block; 
    width: 60%; 
    line-height: 44px; 
    border-radius: 22px; 
    color: #111;
    font-size: 16px;
    text-align: center;
    margin: 15px auto 0 auto;
    overflow: hidden; 
    background: #fff;
}

.mypj {
    width: 100%;
    background: url(../images/pjbg.jpg) no-repeat top center;
    background-size: 100%;
    margin-top: 70px;
    padding-bottom: 60px;
    overflow: hidden;
}
.mypj .mytitle h1 {
    color: #fff; 
    background: url(../images/title_bg1.png) no-repeat bottom center;
    background-size: 38%;
}
.mypj .mytitle p {color: #fff;}
.mypj .imgs {width: 100%; text-align: center; overflow: hidden;}
.mypj .imgs img {width: 70%; margin-bottom: 10px;}

.mymshou {width: 100%; overflow: hidden;}
.mymshou ul {display: block; overflow: hidden;}
.mymshou ul li {
    width: 22%; 
    float: left; 
    margin-right: 4%; 
    margin-bottom: 45px;
    overflow: hidden;
}
.mymshou ul li:nth-child(4n) {margin-right: 0;}
.mymshou .mypush {margin-top: 0;}


.myqalist {
    width: 100%;
    margin-top: 70px;
    background: url(../images/wdbg.jpg) no-repeat top center;
    background-size: 100%;
    padding: 70px 0;
    overflow: hidden;
}
.myqalist .qaleft {width: 50%; overflow: hidden;}
.myqalist .qaleft h1 {font-size: 40px; color: #fff; font-weight: normal;}
.myqalist .qaleft p {font-size: 30px; 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; overflow: hidden;}
.myqalist .qaright h2 {
    font-size: 28px; 
    font-weight: bold;
    text-align: center; 
    color: #7f88db;
}
.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, #7f88db , #4c55a8);
    color: #fff;
    border:none;
    overflow: hidden;
}

.myhyds {width: 100%; padding: 70px 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: 40px; font-weight: bold; color: #7f88db; 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, #7f88db , #4c55a8);
    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;}
/**导航栏**/
.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;}
