@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
p {
	font-family: 'Microsoft YaHei';
	word-break: break-all;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	border: 0;
	display: inline-block;
	vertical-align: middle;
}

a {
	color: #1f56a8;
}

a:hover {
	color: #36502a;
}

::-webkit-input-placeholder {
	font-family: 'Microsoft YaHei';
	color: rgb(180, 180, 180);
}

/* --Public-- */
.hidden {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.center {
	text-align: center;
}

.valign-middle {
	display: table-cell;
	vertical-align: middle;
}

.swiper-slide {
	overflow: hidden;
}

.return-top {
	width: auto;
	height: auto;
	opacity: 0;
	font-size: 14px;
	color: #1f56a8;
	line-height: 40px;
	padding-right: 50px;
	background: url(../images/top.png) no-repeat right center;
	position: fixed;
	left: 50%;
	margin-left: 40%;
	bottom: 200px;
	z-index: 99;
}

/* --header-- */
body {
	padding-top: 159px;
}

.pub {
	width: 80%;
	margin: auto;
	max-width: 1140px;
}

.fixed_header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.fixed_header * {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
}

.header_bg {
	width: 100%;
	height: auto;
	background: url(../images/top_bg.png) repeat-x left top;
}

.header {
	height: 92px;
	overflow: hidden;
}

.logo {
	width: auto;
	height: 92px;
}

.logo img {
	width: auto;
	height: 72px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

.logo b {
	width: auto;
	height: 92px;
	float: left;
	font-size: 18px;
	color: #FFF;
	line-height: 92px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
}

.icon {
	margin-top: 16px;
}

.icon li {
	width: auto;
	height: 60px;
	float: left;
	display: table;
	line-height: 60px;
	margin-left: 20px;
	position: relative;
}

.icon li .img {
	width: 26px;
	height: auto;
	display: block;
	cursor: pointer;
}

.icon li:after {
	content: '';
	position: absolute;
	display: none;
	border-bottom-width: 0;
	-webkit-transition: border-bottom-width 0.3s;
	transition: border-bottom-width 0.3s;
	left: 50%;
	margin-left: -10px;
	bottom: -16px;
	margin-top: 20px;
	border-width: 8px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom-style: solid;
	border-bottom-color: #eef1f4;
	border-bottom-width: 10px solid;
}

.icon li.cur:after {
	display: block;
}

.nava_bg {
	width: 100%;
	height: auto;
	background: #FFF;
	border-bottom: 1px solid #eef1f4;
}

.nava {
	height: 66px;
	overflow: hidden;
}

.nava .icon {
	margin-top: 3px;
	display: none;
}

.nava_list {
	float: left;
}

.nava_list li {
	width: auto;
	height: 66px;
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 66px;
	margin-right: 20px;
	margin-left: 10px;
}

.nava_list li img {
	width: auto;
	height: 66px;
	display: none;
	padding: 8px 0;
}

.nava_list li:hover {
	color: #1f56a8;
}

.header_on .header {
	height: 0px;
}

.header_on .nava {
	padding-left: 60px;
	background: url(../images/logo2.png) no-repeat left center;
	background-size: auto 65px;
}

.header_on .nava .icon {
	display: block;
}

/* --下拉菜单-- */
.ComboBox_bg {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 92px;
	z-index: 999;
	background-color: #eef1f4;
	display: none;
}

.ComboBox {
	padding: 20px 0px 40px;
	display: none;
}

.ComboBox_title {
	padding-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	background: url(../images/dots_grey.svg) left bottom repeat-x;
	position: relative;
}

.ComboBox_title .close_down {
	width: auto;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 14px;
	cursor: pointer;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.ComboBox_title .close_down:hover {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.ComboBox_con {
	width: auto;
	height: auto;
	max-height: 240px;
	margin-top: 30px;
	overflow: auto;
}

.ComboBox_search form {
	width: 50%;
	float: left;
	position: relative;
}

.ComboBox_search .s {
	width: 100%;
	height: 44px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	padding: 10px 54px 10px 10px;
	background: #FFF;
	border: none;
	outline: none;
	float: left;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.ComboBox_search .b {
	width: 44px;
	height: 44px;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	right: 0px;
	top: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: url(../images/arrow.png) no-repeat center #1f56a8;
	background-size: auto 40%;
}

.ComboBox_language {}

.ComboBox_language a {
	width: auto;
	height: 40px;
	font-size: 16px;
	color: #1f56a8;
	line-height: 40px;
	display: block;
	overflow: hidden;
}

.ComboBox_bg.top_0 {
	top: 0;
}

/* --首页-- */
.index_banner {
	width: 100%;
	height: auto;
	position: relative;
}

.swiper-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.index_banner_con {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 60px;
	opacity: 0;
}

.index_banner_con_con {
	width: 50%;
	height: auto;
	background: url(../images/banner_text_bg.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	padding: 35px 20px 40px;
}

.index_banner_con_con h1 {
	font-size: 36px;
	color: #FFF;
	opacity: 0;
	margin-left: -20px;
}

.index_banner_con_con h2 {
	font-size: 20px;
	color: #FFF;
	line-height: 36px;
	font-weight: normal;
	opacity: 0;
	margin-left: -20px;
	margin-top: 20px;
	padding: 0px 2px;
}

.index_banner_con_con p {
	font-size: 18px;
	color: #1f56a8;
	opacity: 0;
	margin-left: -20px;
	margin-top: 16px;
	padding: 0px 2px;
}

.index_more {
	width: 198px;
	height: 56px;
	margin: auto;
	display: block;
	font-size: 16px;
	color: #FFF;
	line-height: 56px;
	text-align: center;
	border-radius: 30px;
}

.index_company_bg {
	width: 100%;
	height: auto;
	padding: 40px 0 60px;
	background: url(../images/bg1.jpg) no-repeat center bottom rgb(238, 241, 244);
}

.index_company {
	height: auto;
	overflow: hidden;
}

.index_company_title {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #000;
}

.index_company_line {
	width: 72px;
	height: 1px;
	background: #000;
	margin: auto;
}

.index_company_con {
	width: 80%;
	height: auto;
	padding: 40px 0px;
	margin: auto;
}

.index_company_con h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.index_company_con p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
}

.index_product_bg {
	width: 100%;
	height: auto;
	padding: 40px 0 60px;
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: 100% 100%;
}

.index_product {
	height: auto;
	overflow: hidden;
}

.index_product_title {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
}

.index_product_line {
	width: 72px;
	height: 1px;
	background: #FFF;
	margin: auto;
}

.index_product_list {
	padding: 30px 0 40px;
}

.index_product_list li {
	width: 48%;
	height: auto;
	margin: 1%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.index_product_list li img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.index_product_list li:hover img {
	transform: scale(1.1);
}

.index_product_list li .con {
	width: 100%;
	height: 160px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 64px 30px 24px;
	background: url(../images/black_bg.png) no-repeat center bottom;
	background-size: 100% auto;
}

.index_product_list li .con p {
	width: auto;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.index_product_list li .con p.t1 {
	width: auto;
	height: 72px;
	line-height: 72px;
	font-size: 28px;
}

.index_product_list li:hover .con p {
	padding-left: 20px;
}

.index_news_bg {
	width: 100%;
	height: auto;
	padding: 40px 0 60px;
}

.index_news {
	height: auto;
	overflow: hidden;
}

.index_news_title {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #000;
}

.index_news_line {
	width: 72px;
	height: 1px;
	background: #000;
	margin: auto;
}

.index_news_left {
	width: 54%;
	height: auto;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}

.index_news_left img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.index_news_left:hover img {
	transform: scale(1.1);
}

.index_news_right {
	width: 42%;
	height: auto;
	float: right;
	margin-top: 36px;
}

.index_news_right h2 {
	font-size: 24px;
	color: #36502a;
	font-weight: normal;
}

.index_news_right p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding: 0px 2px;
}

.index_news_right a {
	font-size: 14px;
	color: #1f56a8;
	line-height: 30px;
	padding: 0px 2px;
}

.index_news_right a:hover {
	color: #36502a;
}

.index_research_bg {
	width: 100%;
	height: auto;
	padding: 40px 0 60px;
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: 100% 100%;
}

.index_research {
	height: auto;
	overflow: hidden;
}

.index_research_title {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #FFF;
}

.index_research_line {
	width: 72px;
	height: 1px;
	background: #FFF;
	margin: auto;
}

.index_research_con {
	padding: 40px 0 0;
}

.index_research_con h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	line-height: 40px;
	padding-top: 20px;
}

.index_research_con p {
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	margin-top: 10px;
}

.index_research_con a {
	font-size: 14px;
	color: #1f56a8;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
}

.index_research_con a:hover {
	color: #70cff3;
}

.index_research_con img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.index_research_con .img1 {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.index_research_con .img2 {
	width: 40%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
}

.index_research_con .img3 {
	width: 40%;
	height: auto;
	display: block;
	overflow: hidden;
	float: right;
}

.index_research_con .img1:hover img {
	transform: scale(1.1);
}

.index_research_con .img2:hover img {
	transform: scale(1.1);
}

.index_research_con .img3:hover img {
	transform: scale(1.1);
}

.index_research_con .con2 {
	width: 55%;
	height: auto;
	float: right;
}

.index_research_con .con3 {
	width: 55%;
	height: auto;
	float: left;
}


.footer_bg {
	width: 100%;
	height: auto;
	background: rgb(0, 16, 36);
	padding: 40px 0px;
}

.footer {
	height: auto;
	margin: auto;
	overflow: hidden;
}

.footer_left {
	width: 30%;
	height: auto;
}

.footer_left h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 40px;
}

.footer_left p {
	width: 40%;
	height: auto;
	float: left;
	line-height: 30px;
	position: relative;
}

.footer_left p a {
	font-size: 14px;
	color: #fff;
}

.footer_left p a:hover {
	color: #70cff3;
}

.footer_left p b {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
}

.footer_middle {
	width: 36%;
	height: auto;
	margin-left: 4%;
}

.footer_middle h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 40px;
}

.footer_middle p {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

.footer_right {
	width: auto;
	height: auto;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	padding-right: 50px;
	background: url(../images/top.png) no-repeat right center;
}

.footer_middle2 h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 40px;
}

.foot_bg {
	width: 100%;
	height: auto;
	background: rgb(0, 16, 36);
	padding: 10px 0px;
	border-top: 1px dashed #FFF;
	overflow: hidden;
}

.foot {
	height: auto;
	margin: auto;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
}

.foot a {
	color: rgb(140, 140, 140);
}

.foot a:hover {
	color: rgb(206, 0, 0);
}


/* --手机端导航-- */
.sj_nav_all {
	display: none;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.sj_lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
	display: none;
}

.sj_head {
	width: 100%;
	height: 72px;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	background: url(../images/top_bg.png) repeat-x left center;
	background-size: auto 100%;
}

.sj_head_logo {
	width: 80%;
	height: 72px;
	float: left;
	padding-left: 15px;
	overflow: hidden;
}

.sj_head_logo img {
	width: auto;
	height: 52px;
	float: left;
	margin-top: 10px;
	margin-right: 12px;
}

.sj_head_logo b {
	width: auto;
	height: 72px;
	float: left;
	font-size: 18px;
	color: #FFF;
	line-height: 72px;
	font-family: Tahoma, Geneva, sans-serif;
}

.sj_head_bar {
	width: 14%;
	height: 72px;
	padding-top: 22px;
	float: right;
	position: relative;
	cursor: pointer;
}

.sj_head_bar .bar {
	width: 50%;
	max-width: 30px;
	height: 3px;
	margin: 5px auto 0;
	display: block;
	background-color: #FFF;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(1) {
	margin-top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(2) {
	opacity: 0;
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(3) {
	margin-top: -11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sj_nav {
	width: 86%;
	height: 100%;
	background: #fff;
	overflow: auto;
	position: fixed;
	left: -86%;
	top: 0;
	z-index: 999;
}

.sj_nav_top {
	width: 100%;
	height: 72px;
	overflow: hidden;
	border-bottom: 1px solid #eef1f4;
}

.sj_nav_top_logo {
	width: 30%;
	height: 52px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

.sj_nav_top_logo img {
	max-width: 100%;
	height: 52px;
}

.sj_nav_top_language {
	width: 50%;
	height: 72px;
	text-align: right;
	line-height: 72px;
	float: right;
}

.sj_nav_top_language span {
	margin-right: 5%;
	display: inline-block;
}

.sj_nav_top_language span a {
	font-size: 16px;
	color: #666
}

.sj_nav_top_language span.cur a {
	color: #1f56a8;
}

.sj_nav_ser {
	width: 100%;
	position: relative;
}

.sj_nav_ser form {
	width: 100%;
	position: relative;
}

.sj_nav_ser .s {
	width: 100%;
	height: 56px;
	line-height: 24px;
	font-size: 15px;
	color: #333;
	padding: 15px 55px 15px 15px;
	background: #FFF;
	border: none;
	border-bottom: #eef1f4 solid 1px;
	outline: none;
	float: left;
}

.sj_nav_ser .b {
	width: 50px;
	height: 56px;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/ser3.png) no-repeat center;
}

.sj_nav_li {
	margin: 0px 15px;
	border-bottom: 1px solid #ddd;
}

.sj_nav_li a {
	font-size: 16px;
	color: #1f56a8;
	display: block;
}

.sj_nav_li .navn {
	height: 50px;
	line-height: 50px;
	padding: 0px 5px;
}

.sj_nav_li .navn .yw500 {
	width: 100%;
}

.sj_nav_li .navm {
	width: 100%;
}

.sj_nav_li .navl {
	width: 35%;
	float: left;
}

.sj_nav_li .navr {
	width: 65%;
	float: right;
	text-align: right;
}

.sj_nav_li .navr img {
	width: 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}

.sj_nav_li ul {
	display: none;
	padding: 5px 0;
}

.sj_nav_li ul li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
	font-size: 15px;
	color: #333;
}

.sj_nav_li.current .navn {
	background-color: #36502a;
}

.sj_nav_li.current .navl a {
	color: #fff;
}

.sj_nav_li.current .navr img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}


/* --内页-- */
.inner_banner {
	width: 100%;
	height: 416px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.inner_banner_con {
	width: 50%;
	height: auto;
	background: url(../images/banner_text_bg.png) no-repeat center;
	background-size: 100% 100%;
	float: left;
	padding: 35px 20px;
	margin-top: 60px;
}

.inner_banner_con h1 {
	font-size: 36px;
	color: #FFF;
	text-transform: uppercase;
}

.inner_banner_con h2 {
	font-size: 18px;
	color: #FFF;
	line-height: 36px;
	font-weight: normal;
	margin-top: 20px;
}

/* --公司简介-- */
.company_about_bg {
	background: #FFF;
	padding: 40px 0;
	overflow: hidden;
}

.company_about {
	width: 52%;
	height: auto;
	float: left;
}

.company_about h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

.company_about p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

.company_money {
	width: 42%;
	height: auto;
	float: right;
	background: rgb(238, 241, 244);
	margin-top: 40px;
	padding: 100px 40px;
	overflow: hidden;
}

.company_money .t1 {
	width: 90%;
	height: auto;
	display: block;
	margin-bottom: 40px;
}

.company_money li {
	padding: 15px 0px;
}

.company_money li img {
	width: auto;
	height: auto;
	display: block;
}

.company_money li p {
	font-size: 16px;
	line-height: 32px;
}

.company_value_bg {
	background: rgb(238, 241, 244);
	padding: 60px 0;
	overflow: hidden;
}

.company_value_img {
	width: 54%;
	height: auto;
	float: left;
	overflow: hidden;
}

.company_value_img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.company_value_img:hover img {
	transform: scale(1.1);
}

.company_value_con {
	width: 42%;
	height: auto;
	float: right;
	margin-top: 80px;
}

.company_value_con h1 {
	font-size: 24px;
	color: #36502a;
	font-weight: normal;
}

.company_value_con p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	padding: 0px 2px;
	margin-top: 12px;
}

.company_value_bg2 {
	padding: 60px 0;
	overflow: hidden;
}

.company_value_img2 {
	width: 48%;
	height: auto;
	float: left;
	overflow: hidden;
}

.company_value_img2 .img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.company_value_img2 .img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.company_value_img2:hover .img img {
	transform: scale(1.1);
}

.company_value_bg2 .right {
	margin-left: 4%;
}

.company_value_img2 h1 {
	font-size: 24px;
	color: #36502a;
	font-weight: normal;
	margin-top: 20px;
}

.company_value_img2 p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	padding: 0px 2px;
	margin-top: 12px;
}

.company_course_bg {
	padding: 40px 0;
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.company_course_line {
	width: 100%;
	height: 188px;
	background: url(../images/line.png) no-repeat center;
	background-size: auto 100%;
}

.company_course_title {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}

.company_course_list {}

.company_course_list li {
	width: 18%;
	height: auto;
	margin: 1%;
	float: left;
	color: #fff;
}

.company_course_list li h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 16px;
}

.company_course_list li p {
	font-size: 14px;
	line-height: 32px;
}

.swiper-course {
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 30px;
	position: relative;
	display: none;
}

.swiper-course .swiper-slide h2 {
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
}

.swiper-course .swiper-slide p {
	font-size: 16px;
	color: #FFF;
	line-height: 32px;
}

.company_brand_bg {
	padding: 60px 0;
	overflow: hidden;
}

.company_brand_title {
	width: 40%;
	height: auto;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.company_brand_title h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}

.company_brand_title p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

.company_brand_list {
	width: 52%;
	height: auto;
	float: right;
	overflow: hidden;
}

.company_brand_list img {
	width: 22%;
	height: auto;
	float: left;
	margin: 1.5%;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.company_honor_bg {
	background: rgb(238, 241, 244);
	padding: 60px 0;
	overflow: hidden;
	overflow: hidden;
}

.company_honor_img {
	width: 54%;
	height: auto;
	float: left;
	overflow: hidden;
}

.company_honor_img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.company_honor_img:hover img {
	transform: scale(1.1);
}

.company_honor_con {
	width: 42%;
	height: auto;
	float: right;
	margin-top: 80px;
}

.company_honor_con h1 {
	font-size: 24px;
	color: #36502a;
	font-weight: normal;
}

.company_honor_con p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	padding: 0px 2px;
	margin-top: 12px;
}

/* --新闻中心-- */
.news_list_bg {
	padding: 40px 0px;
}

.news_list {}

.news_list li {
	width: 32%;
	height: auto;
	float: left;
	border: 1px solid #eee;
	margin: 1% 2% 1% 0;
	padding: 15px 20px;
}

.news_list li:nth-child(3n) {
	margin-right: 0;
}

.news_list li img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
}

.news_list_title {
	width: auto;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}

.news_list_title a {
	color: #333;
}

.news_list_con {
	width: auto;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.news_list_time {
	width: auto;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-align: right;
	margin-top: 6px;
}

.news_content {
	padding: 40px 0;
}

.news_content .pub {
	max-width: 980px !important;
}

.news_content_name {
	font-size: 24px;
	color: #333;
	text-align: center;
}

.news_content_tips {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 6px;
}

.news_content_font {
	margin-top: 16px;
	min-height: 360px;
}

.news_content_font p {
	text-indent: 2em;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
}

.news_content_font img {
	width: 100%;
	max-width: 640px;
	display: block;
	margin: 0 auto 20px;
}

/* --技术研发-- */
.technology_about_bg {
	padding: 40px 0px;
	overflow: hidden;
}

.technology_about_bg h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}

.technology_about_img {
	width: 45%;
	height: auto;
	float: left;
	overflow: hidden;
}

.technology_about_img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.technology_about_img:hover img {
	transform: scale(1.1);
}

.technology_about_con {
	width: 48%;
	height: auto;
	float: right;
	margin-top: 80px;
	font-size: 16px;
	line-height: 32px;
}

.technology_about_list {
	width: 68%;
	height: auto;
	margin: 40px auto 0;
}

.technology_about_list ul {
	border-bottom: 1px dashed #1f56a8;
	padding: 30px 0px;
	margin-bottom: 20px;
}

.technology_about_list ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

.technology_about_list ul li b {
	font-size: 40px;
	color: #1f56a8;
	display: block;
	font-weight: normal;
}

.technology_about_list p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

.technology_about_cert {
	margin-top: 60px;
}

.technology_about_cert .item {
	margin: 0 10px;
	cursor: pointer;
}

.technology_about_cert .item img {
	width: 100%;
}

.technology_about_cert .owl-pagination {
	display: none;
}

.technology_system_bg {
	background: rgb(238, 241, 244);
	padding: 40px 0;
	overflow: hidden;
}

.technology_system_bg h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}

.technology_system li {
	width: 30%;
	height: auto;
	float: left;
	margin-left: 5%;
	cursor: pointer;
}

.technology_system li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.technology_system li .img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.technology_system li:hover .img img {
	transform: scale(1.1);
}

.technology_system li p {
	font-size: 24px;
	color: #333;
	margin-top: 10px;
}

.technology_facture_bg {
	padding: 60px 0px;
	overflow: hidden;
}

.technology_facture_img {
	width: 49%;
	height: auto;
	float: right;
	overflow: hidden;
}

.technology_facture_img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.technology_facture_img:hover img {
	transform: scale(1.1);
}

.technology_facture_con {
	width: 48%;
	height: auto;
	float: left;
}

.technology_facture_con h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

.technology_facture_con p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	padding: 0px 2px;
	margin-top: 12px;
}

.technology_advantage_bg {
	padding: 40px 0px;
	background: url(../images/bg5.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.technology_advantage_bg h1 {
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}

.technology_advantage {
	position: relative;
}

.technology_advantage_img {
	width: 46%;
	height: auto;
	position: absolute;
	left: 27%;
	top: 30px;
}

.technology_advantage_img img {
	width: 100%;
	height: auto;
	display: block;
}

.technology_advantage li {
	width: 26%;
	height: auto;
	margin: 30px 0;
	padding: 10px 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.technology_advantage li img {
	width: auto;
	height: auto;
	display: block;
	margin: auto;
}

.technology_advantage li h2 {
	font-size: 24px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	margin-top: 10px;
}

.technology_advantage li p {
	font-size: 14px;
	color: #FFF;
	line-height: 32px;
	margin-top: 10px;
}

.technology_advantage li.t1 {
	float: left;
	background-image: url(../images/one.png);
}

.technology_advantage li.t2 {
	float: right;
	background-image: url(../images/two.png);
}

.technology_advantage li.t3 {
	float: left;
	background-image: url(../images/three.png);
}

.technology_advantage li.t4 {
	float: right;
	background-image: url(../images/four.png);
}

/* --联系我们-- */
.contact_list_bg {
	padding: 40px 0px;
}

.contact_list {}

.contact_list li {
	width: 46%;
	height: auto;
	margin: 20px 2%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.contact_list li .img2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.contact_list li .img2 img {
	width: 100%;
	height: auto;
	display: block;
}

.contact_list li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contact_list li .img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact_list li:hover .img img {
	transform: scale(1.1);
}

.contact_list li h1 {
	font-size: 24px;
	color: #36502a;
	font-weight: normal;
	margin: 20px 0 10px;
}

.contact_list li p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

/* --合作品牌-- */
.brand_about_bg {
	padding: 40px 0px;
	overflow: hidden;
}

.brand_about_bg h1 {
	font-size: 30px;
	color: #36502a;
	font-weight: normal;
}

.brand_about_bg p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-top: 16px;
}

.brand_about_bg .list {
	overflow: hidden;
	margin-top: 20px;
}

.brand_about_bg .list li {
	width: 11.5%;
	height: auto;
	float: left;
	margin: 0.5% 1% 0.5% 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}

.brand_about_bg .list li img {
	width: 100%;
	height: auto;
	display: block;
}

.brand_about_bg .img_network {
	width: 100%;
	height: auto;
	display: block;
	margin: 60px auto;
}

.brand_about_bg h2 {
	font-size: 24px;
	color: #36502a;
	font-weight: normal;
}

.brand_about_bg h2.en {
	margin-top: 20px;
	text-transform: uppercase;
}

.brand_about_bg .img_network2 {
	width: 90%;
	height: auto;
	display: block;
	margin: 60px auto;
}

/* --资质荣誉-- */
.honor_list_bg {
	padding: 40px 0px;
	overflow: hidden;
}

.honor_list_bg h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}

.honor_list_bg p {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-top: 16px;
}

.honor_list {
	overflow: hidden;
	margin-top: 20px;
}

.honor_list li {
	width: 31.33%;
	height: auto;
	margin: 1.5% 3% 1.5% 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.honor_list li:nth-child(3n) {
	margin-right: 0;
}

.honor_list li img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.honor_list li:hover img {
	transform: scale(1.1);
}

/* --产品展示-- */
.product_type_bg {
	padding: 40px 0px;
}

.product_type li {
	width: 23.5%;
	height: auto;
	margin-left: 2%;
	float: left;
	line-height: 32px;
	padding: 20px 0px;
	font-size: 24px;
	color: #333;
	text-align: center;
	background-image: url(../images/type_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.product_type li table {
	width: 100%;
	height: 52px;
}

.product_type li p {
	width: auto;
	height: 20px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	overflow: hidden;
}

.product_list_bg {
	padding-bottom: 40px;
}

.product_list li {
	width: 32%;
	height: auto;
	margin: 1% 2% 1% 0;
	float: left;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product_list li:nth-child(3n) {
	margin-right: 0;
}

.product_list li a {
	width: 100%;
	height: auto;
	display: block;
}

.product_list li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 32px;
	background: #FFF;
}

.product_list li .img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.product_list li:hover .img img {
	transform: scale(1.1);
}

.product_list li p {
	width: auto;
	height: 60px;
	font-size: 16px;
	color: #333;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	padding: 0px 10px;
}

.product_list li:hover p {
	color: #FFF;
}

.product_content {
	padding: 40px 0;
}

.product_content .pub {}

.product_content_title {
	font-size: 24px;
	color: #333;
	line-height: 26px;
	padding-left: 20px;
	background: url(../images/product_bg.png) no-repeat left center;
	background-size: auto 100%;
}

.product_content_img {
	margin-top: 40px;
}

.product_content_img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.product_content_con {
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.product_content_con ul li {
	padding-left: 15px;
	background: url(../images/icon.png) no-repeat left 12px;
}

.product_content_title2 {
	font-size: 24px;
	color: #333;
	line-height: 26px;
	padding-left: 20px;
	background: url(../images/product_bg.png) no-repeat left center;
	background-size: auto 100%;
	margin-top: 40px;
}

.product_content_yingyong {
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.product_content_yingyong ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.product_content_yingyong ul li {
	width: 40%;
	height: auto;
	float: left;
	margin: 20px 5%;
}

.product_content_yingyong ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.product_content_yingyong ul li .text {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	text-align: center;
}

/* --大图展示-- */
.big_img {
	position: fixed;
	z-index: -1;
	opacity: 0;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.big_img .swiper-container2 {
	position: relative;
	width: 100%;
	height: 100%;
}

.big_img .swiper-container2 .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.big_img .swiper-slide {
	width: 100%;
	height: 100%;
	display: table
}

.big_img .swiper-slide .cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.big_img .swiper-slide img {
	max-width: 90%;
	max-height: 80%;
	margin: 0 auto;
}

.big_img .swiper-button-close {
	width: 46px;
	height: 46px;
	background: url(../images/close.png) no-repeat center;
	position: absolute;
	right: 10%;
	top: 10%;
	z-index: 10;
	cursor: pointer;
}

/* --分页-- */
.page {
	font-size: 15px;
	color: #646464;
	text-align: center;
	margin-top: 40px;
}

.page a {
	margin: 0px 2px;
	padding: 4px 12px;
	font-size: 15px;
	color: #646464;
	border: 1px solid rgb(220, 220, 220);
}

.page span {
	margin: 0px 2px;
	padding: 4px 12px;
	font-size: 15px;
	color: #fff;
	background: #36502a;
	border: #36502a solid 1px;
}

.page a:hover {
	background: #36502a;
	border: #36502a solid 1px;
	color: #fff;
}

/* --翻页-- */
.txt-upDown {
	width: auto;
	height: auto;
	clear: both;
	line-height: 32px;
	font-size: 14px;
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px dashed rgb(230, 230, 230);
}

.txt-upDown span {
	width: 50%;
	height: 32px;
	overflow: hidden;
	color: #999;
	display: block;
}

.txt-upDown span a {
	color: #999;
}

.txt-upDown span a:hover {
	color: rgb(14, 116, 188);
}

.txt-upDown span.txt-right {
	text-align: right;
}



@media screen and (max-width: 1240px) {
	.pub {
		width: 100%;
		padding: 0px 48px;
	}

	.return-top {
		left: auto;
		right: 48px;
		margin-left: 0;
		bottom: 100px;
	}
}

@media screen and (max-width: 1024px) {
	.index_banner_con {
		top: 20px;
	}

	.index_banner_con_con {
		width: 100%;
		background: none;
		padding: 35px 0 0;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}

	.index_banner_con_con h1 {
		font-size: 30px;
	}

	.index_banner_con_con h2 {
		font-size: 20px;
	}

	.index_banner_con_con p {
		font-size: 18px;
	}

	.index_company_con {
		width: 100%;
	}

	.inner_banner_con {
		width: 60%;
		height: auto;
	}

	.inner_banner_con h1 {
		font-size: 30px;
	}

	.inner_banner_con h2 {
		font-size: 18px;
	}

	.company_about_bg {
		padding: 30px 0;
	}

	.company_about {
		width: 100%;
	}

	.company_about h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.company_money {
		width: 100%;
		margin-top: 40px;
		padding: 0px;
		background: none;
	}

	.company_money .t1 {
		width: auto;
		max-width: 90%;
		margin: 0 auto 20px;
	}

	.company_money li {
		padding: 30px 0px 10px;
		border-bottom: 1px dashed #ccc;
	}

	.company_money li img {
		float: left;
		height: 24px;
	}

	.company_money li p {
		float: right;
		text-align: right;
		line-height: 24px;
	}

	.company_brand_list img {
		width: 30.33%;
	}

	.company_honor_con {
		margin-top: 20px;
	}

}

@media screen and (max-width: 769px) {
	body {
		padding-top: 72px;
	}

	.pub {
		width: 100%;
		padding: 0px 15px;
	}

	.return-top {
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
		right: 15px;
		bottom: 50px;
		text-indent: 999px;
		overflow: hidden;
	}

	.fixed_header {
		height: 0px;
		display: none;
	}

	.sj_nav_all {
		display: block;
	}

	.swiper-banner img {
		width: 780px;
		height: 240px;
		display: block;
	}

	.index_banner_con {
		top: 0px;
	}

	.index_banner_con_con h1 {
		font-size: 24px;
	}

	.index_banner_con_con h2 {
		font-size: 18px;
		max-height: 48px;
		line-height: 24px;
		overflow: hidden;
	}

	.index_banner_con_con p {
		font-size: 16px;
		color: rgb(0, 170, 230);
	}

	.index_company_bg {
		padding: 20px 0 30px;
	}

	.index_company_title {
		font-size: 24px;
		line-height: 48px;
	}

	.index_company_con {
		width: 100%;
		padding: 20px 0px;
	}

	.index_company_con h1 {
		font-size: 20px;
	}

	.index_company_con p {
		font-size: 16px;
		margin-top: 10px;
	}

	.index_product_bg {
		padding: 20px 0 30px;
	}

	.index_product_title {
		font-size: 24px;
		line-height: 48px;
	}

	.index_product_list {
		padding: 10px 0 30px;
	}

	.index_product_list li {
		width: 50%;
		height: auto;
		margin: 20px auto 0;
		float: left;
		padding: 0 10px;
	}

	.index_product_list li .con {
		width: 100%;
		height: 44px;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 15px;
	}

	.index_product_list li .con p {
		width: auto;
		height: 24px;
		line-height: 24px;
		font-size: 18px;
	}

	.index_product_list li .con p.t1 {
		width: auto;
		height: 48px;
		line-height: 48px;
		font-size: 24px;
	}

	.index_product_list li:hover .con p {
		padding-left: 0px;
	}

	.index_news_bg {
		display: none;
	}

	.index_news_bg {
		padding: 20px 0 30px;
	}

	.index_news_title {
		font-size: 24px;
		line-height: 48px;
	}

	.index_news_left {
		width: 100%;
		margin-top: 30px;
	}

	.index_news_right {
		width: 100%;
		margin-top: 20px;
	}

	.index_news_right h2 {
		font-size: 20px;
	}

	.index_news_right p {
		font-size: 16px;
		margin: 10px 0 0;
		line-height: 24px;
		padding: 0px;
	}

	.index_news_right a {
		font-size: 14px;
		padding: 0px;
	}

	.index_research_bg {
		padding: 20px 0 30px;
	}

	.index_research_title {
		font-size: 24px;
		line-height: 48px;
	}

	.index_research_con {
		padding: 30px 0 0;
	}

	.index_research_con h1 {
		font-size: 20px;
	}

	.index_research_con p {
		font-size: 16px;
	}

	.index_research_con a {
		font-size: 14px;
	}

	.index_research_con .img1 img {
		width: 180%;
		height: auto;
	}

	.index_research_con .img2 {
		width: 100%;
	}

	.index_research_con .img3 {
		width: 100%;
	}

	.index_research_con .con2 {
		width: 100%;
	}

	.index_research_con .con3 {
		width: 100%;
	}

	.footer_bg {
		padding: 30px 0px 20px;
	}

	.footer_left {
		width: 100%;
		display: none;
	}

	.footer_left h1 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.footer_left p {
		width: 100%;
		line-height: 40px;
	}

	.footer_left p a {
		font-size: 16px;
		display: block;
	}

	.footer_left p b {
		display: block;
		position: absolute;
	}

	.footer_middle {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.footer_middle h1 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.footer_middle p {
		line-height: 24px;
		font-size: 16px;
		padding: 8px 0px;
	}

	.foot_bg {
		padding: 15px 0px;
	}

	.foot {
		height: auto;
		margin: auto;
		font-size: 14px;
		color: #FFF;
		line-height: 20px;
	}

	.foot .fl,
	.foot .fr {
		float: none;
		text-align: center;
	}

	.inner_banner {
		width: 100%;
		height: 200px;
	}

	.inner_banner_con {
		width: 100%;
		height: auto;
		background: none;
		padding: 40px 0px;
		margin-top: 0px;
		text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	}

	.inner_banner_con h1 {
		font-size: 24px;
	}

	.inner_banner_con h2 {
		font-size: 20px;
		margin-top: 10px;
	}

	.company_about_bg {
		padding: 30px 0;
	}

	.company_about p {
		font-size: 16px;
	}

	.company_value_bg {
		padding: 30px 0;
	}

	.company_value_img {
		width: 100%;
	}

	.company_value_con {
		width: 100%;
		margin-top: 20px;
	}

	.company_value_con h1 {
		font-size: 20px;
	}

	.company_value_con p {
		font-size: 16px;
		margin-top: 10px;
	}

	.company_value_bg2 {
		padding: 30px 0;
	}

	.company_value_img2 {
		width: 100%;
	}

	.company_value_bg2 .right {
		margin-left: 0;
		margin-top: 30px;
	}

	.company_value_img2 h1 {
		font-size: 20px;
		margin-top: 20px;
	}

	.company_value_img2 p {
		font-size: 16px;
		margin-top: 10px;
	}

	.company_course_bg {
		padding: 30px 0;
	}

	.company_course_line {
		width: 100%;
		height: 100px;
	}

	.company_course_title {
		font-size: 24px;
	}

	.company_course_list {
		display: none;
	}

	.swiper-course {
		display: block;
	}

	.company_brand_bg {
		padding: 30px 0;
	}

	.company_brand_title {
		width: 100%;
		margin-top: 0px;
	}

	.company_brand_title h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.company_brand_title p {
		font-size: 16px;
	}

	.company_brand_list {
		width: 100%;
		margin-top: 10px;
	}

	.company_brand_list img {
		width: 23%;
		height: auto;
		float: left;
		margin: 2% 2% 0 0;
	}

	.company_honor_bg {
		padding: 30px 0;
	}

	.company_honor_img {
		width: 100%;
	}

	.company_honor_con {
		width: 100%;
		margin-top: 20px;
	}

	.company_honor_con h1 {
		font-size: 20px
	}

	.company_honor_con p {
		font-size: 16px;
		margin-top: 10px;
	}

	.brand_about_bg {
		padding: 30px 0px;
	}

	.brand_about_bg h1 {
		font-size: 24px;
	}

	.brand_about_bg p {
		font-size: 16px;
		margin-top: 10px;
	}

	.brand_about_bg .list {
		margin-top: 10px;
	}

	.brand_about_bg .list li {
		width: 23%;
		margin: 2% 2% 0 0;
	}

	.brand_about_bg .img_network {
		margin: 30px auto;
	}

	.brand_about_bg h2 {
		font-size: 20px;
	}

	.brand_about_bg h2.en {
		margin-top: 10px;
	}

	.brand_about_bg .img_network2 {
		width: 100%;
		margin: 30px auto;
	}

	.honor_list_bg {
		padding: 30px 0px;
	}

	.honor_list_bg h1 {
		font-size: 24px;
	}

	.honor_list_bg p {
		font-size: 16px;
		margin-top: 10px;
	}

	.honor_list {
		overflow: hidden;
		margin-top: 20px;
	}

	.honor_list li {
		width: 48%;
		height: auto;
		margin: 1% 2% 1% 0 !important;
	}

	.technology_about_bg {
		padding: 30px 0px;
	}

	.technology_about_bg h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.technology_about_img {
		width: 100%;
	}

	.technology_about_con {
		width: 100%;
		margin-top: 20px;
		font-size: 16px;
	}

	.technology_about_list {
		width: 100%;
		height: auto;
		margin: 10px auto 0;
	}

	.technology_about_list ul {
		border-bottom: 1px dashed #1f56a8;
		padding: 30px 0px;
		margin-bottom: 20px;
	}

	.technology_about_list ul li {
		font-size: 15px;
		font-weight: bold;
	}

	.technology_about_list ul li b {
		margin-bottom: 12px;
	}

	.technology_about_list p {
		font-size: 16px;
	}

	.technology_about_cert {
		width: 90%;
		margin-top: 30px;
		margin-left: 5%;
	}

	.technology_about_cert .item {
		margin: 0;
	}

	.technology_system_bg {
		padding: 30px 0;
	}

	.technology_system_bg h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.technology_system li {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.technology_system li p {
		font-size: 20px;
		margin-top: 20px;
	}

	.technology_facture_bg {
		padding: 20px 0px 30px;
	}

	.technology_facture_img {
		width: 100%;
		margin-top: 20px;
	}

	.technology_facture_con {
		width: 100%;
		margin-top: 0px;
	}

	.technology_facture_con h1 {
		font-size: 20px;
		line-height: 32px;
	}

	.technology_facture_con p {
		font-size: 16px;
		padding: 0px;
		margin-top: 10px;
	}

	.technology_advantage_bg {
		padding: 30px 0px;
	}

	.technology_advantage_bg h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.technology_advantage_img {
		width: 90%;
		height: auto;
		position: relative;
		left: 0;
		top: 0;
		margin-left: 5%;
	}

	.technology_advantage li {
		width: 100%;
		height: auto;
		margin: 30px 0 0;
		padding: 10px 0;
	}

	.technology_advantage li img {
		height: 75px;
	}

	.technology_advantage li h2 {
		font-size: 20px;
	}

	.technology_advantage li p {
		font-size: 16px;
		text-align: center;
	}

	.news_list_bg {
		padding: 10px 0px 30px;
	}

	.news_list li {
		width: 100%;
		border: none;
		border-bottom: 1px dashed #ddd;
		margin: 20px 0 0;
		padding: 0 0 20px;
	}

	.news_list_con {
		font-size: 16px;
	}

	.news_content {
		padding: 20px 0 30px;
	}

	.news_content_name {
		font-size: 20px;
		line-height: 24px;
	}

	.news_content_font p {
		text-indent: 2em;
		font-size: 16px;
		line-height: 32px;
	}

	.contact_list_bg {
		padding: 10px 0px 30px;
	}

	.contact_list li {
		width: 100%;
		height: auto;
		margin: 20px 0 0;
		text-align: left;
	}

	.contact_list li .img {
		display: none;
	}

	.contact_list li .img2 {
		display: block;
	}

	.contact_list li h1 {
		font-size: 20px;
		margin: 0 0 6px;
	}

	.contact_list li p {
		font-size: 16px;
		line-height: 28px;
	}

	.product_type_bg {
		padding: 10px 0px 0px;
	}

	.product_type li {
		width: 48%;
		height: auto;
		margin: 10px 1% 0 !important;
		line-height: 24px;
		padding: 6px 0px;
		font-size: 20px;
	}

	.product_type li table {
		width: 100%;
		height: 48px;
	}

	.product_type li p {
		font-size: 12px;
	}

	.product_list_bg {
		padding-bottom: 30px;
	}

	.product_list_bg .pub {
		padding: 0px 5px;
	}

	.product_list li {
		width: 46%;
		height: auto;
		margin: 20px 2% 0 2% !important;
	}

	.product_list li .img {
		padding: 0px 10px;
	}

	.product_list li p {
		width: auto;
		height: 48px;
		font-size: 16px;
		line-height: 48px;
		padding: 0px 5px;
	}

	.product_content {
		padding: 30px 0;
	}

	.product_content_title {
		font-size: 20px;
	}

	.product_content_img {
		margin-top: 20px;
	}

	.product_content_con {
		margin-top: 10px;
		font-size: 16px;
	}

	.product_content_title2 {
		font-size: 20px;
		margin-top: 20px;
	}

	.product_content_yingyong ul li {
		width: 46%;
		height: auto;
		float: left;
		margin: 20px 2% 0;
	}

	/* --翻页-- */
	.txt-upDown {
		line-height: 32px;
	}

	.txt-upDown span {
		width: 100%;
		height: 32px;
	}

	.txt-upDown span.txt-right {
		text-align: left;
	}

}





@-webkit-keyframes imgScale {
	from {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}

	to {
		transform: scale(1.04);
		-ms-transform: scale(1.04);
		-moz-transform: scale(1.04);
		-webkit-transform: scale(1.04);
		-o-transform: scale(1.04);
	}
}

@keyframes imgScale {
	from {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}

	to {
		transform: scale(1.04);
		-ms-transform: scale(1.04);
		-moz-transform: scale(1.04);
		-webkit-transform: scale(1.04);
		-o-transform: scale(1.04);
	}
}

.imgScale {
	animation: imgScale 5s ease-in-out infinite alternate;
	-webkit-animation: imgScale 5s ease-in-out infinite alternate;
}