body,td,th {
	font-family: "Open Sans", sans-serif;
}
html, body{
FONT-FAMILY: "Microsoft Yahei", Arial, Helvetica, sans-serif;
 font-size: 14px;
 background: #FFf;
}
body a {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {border: 0;}
a:hover{text-decoration:none;}
a{text-decoration: none; outline: 0;  -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}
a:visited {text-decoration: none;}
h2 {font-size:14px;}
h1,h2,h3,h4,h5,h6{ margin:0;	}	
p{margin:0;font-family: 'Open Sans', sans-serif;}
ul{margin:0;padding:0;}
.l {float:left;}
.clear {clear: both;}
/*导航开始*/
*{ margin:0; padding:0; list-style:none;}
#header{background-color: #00a1e9;text-align: center;height: 0.3rem;line-height: 0.3rem;color: #fff;position: relative;}
#header span.right{width: 0.25rem;height: 0.25rem;position: absolute;right: 0;top:5px;background: url(../images/btn.jpg) no-repeat center center;background-size: 80%;
transform:rotate(0deg);
-ms-transform:rotate(0deg);     /* IE 9 */
-moz-transform:rotate(0deg);    /* Firefox */
-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
-o-transform:rotate(0deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#header span.right.on{background: url(../images/btn.png) no-repeat center center;background-size: 55%;
transform:rotate(135deg);
-ms-transform:rotate(135deg);     /* IE 9 */
-moz-transform:rotate(135deg);    /* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg);
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
#header h1{font-size: 0.15rem;font-weight: normal;}
#header span.left{position:absolute;left:0;top:0;display: block;font-size: 0.1rem;padding-left:0.08rem;}

.menu{overflow: hidden;background-color: #00a1e9;width: 100%;position: absolute;left: 0;right: 0;z-index: 9999;height: 0;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;}
.menu li{width: 100%;text-align: center;border-bottom: 0.01rem solid #0097da;font-size: 0.15rem;height: 0.35rem;line-height: 0.35rem;}
.menu li a{color: #fff;display: inline-block;width: 100%;text-align: center; text-decoration:none;}
/*导航结束*/
.banner_div {
    background: url(../images/banner.jpg) center center no-repeat;
    text-align: center;
    height: 180px;
    -moz-background-size: 100% auto;background-size: 100% 100%;
}
/*学校介绍*/
.welcome {
    padding: 10px 0 20px;
    text-align: center;border: #CCC solid 1px;
    border-width: 0 0 1px 0;
}
.welcome2 {border: #CCC solid 1px;
    border-width: 0 0 1px 0;}

.container {
   max-width: 1170px;width:100%;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.abt {
    padding-right: 0;width:100%;
}
.abt li {text-align: left;width: 100%;}
.abt h3 {
    font-size: 1.5em;
    color: #737373;
    /*line-height: 0.5em;*/
    padding-top: 1em;
    letter-spacing: 2px;
    FONT-FAMILY: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
.abt p {
    line-height: 2em;
    font-size: 1em;
    color: #000;
    FONT-FAMILY: "Microsoft Yahei", Arial, Helvetica, sans-serif;

text-align: left;
    text-indent: 2em;
}
.abt .more{text-align:right; padding-right:15px;}
.entxt {
    position: relative;
    top: -10px;
    background: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px !important;
}
.hr_d {color: #666; width:200px; margin:auto; margin-top:10px;}
a.button {
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    background: #0e7cc1;
    text-decoration: none;
    border-radius: 50px;
    FONT-FAMILY: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    padding: 5px 30px 5px 30px;
    margin-top: 30px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-pencil:before {content: "\f040";}

.news {
    padding: 0;background-color: #E8E8E8;
    border: #CCC solid 1px;

}
.news-grids {
    margin-top:0.1%;padding-left: 15px;
}
.news-grid {
    padding-left: 0;
    padding-bottom: 20px;
}
.col-md-3 {
    width: 50%;position: relative;
    min-height: 1px;
    padding-right: 15px;
}
.news-grids li {float:left;}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.news-grid img {
    width: 100%;
}
.img-responsive {    display: block;
    max-width: 100%;
    height: auto;}
img {
    vertical-align: middle;
}

.copyright {
    background: #00a1e9;
    line-height: 35px;
    font-size: 12px;
    color: #ffffff;text-align:center; margin-top:40px;
}


/*点击图片放大开设*/
.examples { margin-top: 40px;clear: both;    overflow: hidden;}

.row {margin: auto;max-width: 1170px;width: 100%;}
.row .col-md-3 {    text-align: center;    margin-bottom: 20px;position: relative;    min-height: 1px;    padding-left: 15px;    padding-right: 15px;}

.col-md-3 {    width: 25%;float: left;}
@media (max-width: 667px){.col-md-3 {width: 50%;float: left;}.abt p{width:95%;margin: auto;text-align:justify;}}

.img-rounded {    border-radius: 6px;}
* {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row li a{}
.row li a img {width: 100%;}
.row li {float:left;}
/*点击图片放大结束*/


.top24 {border-top: solid 2px #ccc;}



.tupian {text-align: center;    margin: 0 auto;    max-width: 600px;    width: 100%;overflow: hidden;}
.tupian p {padding: 2% 0;text-align: center;letter-spacing: 1.5pt;font-size: 1.3em;text-indent: 0em;}
.tupian p img {width:100%;border-radius: 4%;}
.tupian img {width:100%;border-radius: 4%;}


