﻿/*内页banner -----  CSS3图片放大缩小样式 通用*/
@keyframes scal {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.1, 1.1);
	}
}

@-webkit-keyframes scal {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.1, 1.1);
	}
}

.w_right {
	text-align: right;
}

/***************about us 样式********************/


.about_banner {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	overflow: hidden;
}

.about_banner img {
	width: 100%;
	/**图片放大缩小CSS3**/
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	animation: scal 15s ease infinite alternate;
	-webkit-animation: scal 15s ease infinite alternate;
	/**图片放大缩小CSS3**/
}

.ab_ban_title {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	margin-top: 19%;
}

.ab_ban_title h3 {
	width: 100%;
	color: #fff;
	font-size: 50px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
}

.ab_ban_title p {
	width: 100%;
	font-size: 26px;
	color: #fff;
	line-height: 28px;
	letter-spacing: 1px;
}

.ab_content {
	width: 100%;
	position: relative;
}

.nei_ab {
	width: 100%;
	margin-top: -50px;
}

.nei_ab_left {
	width: 60%;
	float: left;
	background: #FFF;
	height: 50px;
}

.nei_ab_right {
	width: 40%;
	float: left;
}

.nei_ab_center {
	width: 100%;
	background: #fff;
	float: left;
}

.nei_ab_center_left {
	width: 60%;
	float: left;
}

.nei_ab_center_left_box {
	width: 89%;
	margin: 6% 6% 5% 5%;
}


.nei_ab_title {
	width: 100%;
}

.nei_ab_title h2 {
	width: 100%;
	color: #333;
	background: url(../images/yeline.png) no-repeat top left;
	line-height: 45px;
	padding-top: 20px;
	padding-bottom: 4%;
	font-size: 38px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
	font-weight: 900;
	position: relative;
}

