article, aside, details, figcaption, figure, footer, header, main, nav, section {display:block;}
div,html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin:0; padding:0;}
body {font:100%/1.75em tahoma,Arial,'Microsoft Yahei','SimSun'; }
a {text-decoration:none;}
li {list-style:none;}
.clear {clear:both;}
a img {border:none;}
.fix-bg {position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); display:none;z-index:3;}
/*gold*/
.inner {width:1200px; margin:0 auto; }
.inner-m {width:1200px; margin:0 auto; background:#FFF; padding-top:10px; }

.inner-r {width:890px; margin:0 auto; background:#FFF; }
/*搴曢儴婕傛诞*/

    .fixed{ 
        position: fixed; 
        left: 0px; 
        bottom: 0px; 
        width: 100%; 
		background: rgba(0, 0, 0, .8);

        z-index: 9999;
    }
	.bottom-text1 {
		text-align: center;
line-height: 50px;
font-size: 18px;
color: #fff;
}
	.bottom-text1 a:link,
    .bottom-text1 a:visited     {
    color:#FDF700;
    text-decoration:none;
    }
    
    .bottom-text1 a:hover,
    .bottom-text1 a:active    {
    color:#FFFFFF;
    text-decoration:none;
    }
	
	
		.black_overlay{ 
            display: none; 
            position: fixed; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 100%; 
            background-color: black; 
            z-index:1001; 
            -moz-opacity: 0.8; 
            opacity:.80; 
            filter: alpha(opacity=88); 
        } 
        .white_content { 
        display: none; 
            width: 300px; 
            height: 444px; 
            border: 5px solid orange; 
            background-color: #ccffff; 
            z-index:1002; 
            overflow: auto; 
    		margin: auto;
		    position: fixed; 
		    top: 0;
		    left: 0;
		    right: 0;
		    bottom: 0;			
        } 	


/*中小学list样式*/
	.sbox {margin-top: 25px;border:1px solid #f3f3f3; width: 99%; background-color:#fff;position: static; overflow:hidden;}
	.sbox:hover{    
			-webkit-box-shadow: 5px 8px 10px rgba(36, 37, 38, 0.13);
		    box-shadow: 5px 8px 10px rgba(36, 37, 38, 0.13);
		    -webkit-transform: translate(0%, -4px);
		    -ms-transform: translate(0%, -4px);
		    transform: translate(0%, -4px);}
	.sbox .l {width: 40%;float: left;}
	.sbox .r {padding: 10px 20px;margin-left: 40%;}
	.sbox .r .b1{width: 100%;}
	.sbox .r .t1{font-size: 1em !important;line-height: 32px;font-weight: bold;font-family: "微软雅黑";color: #363636; }
	.sbox .r .t2{font-size: 0.875em !important;line-height: 24px; color: #aeaaaa !important;font-family: "Sans-serif";}
	.sbox .r .t3{font-size: 0.5em !important;line-height: 24px; font-family: "微软雅黑";color: #767171;}
	.sbox .r .b4{ background:#f7f7f7;color: #767171;text-align: center;font-family: "微软雅黑";font-size: 0.5em !important; margin: 3px; padding: 5px; }
	 


/*链接按钮样式*/

h1 > small{
  color: #666;
}

h1 > small > a,
p > a{
  color: #3CB371;
  text-decoration: none;
}
h1 > small > a:hover,
p > a:hover{
  text-decoration: underline;
}

/* Buttons styles */
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"].btn,
button.btn {
	cursor: pointer;
}

a.btn,.btn {
  margin-right: 0.5em; /* remove this while use*/
  margin-bottom: 0.5em; /* remove this while use*/
	display: inline-block;
	outline: none;
	*zoom: 1;
	text-align: center;
	text-decoration: none;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 1px solid;
	transition: all 0.2s ease;
	box-sizing: border-box;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
}
/* Radius */
.btn-radius {
  border-radius: 2px;
}
/* Sizes */
.btn-small {
	font-size: 0.8125em;
	font-weight:900;
	padding: 0.4125em 1.25em;
}
.btn-medium {
	font-size: 0.9375em;
	font-weight:900;
	padding: 0.5375em 1.375em;
}
.btn-large {
	font-size: 1.0625em;
	font-weight:900;
	padding: 0.5625em 1.5em;
}

/* Colors */
.btn-green, .btn-green:visited {
	color: #3CB371;
	border-color: #3CB371;
	background-color: #f4f4f4;
}
.btn-green:hover {
  background: #3CB371;
  color: #fff;
  border-color: #3CB371;		
}

.btn-blue, .btn-blue:visited {
	color: #4682B4;
	border-color: #4682B4;
	background-color: #f4f4f4;
}
.btn-blue:hover {
  background: #4682B4;
  color: #fff;
  border-color: #4682B4;		
}

.btn-orange, .btn-orange:visited {
	color: #FF8C00;
	border-color: #FF8C00;
	background-color: #f4f4f4;
}
.btn-orange:hover {
  background: #FF8C00;
  color: #fff;
  border-color: #FF8C00;		
}

.btn-red, .btn-red:visited {
	color: #B22222;
	border-color: #B22222;
	background-color: #f4f4f4;
}
.btn-red:hover {
  background: #B22222;
  color: #fff;
  border-color: #B22222;	
}

.btn-gray, .btn-gray:visited {
	color: #808080;
	border-color: #808080;
	background-color: #f4f4f4;
}
.btn-gray:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;	
}

.line {border-top:1px dashed #cccccc;margin:5px; height: 1px;overflow:hidden;}

/*topbar*/
.topbar {height:32px; width:100%; background-color:#f6f6f6; border-bottom:1px solid #eee; line-height:32px; font-size:0.75em; color:#707070; overflow:hidden;}
.topbar a {color:#707070;}
.topbar a:hover {color:#f60;}
.topbar-left {float:left;}
.topbar-left span.fav {margin-right:20px;}
.topbar-left span.fav a {background:url(/news-images/favbg.png) no-repeat 0 -7.5px; padding-left:20px;}
.topbar-left span.fav a:hover {background-position:0 -67px;}
.topbar-right {float:right;}
.topbar-right a {display:inline-block; float:left; background:url(/news-images/icon-sns-zh.gif) no-repeat 0 0; width:24px; height:24px; text-indent:-9999em; margin:4px;}
.topbar-right span.tencent a {background-position:0 -31px;}
.topbar-right span.qq a {background-position:0 -92px;}
.topbar-right span.weixin a {background-position:0 -62px;}
/*.topbar-right .fav a {text-indent:0; width:auto; background:none; margin:0 30px 0 0;}*/
.weixin-qrcode {background-color:#fff; width:200px; height:220px; padding:10px; position:fixed; left:50%; top:50%; margin:-105px 0 0 -105px; font-size:0.875em; text-align:center; display:none; z-index:4;}
.weixin-qrcode img {display:block; width:100%; height:200px;}
/*header*/
#header {padding:10px 0; overflow:hidden;}
#header .logo {float:left; width:350px; float:left; height:auto; overflow:hidden;}



#header .logo a {display:block;}
#header .logo img {display:block; width:auto; max-width:100%; height:auto;}
#header .tel {float:right; margin-top:20px; margin-left:5px; display:inline; background:url(/news-images/tel.png) no-repeat left 13px; padding-left:50px; transition:all 0.4s ease 0s;}
#header .tel p {font-size:0.875em; color:#888;}
#header .tel a {color:#F65E4F;}
#header .tel span {font-size:2em;color:#F65E4F; transition:all 0.4s ease 0s;}

.r-kefu { overflow:hidden; }
/*authorization-main*/
.r-main {border:1px solid #eee; overflow:hidden; margin-bottom:10px; }
.r-main h3 {font-weight:normal; font-size:1em; height:40px; line-height:40px; padding:0 15px; background-color:#f4f4f4; border-top:2px solid #37408E; border-bottom:1px solid #eee; }
.authorization {height:210px; overflow:hidden;}
.authorization ul{width:290px}
.authorization li{float:left;width:100%;height:106px; background:url(/news-images/line.png) 0 115px repeat-x; overflow:hidden; padding-left:5px; font-size:12px; font:"Microsoft YaHei UI"}
.authorization li img{float:left;width:60px;border-top:3px solid #fff;padding:2px;border:1px solid #dedede;}
.authorization li a:hover img{border-color:#008eef;}
.authorization li a:link,.authorization li a:visited{font:14px/18px Microsoft YaHei}
.authorization li p{float:right;width:216px;color:#888;line-height:20px; padding-right:5px;}


/*school-list*/
ul.school-list {overflow:hidden; width:100%; }
ul.school-list li {float:left; width:22%; display:inline; }
ul.school-list li .thumbnail {
	padding: 3px;
	overflow: hidden;
	border: 1px #dedede;
	text-align: center;
	font-size: 0.7em;
}

/*school-list3*/
ul.school-list3 {overflow:hidden; width:100%; }
ul.school-list3 li {float:left; width:30%; display:inline;}
ul.school-list3 li .thumbnail { margin-right:5px; overflow:hidden;}

/*school-list2*/
.school-list2 {overflow:hidden; width:100%; }
.school-list2 li {float:left; width:47%; display:inline;}
.school-list2 li .thumbnail { margin-right:5px; overflow:hidden;}




/*school-v*/
.school-v {border-top:1px solid #ddd; padding-top:0px; text-align:center; margin:10px 0 20px;}
.school-v a,.school-v span.now-page {padding:6px 10px; background-color:#eee; color:#666; font-size:0.875em; border-radius:2px;}
.school-v a:hover,.school-v span.now-page {background-color:#F65E4F; color:#fff;}
.post ul { width:100%; }
.post ul li { width:25%; }
.post ul li img{float:left; width:100%;  border-top:1px solid #fff;border:1px solid #dedede;}



/*nav*/
#menu {
	background-color: #37408E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 42px;
	position: relative;
}
#menu .menu ul li {float:left; line-height:42px; width:195px; margin:0 0px; text-align:center; display:inline; position:relative;}
#menu .menu ul li a,#nav ul li a {color:#fff; display:block;}
#menu .menu ul li a:hover,#menu .menu ul li.on a,#menu .menu ul li a.on {background-color:#F65E4F;}
#menu .menu ul li ul {position:absolute; left:0; top:42px; width:150%; z-index:3; background-color:#F65E4F; display:none; border-top:1px solid #e75547;}
#menu .menu ul li li {float:none; width:100%; display:block; clear:both; margin:0; font-size:1em; text-align:left;}
#menu .menu ul li li a{padding-left:10%;border-bottom:1px solid #ee4d3e; border-top:1px solid #f56f62; background-color:#F65E4F;}
#menu .menu ul li li a:hover,#nav ul li a:hover {background-color:#37408E;}
.menu-item {line-height:32px; background-color:#f56f62; display:none; border: 0px; margin: 0px; padding:0px;}

.navbtn {float:left; overflow:hidden; width:30px; height:30px; padding:6px; cursor:pointer; display:none;}
.navbtn span {display:inline-block; float:left; width:13px; height:13px; background-color:#fff; border:1px solid #37408E; border-radius:2px;}
/*mobilenav*/
#nav {margin:-17px auto 15px; background-color:#F65E4F; display:none; padding-top:2px;}
#nav ul li {font-size:1em; line-height:42px; border-top:1px solid #f57164; border-bottom:1px solid #e75547;}
#nav ul li a {padding-left:5%;}
#nav ul li ul {border-top:1px solid #e75547;}
#nav ul li li a {padding-left:8%;}
.current{background-color:#F65E4F;}
/*slidershow*/
#slidershow {position: relative; margin:0 auto 5px; overflow:hidden;}
.rslides {position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}
.rslides li:first-child {position: relative; display: block; float: left;}
.rslides img {display: block; height: auto; float: left; width: 100%; border: 0;}
.centered-btns_nav {z-index: 3; position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 50%; left: 0; opacity: 0.7; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 38px; background: transparent url("news-css/themes.gif") no-repeat left top; margin-top: -45px;}
.centered-btns_nav:active {opacity: 1.0;}
.centered-btns_nav.next {left: auto; background-position: right top; right: 0;}
.transparent-btns_nav {z-index: 3; position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 0; left: 0; display: block; background: #fff; opacity: 0; filter: alpha(opacity=1); width: 48%; text-indent: -9999px; overflow: hidden; height: 91%; }
.transparent-btns_nav.next {left: auto; right: 0; }
.large-btns_nav {z-index: 3; position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); opacity: 0.6; text-indent: -9999px; overflow: hidden; top: 0; bottom: 0;  left: 0; background: #000 url("news-css/themes.gif") no-repeat left 50%; width: 38px;}
.large-btns_nav:active {opacity: 1.0;}
.large-btns_nav.next {left: auto; background-position: right 50%;  right: 0;}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {outline: none;}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {position:absolute; right:5%; bottom:7%; z-index:3;}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {display: inline; float: left; margin-right: 15px; }
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {text-indent: -9999px; overflow: hidden; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; background-color:rgba(255,255,255, .5); display: block; width: 9px; height: 9px; }
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a { background-color: #37408E;}
/*container*/
#container {overflow:hidden;}


/*sidebar*/
.sidebar {width:300px; float:right; }

.quick_link{width:100%;height:190px;overflow:hidden; font-size:12px; }
	.quick_link li{float:left; }
	.quick_link a:link,.quick_link a:visited{float:left;width:95px;height:38px;padding-top:50px;display:inline;margin-left:7px; text-align:center;color:#fff;background:#3366cc url(/news-images/botton.png) no-repeat;}
	.quick_link a:hover{background-color:#333399;}
	.quick_link a.fee:link,.quick_link a.fee:visited{margin:0;background-position:-233px 7px}
	.quick_link a.fee:hover{background-position:27px 7px}
	.quick_link a.condition:link,.quick_link a.condition:visited{background-position:-233px -82px}
	.quick_link a.condition:hover{background-position:27px -82px}
	.quick_link a.service:link,.quick_link a.service:visited{background-position:-233px -172px}
	.quick_link a.service:hover{background-position:27px -172px}
	
	.quick_link a.free:link,.quick_link a.free:visited{line-height:22px;padding:15px 0 0 60px;width:138px;height:74px;margin:8px 0 0 0;background-color:#0099ff;background-position:10px -252px;text-align:left;}
	.quick_link a.free:hover{background-color:#0066cc;background-position:-250px -252px}
	.quick_link a.superiority:link,.quick_link a.superiority:visited{margin:8px 7px 0 0; background-color:#ff6600;background-position:27px -351px;}
	.quick_link a.superiority:hover{background-color:#cc3300;background-position:-234px -351px}

.widget {border:1px solid #eee; margin-bottom:15px; overflow:hidden;}
.widget h3,.about h3,.homeProbox h3,.homeProbox6 h3,.showcase h3,.box h3,.box2 h3,.faqlist h3 {font-weight:normal; font-size:1em; height:40px; line-height:40px; padding:0 15px; background-color:#f4f4f4; border-top:2px solid #37408E; border-bottom:1px solid #eee;}
.widget ul li {line-height:1.75em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:url(/news-images/dot.jpg) no-repeat left center; padding-left:10px;}
.widget ul li a {color:#222;}
.widget .textwidget,.widget ul,.widget #searchform,.widget .tagcloud {padding:5px; font-size:0.875em;}
.widget .textwidget p {margin-bottom:10px;}
.widget .textwidget p a {color:#000;}
.widget .textwidget img {width:100%; height:auto;}
#sideMenu h3 {background:#37408E; color:#fff;}
#sideMenu h3 a {color:#fff;}
#sideMenu ul {background:#F65E4F; padding:0 10px;}
#sideMenu ul li {background:none; padding-left:0;}
#sideMenu ul li a {color:#fff; font-size:0.875em; display:block; padding:8px 4%; border-bottom:1px solid #ee4d3e; border-top:1px solid #f56f62; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:url(/news-images/arrow-right.png) no-repeat 95% center;}
#sideMenu ul li a:hover {background-color:#f17164;}
#sideMenu ul li a i {float:right;}
#divCalendar table {width:100%; text-align:center; padding:10px 0;}
#divCalendar table a {color:#F65E4F; font-weight:bold;}
#divCalendar table caption {margin-top:10px;}
#divSearchPanel form {text-align:center; padding:5px 0;}
#divSearchPanel input[type="text"]{border:1px solid #ddd; padding:5px; height:26px; line-height:26px;text-align:center; }
#divSearchPanel select {border:1px solid #ddd; padding:5px; height:38px; line-height:26px;text-align:center; }
#divSearchPanel input[type="submit"]{background-color:#F65E4F; color:#fff; border:none; border-radius:3px; height:38px; padding:0 10px; }

.main {float:left; width:890px; overflow:hidden;}
.about h3 {padding:0 2%; margin-bottom:15px;}
.about img {display:block; width:100%; max-width:100%; height:auto;}
.about p {text-align:justify; font-size:0.875em; line-height:1.75em; margin-bottom:15px;}
#container .banner {margin-bottom:15px;}
.banner img {width:100%; height:auto; display:block;}
/*breadcrumb*/
#breadcrumb {margin: -5px auto 15px;}
.breadcrumb {background:#f3f3f3 url(/news-images/home.png) no-repeat 10px 9.5px; padding-left:25px; border-bottom:1px solid #eee;  height:30px; line-height:31px; font-size:0.75em; color:#555;}
.breadcrumb a {color:#555;}
/*homeProMenu*/
.homeProbox {overflow:hidden; margin-bottom:5px;}
.homeProbox h3 {margin-bottom:4px;}
.homeProbox h3 a {color:#000;}
.homeProbox ul {overflow:hidden; width:890px;}
.homeProbox ul li {width:220px; float:left; margin:2px 2px 2px 0;}
.homeProbox ul li .proItem {border:1px solid #eee; padding:2px;}
.homeProbox ul li a,ul.products-list li a {display:block; overflow:hidden; color:#333;}
.homeProbox ul li img,ul.products-list li img,.commentslist li .gravatar img,.products-info .thumbnail img {display:block; width:100%; height:auto; transition:transform 0.5s ease 0s;}
.homeProbox ul li img:hover,ul.products-list li img:hover {transform:scale(1.05,1.05); transition:transform 0.5s ease 0s; opacity:0.9;}
.homeProbox ul li p {font-size:0.875em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:5px; text-align:center; line-height: 1.75em;}
.homeProbox ul li p a:hover {color:#f60; text-decoration:underline;}
/*homeProMenu 6列*/
.homeProbox6 {overflow:hidden; margin-bottom:5px;}
.homeProbox6 h3 {margin-bottom:4px;}
.homeProbox6 h3 a {color:#000;}
.homeProbox6 ul {overflow:hidden; width:890px;}
.homeProbox6 ul li {width: 148px; float: left; margin-top: 0px; margin-right: 0; margin-bottom: 5px; margin-left: 0;}
.homeProbox6 ul li .proItem { padding:2px;}
.homeProbox6 ul li a,ul.products-list li a {display:block; overflow:hidden; color:#333;}
.homeProbox6 ul li img,ul.products-list li img,.commentslist li .gravatar img,.products-info .thumbnail img {display:block; width:100%; height:auto; transition:transform 0.5s ease 0s;}
.homeProbox6 ul li img:hover,ul.products-list li img:hover {transform:scale(1.1,1.1); transition:transform 0.5s ease 0s; opacity:0.9;}
.homeProbox6 ul li p {font-size:0.875em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:5px; text-align:center; line-height: 1.75em;}
.homeProbox6 ul li p a:hover {color:#f60; text-decoration:underline;}


/*showcase*/
.showcase {position:relative; margin-bottom:15px; overflow:hidden; }
.showcase h3 {margin-bottom:15px;}
.showcase h3 a {color:#000;}
.showcase .bx-wrapper  {border:none; box-shadow:none; background:none;}
.showcase .bx-controls {position:absolute; right:0; top:-25px;}
/*news-box*/
.news-box {width:900px;}
.faqlist {float:left; width:100%; margin-right:10px; margin-bottom:5px; display:inline;}
.faqlist h3 a {color:#000;}
.faqlist ul {	list-style-type:none; margin:0; padding:0;overflow:hidden; }
.faqlist ul li {float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:0.875em; line-height:1.75em; width:50%;}
.both{clear:both;}

.faqlist ul li a {background:url(/news-images/dot.jpg) no-repeat left center; padding-left:10px; color:#333;}
.faqlist ul li a:hover {color:#37408E; text-decoration:underline;}

.box {float:left; width:290px; margin-right:10px; margin-bottom:5px; display:inline;}
.box h3 a {color:#000;}
.box ul {padding:10px;}
.box ul li {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:0.875em; line-height:1.75em;}
.box ul li a {background:url(/news-images/dot.jpg) no-repeat left center; padding-left:10px; color:#333;}
.box ul li a:hover {color:#37408E; text-decoration:underline;}

.box2 {float:left; width:440px; margin-right:10px; margin-bottom:5px; display:inline;}
.box2 h3 a {color:#000;}
.box2 ul {padding:10px;}
.box2 ul li {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:0.875em; line-height:1.75em;}
.box2 ul li a {background:url(/news-images/dot.jpg) no-repeat left center; padding-left:10px; color:#333;}
.box2 ul li a:hover {color:#37408E; text-decoration:underline;}


/*main*/
.title {border-bottom:1px solid #ddd; overflow:hidden; margin-top:10px;}
.title h1 {font-size:1.25em; font-weight:normal; color:#444; float:left; border-bottom:2px solid #37408E; padding-bottom:5px;}


ul.news-list {padding:20px;}
ul.news-list li {font-size:0.875em; height:40px; line-height:41px; border-bottom:1px solid #eee; overflow: hidden;}
ul.news-list bb {font-size:12px; color:#F00; font-weight:800;}
ul.news-list li a {color:#444;}
ul.news-list li a:hover {color:#37408E; text-decoration:underline;}
ul.news-list li span {float:right; color:#888; font-size:0.75em;}
ul.news-list bo1 {float:right; color:#FFF; font-size:0.75em; height:27px; margin-top:6px; padding-left:5px; padding-right:5px; background:#F00; margin-right:6px; }
ul.news-list bo2 {float:right; color:#FFF; font-size:0.75em; height:27px; margin-top:6px; padding-left:5px; padding-right:5px; background:#66F; margin-right:6px; }
ul.news-list bo3 {float:right; color:#FFF; font-size:0.75em; height:27px; margin-top:6px; padding-left:5px; padding-right:5px; background:#C30; margin-right:6px; }


/*products-list*/
ul.products-list {overflow:hidden; width:900px;}
ul.products-list li {float:left; width:270px; margin:20px 30px 10px 0; display:inline;}
ul.products-list li .thumbnail {margin-bottom:10px; overflow:hidden;}
ul.products-list li h2 {font-size:1em; font-weight:normal; text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
ul.products-list li h2 a:hover,.post .pn a:hover,.related-post ul li a:hover,.related-products li p a:hover,.widget ul li a:hover {color:#F65E4F; text-decoration:underline;}
/*pagenavi*/
.pagenavi {border-top:1px solid #ddd; padding-top:30px; text-align:center; margin:10px 0 20px;}
.pagenavi a,.pagenavi span.now-page {padding:6px 10px; background-color:#eee; color:#666; font-size:0.875em; border-radius:2px;}
.pagenavi a:hover,.pagenavi span.now-page {background-color:#F65E4F; color:#fff;}
/*post*/
.post h1 {font-size:1.75em; font-weight:normal; text-align:center; padding:10px 0 15px; border-bottom:1px solid #eee; margin-bottom:15px;}
.post h2 {font-size:1.25em; color:#06C; font-weight:bold; text-align:left; padding:10px 0 5px; border-bottom:1px solid #eee; margin-bottom:15px;}
.post h3 {font-size:1em; color:#ff6666; font-weight:normal; text-align:left; padding:5px 0 5px; border-bottom:1px solid #eee; margin-bottom:5px;}

.post .faq{padding:12px 0; width:100%;}
.post .faq h3{ margin:5px;float:left;width:35px;height:35px;text-align:center;padding-right:15px;background:url(/news-images/faq_bg.gif) 0 0 no-repeat;font:20px/35px Microsoft YaHei;color:#fff;}
	.post .faq dl{
	float: left;
	border-left: 5px;
}
	.post .faq dd{font-size:14px;line-height:25px; border-bottom:15px; }
	.post .faq dd.author{font-size:12px;color:#888; width:auto;}
	.post .faq dd.n{font-size:14px;color:#000; width:auto; padding-top:20px; padding-bottom:20px;}

	.post .faq dd.author span{padding:0 15px;color:#ccc;}
	.post .faq dd a:link,.faq dd a:visited{font-size:14px;line-height:25px;color:#43a700; text-decoration:underline}
	.post .faq dd a:hover{color:#ff6000; text-decoration:none}
	#reply{ border-top:1px solid #dbdbdb}
	#reply h3{ background-position:0 -35px}





.post .postmeta {text-align:center; font-size:0.75em; color:#777; margin-bottom:15px;}
.post .postmeta span {padding:0 10px;}
.post .postmeta a {color:#777;}
.post .entry { margin:15px; }
.post .entry p{text-align:justify; margin-bottom:20px; font-size:0.875em; line-height:1.75em;}
.post .entry blockquote {overflow:hidden; background:url(/news-images/block_l.png) no-repeat 0 10px; padding:15px 25px 0; position:relative; margin:0 2em 15px; color:#444;}
.post .entry blockquote span.blockquote {background:url(/news-images/block_r.png) no-repeat 0 0; display:block; width:20px; height:28px; position:absolute; right:0; bottom:10px;}
.post .entry ul,.post .entry ol {margin-bottom:15px; padding-left:2em; overflow:hidden; font-size:0.875em; line-height:1.75em;}
.post .entry ul li {list-style:inside disc none; margin-bottom:5px;}
.post .entry ol li {list-style:inside decimal none; margin-bottom:10px;}
.post .entry a {color:#333;}
.post .pn {border-top:1px solid #ddd; padding-top:10px; margin-bottom:20px; overflow:hidden; font-size:0.875em;}
.post .pn p {padding-top:5px;}
.post .pn a {color:#333;}

/*琛ㄦ牸1*/
table{
	width:100%;max-width:100%;margin-bottom:20px;
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
	font-size:12px;

	}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.data-table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.data-table td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align:center ;    
}

.data-table th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.data-table td:first-child, .bordered th:first-child {
    border-left: none;
}

.data-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.data-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.data-table th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.data-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.data-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*琛ㄦ牸2*/
#customers
  {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  width:100%;
  border-collapse:collapse;
  }

#customers td, #customers th 
  {
  font-size:12px;
  text-align:center;
  border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
  }

#customers th 
  {
  font-size:12px;
  text-align:center;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#A7C942;
  color:#ffffff;
  }

#customers tr.alt td 
  {
  color:#000000;
  background-color:#EAF2D3;
  }


/*related-post*/
.related-post {margin-bottom:20px;}
.related-post h3,.commentslist h3 {font-size:1.125em; font-weight:normal; border-bottom:1px solid #ddd; margin-bottom:15px; padding-bottom:5px;}
.related-post h3 span,.commentslist h3 span {border-bottom:3px solid #F65E4F; padding-bottom:5px;}
.related-post ul {overflow:hidden;}
.related-post ul li {font-size:0.875em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  float:left; width:50%; line-height:1.75em;}
.related-post ul li a {background:url(/news-images/dot.jpg) no-repeat left center; padding-left:10px; color:#333;}

/*nzschool*/

.nzschool { font-size:14px; line-height:2.75em; }
.nzschool ul {
	border-bottom: 1px solid #ebeeee;
	margin: 0 2em 0 0;
	padding: 1em 0;
}
.nzschool ul span {font-size:14px; color:#33C; font-weight:500; }

.nzschool p{text-align:justify; margin-bottom:20px; font-size:0.875em; line-height:1.75em;}









/*products-info*/
.products-info {overflow:hidden; margin-bottom:25px;}
.products-info .thumbnail {width:300px; float:left; margin-right:30px; display:inline; transition:all 0.4s ease 0s;}
.products-info .products-meta {float:left; padding:15px; transition:all 0.4s ease 0s;}
.products-info .products-meta p {padding:10px; transition:all 0.4s ease 0s;}
.products-info .products-meta p span {font-size:2em; color:#F65E4F; transition:all 0.4s ease 0s;}
.products-info .products-meta p span a {color:#F65E4F;}
/*related-post*/
.related-post {margin-bottom:20px;}
.related-post h3,.commentslist h3 {font-size:1.125em; font-weight:normal; border-bottom:1px solid #ddd; margin-bottom:15px; padding-bottom:5px;}
.related-post h3 span,.commentslist h3 span {border-bottom:3px solid #F65E4F; padding-bottom:5px;}
.related-post ul {overflow:hidden;}
.related-post ul li {font-size:0.875em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  float:left; width:50%; line-height:1.75em;}
.related-post ul li a {background:url(/news-images/dot.jpg) no-repeat left center; padding-left:10px; color:#333;}
/*related-products*/
.related-products li p {text-align:center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:5px 0;}
.related-products li p a {color:#333;}
.pro-title {border-bottom:2px solid #37408E;  margin-bottom:25px;}
.pro-title  h3 {float:left; background-color:#37408E; color:#fff; font-size:1em; padding:3px 10px; cursor:pointer; margin-right:5px; display:inline;}
.pro-title  h3:hover,.pro-title  h3.on {background-color:#F65E4F; border-bottom:2px solid #F65E4F; margin-bottom:-2px;}
/*commentslist*/
.commentslist {margin-bottom:20px;}
.commentslist li {position:relative; overflow:hidden; margin-bottom:15px; border-bottom:1px solid #ddd; padding-bottom:5px;}
.commentslist li .gravatar {width:44px; height:44px; position:absolute; left:0; top:5px;}
.commentslist li .cmt-info {padding-left:55px;}
.commentslist li .cmt-info .cmt-author a {color:#555;}
.commentslist li .cmt-info .cmt-author {font-size:0.875em; margin-bottom:10px;}
.commentslist li .cmt-info .cmt-cont {font-size:0.875em; color:#333; line-height:1.75em;}
.commentslist li .cmt-info .cmt-meta span {font-size:0.75em; color:#888;}
.commentslist li .cmt-info .cmt-meta span.reply {float:right; font-size:0.875em;}
.commentslist li .cmt-info .cmt-meta span.reply a {color:#37408E;}
.commentslist li ol {margin-left:44px;}
.commentslist li li {margin-top:15px; border-top:1px solid #eee; padding-top:10px; border-bottom:none;}
.commentslist li li .gravatar {top:15px;}
.commentslist .pagenavi {border:none;}
/*comment*/
#comment p {overflow:hidden; margin-bottom:15px;}
#comment i {color:#F65E4F;}
#comment .text,#comment textarea {border:1px solid #ddd; border-radius:2px; padding:5px;}
#comment textarea {width:90%; height:150px;}
#comment .submit {background-color:#37408E; color:#fff; border:none; padding:5px; cursor:pointer;}
#comment .submit:hover {background-color:#F65E4F;}
/*tabbox*/
.tabbox {display:none;}
.tabbox.on {display:block;}
/*friendlinks*/
#friendlinks {border-top:1px solid #dedede; padding-top:10px; margin-bottom:15px;}
#friendlinks ul {overflow:hidden;}
#friendlinks ul li {float:left; font-size:0.875em; margin:5px; display:inline;}
#friendlinks ul li a {color:#555;}
#friendlinks ul li a:hover {color:#000; text-decoration:underline;}

/* footer */
::selection{background:#1EACDF;color:#fff}
img{border:0}
::-moz-selection{background:#1EACDF;color:#fff}
::-webkit-selection{background:#1EACDF;color:#fff}
.autoWidth{margin:0 auto;min-width:1000px;max-width:1200px}
.auto{margin:0 auto;min-width:1000px;max-width:1200px}
.auto1{margin:0 auto;min-width:1000px;max-width:1200px}
@media screen and (max-width:1233px){.auto{padding-left:10px}
}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}
.clear-float{clear:both}


.footer{background-color:#009fd9;font-family:"Microsoft Yahei";text-align:center; border-width: 3px 0px 0px 0px; border-style: solid; border-color:#D1D1D1; padding-bottom:115px;}
.footer-floor1{width:100%;padding:36px 0 60px}
.footer-list{width:69%;height:100%;float:left}
.footer-list ul{float:left;margin-right:13%}
.footer-list .flist-4{margin-right:0}
.footer-list li{line-height:32px}
.footer-list li a{color:#b6e2f2;font-size:12px;text-decoration:none}
.footer-list li a:hover{text-decoration:underline;color:#fff}
.footer-list .flist-title{font-size:16px;color:#fff;margin-bottom:15px}

.footer-floor2{width:100%;border-top:1px solid #4cc3ed;padding:20px 0;text-align:center}
.footer-floor2 p{text-align:left;color:#b6e2f2;font-size:12px;line-height:30px; margin-left:10px;}
.footer-floor2 p span{font-family:PingFangSC-Light,'helvetica neue','hiragino sans gb',tahoma,'microsoft yahei ui','microsoft yahei',simsun,sans-serif}
.footer-floor2 a{color:#b6e2f2}
.footer-floor2 a:hover{color:#a8d0e0;text-decoration:underline}
.foot-link{margin:0 15px;text-decoration:none;color:#b6e2f2}
.foot-link:hover{text-decoration:underline}
.footer-right{width:300px;float:right}
.telephone{width:100%;height:32px;line-height:32px;color:#fff}
.telephone span{display:inline-block;width:32px;height:32px;float:left;background:url(/news-images/phone_32px.png);margin-left:16%}
.telephone .tel-number{font-size:30px;font-weight:400;text-align:right}
.official-plat{width:100%;height:100%;margin-top:20px;position:relative}
.official-plat ul{float:right;margin-top:7px}
.official-plat ul li span{display:inline-block;width:32px;height:32px;background:url(/news-images/plat_icon.png) no-repeat 0 0;line-height:32px;float:left;margin-right:12px}
.official-plat ul li .weibo-logo{background:url(/news-images/plat_icon.png) no-repeat -32px 0}
.official-plat ul li .qq-logo{background:url(/news-images/plat_icon.png) no-repeat -64px 0}
.official-plat ul li{height:45px}
.official-plat ul a{display:inline-block;height:32px;width:100%;line-height:32px;color:#fff;text-decoration:none;font-size:12px}
.official-plat>p{display:inline-block;width:132px;height:132px;border:1px solid #ddd;background-color:#fff}
.official-plat .weixin{position:absolute;top:0;left:10px;background-image:url(/news-images/plat_qrcode.png);background-repeat:no-repeat;background-position:0 0}
.official-plat .weibo{position:absolute;top:0;left:10px;background-image:url(/news-images/plat_qrcode.png);background-repeat:no-repeat;background-position:-132px 0;display:none}
#wx-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:12px;right:-20px;z-index:10}
#wb-corner{border:10px solid transparent;border-left:10px solid #fff;position:absolute;top:58px;right:-20px;z-index:10}
.two-superiority{width:100%;padding:10px 0 10px}
.two-superiority-list li{float:left;width:48%;text-align:center;border-left:1px solid #FFFFFF}
.two-superiority-list li:first-child{border-left:none}
.two-superiority-list li a{display:inline-block;position:relative;width:100%;background:no-repeat 2% center;color:#fff}
.two-superiority-list li a:hover{color:#bfe7f5}

.five-superiority{width:100%;border-bottom:1px solid #27aede;padding:10px 0 20px}
.five-superiority-list li{float:left;width:18%;height:36px;text-align:center;border-left:1px solid #27aede}
.five-superiority-list li:first-child{border-left:none}
.five-superiority-list li a{display:inline-block;position:relative;width:100%;height:36px;line-height:36px;background:no-repeat 2% center;text-indent:2em;color:#fff;font-size:16px}
.five-superiority-list li a:hover{color:#bfe7f5}
.five-superiority-list li a.superiority-text{text-indent:4em}


.superiority-icon{position:absolute;width:40px;height:40px;left:10px;background-repeat:no-repeat;background-image:url(/news-images/footer_youshi.png)}
.compensate_ico .superiority-icon{background-position:0 0}
.compensate_ico:hover .superiority-icon{background-position:0 -50px}
.retreat_ico .superiority-icon{background-position:0 -100px}
.retreat_ico:hover .superiority-icon{background-position:0 -150px}
.technology_ico .superiority-icon{background-position:0 -200px}
.technology_ico:hover .superiority-icon{background-position:0 -250px}
.prepare_ico .superiority-icon{background-position:0 -300px}
.prepare_ico:hover .superiority-icon{background-position:0 -350px}
.service_ico .superiority-icon{background-position:0 -400px}
.service_ico:hover .superiority-icon{background-position:0 -450px}
.marquee-box{
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: -24px
}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{position:relative;height:60px;background:#fff}


.pageslist {margin-bottom:15px;}
.pageslist ul li {display:inline-block; margin:10px;}
.pageslist ul li a {color:#333;}
.phone {font-size:2em; color:#37408E; font-family:Arial; margin-bottom:15px;}
.phone span {background:url(/news-images/phone.png) no-repeat left center; padding-left:40px;}
.phone span a {color:#37408E;}
.copyright {font-size:0.75em; color:#555;}
.copyright a {color:#555;}
.tools {position:fixed; right:0; bottom:10%; z-index:9;}
.tools span {display:block; width:54px; height:54px; background-color:#051C30; border-bottom:1px solid #ddd; cursor:pointer; background-repeat:no-repeat;}
.tools span a {display:block; width:100%; height:100%; color:#fff;}
.tools span.backtop {background-image:url(/news-images/backtop.png); border-bottom:none;}
.tools span.tools-qq {background-image:url(/news-images/qq.png);}
.tools span.tools-phone,.tools span.mobile-phone {background-image:url(/news-images/sphone.png);}
.tools span.mobile-phone {display:none;}
.tools span.tools-phone {padding-left:54px; width:0; line-height:54px;  font-size:1.5em; color:#fff;}
.tools span.tools-phone.on {background-color:#37408E; border-radius:27px 0 0 27px;}

/* 鍐呭椤靛揩鎹� */
.Shortcuts{height:35px;width:100%; text-align:center; }
	.Shortcuts li{ margin-right:auto; margin-left:auto; }
	.Shortcuts li{margin-left:15px;display:inline;float:left;width:60px;text-align:center;padding-left:40px;height:34px;background:#2a7bc8 url(/news-images/shortcuts.png) no-repeat;border-top:1px solid #196dbe;border-left:1px solid #196dbe;}
	.Shortcuts li,.Shortcuts li a:link,.Shortcuts li a:visited{font:12px/34px Microsoft YaHei;color:#fff;}
	.Shortcuts li.i1{background-position:7px 7px;margin:0; background-color:#e01e2c;border-color:#d01320;width:90px;}
	.Shortcuts li.i2{background-position:7px -45px; width:70px;}
	.Shortcuts li.i3{background-position:7px -99px; width:70px;}
	.Shortcuts li.i4{background-position:7px -154px; width:70px;}
/*鎺ㄨ崘鏂伴椈鍒楄〃*/
ul.tuijian-list {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
ul.tuijian-list li {float:left; margin-bottom:5px; width:33%;}

ul.tuijian-list li a:link,a:visited
{
display:block;
font-size:12px;
color:#FFFFFF;
background-color:#cc0000;
text-align:center;
padding:3px;
margin-right:3px;
text-decoration:none;
text-transform:uppercase;
}
ul.tuijian-list li a:hover,a:active
{
background-color:#66C;
}


/* 鏈嶅姟娴佺▼ */
	.step{width:100%;}
	.step ul{height:350px;padding-left:4px;width:290px;background:url(/news-images/step_line.png) 15px 0 repeat-y}
	.step ul li{float:left;margin-top:15px;width:100%;height:35px;background:url(/news-images/step_bg.png) 0 -595px no-repeat}
	.step ul li:hover{ background-position:0 -1137px}
	.step ul em{float:left;width:26px;text-align:center;line-height:35px;color:#fff; font:bold 17px/32px Georgia,"Times New Roman", Times, serif;}
	.step ul h2{float:left;padding:0 6px 0 15px;}
	.step ul h2 a:link,.step ul h2 a:visited{font:15px/34px Microsoft YaHei;color:#fff;}
	.step ul p,.step ul p a:link,.step ul p a:visited{font-size:12px;line-height:34px;color:#ff0}
	.step ul p{color:#dfdfdf;}


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/news-images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  right: 35px;
  background: url(/news-images/controls.png) no-repeat 0 2px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  
}
.bx-wrapper .bx-next {
  right: 20px;
  background: url(/news-images/controls.png) no-repeat -15px 2px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  z-index: 998;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/news-images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/news-images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* 鎺堟潈婊氬姩 */
    .elegant-authorization {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	background: #D2E9FF;
	padding: 5px 2px 5px 2px;
	font: 12px Arial, Helvetica, Microsoft Yahei;
	color: #fff;
    }
    .elegant-authorization h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, Microsoft Yahei;
    padding: 30px 10px 20px 30px;
    display: block;
    background: #3366cc;
    border-bottom: 1px solid #B8DDFF;
    margin: -20px -20px 15px;
    }
    .elegant-authorization h1>span {
    display: block;
    font-size: 11px;
    }




/*琛ㄥ崟*/

    .elegant-aero {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	background: #D2E9FF;
	padding: 5px 2px 5px 2px;
	font: 12px Arial, Helvetica, Microsoft Yahei;
	color: #fff;
    }
    .elegant-aero h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, Microsoft Yahei;
    padding: 30px 10px 20px 30px;
    display: block;
    background: #3366cc;
    border-bottom: 1px solid #B8DDFF;
    margin: -20px -20px 15px;
    }
    .elegant-aero h1>span {
    display: block;
    font-size: 11px;
    }

    .elegant-aero label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
    }
    .elegant-aero label {
    display: block;
    margin: 0px 0px 5px;
    }
    .elegant-aero label>span {
    float: left;
    width: 15%;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
    font-weight: bold;
    }
    .elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
    color: #888;
    width: 70%;
    padding: 0px 0px 0px 5px;
    border: 1px solid #C5E2FF;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height:15px;
    margin: 2px 6px 16px 0px;
    }
    .elegant-aero textarea{
    height:50px;
    padding: 5px 0px 0px 5px;
    width: 70%;
    }
    .elegant-aero select {
    background: #fbfbfb url('news-css/down-arrow.png') no-repeat right;
    background: #fbfbfb url('news-css/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    }
    .elegant-aero .button{
    padding: 10px 30px 10px 30px;
    background: #66C1E4;
    border: none;
    color: #FFF;
    box-shadow: 1px 1px 1px #4C6E91;
    -webkit-box-shadow: 1px 1px 1px #4C6E91;
    -moz-box-shadow: 1px 1px 1px #4C6E91;
    text-shadow: 1px 1px 1px #5079A3;

    }
    .elegant-aero .button:hover{
    background: #3EB1DD;
    }




/*screen width*/
@media only screen and (max-width:1280px){
	 
		
	.inner {
		width:980px;
		background:#FFF;
	}
	.inner-m {
		width:980px;
		background:#FFF;
	}
	.inner-r {
		width:100%;
		background:#FFF;
	}
	#menu .menu ul li {
		width:16.5%;
		margin:0 0;
	}
	.sidebar {
		width:300px; float:right;
	}
	.main {
		width:670px;
	}
	.homeProbox ul {
		width:102.083333%;
	}
	.homeProbox ul li {
		width:24%;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 2px;
	}
	.homeProbox6 ul {
		width:102.083333%;
	}
	.homeProbox6 ul li {
		width:33%;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 0;
	}	
	
	
	.news-box {
		width:102.5%;
	}
	.box {
		width:30.894309%;
		margin-right: 2.439024%;
	}
	.box2 {
		width:47.6%;
		margin-right: 2.4%;
	}	
	ul.products-list {
		width:103.448276%;
	}
	ul.products-list li {
		width:30%;
		margin:20px 3.333333% 10px 0;
	}
	.commentslist li ol {
		margin-left:5.057471%;
	}
	.products-info .thumbnail {
		width:34.482759%;
		margin-right:3.4482759%;
	}
	.products-info .products-meta {
		padding:15px 1.724138%;
	}
	.sbox .r .t3{font-size: 0.4em !important;line-height: 18px; font-family: "微软雅黑";color: #767171;}
	.sbox .r .b4{ background:#f7f7f7;color: #767171;text-align: center;font-family: "微软雅黑";font-size: 0.4em !important; margin: 2px; padding: 3px; }
	
	
}
@media only screen and (max-width:1024px){
	
	.inner {
		width:820px;
		background:#FFF;
	}
	.inner-m {
		width:820px;
		background:#FFF;
	}
	.inner-r {
		width:100%;
		background:#FFF;
	}
	.sidebar {
		width:300px; float:right;
	}
	.main {
		width:510px;
	}
	#menu .menu ul li {
		font-size:0.875em;
	}

	
.two-superiority img{ width:100%}
.two-superiority-list img{ width:100%}	
.sbox .r .t3{display:none;}
.sbox .r .b4{ background:#f7f7f7;color: #767171;text-align: center;font-family: "微软雅黑";font-size: 0.3em !important; margin: 1px; padding: 3px; }

	
	

}
@media only screen and (max-width:768px){
	#header .logo {
		width:220px;
	}
	#header .tel {
		background:none;
		margin-top:10px;
	}
	#header .tel p {font-size:0.675em; color:#888;}
	#header .tel a {color:#F65E4F;}
	#header .tel span {font-size:1.5em;color:#F65E4F; transition:all 0.4s ease 0s;}

	#menu .menu ul li {
		font-size:0.675em;
		margin:0;
		width:16.5%;
	}

	.Shortcuts li{margin-left:5px;}
	.main,
	.sidebar {
		float:none;
		width:100%;
	}
	.nzschool img{ width:100% !important; height:auto !important;}





	#menu .menu ul li {
		font-size:0.8em;
	}
	.inner {
		width:98%;
		background:#FFF;
	}
	.inner-m {
		width:98%;
		background:#FFF;
	}
	.inner-r {
		width:100%;
		background:#FFF;
	}
	.sidebar  {
		display:none;
	}
	.main {
		width:100%;
	}
	.auto {
		display:none;
	}
	.title {border-bottom:1px solid #ddd; overflow:hidden; margin-top:10px;}
	.title h1 {font-size:1.25em; font-weight:normal; color:#444; float:left; border-bottom:2px solid #37408E; padding-bottom:5px;}
	ul.news-list {padding:2px;}
	ul.news-list li {font-size:0.875em; height:40px; line-height:41px; border-bottom:1px solid #eee;}
	ul.news-list li a {color:#444; font-size:9px;}
	ul.news-list li a:hover {color:#37408E; text-decoration:underline;}
	ul.news-list li span {display:none;}
ul.news-list bo1 {float:right; color:#FFF; font-size:8px; line-height:12px ; height:12px; margin-top:13px; padding:1px; background:#F00; margin-right:2px; }
ul.news-list bo2 {float:right; color:#FFF; font-size:8px; line-height:12px ; height:12px; margin-top:13px; padding:1px; background:#66F; margin-right:2px; }
ul.news-list bo3 {float:right; color:#FFF; font-size:8px; line-height:12px ; height:12px; margin-top:13px; padding:1px; background:#C30; margin-right:2px; }

	
	
	
	
/*鎺ㄨ崘鏂伴椈鍒楄〃*/
ul.tuijian-list {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
ul.tuijian-list li {float:left; margin-bottom:5px; width:50%;}

ul.tuijian-list li a:link,a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#cc0000;
text-align:center;
padding:5px;
margin-right:5px;
text-decoration:none;
text-transform:uppercase;
font-size:9px;
}
ul.tuijian-list li a:hover,a:active{background-color:#66C;}


	
	
}

@media only screen and (max-width:640px) {
	#header .tel {
		margin-top:5px;
	}
	.tools span.mobile-phone {
		display:block;
	}
	.tools span.tools-phone {
		display:none;
	}
	.products-info .products-meta p span {
		font-size:1.5em;
	}

	#menu .menu ul li {
		font-size:0.5em;
		width:16.5%;
	}
	#menu .menu ul li li a{padding-left:5%;border-bottom:1px solid #ee4d3e; border-top:1px solid #f56f62;}
	.news-box {
		width:100%;
	}
	.box {
		width:100%;
		margin-right:0;
		display:block;
		float:none;
		clear:both;
	}
	.box2 {
		width:100%;
		margin-right:0;
		display:block;
		float:none;
		clear:both;
	}

	
}
@media only screen and (max-width:480px) {
	#header .logo {
		padding-top:5px;
	}
	#header .tel {
		background:none;
		padding-left:0;
		margin-top:0;
	}
	#header .tel span {
		font-size:1.5em;
	}
	.homeProbox .clearfix {
	    clear:both;
	}
	.homeProbox ul {
		width:102.083333%;
	}
	.homeProbox ul li {
		width:24%;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.homeProbox6 ul {
		width:104.333333%;
	}
	.homeProbox6 ul li {
		width:48%;
		margin-top: 0px;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 0;
	}	
	
	.news-box {
		width:100%;
	}
	.box {
		width:100%;
		margin-right:0;
		display:block;
		float:none;
		clear:both;
	}
	.box2 {
		width:100%;
		margin-right:0;
		display:block;
		float:none;
		clear:both;
	}
	.related-post ul li {
		float:none;
		width:100%;
	}
	.products-info .products-meta {
		padding:5px 1.724138%;
	}
	.products-info .products-meta p span {
		font-size:1em;
	}
	.products-info .thumbnail {
		width:34.482759%;
		margin-right:2.4482759%;
	}
	.products-info .products-meta p {
		font-size: 0.875em
	}
}
@media only screen and (max-width:360px) {
	.products-info .products-meta {
		padding:0 1.724138%;
	}
	.products-info .products-meta p {
		padding:5px;
	}
}
@media only screen and (max-width:320px) {
	.phone {
		font-size:1.5em;
	}
}


