@media screen and (min-width: 1200px) {
	.phone_b {
		display: none;
	}
	.banner {
		position: relative;
	}
	.banner .hd {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 20px;
		z-index: 1;
	}
	.banner .hd ul li {
		width: 40px;
		height: 8px;
		display: inline-block;
		margin-left: 5px;
		background-color: rgba(255, 255, 255, .5);
		cursor: pointer;
	}
	.banner .hd ul li.on {
		background-color: #0168b7;
	}
	.banner .bd {
		text-align: center;
		max-width: 100%;
		min-width: 1200px;
	}
	.banner .bd img {
		max-width: 100%;
		width: 100%;
	}
	.wrap {
		width: 1200px;
		margin: 0 auto;
	}
	.mask {
		display: none;
	}
	.header_phone {
		display: none;
	}
	.header {
		width: 100%;
		position: relative;
	}
	.header .logo {
		float: left;
		margin-top: 17px;
	}
	.header_r {
		width: 900px;
		float: right;
	}
	.shortcut {
		height: 26px;
		margin-top: 10px;
		margin-bottom: 20px;
		line-height: 26px;
	}
	.shortcut label {
		font-size: 12px;
		color: #0168B7;
		float: right;
		margin-left: 20px;
		line-height: 25px;
	}
	.shortcut a {
		color: #666666;
		font-size: 12px;
	}
	.shortcut b {
		font-size: 12px;
		color: #666666;
		font-weight: normal;
	}
	.shortcut .Language {
		display: inline-block;
		float: right;
		font-size: 12px;
		color: #666666;
		line-height: 25px;
	}
	.change_link {
		width: 108px;
		height: 25px;
		border: 1px solid #0168b7;
		background: none;
		background-image: url(../images/jiantou.png);
		background-position-x: 90px;
		background-position-y: 10px;
		padding-left: 10px;
		color: #0168b7;
		font-size: 12px;
		float: right;
		margin-left: 10px;
		outline: 0;
		background-repeat: no-repeat;
		line-height: 25px;
		padding-right: 13px;
	}
	.nav {
		font-size: 0;
		display: inline-block;
		vertical-align: top;
	}
	.header:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.header>.wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.nav:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.nav .line {
		background-image: url(../images/line.png);
		background-repeat: no-repeat;
		width: 1px;
		height: 40px;
		display: inline-block;
		vertical-align: middle;
	}
	.nav ul li {
		display: inline-block;
		font-size: 14px;
		width: 105px;
		height: 43px;
		text-align: center;
		vertical-align: top;
	}
	.nav ul li a {
		color: #333333;
		height: 40px;
		line-height: 40px;
		display: block;
	}
	.nav ul li a.on {
		border-bottom: 3px solid #0168b7;
	}
	.nav ul li .slide_nav {
		background-color: rgba(255, 255, 255, 0.7);
		display: none;
		position: absolute;
		bottom: -74px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	.search {
		float: right;
		width: 210px;
		height: 25px;
		border-radius: 12.5px;
		background-color: #ededed;
	}
	.search input {
		border: 0;
		vertical-align: top;
		background: none;
	}
	.search input[type="text"] {
		width: 160px;
		padding-left: 10px;
		font-size: 14px;
		margin-top: 3px;
	}
	.search input[type="button"] {
		width: 30px;
		height: 25px;
		background-image: url(../images/search.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.nav ul li:hover a {
		border-bottom: 3px solid #0168b7;
	}
	.nav ul li:hover .slide_nav a {
		border: 0;
	}
	.nav ul li:hover .slide_nav {
		display: block;
		padding-top: 28px;
		padding-bottom: 27px;
	}
	.nav ul li .slide_nav ul li {
		border-left: 2px solid #666666;
		height: 15px;
		padding-left: 29px;
		padding-right: 29px;
		width: auto;
		line-height: 15px;
		vertical-align: top;
	}
	.nav ul li .slide_nav ul li a {
		line-height: 15px;
	}
	/* è§£å†³æ–¹æ¡ˆ */
	.slideTxtBox h3.txtc {
		font-size: 36px;
		color: #444444;
		margin-top: 60px;
		margin-bottom: 50px;
	}
	.solution_list {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 60px;
	}
	.solution_list .div {
		min-height: 120px;
		width: 158px;
		background-color: #f7f7f7;
		display: inline-block;
		color: #9f9f9f;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		margin-right: 5px;
	}
	.solution_list .div.on {
		background-color: #0168b7
	}
	.solution_list .div.on img {
		display: none;
	}
	.solution_list .div.on img.on_pic {
		display: inline-block;
	}
	.solution_list .div.last {
		margin-right: 0;
	}
	.solution_list .div .icon {
		width: 100%;
		text-align: center;
		height: 46px;
		line-height: 46px;
		color: #9f9f9f;
		margin-top: 22px;
		margin-bottom: 11px;
	}
	.solution_list .div .icon .on_pic {
		display: none;
	}
	.solution_list .div .icon img {
		vertical-align: middle;
	}
	.solution_list .div a {
		color: #9f9f9f;
		font-size: 16px;
	}
	.solution_list .div.on a {
		color: #FFFFFF;
	}
	.solution_text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.solution_text .div {}
	.solution_text .solution_l {
		width: 460px;
		float: left;
		color: #707070;
		margin-right: 50px;
	}
	.solution_text .solution_l .more {
		width: 175px;
		height: 51px;
		border-radius: 3px;
		line-height: 51px;
		background: #a8d5f4;
		margin-top: 30px;
		text-align: center;
	}
	.solution_text .solution_l p {
		margin-top: 65px;
		line-height: 30px;
	}
	.solution_text .solution_l .more a {
		display: block;
		color: #ffffff;
		font-size: 16px;
	}
	.solution_r {
		float: right;
		width: 660px;
	}
	/* äº§å“ä¸ŽæœåŠ¡ */
	.product {
		background: #f4f4f4;
		padding-bottom: 60px;
		padding-top: 60px;
		margin-top: 60px;
	}
	.product h3.txtc {
		font-size: 36px;
		color: #444444;
		margin-bottom: 50px;
	}
	.product_list .item {
		width: 185px;
		min-height: 360px;
		float: left;
		margin-right: 17px;
		text-align: center;
		color: #0168b7;
		font-size: 14px;
		background: #FFFFFF;
	}
	.product_list .item.last {
		margin-right: 0;
	}
	.product_list .item .ico {
		height: 70px;
		margin-bottom: 48px;
		margin-top: 48px;
	}
	.product_list .item .ico .hover {
		display: none;
	}
	.product_list .item h3 {
		font-size: 24px;
	}
	.product_list .item p {
		width: 155px;
		margin: 28px auto 20px;
		height: 65px;
	}
	.product_list .item .more {
		width: 146px;
		height: 40px;
		color: #0168b7;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
		background: #FFFFFF;
		border-radius: 3px;
		display: none;
	}
	.product_list .item:hover {
		background: #0168b7;
		color: #FFFFFF;
	}
	.product_list .item:hover .ico img {
		display: none;
	}
	.product_list .item:hover .ico .hover {
		display: inline-block;
	}
	.product_list .item:hover .more {
		display: inline-block
	}
	/* å…³äºŽæˆ‘ä»¬ */
	.about {
		margin-top: 60px
	}
	.about h3.txtc {
		font-size: 36px;
		color: #444444;
		margin-bottom: 50px;
	}
	.about_list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.about_list .item {
		width: 370px;
		height: 404px;
		margin-right: 30px;
		float: left;
		background: #fafafa;
	}
	.about_list .item:hover {
		box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	}
	.about_list .item.last {
		margin-right: 0;
	}
	.about_list .item .pic {
		width: 370px;
		height: 198px;
		overflow: hidden;
		margin-bottom: 25px;
	}
	.about_list .item .pic img {
		width: 370px;
		height: 198px;
	}
	.about_list .item h3 {
		text-align: center;
		color: #444444;
		font-size: 20px;
	}
	.about_list .item .line {
		display: block;
		margin: 20px auto 40px;
		height: 1px;
		background: #e3e3e3;
		width: 100px;
	}
	.about_list .item p {
		width: 300px;
		margin: 0 auto;
		color: #828282;
		line-height: 21px;
	}
	.footer {
		background: #dcdcdc;
		margin-top: 60px;
	}
	.footer .wrap {
		padding-left: 15px;
		padding-right: 14px;
		width: calc(1200-29);
	}
	.footer .item {
		padding-top: 50px;
		float: left;
		width: 130px;
		line-height: 24px;
	}
	.footer .item h4 {
		font-size: 18px;
	}
	.footer .item .item-line {
		width: 40px;
		height: 1px;
		display: block;
		background-color: #37a9ef;
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.footer .item a {
		color: #888888;
		font-size: 12px;
	}
	.footer_tel {
		float: right;
		padding-left: 84px;
		border-left: 1px solid #c4c4c4;
		margin-top: 54px;
		width: 280px
	}
	.footer_tel .footer_tel_top {
		height: 90px;
		border-bottom: 1px solid #404040;
	}
	.footer_tel_top .tel {
		font-size: 14px;
		color: #888888;
	}
	.footer_tel_top .tel p {
		color: #404040;
		font-size: 26px;
		padding-top: 10px;
	}
	.footer_tel_bottom {
		font-size: 14px;
		margin-top: 20px;
		line-height: 28px;
	}
	/* å…³äºŽæˆ‘ä»¬ */
	.debanner {
		width: 100%;
		overflow: hidden;
	}
	.debanner img {
		max-width: 100%;
	}
	.breadcrumb {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.breadcrumb .indexNavBar li {
		display: inline-block;
		color: #666666;
		font-size: 14px;
	}
	.breadcrumb .indexNavBar li:after {
		content: ' > ';
		padding: 0 5px;
	}
	.breadcrumb .indexNavBar li a {
		color: #666666;
	}
	.breadcrumb .indexNavBar li.on a {
		color: #0f69b4;
	}
	.breadcrumb .indexNavBar li.on:after {
		content: '';
		display: none;
	}
	.slidebar {
		float: left;
		width: 260px;
	}
	.slidebar ul{
		max-width: 100%;
	}
	.slidebar .li {
		width: 255px;
	}
	.slidebar .li div {
		height: 50px;
		line-height: 50px;
		background: #dfdfdf;
		margin-bottom: 2px;
		font-size: 15px;
		text-indent: 25px;
		border-left: 5px solid transparent;
	}
	.slidebar .li a {
		color: #333333;
		display: block;
		float: left;
		width: 198px;
	}
	.slidebar .li .on {
		border-left: 5px solid #0e6ab4;
	}
	.slidebar .li .on a {
		color: #0168b7;
	}
	.slidebar .li .on i {
		color: #0e6ab4;
	}
	.slidebar .li i:after{
		content: "+";
	}
	.slidebar .li .on i:after{
		content: "-";
	}
	.slidebar .li i {
		width: 50px;
		display: block;
		float: right;
		text-align: center;
		font-size: 35px;
		height: 50px;
		line-height: 45px;
		font-style: normal;
		cursor: pointer;
		border-left: 2px solid #FFFFFF;
		text-indent: 0;
		position: relative;
	}
	.about_content {
		width: 870px;
		float: right;
		color: #666666;
		font-size: 14px;
		line-height: 24px;
	}
	.about_content .h3 {
		height: 100px;
		line-height: 100px;
		padding-left: 20px;
		background: #f8f8f8;
		color: #0e6ab4;
		margin-bottom: 50px;
		font-size: 20px;
	}
	.about_page {
		margin-top: 25px;
	}
	.about_page .prev {
		margin-right: 40px;
	}
	.about_page a {
		color: #333333;
	}
	.copyright {
		background: #DCDCDC;
		color: #888888;
		font-size: 12px;
		width: 100%;
		height: 54px;
		border-top: 1px solid #c4c4c4;
		margin-top: 50px;
		line-height: 54px;
	}
	.copyright .change_link {
		margin-top: 15px;
	}
	.back {
		width: 871px;
		height: 46px;
		background-image: url(../images/back.jpg);
		background-repeat: no-repeat;
		line-height: 46px;
		text-align: right;
		margin-top: 60px;
	}
	.back a {
		color: #333333;
		margin-right: 20px;
		font-size: 14px;
	}
	/* å…¬å¸èµ„è´¨ */
	.ap_list .li {
		width: 200px;
		min-height: 344px;
		border: 1px solid #e6e6e6;
		text-align: center;
		padding-top: 6px;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.ap_list .li:nth-child(4n) {
		margin-right: 0;
	}
	.ap_list .li .img {
		width: 191px;
		height: 269px;
		margin: 0 auto;
	}
	.ap_list .li .img img {
		max-width: 191px;
		max-height: 269px;
	}
	.ap_list .li h4 {
		margin-top: 15px;
		text-transform: uppercase;
		font-size: 14px;
	}
	.ap_list .li h4 a {
		color: #333333;
	}
	.ap_list .li:hover {
		background: #0f69b4;
		color: #FFFFFF;
	}
	.ap_list .li:hover a {
		color: #FFFFFF;
	}
	.ap_list .li:hover .more img {
		display: none;
	}
	.ap_list .li:hover .more .on {
		display: inline-block;
	}
	.ap_list .li .more {
		color: #333333;
		line-height: 15px;
		display: block;
		margin-top: 10px;
	}
	.ap_list .li .more .on {
		display: none;
	}
	/* ä¼ä¸šä»·å€¼è§‚ */
	.CultureList:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}
	.CultureList .cu_list {
		width: 203px;
		height: 203px;
		background: #f8f8f8;
		float: left;
		text-align: center;
		margin-right: 19px;
	}
	.CultureList .cu_list:nth-child(4n) {
		margin-right: 0;
	}
	.CultureList .cu_list .img {
		margin-top: 60px;
		height: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.CultureList .cu_list .img img {
		vertical-align: middle;
	}
	.CultureList .cu_list h4 {
		font-size: 24px;
		color: #333333;
	}
	.CultureList .li {
		width: 850px;
		height: 150px;
		background-color: #f8f8f8;
		margin-top: 16px;
		padding-left: 20px;
	}
	.CultureList .li .li_l {
		float: left;
		width: 475px;
	}
	.CultureList .li .li_l h3 {
		font-size: 20px;
		color: #0068b9;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.CultureList .li .li_l p {
		font-size: 16px;
		color: #a0a0a0;
		line-height: 24px;
	}
	.CultureList .li .li_r {
		float: right;
		width: 375px;
		height: 150px;
	}
	.CultureList .li .li_r img {
		max-width: 375px;
		max-height: 150px;
	}
	/* ä¼ä¸šè£èª‰ */
	.honor .li {
		width: 274px;
		min-height: 270px;
	}
	.honor .li:nth-child(3n) {
		margin-right: 0;
	}
	.honor .li:nth-child(4n) {
		margin-right: 20px;
	}
	.honor .li .img {
		width: 256px;
		height: 165px;
	}
	.honor .li .img img {
		max-width: 256px;
		max-height: 165px;
	}
	/* æ–°é—»ä¸­å¿ƒ */
	.new_li {
		cursor: pointer;
		height: 230px;
		overflow: hidden;
		margin-bottom: 60px;
	}
	.new_li:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.new_li:hover {
		background: #f8f8f8;
	}
	.new_li .new_pic {
		width: 360px;
		height: 230px;
		float: left;
	}
	.new_li .new_text {
		padding-top: 30px;
		padding-bottom: 35px;
		padding-left: 28px;
		float: left;
		width: 482px;
		color: #999999;
	}
	.new_li .new_text h3 {
		color: #333333;
		font-size: 20px;
		margin-bottom: 29px;
	}
	.new_li .new_text p {
		font-size: 14px;
	}
	.new_li .new_text p {
		color: #999999;
	}
	.time_more {
		padding-left: 28px;
		float: left;
		width: 482px;
		color: #999999;
	}
	.time_more .more {
		color: #999999;
	}
	.pages {
		font-size: 0;
		text-align: center;
	}
	.pages ul li.prev {
		width: 39px;
		height: 38px;
		background-color: #eeeeee;
		background-image: url(../images/prev.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	.pages ul li.prev a {
		content: "";
	}
	.pages ul li.next {
		width: 39px;
		height: 38px;
		background-color: #eeeeee;
		background-image: url(../images/prev.png);
		background-position: center center;
		background-repeat: no-repeat;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.pages ul li {
		display: inline-block;
		width: 39px;
		height: 38px;
		border: 1px solid #eeeeee;
		vertical-align: top;
		line-height: 40px;
		font-size: 14px;
		color: #9f9f9f;
		border-left: 0;
		text-align: center;
	}
	.pages ul li a {
		display: block;
		width: 39px;
		height: 39px;
		color: #9f9f9f;
	}
	.pages span {
		font-size: 14px;
		vertical-align: top;
		padding-left: 20px;
		line-height: 40px;
		padding-right: 20px;
	}
	/* æ–°é—»å†…é¡µ */
	.detail_title {
		padding-left: 10px;
		width: 1160px;
		height: 46px;
		background-image: url(../images/title.jpg);
		background-repeat: no-repeat;
		line-height: 46px;
		color: #006db0;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 60px;
	}
	.new_detail {
		font-size: 14px;
		color: #666666;
	}
	.new_detail span {
		font-size: 14px;
		/* margin-right: 63px; */
	}
	.new_detail .prev_next {
		margin-top: 50px;
	}
	.new_detail .prev {
		color: #999999;
		font-size: 14px;
	}
	.new_detail .next {
		color: #999999;
		font-size: 14px;
	}
	.new_detail .back {
		width: 1170px;
		height: 46px;
		background-image: url(../images/newback.jpg);
		background-repeat: no-repeat;
	}
	.slidebar .contact {
		width: 245px;
		height: 187px;
		padding-left: 15px;
		color: #404040;
		font-size: 14px;
		padding-top: 18px;
		background: #f4f4f4;
		line-height: 27px;
		margin-top: 28px;
	}
	.slidebar .slide_down {
		display: none;
	}
	.slidebar .slide_down .li {
		width: 255px;
		height: auto;
	}
	.slidebar .slide_down .li .on {
		color: #0168b7;
	}
	.slidebar .slide_down .li div {
		height: 50px;
		line-height: 50px;
		background: #f4f4f4;
		margin-bottom: 2px;
		font-size: 15px;
		text-indent: 39px;
		border-left: 5px solid transparent;
	}
	.slidebar .slide_down .li .toggle {
		border: 1px solid #eeeeee;
		height: auto;
		display: none;
		margin-bottom: 2px;
	}
	.slidebar .slide_down .li .toggle li {
		height: 50px;
		line-height: 50px;
		padding-left: 50px;
	}
	.slidebar .slide_down .li .toggle li .on {
		color: #0168b7;
		border-left: 0;
	}
	.product_content {
		float: right;
		width: 870px;
	}
	.product_content .list {
		width: 274px;
		height: 358px;
		border: 1px solid #eeeeee;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.product_content .list:nth-child(3n) {
		margin-right: 0;
	}
	.product_content .list .pic {
		width: 256px;
		height: 190px;
		margin: 9px auto 20px;
	}
	.product_content .list .pic img {
		max-width: 256px;
		max-height: 190px;
	}
	.product_content .list h4 {
		font-size: 16px;
		text-align: center;
		color: #404040;
	}
	.product_content .list .txtc {
		font-size: 14px;
		color: #9f9f9f;
		margin-top: 20px;
	}
	.product_content .list:hover {
		background-color: #0168b7;
		color: #FFFFFF;
	}
	.product_content .list:hover h4 {
		color: #FFFFFF;
	}
	.product_content .list:hover .txtc {
		color: #FFFFFF;
	}
	.pro_pic:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.pro_pic li {
		width: 374px;
		height: 248px;
		border: 1px solid #eeeeee;
		float: left;
		margin-right: 20px;
	}
	.pro_pic li:nth-child(3n) {
		margin-right: 0;
	}
	.pro_pic li img {
		max-width: 374px;
		max-height: 248px;
	}
	.czjz {
		display: -webkit-box;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		display: -moz-box;
		-moz-box-orient: horizontal;
		-moz-box-pack: center;
		-moz-box-align: center;
		display: -o-box;
		-o-box-orient: horizontal;
		-o-box-pack: center;
		-o-box-align: center;
		display: -ms-box;
		-ms-box-orient: horizontal;
		-ms-box-pack: center;
		-ms-box-align: center;
		display: box;
		box-orient: horizontal;
		box-pack: center;
		box-align: center;
	}
	.characteristics {
		line-height: 31px;
	}
	.characteristics h4 {
		color: #0068b9;
		font-size: 24px;
		margin-bottom: 45px;
	}
	.characteristics p:before {
		content: url(../img/product/dot.jpg);
		padding: 0 5px;
		vertical-align: top;
	}
	.performance p {
		color: #9f9f9f;
		font-size: 16px;
	}
	.performance p:before {
		display: none;
	}
	.attention {
		margin-top: 55px;
		color: #707070;
		font-size: 14px;
	}
	.attention h4 {
		color: #0068b9;
		font-size: 24px;
		margin-bottom: 45px;
	}
	.use {
		color: #9e9e9e;
		font-size: 14px;
		margin-top: 50px;
		line-height: 32px;
	}
	.new_detail {
		margin-top: 55px;
	}
	/* åŠ å…¥æˆ‘ä»¬ */
	.secondCondx {
		background: #f8f8f8;
		padding-left: 38px;
		padding-top: 16px;
		margin-bottom: 40px;
	}
	.join_us {
		width: 900px;
		float: right;
	}
	.secondConddt strong {
		display: inline-block;
		float: left;
		padding: 0 20px 0 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		color: #333333;
		font-weight: normal;
		vertical-align: top;
	}
	.secondConddtz {
		display: inline-block;
		line-height: 40px;
	}
	.secondConddtz h6 {
		font-weight: normal;
	}
	.secondConddtz h6 a {
		color: #999999;
		padding: 3px 14px 3px 14px;
	}
	.secondConddtz a.on {
		background: #0f69b4;
		color: #FFFFFF;
		border-radius: 3px;
	}
	.secondslist {}
	.secondslist h4 {
		margin-bottom: 15px;
	}
	.secondslist ul {
		border: 1px solid #dfdfdf;
		border-bottom: 0;
	}
	.thead {
		background: #f8f8f8;
		height: 60px;
		line-height: 60px;
		padding-left: 40px;
		position: relative;
		border-bottom: 1px solid #dfdfdf;
	}
	.thead:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.thead div {
		float: left;
	}
	.thead div.th {
		width: 350px;
		float: left;
	}
	.thead div.th2 {
		width: 178px;
	}
	.thead div.th_last {
		width: 110px;
	}
	.thead .icon {
		margin-top: 25px;
		display: inline-block;
		height: 12px;
	}
	.thead2 {
		color: #999999;
		font-size: 14px;
		border-bottom: 1px solid #DFDFDF;
	}
	.tbody {
		background: #FFFFFF;
		border-bottom: 1px solid #dfdfdf;
		padding-left: 40px;
		min-height: 100px;
		padding-top: 50px;
		font-size: 14px;
		display: none;
	}
	.tbody .place {
		width: 195px;
		display: inline-block;
		line-height: 36px;
	}
	.tbody .place span {
		color: #999999;
	}
	.tbody .job {
		width: 195px;
		display: inline-block;
		line-height: 36px;
	}
	.tbody .job span {
		color: #999999;
	}
	.tbody .number {
		width: 195px;
		display: inline-block;
		line-height: 36px;
	}
	.tbody .number span {
		color: #999999;
	}
	.tbody .duty {
		color: #999999;
		font-size: 14px;
		line-height: 36px;
	}
	.tbody .duty h5 {
		font-size: 14px;
		color: #333333;
	}
	.tbody .requirement {
		margin-top: 55px;
	}
	.tbody .join_btn {
		background: #0f69b4;
		width: 135px;
		height: 40px;
		border: 0;
		color: #FFFFFF;
	}
	.tbody .file {
		width: 135px;
		height: 40px;
		border: 0;
		color: #FFFFFF;
		background: #0f69b4;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		text-align: center;
		line-height: 40px;
		position: relative;
		margin-left: 15px;
		overflow: hidden;
	}
	.tbody .file input[type='file'] {
		opacity: 0;
		height: 40px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* æ‹›è˜ç”³è¯· */
	.photo {
		width: 110px;
		height: 125px;
		display: inline-block;
		position: relative;
		vertical-align: top;
	}
	.photo img {
		width: 110px;
		height: 125px;
	}
	.photo input[type='file'] {
		opacity: 0;
		position: absolute;
		width: 110px;
		height: 125px;
		top: 0;
		left: 0;
		cursor: pointer;
	}
	.form {
		width: 695px;
		display: inline-block;
		margin-left: 30px;
		vertical-align: top;
	}
	.form .item input[type='text'] {
		border: 1px solid #cccccc;
		width: 235px;
		height: 30px;
		padding-left: 10px;
	}
	.form .item label {
		font-size: 14px;
		margin-right: 10px;
		width: 82px;
		display: inline-block;
		text-align: right;
	}
	.form .item label span {
		color: #fe2425;
	}
	.form .item {
		display: inline-block;
		vertical-align: middle;
		line-height: 32px;
		width: 345px;
		margin-bottom: 35px;
	}
	.form .item:nth-child(even) {
		margin-right: 0;
	}
	.form .item .sexbox {
		display: inline-block;
		border: 1px solid #cccccc;
		vertical-align: top;
	}
	.form .item .sexbox div {
		float: left;
		width: 115px;
		cursor: pointer;
		height: 32px;
		text-align: center;
		font-size: 14px;
		color: #404040;
	}
	.form .item .sexbox div.on {
		background: #0168b7;
		color: #FFFFFF;
		font-size: 14px;
	}
	.form .item .sexbox div input {
		opacity: 0;
	}
	.form .item .laydate-icon {
		height: 30px;
		width: 215px;
		padding-left: 10px;
		background-image: url(../images/1.jpg);
	}
	.form .item select {
		width: 232px;
		border: 1px solid #DFDFDF;
		padding-left: 10px;
		background-image: url(../images/1.jpg);
		background-position-x: right;
		background-position-y: center;
		background-repeat: no-repeat;
	}
	.personal {
		padding-top: 36px;
		padding-bottom: 36px;
		background: #f5f5f5;
		padding-left: 60px;
		padding-right: 40px;
	}
	.personal .item {
		width: 435px;
		display: inline-block;
		float: left;
		font-size: 14px;
	}
	.personal:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.personal .item .check {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1px solid #cccccc;
		display: inline-block;
		margin-right: 10px;
		margin-left: 20px;
		vertical-align: middle;
		position: relative;
		cursor: pointer;
	}
	.personal .item .check img {
		display: none;
	}
	.personal .item .check.on img {
		display: block;
	}
	.personal .item div {
		display: inline-block;
	}
	.personal .item .check input {
		opacity: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
	}
	.personal .item2 {
		width: 355px;
		display: inline-block;
		float: left;
		font-size: 14px;
	}
	.personal .item2 .check {
		width: 14px;
		height: 14px;
		border-radius: 2px;
		border: 1px solid #cccccc;
		display: inline-block;
		margin-right: 10px;
		margin-left: 20px;
		vertical-align: middle;
		position: relative;
		cursor: pointer;
	}
	.personal .item2 .check img {
		display: none;
	}
	.personal .item2 .check.on img {
		display: block;
	}
	.personal .item2 div {
		display: inline-block;
	}
	.personal .item2 .check input {
		opacity: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
	}
	.personal .now {
		font-size: 14px;
		display: inline-block;
		width: 432px;
		margin-top: 20px;
	}
	.personal .now input {
		width: 350px;
		height: 30px;
		background: transparent;
		border: 1px solid #CCCCCC;
		padding-left: 10px;
	}
	.personal .ID {
		font-size: 14px;
		display: inline-block;
	}
	.personal .ID input {
		width: 230px;
		height: 30px;
		background: transparent;
		border: 1px solid #CCCCCC;
		padding-left: 10px;
	}
	.personal .emergency {
		display: inline-block;
		font-size: 14px;
		width: 432px;
		margin-top: 20px;
	}
	.personal .emergency div {
		display: inline-block;
		margin-right: 10px;
	}
	.personal .emergency div:last-child {
		margin-right: 0;
	}
	.personal .emergency input[type='text'] {
		width: 100px;
		height: 30px;
		border: 1px solid #CCCCCC;
		background: transparent;
		padding-left: 6px;
	}
	.personal .tel {
		font-size: 14px;
		display: inline-block;
		float: right;
		margin-top: 20px;
	}
	.personal .tel input[type='text'] {
		width: 230px;
		height: 30px;
		border: 1px solid #CCCCCC;
		background: transparent;
		padding-left: 6px;
		margin-right: 32px;
	}
	.personal .friends {
		font-size: 14px;
		display: inline-block;
		margin-top: 20px;
	}
	.personal .friends select {
		width: 135px;
		height: 30px;
		background-image: url(../images/2.jpg);
		background-position-x: right;
		background-position-y: center;
		background-repeat: no-repeat;
		border: 1px solid #CCCCCC;
		background-color: transparent;
		text-align: center;
		text-indent: 2em;
	}
	.personal .relation {
		font-size: 14px;
		display: inline-block;
		margin-top: 20px;
		margin-left: 30px;
	}
	.personal .relation input[type='text'] {
		width: 135px;
		height: 30px;
		border: 1px solid #CCCCCC;
		padding-left: 10px;
		background: transparent;
	}
	.personal .where {
		font-size: 14px;
		margin-top: 20px;
	}
	.personal .where div {
		display: inline-block;
	}
	.personal .where .where_select {
		width: 650px;
	}
	.personal .where .where_select span {
		display: inline-block;
		width: 14px;
		height: 14px;
		border: 1px solid #CCCCCC;
		position: relative;
		cursor: pointer;
		margin-right: 10px;
		vertical-align: middle;
		margin-left: 20px;
	}
	.personal .where .where_select span input {
		opacity: 0;
		position: absolute;
		top: 0;
		cursor: pointer;
	}
	.personal .where .where_select span img {
		display: none;
	}
	.personal .where .where_select span.on img {
		display: block;
	}
	.personal .where .where_select1 {
		width: 650px;
	}
	.personal .where .where_select1 span {
		display: inline-block;
		width: 14px;
		height: 14px;
		border: 1px solid #CCCCCC;
		position: relative;
		cursor: pointer;
		margin-right: 10px;
		vertical-align: middle;
		margin-left: 20px;
	}
	.personal .where .where_select1 span input {
		opacity: 0;
		position: absolute;
		top: 0;
		cursor: pointer;
	}
	.personal .where .where_select1 span img {
		display: none;
	}
	.personal .where .where_select1 span.on img {
		display: block;
	}
	.personal .where .where_select2 {
		width: 650px;
	}
	.personal .where .where_select2 span {
		display: inline-block;
		width: 14px;
		height: 14px;
		border: 1px solid #CCCCCC;
		position: relative;
		cursor: pointer;
		margin-right: 10px;
		vertical-align: middle;
		margin-left: 20px;
	}
	.personal .where .where_select2 span input {
		opacity: 0;
		position: absolute;
		top: 0;
		cursor: pointer;
	}
	.personal .where .where_select2 span img {
		display: none;
	}
	.personal .where .where_select2 span.on img {
		display: block;
	}
	.personal .where .Recommend {}
	.personal .where .Recommend input {
		width: 100px;
		height: 30px;
		background: transparent;
		border: 1px solid #CCCCCC;
	}
	.personal label {
		vertical-align: middle;
	}
	.personal .where label {
		vertical-align: top;
		margin-top: 5px;
		display: inline-block;
	}
	.personal .where .other {
		display: inline-block;
	}
	.personal .where .other input[type='text'] {
		width: 555px;
		height: 30px;
		border: 1px solid #CCCCCC;
		background: transparent;
		margin-top: 10px;
		padding-left: 10px;
	}
	.Education h4 {
		font-size: 16px;
		color: #0168b7;
	}
	.Education h4 span {
		color: #9a9a9a;
		font-size: 12px;
	}
	.Education table {
		border-color: #cccccc;
		line-height: 45px;
		color: #3f3f3f;
	}
	.Education table th {
		width: 230px;
		color: #3f3f3f;
	}
	.Education table tr:first-child {
		background: #f5f5f5;
	}
	.Education table tr td {
		line-height: 45px;
		height: 45px;
	}
	.Education .fr {
		width: 142px;
		height: 44px;
		border: 0;
		color: #FFFFFF;
		border-radius: 4px;
		margin-top: 15px;
		background: #0168b7;
	}
	.Education table input {
		border: 0;
		text-align: center;
	}
	.Education:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.Education.Quit span {
		color: #0168b7;
	}
	.skills h5 {
		background: #eeeeee;
		line-height: 50px;
		font-size: 16px;
		color: #0168b7;
	}
	.qualifications {
		font-size: 14px;
	}
	.skills .personal label span {
		color: #fe2425;
	}
	.qualifications input[type='text'] {
		width: 638px;
		height: 30px;
		border: 1px solid #CCCCCC;
		background: transparent;
		padding-left: 10px;
		margin-left: 15px;
	}
	.edcheck {
		font-size: 12px;
		color: #999999;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.edcheck input[type="checkbox"] {
		width: 14px;
		vertical-align: middle;
		height: 14px;
		margin-left: 10px;
		margin-right: 5px;
	}
	.edcheck input[type="text"] {
		width: 448px;
		height: 30px;
		padding-left: 10px;
		margin-left: 25px;
		border: 1px solid #CCCCCC;
	}
	.crime table td {
		width: 300px
	}
	.buttom {
		margin-top: 50px;
	}
	.buttom p {
		font-size: 12px;
		line-height: 29px;
		color: #0168b7;
	}
	.file_btn {
		width: 118px;
		height: 32px;
		background: #eaeaea;
		position: relative;
		overflow: hidden;
		color: #8d8d8d;
		line-height: 32px;
		text-align: center;
		font-size: 14px;
		margin-top: 65px;
	}
	.file_btn input {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		height: 32px;
	}
	.txtc input[type='button'] {
		width: 142px;
		height: 44px;
		background: #0168b7;
		color: #FFFFFF;
		border: 0;
		font-size: 14px;
		border-radius: 4px;
	}
	.join_school_title {
		width: 150px;
		height: 40px;
		background: #0f69b4;
		color: #FFFFFF;
		line-height: 40px;
		text-align: center;
		margin-bottom: 40px;
	}
	.join_school_box {
		background: #f8f8f8;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		margin-bottom: 15px;
	}
	.join_school_box h3 {
		border-bottom: 1px solid #eeeeee;
		font-size: 20px;
		height: 36px;
	}
	.join_school_box span {
		display: inline-block;
		line-height: 35px;
		border-bottom: 3px solid #0168B7;
	}
	.school_detail {}
	.school_detail .pic {
		width: 431px;
		height: 254px;
	}
	.school_detail .pic img {
		max-width: 431px;
		max-height: 254px;
	}
	.school_detail .text {
		width: 410px;
		font-size: 14px;
		color: #666666;
		line-height: 24px;
	}
	.school_detail .text h4 {
		padding-left: 20px;
		background: #f8f8f8;
		line-height: 100px;
		margin-bottom: 30px;
		font-size: 20px;
		color: #0e6ab4;
	}
	.school_detail .text_detail {
		width: 432px;
	}
	.school_detail .school_app {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.school_detail .school_app {
		font-size: 14px;
	}
	.school_detail .school_app a {
		color: #0e6ab4;
	}
	.school_detail .school_app ul {
		width: 30%;
	}
	.time_table table {
		font-weight: normal;
		border-color: #FFFFFF;
		text-align: center;
		font-size: 14px;
	}
	.time_table table th {
		border-color: #FFFFFF;
		background: #96c835;
		line-height: 80px;
		padding-left: 30px;
		padding-right: 30px;
		width: 200px;
		font-weight: normal;
		color: #FFFFFF;
	}
	.time_table table td {
		border-color: #dfdfdf;
		height: auto;
		padding-top: 14px;
		padding-bottom: 12px;
	}
	/* è”ç³»æˆ‘ä»¬ */
	.contact_us {
		width: 870px;
		margin-left: 40px;
		float: left;
	}
	.contact_us .div {
		background: #f8f8f8;
		padding-top: 35px;
		padding-left: 20px;
		padding-bottom: 25px;
		color: #444444;
	}
	.contact_us .div h4 {
		margin-bottom: 10px;
	}
	.contact_us p {
		font-size: 14px;
		line-height: 30px;
		color: #a0a09e;
	}
	.contact_us .div ul {
		display: inline-block;
		vertical-align: top;
	}
	.contact_us .div ul li {
		font-size: 14px;
		color: #a0a09e;
		line-height: 30px;
	}
	.footer_phone {
		display: none;
	}
	.breadcrumb_title {
		display: none;
	}
	.items-list .item {
		font-size: 16px;
		color: #9f9f9f;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.items-list .item ul li {
		display: inline-block;
		text-align: center;
		cursor: pointer;
		width: 155px;
	}
	.items-list .item ul li:first-child {
		text-align: left
	}
	.items-list .item ul li.on {
		color: #0068b9;
	}
	.items-list .second-item {
		background: #f7f7f7;
		line-height: 50px;
		padding-left: 20px;
		font-size: 14px;
		color: #9e9e9e;
		padding-right: 20px;
		display: none;
	}
	.items-list .second-item ul li {
		display: inline-block;
		width: 160px;
		cursor: pointer;
		text-align: center;
	}
	.items-list .second-item ul {
		display: inline-block;
	}
	.items-list .second-item h4 {
		width: 155px;
		display: inline-block;
	}
	.items-list .second-item ul li.on {
		background: #e5e5e5;
		color: #444444;
	}
	.items-list .second-item ul li a {
		color: #9e9e9e;
	}
	.items-list .second-item ul li.on a {
		color: #444444;
	}
	.join_us .h4 {
		height: 100px;
		line-height: 100px;
		padding-left: 20px;
		background: #f8f8f8;
		color: #0e6ab4;
		margin-bottom: 50px;
		font-size: 20px;
	}
	.welfares-list .list {
		width: 425px;
		display: inline-block;
		margin-bottom: 50px;
		vertical-align: top;
	}
	.welfares-list .list:nth-child(even) {
		margin-right: 0;
		float: right;
	}
	.welfares-list .list .pic {
		width: 100%;
		height: 250px;
	}
	.welfares-list .list .pic img {
		max-width: 100%;
		max-height: 250px;
	}
	.welfares-list .list .text {
		padding-top: 25px;
		border: 1px solid #e7e7e7;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.welfares-list .list .text h4 {
		color: #333333;
	}
	.welfares-list .list .text p {
		color: #999999;
		font-size: 14px;
		margin-top: 18px;
	}
	.product_content_inte .h5 {
		color: #0068b9;
		font-size: 32px;
	}
	.product_content_inte .p {
		color: #6f6f6f;
		font-size: 14px;
		margin-top: 45px;
		margin-bottom: 50px;
	}
	.product_content_inte ul .in-list {
		padding: 10px 15px;
		background: #f7f7f7;
		margin-bottom: 20px;
	}
	.product_content_inte ul .in-list .img {
		width: 306px;
		height: 198px;
		display: inline-block;
		margin-right: 30px;
		vertical-align: top;
	}
	.product_content_inte ul .in-list .img img {
		max-width: 306px;
		max-height: 198px;
	}
	.product_content_inte ul .in-text {
		padding-top: 35px;
		display: inline-block;
		width: 790px;
		vertical-align: top;
	}
	.product_content_inte ul .in-text h4 {
		color: #444444;
		font-size: 18px;
	}
	.product_content_inte ul .in-text p {
		font-size: 14px;
		color: #adadad;
		margin-top: 35px;
		line-height: 28px;
	}
	.train ul li:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}
	.train ul li {
		padding: 30px 20px;
		border: 1px solid #eeeeee;
		margin-bottom: 20px;
	}
	.train ul li h4.h5 {
		border-left: 3px solid #0e6ab4;
		padding-left: 10px;
		color: #333333;
		font-size: 16px;
		margin-bottom: 30px
	}
	.train-l {
		width: 455px;
		display: inline-block;
		font-size: 14px;
		vertical-align: top;
	}
	.train-l div {
		line-height: 30px;
	}
	.train-l div h5 {
		font-size: 14px;
		color: #333333;
	}
	.train-l div p {
		color: #999999;
	}
	.train-r {
		width: 240px;
		float: right;
		vertical-align: top;
		margin-right: 20px;
	}
	.Language b {
		margin-left: 20px;
	}
}

.copyright label {
	font-size: 12px;
	color: #0168B7;
	float: right;
	margin-right: 20px;
	line-height: 55px;
}


.title-txt{width: 100%;min-height: 200px;float: left;}
.title-txt h2{font-size: 36px;line-height: 38px;text-align: center;color: #333;}
.service-td{width: 100%;padding-bottom:10px;border-bottom: 1px solid #e5e5e5;}
.service-td h2{font-size: 32px;color: #0068b9;line-height: 35px;text-align: left;padding-top: 60px;}
.product_content1{width: 100%;margin-top: 40px;}
.product_content1 .list{margin-right: 29px;}
.product_content1 .list:nth-of-type(3n){margin-right: 38px;}
.product_content1 .list:nth-of-type(4n){margin-right: 0px;}
.searchlist{width: 100%;margin-top: 20px;}
.searchlist li{background: #f8f8f8;width: 100%;margin-bottom: 20px;}
.searchlist li h2{font-size: 18px;color: #333;line-height: 20px;width: 100%;padding: 30px 35px;}
.searchlist li p{font-size: 14px;color: #999;line-height: 24px;padding:0px 35px;}
.searchlist li .search-bot{padding: 30px 35px;}
.searchlist li .search-bot span{font-size: 14px;color: #999;line-height: 20px;display: inline-block;}
.searchlist li .search-bot a.chakan{float: right;font-size: 14px;color: #0168b7;}
.product_content.product_content1 .list .txtc a{
	color: #9f9f9f;
}
.product_content.product_content1{
	float: none;
}
.product_content.product_content1 .list:hover a{
	color: #ffffff;
}