.nei_ab_title p {
	color: #666;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

.nei_ab_word {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 2px;
	overflow: hidden;
}

.nei_ab_word td img {
	width: 100%;
}

.nei_ab_word p {}

.nei_ab_word p strong {
	font-size: 16px;
	color: #132b88;
	line-height: 26px;
	padding-bottom: 5px;
}

.nei_ab_word a {
	color: #132b88;
	text-decoration: none;
}

.nei_ab_word a:hover {
	color: #132b88;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nei_ab_word p b {
	color: #132b88;
}

.nei_middle_title {
	width: 100%;
}

.nei_middle_title h2 {
	width: 90%;
	padding: 0 5% 0 5%;
	color: #333;
	background: url(../images/yeline.png) no-repeat top center;
	line-height: 35px;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 4%;
	font-size: 28px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
	font-weight: 900;
	position: relative;
}

.nei_middle_title p {
	color: #666;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

.nei_middle_word {
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 20px;
	text-align: center;
}

.nei_ab_yuan {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nei_ab_yuan ul {
	width: 100%;
}

.nei_ab_yuan ul li {
	width: 25%;
	text-align: center;
	float: left;
}

.nei_ab_yuan ul li h3 {
	font-size: 22px;
	color: #132b88;
	line-height: 22px;
	margin-bottom: 15px;
}

.nei_ab_bt {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.nei_ab_bt ul {
	width: 100%;
}

.nei_ab_bt ul li {
	width: 33.3333333%;
	text-align: center;
	float: left;
}

.nei_ab_bt ul li h3 {
	font-size: 22px;
	color: #132b88;
	line-height: 45px;
	margin-bottom: 15px;
}

.nei_ab_bt td img {
	width: 100%;
}

.nei_ab_center_right {
	width: 40%;
	float: right;
	position: relative;
}

.nei_ab_img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.nei_ab_img img {
	width: 100%;
}

.nei_cute_center {
	width: 100%;
	background: #ededed;
	float: left;
}

.nei_cute_center_left {
	width: 40%;
	float: left;
	position: relative;
}

.nei_cute_center_right {
	width: 60%;
	float: right;
}

.nei_deve {
	width: 100%;
	background: #ededed;
	float: left;
}

.nei_cert {
	width: 100%;
}

.cure_img_list {
	width: 100%;
	float: left;
}

.cure_img_list span {
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 3%;
}

.cure_img_list span img {
	width: 98%;
	padding: 1%;
	border: 1px solid #ededed;
}


.services_title_box {
	position: absolute;
	width: 72%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 10%;
	margin-left: 8%;
	margin-right: 20%;
}

.services_more_but {
	position: absolute;
	margin: 0 auto;
	z-index: 1;
	margin-top: 3%;
}

.services_more_but a {
	display: inline-block;
	width: 145px;
	margin: 0 auto;
	font-weight: bold;
	color: #132b88;
	text-decoration: none;
	padding: 14px 0px 14px 20px;
	border: 2px solid #132b88;
	font-size: 15px;
}

.services_more_but a:hover {
	border: 2px solid #ffe100;
	color: #132b88;
	background-color: #ffe100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.c_word_b {
	text-align: center;
	font-size: 18px;
	color: #132b88;
	line-height: 25px;
	padding: 8px 0px;
}

.nei_service_right_box {
	width: 89%;
	margin: 6% 5% 5% 6%;
}

.ab_footerbg {
	width: 100%;
	background: #000c31 url(../images/contactbg0.jpg) repeat-x center bottom;
	position: relative;
	display: inline-block;
	padding-bottom: 30px;
	margin-top: 60px;
}

.contacts_main1 {
	position: relative;
	width: 100%;
	font-size: 14px;
}

.contacts_main1 ul {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.contacts_main1 ul li {
	float: left;
	width: 44%;
	margin: 0px 3%;
	margin-bottom: 30px;
}

.mad_bottom {
	margin-bottom: 20px;
}

.message {
	width: 100%;
	background: #F33;
	font-size: 14px;
}

.message a {
	color: #132b88;
	text-decoration: none;
}

.message a:hover {
	color: #132b88;
	text-decoration: underline;
}

.message ul {
	width: 100%;
	margin-top: 50px;
	float: left;
}

.message ul li {
	width: 50%;
	float: left;
	margin: 0px 0px 25px 0px;
}

.meg_input1 {
	width: 92%;
	line-height: 45px;
	font-size: 14px;
	background: #f8f8f8;
	height: 45px;
	border: 2px solid #ededed;
	border-radius: 8px;
	padding-left: 3%;
	color: #888;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
}

.meg_input2 {
	width: 20%;
	line-height: 45px;
	font-size: 14px;
	background: #f8f8f8;
	height: 45px;
	border: 2px solid #ededed;
	border-radius: 8px;
	padding-left: 2%;
	color: #888;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	margin-right: 20px;
}

.meg_textarea1 {
	width: 90%;
	font-size: 14px;
	background: #f8f8f8;
	padding-top: 8px;
	padding-right: 2%;
	border: 2px solid #ededed;
	border-radius: 8px;
	padding-left: 3%;
	color: #888;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	line-height: 23px;
	padding-bottom: 8px;
}

.meg_input1:hover,
.meg_textarea1:hover,
.meg_input2:hover {
	background: #fff;
	border: 2px solid #132b88;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.message_buttom {
	width: 100%;
	float: left;
}

.send_buttom {
	width: 125px;
	background: #132b88;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	font-weight: bolder;
	text-align: center;
	padding: 14px 0px;
	border-radius: 8px;
}

.send_buttom:hover {
	background: #ffe100;
	color: #132b88;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.code_img {
	margin: 25px 0px 20px 5px;
}

.message_title {
	float: right;
	width: 95%;
	color: #999;
	line-height: 21px;
	font-size: 12px;
}

.blank_banner {
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	overflow: hidden;
}

.blank_banner img {
	width: 100%;
	/**图片放大缩小CSS3**/
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	animation: scal 15s ease infinite alternate;
	-webkit-animation: scal 15s ease infinite alternate;
	/**图片放大缩小CSS3**/
}

.blank_title {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	margin-top: 15%;
}

.blank_title h3 {
	width: 100%;
	color: #fff;
	font-size: 38px;
	margin-bottom: 20px;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti
}

.blank_title p {
	width: 100%;
	font-size: 28px;
	color: #fff;
	line-height: 28px;
}

.blank_content {
	width: 100%;
	background: #fff;
	float: left;
}

.blank_content_left {
	width: 63%;
	padding: 4% 6% 6% 5%;
	line-height: 21px;
	font-size: 14px;
	display: table-cell;
}

.blank_content_left img {
	width: 80%;
}

.blank_content_left p {}

.blank_content_left p strong {
	font-size: 16px;
	color: #132b88;
	line-height: 26px;
}

.blank_content_left a {
	color: #132b88;
	text-decoration: none;
}

.blank_content_left a:hover {
	color: #132b88;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.blank_content_left p b {
	color: #132b88;
}

.blank_content_left_newstitle {
	font-size: 24px;
	line-height: 30px;
	color: #222;
	width: 100%;
	margin-bottom: 15px;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti
}

.blank_newstitle_date {
	font-size: 12px;
	color: #999;
	margin-bottom: 25px;
}

.fenye_blank {
	float: left;
	width: 100%;
	margin-top: 25px;
	border-top: 1px solid #ededed;
	padding-top: 20px;
}

.fenye_blank span {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.blank_dh {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	color: #999;
}

.blank_dh span {
	font-size: 10px;
}

.blank_dh a {
	color: #132b88;
	text-decoration: none;
}

.blank_dh a:hover {
	color: #132b88;
	text-decoration: underline;
}

.blank_content_right {
	width: 20%;
	padding: 4% 3%;
	background: #ededed;
	display: table-cell;
	vertical-align: top;
}

.blank_content_right h3 {
	width: 100%;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
	margin-bottom: 15px;
	font-size: 18px;
}

.blank_content_right ul {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.blank_content_right ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
}

.blank_content_right ul li a {
	color: #666;
	text-decoration: none;
}

.blank_content_right ul li a:hover {
	color: #132b88;
	text-decoration: underline;
}

.nei_blank {
	width: 100%;
	margin-top: -35px;
}

.nei_blank_left {
	width: 76%;
	float: left;
	background: #FFF;
	height: 35px;
}

.nei_blank_right {
	width: 24%;
	float: left;
}

.news_box {
	width: 100%;
	float: left;
}

.news_box ul {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.news_box ul li {
	width: 33.33333%;
	float: left;
}

.news_box_main {
	float: left;
	width: 70%;
	padding: 10% 15%;
}

.news_box_main:hover {
	-webkit-box-shadow: 0 0 10px 3px #efefef;
	-moz-box-shadow: 0 0 10px 3px #efefef;
	box-shadow: 0 0 10px 3px #efefef;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.news_box_main_date {
	font-size: 12px;
	color: #888;
	padding-bottom: 5px;
}

.news_box_main_title {
	font-size: 16px;
	color: #132b88;
	line-height: 21px;
	min-height: 42px;
	overflow: hidden;
	max-height: 42px;
}

.news_box_main_title a {
	color: #132b88;
	text-decoration: none;
}

.news_box_main_title a:hover {
	color: #132b88;
	text-decoration: underline;
}

.news_box_main_img {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	max-height: 488px;
}

.news_box_main_img img {
	width: 100%;
}

.news_box_main_word {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	/* height: 0; */
	overflow: hidden;
	margin-top: 15px;
	max-height: 80px;
}

/*offices*/
.china_offices {
	float: left;
	width: 100%;
}

.china_offices_left strong {
	font-size: 18px;
	margin-bottom: 1%;
	display: inline-table;
	color: #132b88;
}

.china_offices_left {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 2%;
	min-height: 275px;
}

.china_offices_left img {
	width: 75%;
	padding-bottom: 10px;
}

.office_img {
	width: 100%;
	position: relative;
	text-align: center;
}

.office_img img {
	width: 85%;
	text-align: center;
}

/*分页*/
.pageBox {
	padding: 0px;
	float: left;
	font-size: 14px;
	width: 100%;
	height: 40px;
	margin: 35px 0px 40px 0px;
}

.pageBox:hover {
	border-radius: 5px;
}

.pageBox .prev,
.pageBox .next {
	padding: 10px 0px;
}

.pageBox .prev a,
.pageBox .next a {
	height: 14px;
	padding: 6px;
	overflow: hidden;
	line-height: 14px;
	width: 18px;
}

.pageBox span {}

.pageBox a {
	margin: 0 3px;
	text-align: center;
	height: 14px;
	padding: 6px 11px 6px 11px;
	line-height: 14px;
	border: 1px solid #bababa;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
	color: #888;
}

.pageBox a:hover {
	border: 1px solid #132b88;
	background-color: #132b88;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pageHover a,
.pageHover a:hover {
	border: 1px solid #132b88;
	background-color: #132b88;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/**tab */
/* box */
.box {
	width: 100%;
	margin: 0px;
}

.tab_menu {
	overflow: hidden;
	width: 90%;
	margin: 30px 5% 0px 5%;
	text-transform: uppercase;
}

.tab_menu li {
	width: 170px;
	float: left;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: #666;
	background: #ededed;
	text-align: center;
	cursor: pointer;
	font-family: "Helvetica Neue", "Luxi Sans", "Microsoft YaHei", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
}

.tab_menu li:hover {
	background: #ffe100;
	color: #132b88;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.tab_menu li.current {
	color: #fff;
	background: #132b88;
	border-bottom: 3px solid #ffe100;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.tab_menu li a {
	color: #fff;
	text-decoration: none;
}

.tab_menu li.current a {
	color: #333;
}

.tab_box .hide {
	display: none;
}

/*tab end*/
.menu_box {
	float: left;
	width: 100%;
}



/*CSS3 loading 样式*/
/*Typing Loader*/
.typing_loader {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-animation: typing 1s linear infinite alternate;
	-moz-animation: Typing 1s linear infinite alternate;
	-ms-animation: Typing 1s linear infinite alternate;
	animation: typing 1s linear infinite alternate;
	margin: 0px auto;
	/* Not necessary- its only for layouting*/
	left: -0px;
	display: inherit;
}

@-webkit-keyframes typing {
	0% {
		background-color: rgba(19, 43, 163, 1);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 0.2),
			24px 0px 0px 0px rgba(19, 43, 163, 0.2);
	}

	25% {
		background-color: rgba(19, 43, 163, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 2),
			24px 0px 0px 0px rgba(19, 43, 163, 0.2);
	}

	75% {
		background-color: rgba(19, 43, 163, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 0.2),
			24px 0px 0px 0px rgba(19, 43, 163, 1);
	}
}

@-moz-keyframes typing {
	0% {
		background-color: rgba(19, 43, 163, 1);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 0.2),
			24px 0px 0px 0px rgba(19, 43, 163, 0.2);
	}

	25% {
		background-color: rgba(19, 43, 163, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 2),
			24px 0px 0px 0px rgba(19, 43, 163, 0.2);
	}

	75% {
		background-color: rgba(19, 43, 163, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 0.2),
			24px 0px 0px 0px rgba(19, 43, 163, 1);
	}
}

@keyframes typing {
	0% {
		background-color: rgba(19, 43, 163, 1);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 0.2),
			24px 0px 0px 0px rgba(19, 43, 163, 0.2);
	}

	25% {
		background-color: rgba(19, 43, 163, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 2),
			24px 0px 0px 0px rgba(19, 43, 163, 0.2);
	}

	75% {
		background-color: rgba(19, 43, 163, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(19, 43, 163, 0.2),
			24px 0px 0px 0px rgba(19, 43, 163, 1);
	}
}

/*Location indicator */
.location_indicator {
	display: inherit;
	margin-left: 7px;
}

.location_indicator:before,
.location_indicator:after {
	position: absolute;
	content: "";
}

.location_indicator:before {
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-top: 13px;
	border-radius: 100% 100% 100% 0;
	box-shadow: 0px 0px 0px 2px rgba(19, 43, 136, 1);
	-webkit-animation: mapping 1s linear infinite;
	-moz-animation: mapping 1s linear infinite;
	animation: mapping 1s linear infinite;
	-webkit-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	transform: rotate(-46deg);


}

.location_indicator:after {
	width: 25px;
	height: 8px;
	border-radius: 100%;
	background-color: rgba(19, 43, 136, 0.2);
	z-index: 1;
	margin-top: 4px;
}

@-webkit-keyframes mapping {
	0% {
		top: 0;
	}

	50% {
		top: -4px;
	}

	100% {
		top: 0;
	}
}

@-moz-keyframes mapping {
	0% {
		top: 0;
	}

	50% {
		top: -4px;
	}

	100% {
		top: 0;
	}
}

@-keyframes mapping {
	0% {
		top: 0;
	}

	50% {
		top: -4px;
	}

	100% {
		top: 0;
	}
}

/**内页侧边固定导航锚点菜单样式 **/

.page-bulls {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 20;
	margin-top: -55px
}

.page-bulls nav {
	text-align: right;
	margin-right: 12px
}

.page-bulls nav a {
	display: block;
	text-decoration: none;
	position: relative;
	width: 20px;
	opacity: .6;
	height: 28px;
	text-align: center;

}

.page-bulls nav a span {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 100;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0;
	white-space: nowrap;
	padding: 8px 8px 8px 16px;
	border-radius: 3px 0 0 3px;
	background: rgba(240, 134, 26, .76);
	color: #fff;
	margin-top: -14px;
	line-height: 1em;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.page-bulls nav a span:before {
	content: '';
	display: block;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left-color: rgba(240, 134, 26, .76);
}

.page-bulls nav a:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	margin-left: -5px;
	margin-top: -5px;
	top: 50%;
	left: 50%
}

.page-bulls nav a:hover {
	opacity: 1
}

.page-bulls nav a:hover span {
	right: 36px;
	opacity: 1
}

.page-bulls nav a.active {
	color: #333;
	opacity: 1
}

.page-bulls nav a.active:after {
	background: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .2);
	border: 1px solid transparent
}

/* 锚点导航结束 */






/*宽屏 1440分辨率以上（大于1440px）*/
@media screen and (min-width:1440px) {}

/*宽屏 1280分辨率以上（大于1200px）*/
@media screen and (min-width:1280px) and (max-width:1440px) {
	.ab_ban_title h3 {
		font-size: 42px;
	}
}

/*笔记本窄屏 1100分辨率（大于960px，小于1280px) */
@media screen and (min-width:960px) and (max-width:1280px) {
	.ab_ban_title h3 {
		font-size: 32px;
	}
}

/*窄屏 880分辨率（大于768px，小于960px）*/
@media screen and (min-width:768px) and (max-width:960px) {
	.ab_ban_title h3 {
		font-size: 32px;
	}
}

/*ipad 720分辨率（大于480px，小于768px）*/
@media screen and (min-width:480px) and (max-width:768px) {

	.drawer-default .drawer-nav-title {
		font-size: 16px;
	}

	.home_value_img img:hover,
	.home_service_top_left_img img:hover,
	.home_service_bottom_right_img img:hover,
	.nei_ab_img img:hover,
	.news_box_main_img img:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}

	.page-bulls {
		display: none;
	}

	/*右侧锚点导航隐藏*/
	.nei_blank {
		display: none;
	}

	.ab_content {
		margin-top: 20px;
	}

	.nei_ab {
		width: 100%;
		margin-top: -15px;
		display: none;
	}

	.nei_ab_left {
		width: 100%;
		height: 15px;
	}

	.nei_ab_center_left {
		width: 100%;
	}

	.blank_title {
		margin-top: 10%;
	}

	.ab_ban_title h3,
	.blank_title h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.ab_ban_title {
		margin-top: 15%;
	}

	.ab_ban_title p {
		font-size: 16px;
		line-height: 16px;
	}

	.nei_ab_title h2 {
		font-size: 28px;
		line-height: 24px;
		padding-bottom: 4%;
	}

	.nei_ab_center_right {
		width: 100%;
		position: relative;
		height: 250px;
		overflow: hidden;
		float: left;
	}

	.nei_cute_center_right {
		width: 100%;
		float: left;
	}

	.nei_ab_center_left_box {
		width: 89%;
		margin: 6% 6% 5% 5%;
		overflow: hidden;
	}

	.nei_ab_word {
		padding-bottom: 8%;
	}

	.nei_ab_img {
		width: 100%;
		overflow: initial;
	}

	.nei_ab_img img {
		position: absolute;
		top: -150px;
	}

	.nei_cute_center_left {
		width: 100%;
		position: relative;
		height: 250px;
		overflow: hidden;
	}

	.nei_ab_center,
	.nei_cute_center,
	.nei_deve {
		margin-bottom: 10px;
	}

	.china_offices_left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 6%;
		min-height: initial;
	}

	.news_box ul li {
		width: 100%;
		float: left;
	}

	.news_box_main {
		float: left;
		width: 60%;
		padding: 10% 20%;
	}

	.blank_content_left {
		width: 90%;
		float: left;
		padding: 4% 6% 6% 5%
	}

	.blank_content_right {
		width: 90%;
		float: left;
		padding: 4% 5% 6% 5%
	}

	.blank_content_left img {
		width: 100%;
	}

	.message ul li {
		width: 100%;
	}

	.meg_input1 {
		width: 92%;
	}

	.message_title {
		float: left;
	}

	.w_right {
		text-align: left;
	}

	.contacts_main1 ul li {
		float: left;
		width: 94%;
		margin: 0px 3%;
		margin-bottom: 30px;
		text-align: center;
	}

	.ab_footerbg {
		padding-bottom: 30px;
		margin-top: 20px;
	}



}

img {
	max-width: 100%;
}

/*手机端 440分辨率以下（小于480px）*/
@media only screen and (max-width:480px) {

	.home_value_img img:hover,
	.home_service_top_left_img img:hover,
	.home_service_bottom_right_img img:hover,
	.nei_ab_img img:hover,
	.news_box_main_img img:hover {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		-ms-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}

	.drawer-default .drawer-nav-title {
		font-size: 16px;
	}

	.page-bulls {
		display: none;
	}

	/*右侧锚点导航隐藏*/
	.nei_blank {
		display: none;
	}

	.ab_content {
		margin-top: 20px;
	}

	.nei_ab {
		width: 100%;
		margin-top: -15px;
		display: none;
	}

	.nei_ab_left {
		width: 100%;
		height: 15px;
	}

	.nei_ab_center_left {
		width: 100%;
		float: right;
	}

	.blank_title {
		margin-top: 10%;
	}

	.ab_ban_title h3,
	.blank_title h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.ab_ban_title {
		margin-top: 15%;
	}

	.ab_ban_title p {
		font-size: 16px;
		line-height: 16px;
	}

	img {
		max-width: 100%;
	}

	.nei_middle_title h2 {
		font-size: 26px;
	}

	.nei_ab_title h2 {
		font-size: 26px;
		line-height: 24px;
		padding-bottom: 4%;
	}

	.nei_ab_center_right {
		width: 100%;
		position: relative;
		height: 250px;
		overflow: hidden;
		float: left;
	}

	.nei_cute_center_right {
		width: 100%;
		float: left;
	}

	.nei_ab_center_left_box {
		width: 89%;
		margin: 6% 6% 5% 5%;
		overflow: hidden;
	}

	.nei_ab_word {
		padding-bottom: 8%;
	}

	.nei_ab_img {
		width: 100%;
		overflow: initial;
	}

	.nei_ab_img img {
		position: absolute;
		top: -100px;
	}

	.nei_cute_center_left {
		width: 100%;
		position: relative;
		height: 250px;
		overflow: hidden;
	}

	.nei_ab_center,
	.nei_cute_center,
	.nei_deve {
		margin-bottom: 10px;
	}

	.china_offices_left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 6%;
		min-height: initial;
	}

	.news_box ul li {
		width: 100%;
		float: left;
	}

	.news_box_main {
		float: left;
		width: 86%;
		padding: 6% 7%;
	}

	.blank_content_left {
		width: 90%;
		float: left;
		padding: 4% 6% 6% 5%
	}

	.blank_content_right {
		width: 90%;
		float: left;
		padding: 4% 5% 6% 5%
	}

	.blank_content_left img {
		width: 100%;
	}

	.message ul li {
		width: 100%;
	}

	.meg_input1 {
		width: 92%;
	}

	.message_title {
		float: left;
	}

	.w_right {
		text-align: left;
	}

	.contacts_main1 ul li {
		float: left;
		width: 94%;
		margin: 0px 3%;
		margin-bottom: 30px;
		text-align: center;
	}

	.ab_footerbg {
		padding-bottom: 30px;
		margin-top: 20px;
	}

	.pages li a {
		padding: 3px 7px !important;
		font-size: 12px !important;
	}

	.blank_content_left_newstitle {
		font-size: 20px;
	}

	.services_more_but a {
		width: 88px;
		font-size: 10px;
		padding: 6px 0px 6px 8px;
	}
	.c_word_b {
	    font-size: 16px;
	}

}