* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	outline:none;
}
body,div,ul,li,a,dl,dd,dt,input,p,h1,h2,h3,h4,h5,h6,form,img {
	margin:0;
	padding:0;
}
html {
	margin:0;
	padding:0;
	font-size:12px;
}
html,body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
input,textarea,select,button,area {
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
	outline:none;
	font-family:"Microsoft YaHei";
	font-size:14px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
ul,li,dl,dd,dt {
	list-style:none;
}
a {
	text-decoration:none;
	color:#2b292f;
	-webkit-transition:all ease-in .2s;
	-ms-transition:all ease-in .2s;
	-moz-transition:all ease-in .2s;
	-o-transition:all ease-in .2s;
	transition:all ease-in .2s;
}
input:focus,textarea:focus {
	border:1px solid #d70c24;
}
img {
	border:0;
	display:block;
	font-size:0;	
}
body {
	max-width:2560px;
	color:#444;
	font-family:"Microsoft YaHei";
	font-size:14px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.clearfix {
	*zoom:1;
}
.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
	overflow:hidden;
}
.box {
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.section {
	width:85%;
	margin:0 7.5%;
}
.placeholder {
	width:100%;
	height:90px;
}
.header {
	width:100%;
	position:fixed;
	left:0;
	top:0;
	transition:top 0.4s;
	z-index:999999;
	border-bottom:1px solid;
	border-bottom-color:rgba(255,255,255,0.2);
}
.header .section {
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.header .logo {
	width:25%;
	height:90px;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.header .menu {
	width:54%;
	margin-left:10%;
}
.header .menu ul {
	width:100%;
	display:flex;
	justify-content:space-between;
}
.header .menu ul li a.menu-a {
	display:block;
	padding:0 15px;
	position:relative;
	font-size:18px;
	line-height:90px;
}
.header .menu ul li a.menu-a::before {
	position:absolute;
	content:"";
	width:0px;
	height:3px;
	background:#d70c24;
	left:50%;
	bottom:-1px;
	transform:translateX(-50%);
	transition:ease .5s;
}
.header .menu li .drop {
	background:rgba(255,255,255,0.9);
	position:absolute;
	top:100%;
	z-index:1100;
	overflow:hidden;
	width:100%;
	left:0;
	-ms-box-shadow:0 2px 2px 0 rgba(0,0,0,.05);
	-o-box-shadow:0 2px 2px 0 rgba(0,0,0,.05);
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.05);
	box-shadow:0 2px 2px 0 rgba(0,0,0,.05);
	display:none;
}
.drop-box {
	border-top:1px solid #eee;
	padding:25px 0;
}
.drop .section {
	}.drop-font {
	width:18%;
	float:left;
}
.drop-font h3 {
	font-size:30px;
	line-height:40px;
	color:#333;
	margin-top:12px;
}
.drop-font h5 {
	font-size:16px;
	line-height:30px;
	color:#555;
	margin:12px 0;
}
a.index-btn {
	display:inline-block;
	position:relative;
	font-size:15px;
	line-height:40px;
	background:#d70c24;
	color:#fff;
	padding:0 40px 0 25px;
}
a.index-btn::after {
	position:absolute;
	content:"";
	width:8px;
	height:13px;
	background:url(../images/icon50.png);
	right:10px;
	top:50%;
	margin-top:-6px;
	z-index:10;
}
a.index-btn:hover {
	color:#fff;
	padding:0 50px 0 35px;
}
.drop-img {
	width:20%;
	float:left;
	margin-left:2%;
}
.drop-img img {
	max-width:100%;
}
.drop-link {
	width:45%;
	margin-left:2%;
	float:left;
}
.drop-link a {
	width:44%;
	float:left;
	margin:5px 3%;
	border-bottom:1px solid #ccc;
	font-size:16px;
	line-height:50px;
	color:#222;
	padding-right:30px;
	position:relative;
	transition:0.4s;
}
.drop-link a::after {
	position:absolute;
	content:"";
	width:8px;
	height:13px;
	background:url(../images/icon51.png);
	right:10px;
	top:50%;
	margin-top:-6px;
	z-index:10;
}
.drop-link a:hover::after {
	background:url(../images/icon52.png);
}
.drop-link a:hover {
	color:#d70c24;
}
.drop-link a::before {
	position:absolute;
	content:"";
	width:0px;
	height:1px;
	background:#d70c24;
	left:50%;
	bottom:0%;
	transform:translateX(-50%);
	transition:ease .5s;
}
.drop-link a:hover::before {
	width:100%;
}
.header .lang {
	width:8%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.header .lang a {
	display:block;
	position:relative;
	border-left:1px solid #dcdcdc;
	padding-left:35px;
}
.header .lang a:before {
	content:'';
	display:block;
	width:21px;
	height:22px;
	background:url(../images/icon01.png);
	border-radius:6px;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-11px;
}
.lang .img {
	padding:5px 0 0 5%;
}
.lang .img img:nth-child(1) {
	display:inline;
}
.lang .img img:nth-child(2) {
	display:none;
}
.lang ul {
	position:absolute;
	width:120px;
	top:100%;
	text-align:center;
	left:50%;
	margin-left:-60px;
	opacity:0;
	overflow:hidden;
	transition:0.5s;
	background:rgba(255,255,255,0.9);
}
.lang:hover .img img:nth-child(1) {
	display:none;
}
.lang:hover .img img:nth-child(2) {
	display:inline;
}
.inner-head .lang a {
	color:#fff;
}
.header .lang ul li a {
	color:#000;
}
.lang:hover ul {
	opacity:1;
	border-top:1px solid #eee;
}
.lang ul li {
	padding:10% 5%;
}
.lang ul li a {
	border:0px !important;
	position:relative;
	color:#000;
	padding:0 !important;
}
.lang ul li a::after {
	position:absolute;
	content:'';
	width:20%;
	height:1px;
	background:#d70c24;
	bottom:-15%;
	left:40%;
	display:none;
}
.lang ul li a:hover {
	color:#d70c24;
}
.lang ul li a::before {
	display:none !important;
}
.header .search {
	width:10%;
	max-width:32px;
	overflow:hidden;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.header .search a {
	display:block;
	width:32px;
	height:32px;
	border-radius:100%;
	background:#e5e5e5 url(../images/icon02.png) no-repeat center center;
}
.header .search a:hover {
	background:#d70c24 url(../images/icon02-h.png) no-repeat center center;
}
.m_menu {
	background:url(../images/icon_nav.png) no-repeat center;
	background-size:80%;
	width:40px;
	position:absolute;
	right:5px;
	top:0;
	height:70px;
	display:none;
}
.m_menu_k {
	background:url(../images/icon_nav_k.png) no-repeat center;
	background-size:80%;
	width:40px;
	position:absolute;
	right:5px;
	top:0;
	height:70px;
}
.index-head {
	background:#fff;
}
.index-head .menu-a {
	color:#202020;
}
.index-head .logo a {
	/* display:block;
	width:297px;
	height:47px;
	background:url(../images/logo.png) no-repeat center;
	background-size:100%; */
}
.inner-head .menu-a {
	color:#fff;
}
.inner-head .logo a {
	/* display:block;
	width:297px;
	height:47px;
	background:url(../images/inner-logo.png) no-repeat center;
	background-size:100%; */
}
.fixnav {
	background:#fff;
	box-shadow:0 0 10px #ddd;
}
.fixnav .menu-a,.fixnav .lang a {
	color:#202020;
}
.fixnav .logo a {
	/* background:url(../images/logo.png) no-repeat center;
	background-size:100%; */
}
.fixnav .search input.da_button {
	background:url(../images/search-hover.png) no-repeat center center;
}
.header .menu ul li:hover .menu-a::before,.header .menu ul li.on .menu-a::before {
	width:100%;
}
.index-title {
	width:100%;
	margin-bottom:40px;
	color:#2d2222;
}
.index-title h2 {
	font-size:2.8vw;
	font-weight:bold;
}
.index-title h3 {
	display:none;
	font-weight:100;
	color:#1b1b1b;
	text-transform:uppercase;
	font-size:50px;
}
.index-title img.aboutus-icon {
	max-width:17%;
	margin-top:10px;
}
.index-title img.product-icon {
	max-width:19%;
	margin-top:10px;
}
.index-title img.network-icon {
	max-width:54%;
	margin-top:10px;
}
.index-title img.news-icon {
	max-width:24%;
	margin-top:10px;
}
.index-title img.career-icon {
	max-width:13%;
	margin:10px auto;
}
.main-more {
	width:100%;
	margin-top:50px;
}
.main-more a {
	color:#313131;
	max-width:218px;
	display:block;
	margin:0 auto;
	padding:0 70px 0 35px;
	line-height:55px;
	font-size:18px;
	transition:0.4s;
	border:2px solid #d70c24;
	position:relative;
}
.main-more a::after {
	content:"";
	display:block;
	width:66px;
	height:55px;
	background:url(../images/icon18.png);
	background-size:100%;
	position:absolute;
	right:0;
	top:0;
}
.main-more a:hover {
	color:#fff;
	background:#d70c24;
}
.banner-swiper {
	margin-top:90px;
}
.swiper-slide-txt {
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	top:0;
	left:0;
	z-index:10;
	color:#fff;
}
.swiper-slide-txt-center {
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.swiper-slide h1 {
	font-size:2.6vw;
	margin-top:11%;
	line-height:1.6;
	font-weight:bold;
	color:#d70c24;
	animation-delay:1s;
}
.swiper-slide h4 {
	font-weight:400;
	font-size:2.25vw;
	color:#1c1c1c;
	animation-delay:1.5s;
}
.swiper-slide h2 {
	font-size:1.2vw;
	display:inline-block;
	border:1px solid #fff;
	border-radius:50px;
	padding:5px 55px;
	font-weight:200;
	text-align:center;
	animation-delay:1s;
}
.swiper-slide h3 {
	font-weight:bold;
	font-size:4.7vw;
	margin-top:30px;
	font-family:Microsoft YaHei;
	text-align:center;
	letter-spacing:25px;
	animation-delay:1.5s;
}
.swiper-slide h5 {
	font-size:2.25vw;
	margin-top:2%;
	color:#1c1c1c;
	animation-delay:1s;
}
.swiper-slide .s-img {
	margin-top:6%;
	width:20%;
	animation-delay:1s;
}
.swiper-slide-active h1,.swiper-slide-active h2,.swiper-slide-active h3,.swiper-slide-active h4,.swiper-slide-active h5,.swiper-slide-active .s-img {
	animation-name:fadeInUp;
}
.play-video {
	display:block;
	font-size:15px;
	color:#fff;
	background:#d70c24;
	width:135px;
	padding:0 35px 0 15px;
	line-height:40px;
	border-radius:30px;
	bottom:12%;
	position:absolute;
	left:50%;
	margin-left:-68px;
	animation-delay:1s;
}
.play-video::after {
	content:"";
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:15px;
	z-index:10;
	background:url(../images/icon33.png) no-repeat;
	background-size:100%;
}
.swiper-slide-active .play-video {
	animation-name:fadeInDown;
}
.banner-img {
	padding-top:43.43%;
	background-position:center;
	background-repeat:no-repeat;
	transform:scale(1.2);
	width:100%;
	background-size:100%;
}
.swiper-slide-active .banner-img {
	transform:scale(1);
	transition:all 5.5s ease;
}
.button-pagination {
	height:30px;
	width:280px;
	right:5%;
	z-index:10;
	line-height:30px;
	position:absolute;
	bottom:4%;
}
.banner-swiper-pagination {
	width:38px !important;
	font-size:18px;
	font-family:Bahnschrift;
	color:#191818;
}
.swiper-pagination-current {
	font-weight:bold;
	font-size:20px;
}
.banner-swiper-scrollbar {
	bottom:25px !important;
	left:45px !important;
	width:150px !important;
	height:1px !important;
	background:#b5b6b8 !important;
}
.swiper-scrollbar-drag {
	height:5px !important;
	top:-2px !important;
	border-radius:0 !important;
	background:#d70c24 !important;
}
.banner-button {
	width:75px;
	position:absolute;
	right:0;
	font-size:16px;
	top:-10px;
}
.banner-button-next,.banner-button-prev {
	width:40px;
	font-weight:bold;
	line-height:30px;
	height:30px;
}
.banner-button-next:hover,.banner-button-prev:hover {
	color:#d70c24;
}
.banner-button-next {
	right:0;
}
.banner-button-prev {
	left:0;
}
.button-pointer {
	width:153px;
	height:39px;
	left:14%;
	z-index:11;
	position:absolute;
	bottom:0;
	display:flex;
	justify-content:center;
	align-items:center;
	background:url(../images/icon14.png) no-repeat;
	background-size:100%;
}
/*about*/.index-about {
	width:100%;
	overflow:hidden;
	background:#fff;
	position:relative;
}
.index-about .section {
	position:relative;
	width:100%;
	margin:0;
	z-index:15;
	padding:80px 7%;
}
#index-con {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	z-index:-1;
	top:0%;
	left:0;
}
#index-con video::-webkit-media-controls-fullscreen-button {
	display:none;
}
#index-con video::-webkit-media-controls-play-button {
	display:none;
}
#index-con video::-webkit-media-controls-timeline {
	display:none;
}
#index-con video::-webkit-media-controls-current-time-display {
	display:none;
}
#index-con video::-webkit-media-controls-time-remaining-display {
	display:none;
}
#index-con video::-webkit-media-controls-mute-button {
	display:none;
}
#index-con video::-webkit-media-controls-toggle-closed-captions-button {
	display:none;
}
#index-con video::-webkit-media-controls-volume-slider {
	display:none;
}
#index-con video::-webkit-media-controls-enclosure {
	display:none;
}
.about-txt {
	width:87%;
	margin:0 6.5% 40px 6.5%;
	overflow:hidden;
	background:none;
}
.about-txt p {
	max-width:79%;
	font-size:19px;
	line-height:38px;
	margin-bottom:20px;
	color:#707070;
	font-weight:200;
}
.product-num-box {
	width:92%;
	margin:0 1.5% 0 6.5%;
	overflow:hidden;
	padding:25px 0;
	border-radius:10px;
}
.product-num-content {
	width:100%;
	font-size:0;
}
.product-num-item {
	position:relative;
	display:inline-block;
	width:18%;
	margin-right:1%;
	vertical-align:top;
	font-size:16px;
	color:#000;
}
.product-num-img {
	width:100%;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.product-num-img img {
	max-width:40%;
}
.product-num-nub {
	display:inline-block;
	font-size:3vw;
	line-height:60px;
	color:#d80c24;
	font-weight:bold;
	font-family:Bahnschrift;
}
.product-num-inf {
	overflow:hidden;
	display:inline-block;
	font-size:0.9vw;
	color:#585858;
	margin:18px 0 5px 5px;
}
.product-num-wan {
	display:inline-block;
	font-size:3vw;
	font-family:Bahnschrift;
	line-height:60px;
	font-weight:bold;
	color:#d80c24;
}
.index-video {
	width:100%;
	overflow:hidden;
	position:relative;
	background:url("../images/index-video.jpg") no-repeat top center;
	background-size:auto 100%;
}
.index-video .section {
	padding:90px 0;
	overflow:hidden;
	max-width:1366px;
	margin:0 auto;
	position:relative;
}
.index-video-box {
	position:relative;
	width:100%;
}
.video-button {
	width:95px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-32px;
	margin-left:-47px;
}
.index-video img {
	margin:auto;
}
.index-video-box video {
	width:100%;
}
.button-jt {
	width:153px;
	height:39px;
	left:0;
	z-index:11;
	position:absolute;
	top:0;
	display:flex;
	justify-content:center;
	align-items:center;
	background:url(../images/icon15.png) no-repeat;
	background-size:100%;
}
.button-jt a {
	display:block;
	width:15px;
	height:13px;
	margin:0 auto;
}
.index-products {
	width:100%;
	padding:90px 0;
	overflow:hidden;
	background:url("../images/index-products.jpg") no-repeat top center;
	background-size:auto 100%;
}
.set-content {
	width:100%;
	position:relative;
}
.set-title {
	width:100%;
	z-index:99;
	overflow:hidden;
	position:relative;
}
.set-middle {
	width:100%;
	margin-top:15px;
	box-sizing:border-box;
	overflow:hidden;
}
.set-middle-item {
	width:100%;
	overflow:hidden;
	position:relative;
}
.products-left {
	width:30%;
	margin-left:7.5%;
	float:left;
}
.product-txt {
	width:100%;
	max-width:775px;
	float:right;
}
.product-txt-content h4 {
	font-size:1.6vw;
	color:#111111;
}
.product-txt img {
	max-width:100%;
}
.product-txt-content-link {
	overflow:hidden;
}
.product-txt-content p {
	color:#5d5d5d;
	max-width:575px;
	font-size:15px;
	line-height:35px;
	margin:20px 0;
}
.product-ul {
	width:100%;
	margin-top:18%;
	display:flex;
	flex-wrap:wrap;
}
.product-ul li {
	width:23%;
	margin:0 1%;
	color:#2d2d2d;
	text-align:center;
	cursor:pointer;
}
.product-ul li img {
	max-width:100%;
	margin:auto;
	transition:1s;
}
.product-ul li h5 {
	font-size:17px;
	line-height:30px;
	margin:3px 0;
}
.product-ul li:hover img {
	transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}
.product-ul li:hover {
	color:#c70b21;
}
.products-right {
	width:53%;
	float:right;
}
.slideTxtBox {
	width:100%;
}
.slideTxtBox .hd {
	width:100%;
	margin-bottom:15px;
}
.slideTxtBox .hd ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.slideTxtBox .hd ul li {
	width:25%;
	display:inline-block;
	cursor:pointer;
	position:relative;
	border-right:1px solid #cdcdcd;
}
.slideTxtBox .hd ul li::after {
	content:'';
	width:0;
	height:3px;
	position:absolute;
	bottom:0;
	left:0;
	background:#d70c24;
	transition:0.4s;
}
.slideTxtBox .hd ul li i {
	font-style:normal;
	font-size:23px;
	color:#4d4d4d;
	position:absolute;
	left:12%;
	top:11%;
}
.slideTxtBox .hd ul li span {
	display:block;
	font-style:normal;
	font-size:5.1vw;
	color:#d7d7d7;
	text-align:right;
	opacity:0.17;
	line-height:90px;
	padding:0 8px;
	font-weight:bold;
	box-sizing:border-box;
}
.slideTxtBox .hd ul li:last-child {
	border:0;
}
.slideTxtBox .hd ul li.on::after,.slideTxtBox .hd ul li:hover::after {
	width:100%;
}
.slideTxtBox .hd ul li:hover {
	background:#fff;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */.slideTxtBox .arrow {
	position:absolute;
	bottom:0;
	width:160px;
	height:80px;
	z-index:10;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	overflow:hidden;
	left:-80px;
}
.slideTxtBox .arrow a {
	width:50%;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:20px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	font-weight:200;
}
.slideTxtBox .arrow .next {
	right:0;
	background:#636363 url(../images/arrow-next.png) no-repeat center;
}
.slideTxtBox .arrow .prev {
	left:0;
	background:#636363 url(../images/arrow-prev.png) no-repeat center;
}
.slideTxtBox .arrow .prev:hover {
	background:#d70c24 url(../images/arrow-prev.png) no-repeat center;
}
.slideTxtBox .arrow .next:hover {
	background:#d70c24 url(../images/arrow-next.png) no-repeat center;
}
.product-img {
	width:100%;
	background:#f3f3f5;
	padding:70px 0 10px 0;
	position:relative;
}
.product-img img {
	max-width:100%;
	margin:10px auto;
}
.product-img-txt-postion {
	position:absolute;
	width:80%;
	right:10%;
	top:40px;
	z-index:10;
	text-align:right;
}
.product-img-txt-postion .product-img-title {
	color:#da0c25;
	font-weight:bold;
	font-size:38px;
}
.product-img-txt-postion .product-img-memo {
	color:#1c1c1e;
	font-size:20px;
}
.index-network {
	width:100%;
	background:url("../images/index-network.jpg") no-repeat top center;
}
.index-network .section {
	padding:104px 0 144px 0;
	overflow:hidden;
	position:relative;
}
.network-left {
	width:31.5%;
	float:left;
	color:#080808;
}
.network-txt {
	margin-top:90px;
}
.network-txt h4 {
	font-size:1.3vw;
}
.network-txt p {
	margin:15px 0 20px 0;
	font-weight:200;
	font-size:1vw;
	line-height:1.7;
}
.network-txt a {
	color:#303030;
	max-width:168px;
	display:block;
	text-align:center;
	line-height:45px;
	font-size:17px;
	border:1px solid #151515;
	position:relative;
}
.network-txt a:hover {
	color:#fff;
	border:1px solid #d70c24;
	background:#d70c24;
}
.network-num {
	max-width:100px;
	text-align:center;
	width:50%;
	margin-top:20%;
	float:right;
	margin-right:10%;
}
.network-num h3 {
	font-size:63px;
	color:#d70c24;
	font-weight:bold;
}
.network-num p {
	font-size:23px;
	color:#141323;
}
.network-right {
	width:68.5%;
	float:right;
}
.network-right img {
	margin:40px auto;
	max-width:100%;
}
/*index-news*/.index-news {
	width:100%;
	padding:70px 0;
	overflow:hidden;
	background:#fff;
}
.index-news .index-title {
	width:40%;
	float:left;
	margin-bottom:10px;
}
.news-set-title ul {
	width:50%;
	margin-top:4.8%;
	max-width:340px;
	float:right;
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.news-set-title ul li {
	background:#fff;
	width:50%;
	display:inline-block;
	line-height:43px;
	text-align:center;
	color:#4d4d4d;
	box-sizing:border-box;
	font-size:19px;
	font-weight:300;
	cursor:pointer;
	transition:0.4s;
	border-radius:30px;
}
.news-set-title ul li:last-child {
	border:0;
}
.news-set-title ul li.on,.news-set-title ul li:hover {
	background:#d70c24;
	color:#fff;
}
.news-ul {
	width:100%;
	margin-top:25px;
	display:flex;
	flex-wrap:wrap;
}
.news-ul li {
	width:33.3333%;
	transition:width 0.3s;
}
.news-ul li a {
	position:relative;
	display:block;
}
.news-ul li:nth-child(2) {
	padding:0 2%;
}
.news-ul .news-img {
	width:100%;
	height:385px;
	overflow:hidden;
	position:relative;
	display:flex;
	justify-content:center;
}
.news-ul .news-img .img {
	display:block;
	height:100%;
	transition:0.4s;
}
.news-ul .news-img i {
	display:block;
	width:32%;
	max-width:153px;
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:10;
}
.news-ul .news-img i img {
	max-width:100%;
}
.news-ul .news-txt {
	padding:5px 0 27px 0;
	overflow:hidden;
	background:#fbfafa;
	border-top:25px solid #fff;
	text-align:left;
	width:100%;
	text-shadow:none;
}
.news-ul .news-txt .news-time-i-span {
	display:flex;
	justify-content:space-between;
	overflow:hidden;
	color:#979797;
	line-height:35px;
	margin-bottom:15px;
}
.news-ul .news-txt .news-time-i-span i {
	display:block;
	color:#545454;
	font-style:normal;
	font-size:13px;
	position:relative;
	padding-left:23px;
}
.news-ul .news-txt .news-time-i-span i::before {
	content:'';
	width:14px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-7px;
	z-index:9;
	height:14px;
	transition:0.3s;
	background:url(../images/icon35.png);
	background-size:100%;
}
.news-ul .news-txt h4 {
	font-size:1vw;
	color:#020202;
	font-weight:bold;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	line-height:35px;
}
.news-time-title {
	border-bottom:1px solid #e8e7e7;
	padding:30px 20px;
}
.news-ul .news-txt p {
	font-size:15px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	padding:0 20px;
	margin:25px 0 10px 0;
	line-height:30px;
	color:#979797;
}
.news-ul li a:hover .img {
	transform:scale(1.3,1.3);
}
.swiper-slide-list a:hover h4 {
	color:#00479D;
}
.news-ul:hover li {
	width:26%;
}
.news-ul li:hover {
	width:48%;
}
.news-ul li:hover .news-txt {
	border-top:25px solid #fbfafa;
}
/*career*/.index-career {
	width:92%;
	max-width:1600px;
	margin:0 auto 80px auto;
	padding:154px 20px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	color:#fff;
}
.index-career .index-title {
	text-align:center;
	color:#fff;
}
.index-career .index-title h3 {
	color:#fff;
}
.cereer_list {
	margin-top:30px;
	text-align:center;
}
.cereer_list a {
	width:29.33%;
	max-width:280px;
	display:inline-block;
	background-color:#626262;
	overflow:hidden;
	border-radius:50px;
	margin:30px 20px;
	color:#fff;
	transition:all .5s;
}
.cereer_list dl {
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.cereer_list dl dt {
	width:40%;
	padding:5px;
	position:relative;
	z-index:10;
	max-width:80px;
}
.cereer_list dl dt img {
	max-width:100%;
}
.cereer_list dl dd {
	width:60%;
	position:relative;
	z-index:10;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:5px;
	line-height:1.5;
	font-size:18px;
	color:#fff;
}
.cereer_list dl dd img {
	display:inline-block;
}
.cereer_list dl::before {
	content:'';
	width:0;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	height:100%;
	transition:0.3s;
	background:#d80c24;
}
.cereer_list a:hover dl::before {
	width:100%;
}
/*banner*/.banner {
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner-video-bj {
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	z-index:99;
}
.banner-video {
	width:100%;
	overflow:hidden;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	background:#fff;
}
.ab-ban-map {
	}.banner-video video::-webkit-media-controls-fullscreen-button {
	display:none;
}
.banner-video video::-webkit-media-controls-play-button {
	display:none;
}
.banner-video video::-webkit-media-controls-timeline {
	display:none;
}
.banner-video video::-webkit-media-controls-current-time-display {
	display:none;
}
.banner-video video::-webkit-media-controls-time-remaining-display {
	display:none;
}
.banner-video video::-webkit-media-controls-mute-button {
	display:none;
}
.banner-video video::-webkit-media-controls-toggle-closed-captions-button {
	display:none;
}
.banner-video video::-webkit-media-controls-volume-slider {
	display:none;
}
.banner-video video::-webkit-media-controls-enclosure {
	display:none;
}
.inner-banner-img {
	padding-top:39.53%;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	background-size:100%;
}
.banner video {
	width:100%;
	display:block;
}
.career-banner {
	position:absolute;
	width:48%;
	left:26%;
	top:25%;
	color:#fff;
	z-index:10;
}
.career-banner-txt {
	text-align:center;
	margin-bottom:35%;
}
.career-banner h2 {
	font-size:2.7vw;
	font-weight:bold;
	color:#d80c24;
	text-shadow:0 0 10px #999;
}
.career-banner-form {
	width:80%;
	border-radius:10px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
}
.career-banner-form form {
	width:100%;
}
.career-banner-form input.username {
	width:80%;
	float:left;
	border:none;
	padding-left:65px;
	line-height:60px;
	font-size:15px;
	color:#6f6f6f;
	background:#fff url(../images/icon36.png) no-repeat 18px center;
}
.career-banner-form input::placeholder {
	color:#6f6f6f;
}
.career-banner-form input.da_button {
	width:20%;
	max-width:100%;
	float:left;
	border:none;
	line-height:60px;
	font-size:20px;
	color:#fff;
	background:#c6061d;
}
.inner-nav {
	background:rgba(0,0,0,0.57);
	margin-top:-73px;
	line-height:73px;
	position:relative;
	z-index:10;
	width:100%;
}
.inner-nav .section {
	display:flex;
	flex-wrap:wrap;
	justify-content:center
}
.inner-nav a {
	color:#fff;
	width:49.7%;
	text-align:center;
	font-size:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.inner-nav a.w3 {
	width:18% !important;
}
.inner-nav img {
	display:inline-block;
	margin-right:15px;
}
.inner-nav a.on,.inner-nav a:hover {
	background:#d70c24;
}
.inner-title {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.inner-title h3 {
	color:#000;
	font-size:2.2vw;
	font-weight:bold;
}
.inner-title em {
	background:#d70c24;
	margin:10px auto;
	height:5px;
	display:block;
	width:17px;
}
/*about*/.inner-about-memo {
	padding:110px 0;
	overflow:hidden;
	background:#fbfafa;
}
.inner-about-memo h1 {
	color:#303030;
	font-size:1.9vw;
	font-weight:bold;
}
.inner-about-memo h2 {
	color:#444444;
	font-size:1.4vw;
	margin:10px 0 20px 0;
}
.inner-about-memo h3 {
	color:#303030;
	font-size:16px;
}
.inner-about {
	overflow:hidden;
	padding:95px 0 50px 0;
	background:#fff url(../images/about-bj.jpg) no-repeat top right
}
.ab-txt {
	padding:50px 0;
	line-height:2;
	color:#303030;
	font-size:16px;
}
.ab-fgs {
	padding:50px 0;
	line-height:2;
	font-size:16px;
	color:#303030;
}
.ab-fgs h3 {
	color:#000;
	text-align:center;
	font-size:35px;
	margin-bottom:40px;
}
.inner-about .product-num-box {
	margin:70px 1.5% 30px 6.5%;
}
.ab-img {
	padding:50px 0;
}
.ab-img img {
	width:100%;
}
.inner-history {
	overflow:hidden;
	padding:95px 0 70px 0;
	width:100%;
	position:relative;
	background:#999;
}
.inner-history .section {
	position:relative;
	z-index:99;
}
.main-growth {
	width:100%;
	margin-top:50px;
	overflow:hidden;
	position:relative;
	z-index:99;
}
.main-growth .growth-mySwiper2 {
	width:85.5% !important;
	margin:25px auto;
}
.growth-dl {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}
.growth-dl dt {
	width:44.2%;
	margin-right:10.8%;
	display:flex;
	overflow:hidden;
	justify-content:center;
	align-items:center;
	position:relative;
}
.growth-dl dt img {
	width:100%;
	display:block;
	margin:0 auto;
}
.growth-dl dd {
	width:45%;
	position:relative;
	overflow:hidden;
}
.growth-box {
	padding:40px 0;
	position:relative;
	z-index:10;
}
.growth-big-time {
	width:100%;
	height:100%;
	position:absolute;
	font-size:13vw;
	color:rgba(255,255,255,0.2);
	font-weight:bold;
	z-index:5;
	left:0;
	top:0;
	text-align:center;
}
.growth-dl .growth-titme {
	font-size:1.8vw;
	color:#d70c24;
	font-weight:bold;
}
.growth-dl dd em {
	background:#d70c24;
	margin:5px 0;
	height:1px;
	display:block;
	width:37px;
}
.growth-dl .growth-box-txt {
	font-size:1.4vw;
	line-height:32px;
	padding:10px 0;
	color:#3b3b3b;
}
.growth-dl dd span {
	font-size:18px;
	line-height:30px;
}
.growth-time-box {
	margin-top:30px;
	padding:35px 70px 40px 70px;
	position:relative;
}
.growth-time-box .section {
	position:relative;
	padding:0 50px;
}
.growth-swiper-button {
	width:45%;
	position:absolute;
	right:0;
	bottom:30px;
	z-index:10;
}
.growth-swiper-button-next,.growth-swiper-button-prev {
	width:31px;
	height:8px;
	color:#fff;
	text-align:center;
}
.growth-swiper-button-prev {
	background:url(../images/growth-swiper-button-prev.png);
	left:0;
	top:0;
}
.growth-swiper-button-next {
	background:url(../images/growth-swiper-button-next.png);
	right:0;
	top:0;
}
.growth-swiper-button-next:after,.growth-swiper-button-prev:after {
	font-size:0;
}
.growth-time-box::before {
	content:"";
	display:block;
	width:100%;
	height:37px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:url(../images/growth-time.png) no-repeat;
	background-size:100%;
}
.time-title {
	font-size:24px;
	color:#343434;
	text-align:center;
	line-height:62px;
}
.time-title::before {
	content:"";
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-4px;
	z-index:10;
	background:#000;
	border-radius:9px;
}
.swiper-slide-thumb-active .time-title {
	color:#d70c24;
}
.swiper-slide-thumb-active .time-title::before {
	background:#d70c24;
}
#particles-js {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#ddd;
	background-image:url('');
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.inner-culture {
	overflow:hidden;
	padding:95px 0 70px 0;
}
.culture-ul {
	background:#f6f6f6;
	overflow:hidden;
	padding:110px 0;
}
.culture-ul ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content:space-between;
}
.culture-ul ul li {
	width:31%;
	overflow:hidden;
	position:relative;
	font-size:15px;
	color:#636363;
	line-height:28px;
}
.culture-ul ul li h3 {
	font-size:17px;
	color:#393939;
	line-height:30px;
}
.culture-ul ul li .box {
	border-radius:10px;
	overflow:hidden;
}
.culture-ul ul li img {
	width:100%;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.culture-ul-txt {
	text-align:center;
	padding:20px 10px;
}
.culture-ul ul li:hover img {
	transform:scale(1.2,1.2);
}
.inner-honor {
	background:#ffffff;
	overflow:hidden;
	padding:95px 0 70px 0;
}
.inner-honor-memo {
	text-align:center;
	margin:40px auto;
	font-size:1vw;
	color:#7e7e7e;
}
.inner-honor-memo span {
	font-size:29px;
	color:#d70c24;
}
#honor {
	position:relative;
	margin:0 auto;
	padding-bottom:60px;
}
#honor .swiper {
	padding:30px 0;
}
#honor .swiper-slide {
	width:340px;
	padding:20px 10px;
	background:#f6f6f6;
	box-shadow:0 0 20px #ccc;
}
#honor .swiper-slide img {
	display:block;
	max-width:100%;
	margin:30px auto;
}
#honor .swiper-slide p {
	line-height:40px;
	text-align:center;
	color:#181818;
	font-size:23px;
	padding:15px 0;
	border-top:1px solid #e6e6e6;
}
#honor .swiper-pagination {
	width:100%;
	bottom:20px;
}
#honor .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 5px;
	background:#cccccc;
	width:15px;
	height:4px;
	border-radius:0;
	opacity:1;
}
#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width:30px;
	background:#d70c24;
}
#honor .swiper-slide-active {
	border-bottom:2px solid #d70c24;
	background-color:#fff;
}
.inner-shzr {
	padding-top:100px;
}
/*新闻中心*/.inner-news {
	background:#ffffff;
	overflow:hidden;
}
.inner-news .news-list {
	width:100%;
	background:url(../images/news-list.jpg) no-repeat top center;
	overflow:hidden;
	padding:80px 0;
}
.inner-news-form {
	width:100%;
	max-width:555px;
	border:2px solid #656565;
	border-radius:35px;
	overflow:hidden;
	margin:50px auto 0 auto;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
}
.inner-news-form form {
	width:100%;
}
.inner-news-form input.username {
	width:95%;
	float:left;
	border:none;
	padding-left:28px;
	line-height:40px;
	font-size:15px;
	color:#6f6f6f;
}
.inner-news-form input::placeholder {
	color:#6f6f6f;
}
.inner-news-form input.da_button {
	width:5%;
	max-width:100%;
	float:left;
	border:none;
	line-height:40px;
	font-size:12px;
	color:#CCC;
	background:#fdfdfd url(../images/search.png) no-repeat left center;
}
.inner-news .news-list ul {
	width:100%;
	margin-top:90px;
	display:flex;
	overflow:hidden;
	justify-content:space-between;
}
.inner-news .news-list ul li {
	width:48%;
	transition:0.6s;
}
.inner-news .news-list ul li a {
	position:relative;
	display:block;
	color:#000000;
}
.inner-news .news-list ul li img {
	width:100%;
	display:block;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.inner-news .news-list .news-txt {
	padding:15px 0;
	overflow:hidden;
	background:#fbfafa;
	text-align:left;
	width:100%;
	text-shadow:none;
}
.inner-news .news-list .news-txt h5 {
	font-size:18px;
	padding:0 10px;
	color:#545454;
	line-height:55px;
}
.inner-news .news-list .news-txt h4 {
	font-size:27px;
	font-weight:bold;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	line-height:35px;
	padding:0 10px;
}
.inner-news .news-list .news-txt .news-more {
	display:block;
	float:right;
	overflow:hidden;
	line-height:45px;
	color:#2c2c2c;
	margin-top:40px;
}
.inner-news .news-list ul li span {
	display:inline-block;
	font-size:18px;
}
.inner-news .news-list ul li span.s01 {
	opacity:0;
	padding:0 10px;
	transition:0.3s;
}
.inner-news .news-list ul li span.s02 {
	border:1px solid #e5e5e5;
	padding:0 15px;
}
.inner-news .news-list ul li a:hover span.s01 {
	opacity:1;
	color:#fff;
}
.inner-news .news-list ul li a:hover .news-more {
	background:#d70c24;
}
.inner-news .news-list ul li a:hover span.s02 {
	border:1px solid #d70c24;
	color:#fff;
}
.inner-news .news-list ul li a:hover img {
	transform:scale(1.2,1.2);
}
.inner-news .news-query {
	background:#ffffff;
	overflow:hidden;
	padding:70px 0;
}
.inner-news .news-query dl {
	width:100%;
	overflow:hidden;
}
.inner-news .news-query a {
	padding:25px 35px;
	color:#000;
	overflow:hidden;
	margin:20px 10px;
	display:flex;
	flex-wrap:wrap;
}
.inner-news .news-query dl dt {
	width:27.5%;
	margin-right:4.5%;
	overflow:hidden;
}
.inner-news .news-query dl dt .img {
	width:100%;
	display:block;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.inner-news .news-query01 dl dd {
	width:68%;
}
.inner-news .news-query02 dl dd {
	width:100%;
}
.inner-news .news-query dl dd h2 {
	font-size:27px;
	overflow:hidden;
	font-weight:bold;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inner-news .news-query dl dd p {
	color:#8c8b8b;
	font-size:16px;
	line-height:30px;
	overflow:hidden;
	margin:20px 0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.inner-news .news-query .time-i-span {
	padding:20px 0;
	border-top:1px solid #dcdcdc;
	text-align:center;
	display:flex;
	overflow:hidden;
	margin-top:30px;
	font-size:16px;
	justify-content:space-between;
	color:#7e7e7e;
}
.inner-news .news-query .time-i-span i {
	display:block;
	font-style:normal;
}
.inner-news .news-query .time-i-span span {
	display:flex;
	justify-content:space-between;
}
.inner-news .news-query .time-i-span em {
	overflow:hidden;
	width:0;
	transition:width 0.4s;
	margin-top:9px;
	margin-left:5px;
	height:7px;
	transition:0.4s;
	background:url(../images/icon37.png);
}
.inner-news .news-query a:hover span {
	color:#d70c24;
}
.inner-news .news-query a:hover em {
	display:block;
	width:23px;
}
.inner-news .news-query a:hover .img {
	transform:scale(1.2,1.2);
	transition:transform 0.6s ease 0s;
}
.inner-news .news-query a:hover {
	color:#d70c24;
	box-shadow:0 0 10px #ccc;
}
.news-detail {
	width:100%;
	background:#fff;
	padding:100px 0;
	overflow:hidden;
}
.news-detail .news-detail-fl {
	width:73%;
}
.news-detail .news-detail-fl h2 {
	width:100%;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:34px;
	padding:19px 0;
}
.news-detail .news-time {
	width:100%;
	padding:10px 0;
	font-size:14px;
	line-height:24px;
	border-bottom:1px solid #e6e6e6;
	color:#666666;
}
.news-detail .news-detail-fl .news-intro {
	width:100%;
	padding:20px 0;
	line-height:30px;
	font-size:16px;
	color:#333;
}
.news-detail .news-detail-fl .news-intro h3 {
	font-weight:bold;
	color:#111;
	padding:5px 5px;
	background:#fff;
	font-size:16px;
}
.news-detail .news-detail-fl .news-intro p {
	padding:5px 0;
}
.news-detail .news-detail-fl .news-intro img {
	max-width:100%;
	margin:15px auto;
}
.news-detail .news-detail-fr {
	width:23%;
	padding-top:35px;
}
.news-detail .news-detail-fr h4 {
	font-size:22px;
	color:#333;
	line-height:22px;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
}
.news-detail .news-detail-fr ul {
	width:90%;
	margin:10px auto;
}
.news-detail .news-detail-fr ul li {
	width:100%;
}
.news-detail .news-detail-fr ul li a {
	display:block;
	color:#666;
	height:30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	background:url(../images/case23.png) no-repeat left 10px;
	padding-left:15px;
}
.news-detail .news-detail-fr ul li a:hover {
	color:#c70b21;
}
/*学术风采*/.inner-academic,.academic-detail {
	width:100%;
	padding:80px 0;
	overflow:hidden;
}
.academic-detail {
	text-align:center;
}
.academic-detail .section {
	max-width:1200px;
	margin:auto;
}
.academic-detail h2 {
	width:100%;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:34px;
	padding:19px 0;
}
.academic-intro {
	width:100%;
	padding:20px 0;
	line-height:30px;
	font-size:16px;
	color:#333;
	text-align:left;
}
.academic-intro h3 {
	font-weight:bold;
	color:#111;
	padding:5px 5px;
	background:#fff;
	font-size:16px;
}
.academic-intro p {
	padding:5px 0;
}
.academic-intro img,.academic-detail img {
	max-width:100%;
	margin:15px auto;
}
.job_info {
	overflow:hidden;
	margin:60px 0;
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.job_info .job_item {
	-webkit-transition:all .5s;
	transition:all .5s;
	border-top:1px solid #e5e5e5;
}
.job_info .job_item .job_item_top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	font-weight:normal;
	padding:70px 15px;
	line-height:30px;
	cursor:pointer
}
.job_info .job_item .job_item_top .job_left {
	font-size:24px;
	width:50%;
	color:#000;
}
.job_info .job_item .job_item_top .job_right {
	width:45%;
	margin-left:5%;
	display:flex;
	color:#939393;
	justify-content:space-between;
}
.job_info .job_item .job_item_top .job_right .job_title {
	font-size:20px;
}
.job_info .job_item .job_item_top .job_right .job_more {
	font-size:17px;
	padding-right:35px;
	position:relative;
}
.job_info .job_item .job_item_top .job_right .job_more::after {
	content:'';
	position:absolute;
	right:0;
	top:7px;
	width:24px;
	height:13px;
	background:url(../images/icon23.png) no-repeat center center;
	background-size:100%;
}
.job_info .job_item .job_item_content {
	padding:50px 55px;
	display:none;
	background:url(../images/job_item_content.jpg) no-repeat center center;
	color:#fff;
	background-size:100% 100%;
	overflow:hidden;
}
.job_info .job_item .job_item_content dl {
	width:100%;
}
.job_info .job_item .job_item_content dl dt {
	width:33%;
	float:right;
}
.job_info .job_item .job_item_content dl dt img {
	width:100%;
}
.job_info .job_item .job_item_content dl dd {
	width:50%;
	float:left;
}
.job_info .job_item .job_item_content h5 {
	font-size:20px;
	margin-bottom:55px
}
.job_info .job_item .job_item_content h3 {
	font-size:26px;
	margin-bottom:15px
}
.job_info .job_item .job_item_content h4 {
	font-size:18px;
	font-weight:200;
	margin-bottom:15px;
}
.job_info .job_item .job_item_content a {
	display:block;
	margin-top:55px;
	width:165px;
	background:#ffffff;
	color:#222;
	line-height:50px;
	font-size:17px;
	padding:0 50px 0 30px;
	position:relative;
}
.job_info .job_item .job_item_content a::after {
	content:'';
	position:absolute;
	right:22px;
	top:50%;
	margin-top:-6px;
	width:24px;
	height:13px;
	background:url(../images/icon23.png) no-repeat center center;
	background-size:100%;
}
.job_info .job_item.active .job_item_content {
	display:block;
}
.career-idea {
	background:#fff;
	padding:86px 0;
	overflow:hidden;
}
.career-idea .box {
	margin-top:83px;
}
.idea-txt {
	width:50%;
	float:left;
}
.idea-txt h3 {
	font-size:36px;
	color:#303030;
	font-weight:bold;
	line-height:35px;
	margin-bottom:30px;
}
.idea-txt p {
	font-size:27px;
	color:#444444;
	line-height:40px;
}
.idea-img {
	width:36.18%;
	float:right;
}
.idea-img img {
	max-width:100%;
}
.career_info {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	border-bottom:1px solid #e5e5e5;
}
.career_info ul {
	width:100%;
}
.career_info ul li {
	width:100%;
	border-top:1px solid #e5e5e5;
	position:relative;
	background:url(../images/career_item_content.jpg) no-repeat;
	background-size:100% 100%;
}
.career_info ul li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	font-weight:normal;
	line-height:35px;
	cursor:pointer;
	font-size:25px;
	font-weight:bold;
	color:#2e2e2e;
	padding:20px 45px 20px 25px;
	position:relative;
	background:#fff;
}
.career_info ul li a::after {
	content:'';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-16px;
	width:32px;
	height:31px;
	border:1px solid #9f9f9f;
	border-radius:100%;
	background:url(../images/icon27.png) no-repeat;
	background-size:100% 100%;
}
.career_item_content {
	display:none;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	width:100%;
	padding:0 25px 25px 25px;
}
.career_info ul li a.active {
	background:none;
	color:#fff;
}
.career_info ul li a.active::after {
	background:url(../images/icon27-h.png) no-repeat !important;
	background-size:100% 100%;
	border:1px solid #fff !important;
}
.career-team {
	width:100%;
	padding:90px 0;
	overflow:hidden;
	background:#fbfafa;
}
.career-team-memo {
	overflow:hidden;
	margin-bottom:80px;
}
.career-team-memo h3 {
	font-size:39px;
	color:#303030;
	font-weight:bold;
	text-align:center;
}
.cred {
	color:#d70c24;
}
.career-team-mySwiper {
	position:relative;
	border-radius:7px;
	overflow:hidden;
}
.career-team-mySwiper .swiper-slide {
	border-radius:7px;
	overflow:hidden;
}
.idea-mySwiper {
	width:88.5% !important;
	margin:0 auto !important;
	max-width:1344px;
}
.idea-swiper-button-next,.idea-swiper-button-prev {
	width:60px;
	font-weight:bold;
	line-height:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	font-size:18px;
	background:#ececed;
	border-radius:100%;
}
.idea-swiper-button-next:hover,.idea-swiper-button-prev:hover {
	color:#fff;
	background:#474747;
}
.idea-swiper-button-next {
	right:0;
}
.idea-swiper-button-prev {
	left:0;
}
.career-training {
	background:#f9f9f9;
	padding:86px 0;
	overflow:hidden;
}
.training-mySwiper {
	margin-top:50px;
}
.training-a {
	display:block;
	overflow:hidden;
	background:#fff;
	margin:10px 10px;
	border-radius:15px;
	box-shadow:0 0 14px #eee;
}
.training-a img {
	width:100% !important;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.training-a:hover img {
	transform:scale(1.2,1.2);
}
.training-txt {
	padding:30px;
	overflow:hidden;
}
.training-txt .training-txt-title {
	font-size:22px;
	color:#2a2a2a;
	/* padding-left:40px; */
	position:relative;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	line-height:32px;
}
.training-txt .training-txt-title::after {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-11px;
	width:32px;
	height:22px;
	/* background:url(../images/icon28.png) no-repeat center center; */
	background-size:100%;
}
.training-txt p {
	font-size:16px;
	color:#7a7a7a;
	line-height:28px;
	min-height:84px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	margin:10px 0;
}
.training-txt span {
	display:block;
	text-align:right;
	font-size:15px;
	padding-right:25px;
	color:#d70c24;
	position:relative;
}
.training-txt span::after {
	content:'';
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;
	width:17px;
	height:10px;
	background:url(../images/icon29.png) no-repeat center center;
}
.training-button {
	width:110px;
	margin:25px auto;
}
.training-a:hover .training-txt-title {
	color:#d70c24;
}
.training-swiper-button-next,.training-swiper-button-prev {
	width:42px;
	height:42px;
	position:relative !important;
	color:#d70c24;
	font-weight:bold;
	opacity:0.8;
	line-height:42px;
	text-align:center;
	border-radius:100%;
}
.training-swiper-button-next {
	float:right;
}
.training-swiper-button-prev {
	float:left;
}
.training-swiper-button-next:after,.training-swiper-button-prev:after {
	font-size:20px;
}
.training-swiper-button-next:hover,.training-swiper-button-prev:hover {
	opacity:1;
}
.career-job {
	background:#fff;
	padding:86px 0;
	overflow:hidden;
}
.career-set-title {
	border-bottom:1px solid #e6e6e6;
}
.career-set-title ul {
	width:100%;
	margin-top:60px;
	text-align:center;
	position:relative;
}
.career-set-title ul li {
	background:#fff;
	display:inline-block;
	line-height:43px;
	text-align:center;
	color:#7f7f7f;
	box-sizing:border-box;
	font-size:19px;
	margin:0 25px;
	font-weight:300;
	cursor:pointer;
	border-bottom:4px solid #fff;
}
.career-set-title ul li:last-child {
	border:0;
}
.career-set-title ul li.on {
	border-bottom:4px solid #d70c24;
	color:#313131;
	font-weight:bold;
}
.career-ul {
	width:92%;
	margin:45px auto;
	display:flex;
	flex-wrap:wrap;
}
.career-ul li {
	width:30.7%;
	margin:20px 1.3%;
	background:#fff;
	box-shadow:0 0 12px #bbb;
}
.career-ul dl {
	width:100%;
}
.career-ul dl a {
	display:flex;
	padding:35px;
	flex-wrap:wrap;
}
.career-ul dl dt {
	width:15%;
	display:flex;
	justify-content:center;
	align-items:center;
	float:right;
	overflow:hidden;
}
.career-ul dl dt {
	font-size:19px;
	color:#d70c24;
}
.career-ul dl dd {
	width:83%;
	float:left;
}
.career-ul dl dd h3 {
	font-size:1.2vw;
	color:#000;
}
.career-ul dl dd span {
	display:block;
	font-size:0.9vw;
	line-height:28px;
	color:#7d7d7d;
}
.career-job .box {
	text-align:center;
}
.career-job a.index-btn {
	padding:0 61px 0 43px;
}
#goodcover {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	z-index:99999;
	-moz-opacity:0.8;
	opacity:0.80;
	filter:alpha(opacity=80);
}
#code {
	width:1000px;
	background-color:#fff;
	display:none;
	position:fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	overflow-x:hidden;
	overflow-y:auto;
	z-index:999999;
}
.h70 {
	height:70%;
	padding:40px 0;
}
#code h2 {
	line-height:38px;
	font-size:32px;
	padding-bottom:50px;
	border-bottom:1px solid #3f3f3f;
}
#code .box {
	width:85%;
	margin:10px auto;
	line-height:28px;
}
.close {
	width:20px;
	height:20px;
	position:absolute;
	z-index:10;
	right:20px;
	top:20px;
}
.videotxt {
	width:100%;
	height:100%;
}
.videotxt video {
	width:100%;
	height:100%;
}
.goodtxt {
	width:85%;
	margin:40px auto;
	line-height:28px;
	padding-bottom:60px;
}
.goodtxt h3 {
	font-size:14px;
}
.job-more {
	width:85%;
	margin:10px auto;
}
.mail-txt {
	color:#d70c24;
	font-size:16px;
}
.career-adv {
	background:url(../images/career-adv.jpg) no-repeat center;
	height:300px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	color:#fff;
}
.career-adv h1 {
	font-size:2.5vw;
	margin-bottom:40px;
}
.career-adv a {
	color:#fff;
	max-width:218px;
	display:block;
	margin:0 auto;
	padding:0 70px 0 35px;
	line-height:55px;
	font-size:18px;
	transition:0.4s;
	position:relative;
	background:#d70c24;
}
.career-adv a::after {
	content:"";
	display:block;
	width:68px;
	height:55px;
	background:url(../images/icon30.png);
	background-size:100%;
	position:absolute;
	right:0;
	top:0;
}
.career-adv a:hover::after {
	background:url(../images/icon18.png);
}
.inner-product {
	overflow:hidden;
}
.inner-product-title {
	overflow:hidden;
	position:relative;
	text-align:center;
	margin-bottom:35px;
}
.inner-product-title h1 {
	font-size:2.6vw;
	color:#313131;
	font-weight:bold;
	overflow:hidden;
	width:100%;
	margin-bottom:10px;
}
.inner-product-title p {
	display:inline-block;
	font-size:1.2vw;
	padding:10px 0;
	color:#d70c24;
	position:relative;
}
.inner-product-title p::after {
	content:'';
	position:absolute;
	left:-8%;
	bottom:0;
	width:115%;
	height:25px;
	border:1px dashed #d0d2d6;
	border-radius:50px;
}
.inner-product-title i {
	font-size:1.5vw;
	font-style:normal;
	font-weight:bold;
}
.inner-product-title span {
	display:block;
	position:relative;
	z-index:10;
	background:#fff;
}
.inner-product-memo {
	width:91%;
	font-size:16px;
	color:#494949;
	line-height:32px;
	margin:0 auto;
	overflow:hidden;
}
.inner-product-icon {
	width:100%;
	overflow:hidden;
	margin:30px auto 110px auto;
}
.inner-product-icon ul {
	width:100%;
	overflow:hidden;
	text-align:center;
	display:flex;
	justify-content:space-between;
}
.inner-product-icon ul li {
	display:inline-block;
	margin:15px 15px;
	color:#101010;
	font-size:1.15vw;
	line-height:35px;
	position:relative;
	padding-left:45px;
}
.inner-product-icon ul li span {
	color:#d81e06;
	font-weight:bold;
}
.inner-product-icon ul li:before {
	content:"";
	display:block;
	width:40px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.inner-product-icon-e21 {
	display:block !important;
	max-width:1340px;
	margin:0 auto;
}
.inner-product-icon-e21 li {
	width:100%;
	text-align:left;
}
.inner-product-icon ul li:nth-child(1):before {
	background:url(../images/n01.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(2):before {
	background:url(../images/n02.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(3):before {
	background:url(../images/n03.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(4):before {
	background:url(../images/n04.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(5):before {
	background:url(../images/n05.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(6):before {
	background:url(../images/n06.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(8):before {
	background:url(../images/n08.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(7):before {
	background:url(../images/n07.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(9):before {
	background:url(../images/n09.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(10):before {
	background:url(../images/n10.png) no-repeat;
	background-size:100%;
}
.inner-product-set-title {
	max-width:460px;
	margin:0 auto;
	background:#bbb;
	border-radius:30px;
	overflow:hidden;
}
.inner-product-set-title ul {
	width:100%;
	display:flex;
	max-width:460px;
	margin:0 auto;
	flex-wrap:wrap;
	overflow:hidden;
	position:relative;
	border-radius:30px;
}
.inner-product-set-title ul li {
	width:50%;
	display:inline-block;
	line-height:54px;
	color:#fff;
	box-sizing:border-box;
	font-size:17px;
	border-radius:30px;
	font-weight:300;
	cursor:pointer;
	text-align:center;
}
.inner-product-set-title ul li.on {
	color:#fff;
}
.inner-product-set-title ul li:hover {
	color:#fff;
}
#t_mall {
	width:50%;
	height:54px;
	border-radius:30px;
	background:#d70c24;
	position:absolute;
}
.inner-product-img {
	width:100%;
	overflow:hidden;
}
.inner-product-img img {
	max-width:100%;
	margin:10px auto;
}
.inner-product-ul {
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.inner-product-ul li {
	background:#fff;
	padding:10px 10px 20px 10px;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	transition:0.4s;
	color:#2d2d2d;
}
.inner-product-ul01 li {
	width:18%;
	margin:10px 1%;
}
.inner-product-ul02 li {
	width:23%;
	margin:10px 1%;
}
.inner-product-ul li img {
	margin:auto;
	max-width:100%;
	transform:translateZ(0px);
	transition:transform 0.3s ease 0s;
}
.inner-product-ul li h5 {
	font-size:18px;
	height:60px;
	padding:0 20px;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:30px;
	margin:3px 0 10px 0;
}
.inner-product-ul li:hover img {
	transform:scale(1.2,1.2);
}
.inner-product-ul li:hover {
	box-shadow:0 4px 20px #aaa;
}
.inner-product-ul li:hover h5 {
	color:#d70c24;
}
.product01 {
	background:url(../images/product01.png) no-repeat bottom center;
	padding:100px 0 0 0;
}
.product02 {
	background:url(../images/product02.jpg) no-repeat top center;
	padding:0 0 0 0;
}
.product03 {
	background:#fafafa url(../images/product01.png) no-repeat bottom center;
}
a.product-mat {
	display:block;
	color:#969696;
	font-size:20px;
	padding:5px 15px;
	line-height:30px;
	max-width:250px;
	border-right:2px solid #e7e7e7;
	position:relative;
}
a.product-mat::after {
	content:"";
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	top:0;
	right:-44px;
	z-index:10;
}
.product-mat01:after {
	background:url(../images/icon38.png) no-repeat center center;
	background-size:36%;
}
.product-mat01:hover:after {
	background:url(../images/icon38-h.png) no-repeat center center;
	background-size:36%;
}
.product-mat02:after {
	background:url(../images/icon39.png) no-repeat center center;
	background-size:36%;
}
.product-mat02:hover:after {
	background:url(../images/icon39-h.png) no-repeat center center;
	background-size:36%;
}
.product01 .section,.product02 .section,.product03 .section,.product05 .section {
	border-bottom:2px solid #e0e0e0;
}
a.product-mat:hover {
	color:#d70c24;
}
.product04 {
	padding-bottom:80px;
}
.product-set-content {
	margin-bottom:90px;
}
.inner-product-title02 {
	margin-top:100px;
}
.inner-product-memo02 {
	max-width:890px;
}
.inner-product-memo span {
	color:#d70c24;
}
.product-czt-content {
	width:716px;
	margin:40px auto 100px auto;
	position:relative;
}
.product03 .inner-product-title {
	margin-top:120px;
}
.product04 .inner-product-title {
	margin-top:80px;
}
.product-czt-content02 {
	width:70%;
	margin:30px auto;
}
.product-czt-content02 img {
	max-width:100%;
	margin:0 auto;
}
.product-czt-img01 {
	position:relative;
	width:100%;
	left:0;
	height:100%;
	top:0;
	z-index:50;
}
.product-czt-img01 img {
	width:100%;
}
.czt {
	position:relative;
	z-index:99;
	display:block;
}
.product-czt-txt,.product-czt-img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
	color:#242424;
}
.product-czt-txt span {
	font-size:24px;
	color:#242424;
	font-weight:bold;
	margin-right:15px;
}
.product-czt-txt a,.product-czt-img a {
	position:absolute;
	z-index:8;
}
.czt01 {
	left:-9%;
	top:10.7%;
}
.czt02 {
	left:-28.3%;
	top:24.7%;
}
.czt03 {
	left:-37.5%;
	top:43.7%;
}
.czt04 {
	left:-41.6%;
	top:67.9%;
}
.czt05 {
	left:-20%;
	top:88.7%;
}
.czt06 {
	width:16.8%;
	right:-2%;
	top:0.7%;
}
.czt07 {
	width:16.48%;
	right:-17%;
	top:15.7%;
}
.czt08 {
	width:29.18%;
	right:-36%;
	top:39.7%;
}
.czt09 {
	width:14.8%;
	right:-21%;
	top:66.7%;
}
.czt10 {
	width:7.26%;
	right:-4%;
	top:86.7%;
}
.product-quan {
	left:0;
	top:0;
	z-index:10;
	position:absolute;
	width:100%;
	height:100%;
	margin:0 auto;
	background:url(../images/product-czt.png) no-repeat;
	background-size:100%;
	opacity:0;
	-webkit-animation:warn 1s ease-out;
	-moz-animation:warn 1s ease-out;
	animation:warn 1s ease-out;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
@keyframes warn {
	0% {
	transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-webkit-transform:scale(0.3);
	opacity:0;
}
25% {
	transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	opacity:0.5;
}
50% {
	transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	opacity:1.2;
}
75% {
	transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	opacity:0.5;
}
100% {
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	opacity:0;
}
}.product-detail {
	background:url(../images/cp-detail-content.jpg) no-repeat center bottom;
	padding:100px 0;
	background-size:100% 100%;
	border-bottom:1px solid #e5e5e5;
}
.product-detail h1 {
	font-size:2.65vw;
	font-weight:bold;
	color:#313131;
	margin-bottom:50px;
	text-align:center;
}
.product-detail-set-title {
	width:25%;
	position:absolute;
	overflow:hidden;
	right:0;
	top:0;
	z-index:10;
	height:100px;
}
.product-detail-set-title ul {
	width:100%;
	font-size:0;
}
.product-detail-set-title ul li {
	display:inline-block;
	width:45%;
	padding:18px 15px;
	color:#3e3e3e;
	margin-left:5%;
	text-align:center;
	box-sizing:border-box;
	font-size:1vw;
	font-weight:300;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:7px;
	border:1px solid #262626;
}
.product-detail-set-title ul li.on {
	background:#d70c24;
	border:1px solid #d70c24;
	color:#fff;
}
.product-detail .set-content {
	padding-bottom:75px;
}
.product-detail-memo {
	overflow:hidden;
}
.product-detail .set-content .product-detail-memo {
	width:40%;
}
.product-detail-memo h2 {
	font-size:2.1vw;
	font-weight:bold;
	color:#000000;
}
.product-detail-memo em {
	background:#d70c24;
	margin:5px 0 20px 0;
	height:5px;
	display:block;
	width:17px;
}
.product-detail-memo p {
	font-size:1vw;
	color:#4b4b4b;
	line-height:1.8;
}
.product-detail-set-title .product-detail-memo {
	float:left;
}
.product-detail-set-title ul {
	float:right;
}
.product-detail .product-detail-dl {
	padding:20px 0 60px 0;
	border-bottom:1px solid #e5e5e5;
}
.product-detail-dl {
	width:100%;
	overflow:hidden;
}
.product-detail-dl dt {
	float:left;
}
.product-detail-dl dt img {
	max-width:100%;
}
.product-detail-img {
	position:relative;
}
.product-detail-img i {
	display:block;
	position:absolute;
	width:3.2%;
	background:url(../images/banner-postion-txt-i.png) no-repeat;
	background-size:100%;
}
.product-detail-img i {
	opacity:0;
	-webkit-animation:warn 1.5s ease-out;
	-moz-animation:warn 1.5s ease-out;
	animation:warn 1.5s ease-out;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}
@keyframes warn {
	0% {
	transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-webkit-transform:scale(0.3);
	opacity:0;
}
25% {
	transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-webkit-transform:scale(0.5);
	opacity:0.5;
}
50% {
	transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	opacity:1;
}
75% {
	transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	opacity:0.5;
}
100% {
	transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	opacity:0;
}
}.pc-dispaly {
	display:block;
}
.mp-dispaly {
	display:none;
}
.product-detail-txt {
	color:#737373;
	font-size:0.9vw;
	line-height:1.7;
	position:absolute;
}
/*sg*/.sgdetail06 {
	width:10%;
	left:85%;
	top:70.5%;
}
/*ss*/.ssdetail13 {
	width:20%;
	left:86%;
	top:80.5%;
}
/*obsg*/.obsgdetail06 {
	width:10%;
	left:93.5%;
	top:63.5%;
}
/*osg*/.osgdetail05 {
	width:10%;
	left:93.5%;
	top:63.5%;
}
/*oss*/.ossdetail06 {
	width:10%;
	left:92%;
	top:69.5%;
}
.product-detail-dl dd {
	float:right;
}
.product-detail-dl dd h3 {
	font-size:2.2vw;
	color:#d70c24;
	font-weight:bold;
	text-transform:uppercase;
}
.product-detail-dl dd h4 {
	min-height:38px;
	font-size:1.2vw;
	color:#111;
	margin:10px 0;
	font-weight:bold;
	padding-left:45px;
	position:relative;
	text-transform:uppercase;
}
.product-detail-dl dd span {
	display:block;
	font-size:0.8vw;
	color:#6a6a6a;
	font-weight:200;
}
.product-detail-dl dd h4::before {
	content:'';
	display:block;
	width:37px;
	height:37px;
	border-radius:100%;
	position:absolute;
	left:0px;
	top:3%;
}
.product-detail-dl dd h4.cd::before {
	background:url(../images/icon41.png);
}
.product-detail-dl dd h4.zj::before {
	background:url(../images/icon42.png);
}
.product-detail-dl01 dt {
	width:76%;
}
.product-detail-dl01 dd {
	width:20%;
}
.product-detail-dl02 dt {
	width:76%;
}
.product-detail-dl02 dd {
	width:15%;
}
.functional-features {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:20px;
}
.functional-features-memo {
	overflow:hidden;
	width:100%;
}
.functional-features h5 {
	color:#242424;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.8vw;
}
.functional-features i {
	display:block;
	font-style:normal;
	font-size:1.2vw;
	color:#d70c24;
}
.functional-features span {
	font-weight:bold;
}
.functional-features dl {
	width:100%;
	overflow:hidden;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
}
.functional-features dl dt {
	width:36%;
	margin-right:6%;
	display:flex;
	justify-content:center;
	border-radius:8px;
	border:1px solid #262626;
}
.functional-features dl img {
	max-width:100%;
	margin:auto;
}
.functional-features dl dd {
	width:58%;
	line-height:2;
	font-size:1vw;
}
.functional-features dl dd h4 {
	font-size:2vw;
	color:#d70c24;
	margin-bottom:10px;
	font-weight:bold;
}
.functional-features dl dd i {
	display:inline-block;
	font-size:1.2vw;
	color:#000;
	font-weight:normal;
}
.functional-features dl dd p {
	margin-bottom:40px;
}
.functional-features table {
	width:100%;
	border-right:1px dashed #434344;
	border-bottom:1px dashed #434344
}
.functional-features table td {
	border-left:1px dashed #434344;
	border-top:1px dashed #434344;
	text-align:center;
	padding:20px 30px;
	font-size:20px;
}
.product-back {
	width:100%;
	overflow:hidden;
	border-top:1px solid #e5e5e5;
	text-align:right;
	padding:15px 0;
	margin-top:40px;
}
.product-back a {
	color:#d70c24;
}
.product-back em {
	display:inline-block;
	overflow:hidden;
	width:0;
	transition:width 0.4s;
	margin-top:9px;
	margin-left:5px;
	height:7px;
	transition:0.4s;
	background:url(../images/icon37.png);
}
.product-back a:hover {
	color:#d70c24;
	font-weight:bold;
}
.product-back a:hover em {
	width:23px;
}
.inner-features-icon {
	width:100%;
	overflow:hidden;
}
.inner-features-icon ul {
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.inner-features-icon ul li {
	display:inline-block;
	color:#101010;
	font-size:1vw;
	line-height:35px;
	position:relative;
	padding-left:45px;
}
.inner-features-icon ul li.w50 {
	width:48%;
	margin:10px 1%;
	overflow:hidden;
}
.inner-features-icon ul li.w100 {
	width:98%;
	overflow:hidden;
	margin:10px 1%;
}
.inner-features-icon ul li:before {
	content:"";
	display:block;
	width:40px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.inner-features-icon ul li:nth-child(1):before {
	background:url(../images/n01.png) no-repeat;
	background-size:100%;
}
.inner-features-icon ul li:nth-child(2):before {
	background:url(../images/n02.png) no-repeat;
	background-size:100%;
}
.inner-features-icon ul li:nth-child(3):before {
	background:url(../images/n03.png) no-repeat;
	background-size:100%;
}
.inner-features-icon ul li:nth-child(4):before {
	background:url(../images/n04.png) no-repeat;
	background-size:100%;
}
.inner-features-icon ul li:nth-child(5):before {
	background:url(../images/n05.png) no-repeat;
	background-size:100%;
}
.inner-features-icon ul li:nth-child(6):before {
	background:url(../images/n06.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(8):before {
	background:url(../images/n08.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(7):before {
	background:url(../images/n07.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(9):before {
	background:url(../images/n09.png) no-repeat;
	background-size:100%;
}
.inner-product-icon ul li:nth-child(10):before {
	background:url(../images/n10.png) no-repeat;
	background-size:100%;
}
.product-scope {
	overflow:hidden;
}
.product-scope-ul {
	width:100%;
}
.product-scope-ul ul {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.product-scope-ul ul li {
	width:31.333%;
	margin:10px 1%;
	overflow:hidden;
	position:relative;
	background:#fff;
	border-radius:10px;
	padding:30px 20px;
	font-size:15px;
	color:#666;
	transition:0.3s;
	line-height:25px;
}
.product-scope-ul ul li h2 {
	font-size:24px;
	height:46px;
	line-height:23px;
	font-weight:bold;
	color:#393939;
	margin-bottom:20px;
	position:relative;
	padding-left:65px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.product-scope-ul ul li h2:before {
	content:"";
	display:block;
	width:46px;
	height:46px;
	border:1px solid #d81e06;
	position:absolute;
	border-radius:100%;
	top:0;
	left:0;
	z-index:10;
}
.product-scope-ul ul li h2.p01:before {
	background:url(../images/icon53.png) no-repeat;
	background-size:100%;
}
.product-scope-ul ul li h2.p02:before {
	background:url(../images/icon54.png) no-repeat;
	background-size:100%;
}
.product-scope-ul ul li h2.p03:before {
	background:url(../images/icon55.png) no-repeat;
	background-size:100%;
}
.product-scope-ul .body {
	padding-left:65px;
}
.product-scope-ul ul li p {
	margin-bottom:10px;
}
/*service-form*/.service-form {
	background:url(../images/service-form.jpg) no-repeat;
	padding:100px 0;
	background-size:100%;
}
.service-form-memo {
	margin:30px auto;
	overflow:hidden;
	font-size:19px;
	line-height:30px;
	color:#949494;
	text-align:center;
	width:80%;
}
.service-form ul {
	width:100%;
	overflow:hidden;
}
.service-form ul li {
	overflow:hidden;
}
.service-form ul li.w100 {
	width:96%;
	margin:0 2%;
	padding:17px 0;
	overflow:hidden;
}
.service-form ul li span {
	color:#262626;
	padding:10px 0;
	display:block;
	font-size:16px;
}
.service-form ul li i {
	display:none;
}
.service-form ul li.w50 {
	width:46%;
	margin:0 2%;
	padding:17px 0;
	float:left;
}
.service-form ul li.p-top100 {
	text-align:center;
}
.service-form textarea {
	width:100%;
	height:197px;
	padding:5px;
	font-size:16px;
	background:#f7f8fc;
	border:1px solid #edeff4;
}
.service-form input {
	line-height:68px;
	width:100%;
	font-size:16px;
	padding:0 10px;
	color:#555;
	background:#f7f8fc;
	border:1px solid #edeff4;
	transition:0.4s;
}
.service-form .button,.service-form .reset {
	width:25%;
	display:inline-block;
	font-size:20px;
	margin:0 2%;
	color:#ffffff;
	transition:background 0.3s;
	background-color:#9f9f9f;
}
.service-form input::placeholder {
	color:rgba(0,0,0,0.2);
}
.service-form textarea::placeholder {
	color:rgba(0,0,0,0.2);
}
.service-form input:focus,.service-form textarea:focus {
	border:1px solid #d70c24;
}
.service-form .button:hover,.service-form .reset:hover {
	background-color:#d70c24;
	color:#fff;
}
/*inner-contact*/.inner-contact {
	width:100%;
	overflow:hidden;
	padding:90px 0;
	background:url(../images/inner-contact.jpg) no-repeat bottom center;
	background-size:100%;
}
.inner-contact-memo {
	font-size:20px;
	margin:15px 0;
	color:#9a9a9a;
	text-align:center;
}
.con-content {
	overflow:hidden;
}
.con-content h1 {
	font-size:28px;
	color:#000;
	padding:30px 0;
	font-weight:bold;
}
.con-content h4 {
	font-size:20px;
	color:#565656;
	font-weight:bold;
}
.con-content dl {
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.con-content dl dt img {
	max-width:100%;
}
.con-content ul {
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.sz-con-content {
	margin-bottom:40px;
}
.sz-con-content ul {
	display:flex;
	justify-content:space-between;
}
.sz-con-content ul li {
	width:25%;
	margin:10px 0;
}
.sz-con-content dl dt {
	width:15%;
}
.sz-con-content dl dd {
	width:78%;
	margin-left:5%;
	font-size:17px;
	color:#565656;
	line-height:28px;
}
.hf-con-content {
	width:50%;
	float:left;
}
.hf-con-content dl dt {
	width:8%;
}
.hf-con-content dl dd {
	width:90%;
	margin-left:1%;
	font-size:17px;
	color:#565656;
	line-height:28px;
}
.mg-con-content {
	width:48%;
	float:right;
}
.mg-con-content dl dt {
	width:8%;
}
.mg-con-content dl dd {
	width:90%;
	margin-left:1%;
	font-size:17px;
	color:#565656;
	line-height:28px;
}
.hf-con-content ul li,.mg-con-content ul li {
	width:100%;
	margin:28px 0;
}
.contact-map {
	width:100%;
	position:relative;
	overflow:hidden;
}
#allmap {
	width:100%;
	height:60vh;
	border:0;
}
.BMap_bubble_title {
	font-size:15px;
	font-weight:bold;
}
.qt-pagination {
	width:94%;
	margin:auto;
	overflow:hidden;
	padding:30px 0 70px 0;
	text-align:center;
}
.qt-pagination a {
	background-color:#fff;
	border:1px solid #dedede;
	margin:0 3px;
	width:42px;
	color:#666666;
	line-height:40px;
	display:inline-block;
	text-align:center;
	border-radius:100%;
	font-size:14px;
}
.qt-pagination .active,.qt-pagination a:hover,.qt-pagination a.page-num-current {
	background:#d70c24;
	color:#fff;
	border:1px solid #d70c24;
}
.foot-box {
	width:100%;
	background:#f7f7f7;
	padding:60px 0 100px 0;
	overflow:hidden;
}
.foot-box .foot-logo {
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
}
.foot-box h3 {
	font-size:18px;
	color:#262626;
	margin-bottom:20px;
	font-weight:bold;
}
.foot-box .foot-contact {
	width:35%;
	float:left;
}
.foot-box .foot-contact .box {
	max-width:380px;
}
.foot-box .foot-contact ul {
	width:100%;
}
.foot-box .foot-contact ul li {
	width:100%;
	line-height:30px;
	font-size:15px;
	color:#6c6c6c;
	position:relative;
	padding-left:70px;
}
.foot-box .foot-contact ul li span {
	position:absolute;
	left:0;
	top:0;
}
.foot-box .foot-menu {
	width:40%;
	margin-left:2%;
	float:left;
}
.foot-box .foot-menu .foot-menu-link {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.foot-box .foot-menu .foot-menu-link a {
	display:inline-block;
	margin-right:25px;
	color:#484848;
	font-size:15px;
	line-height:25px;
}
.foot-box .foot-menu .foot-menu-icon {
	width:100%;
	overflow:hidden;
}
.foot-box .foot-menu .foot-menu-icon a {
	display:inline-block;
	margin-right:8px;
	color:#484848;
	font-size:15px;
	line-height:25px;
}
.foot-box .foot-wehat {
	float:right;
	width:9%;
}
.foot-box .foot-wehat img {
	max-width:100%;
}
.footer {
	width:100%;
	color:#6c6c6c;
	background:#f7f7f7;
	border-top:1px solid #d1d1d1;
	line-height:22px;
	padding:15px 0;
	overflow:hidden;
}
.footer a {
	color:#6c6c6c;
}
.foot-box a:hover,.footer a:hover,.foot-box .foot-menu .foot-menu-link a:hover {
	color:#d70c24;
}
.cd-top {
	display:inline-block;
	height:41px;
	width:41px;
	position:fixed;
	bottom:15%;
	right:5%;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/top.png) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	z-index:999;
}
.cd-top.cd-is-visible {
	visibility:visible;
	opacity:1;
}
.cd-top.cd-fade-out {
	opacity:1;
}
.no-touch .cd-top:hover {
	background-color:#e86256;
	opacity:1;
}
@media (max-width:1670px) {
	.product-img {
	padding:50px 0 10px 0;
}
.product-img-txt-postion {
	right:10%;
	top:30px;
}
.product-img-txt-postion .product-img-title {
	font-size:30px;
}
.product-img-txt-postion .product-img-memo {
	font-size:18px;
}
.service-form-memo {
	width:94%;
}
.header .section {
	width:96%;
	margin:0 2%;
}
.section {
	width:90%;
	margin:0 5%;
}
.button-pointer {
	left:8%;
}
.button-pagination {
	right:2%;
}
.index-about .section {
	position:relative;
	width:100%;
	padding:90px 5% 60px 5%;
}
.products-left {
	width:32.5%;
	margin-left:5%;
}
.slideTxtBox .arrow {
	width:100px;
	left:-50px;
	height:50px;
}
.slideTxtBox .arrow a {
	height:50px;
}
.product-ul {
	width:97%;
	margin-top:20%;
}
.inner-nav a,.job_info .job_item .job_item_top .job_right .job_title {
	font-size:18px;
}
.header .menu ul li a.menu-a {
	font-size:17px;
}
.about-txt p,.service-form-memo {
	font-size:17px;
	line-height:28px;
}
.inner-honor-memo span {
	font-size:24px;
}
.slideTxtBox .hd ul li i,.job_info .job_item .job_item_top .job_left,.career_info ul li a,.training-txt .training-txt-title {
	font-size:20px;
}
.inner-news .news-list .news-txt h4,.inner-news .news-query dl dd h2,.job_info .job_item .job_item_content h3,.idea-txt p,.news-detail .news-detail-fl h2 {
	font-size:24px;
}
.job_info .job_item .job_item_top .job_right .job_more {
	font-size:16px;
}
.career-team-memo h3 {
	font-size:32px;
}
.idea-txt h3 {
	font-size:30px;
}
#honor .swiper-slide p {
	font-size:20px;
}
.inner-nav {
	margin-top:-63px;
	line-height:63px;
}
.news-ul .news-img {
	height:300px;
}
.career-banner-form input.username,.career-banner-form input.da_button {
	line-height:60px;
}
.career-banner-form input.da_button {
	font-size:18px;
}
.service-form .button,.service-form .reset {
	font-size:18px;
}
.service-form input {
	line-height:58px;
}
.career-ul dl a {
	padding:25px;
}
.career-ul dl dt {
	font-size:17px;
}
.academic-detail h2 {
	font-size:26px;
}
.product-czt-content {
	width:580px;
}
.product-czt-txt span {
	font-size:19px;
}
.product-czt-txt {
	font-size:17px;
}
.product-num-nub {
	font-size:2.8vw;
}
.product-num-inf {
	font-size:1.1vw;
}
}@media (max-width:1400px) {
	.about-txt p {
	font-weight:normal;
}
.network-num h3 {
	font-size:50px;
}
.network-num p {
	font-size:18px;
}
.inner-contact-memo {
	font-size:18px;
}
.con-content h4 {
	font-size:18px;
}
.sz-con-content dl dd {
	font-size:15px;
}
.career_item_content {
	font-size:12px;
}
.product-img {
	padding:50px 0 10px 0;
}
.product-img-txt-postion {
	right:10%;
	top:20px;
}
.product-img-txt-postion .product-img-title {
	font-size:26px;
}
.product-img-txt-postion .product-img-memo {
	font-size:16px;
}
.inner-features-icon ul li {
	font-size:1.2vw;
	line-height:30px;
}
.inner-features-icon ul li:before {
	width:34px;
	height:30px;
}
.training-txt {
	padding:18px;
}
.inner-product-ul li h5 {
	font-size:15px;
	line-height:20px;
	padding:0 10px;
}
.foot-box .foot-contact {
	width:45%;
}
.foot-box .foot-menu {
	width:40%;
}
.news-ul li {
	width:32%;
}
.news-ul li:nth-child(2) {
	padding:0;
	margin:0 2%;
}
.news-ul .news-img {
	height:auto;
}
.academic-detail h2 {
	font-size:22px;
}
.news-ul .news-img .img {
	width:100%;
	height:auto;
}
.news-ul:hover li {
	width:32%;
}
.news-ul li:hover {
	width:32%;
}
}@media (max-width:1300px) {
	.product-detail-set-title ul li {
	font-size:18px;
	padding:10px 15px;
}
.time-title {
	font-size:20px;
}
a.product-mat {
	font-size:17px;
}
.career-ul dl a {
	padding:15px;
}
.career-ul dl dt {
	font-size:15px;
}
.header {
	padding:0;
}
.header .logo {
	width:22%;
	height:70px;
	display:flex;
	align-items:center;
	flex-direction:inherit;
	justify-content:center;
}
.header .section {
	width:100%;
	margin:0;
	padding:0 15px;
}
.header .menu {
	width:58%;
	margin-left:8%;
}
.header .menu ul li a.menu-a {
	font-size:16px;
	line-height:70px;
}
#index-con {
	background:url(../images/index-con.gif) no-repeat center;
	background-size:100% 100%;
}
.play-video {
	bottom:8%;
	font-size:12px;
	width:110px;
	height:30px;
	line-height:30px;
	padding:0 25px 0 15px;
	margin-left:-60px;
}
.play-video::after {
	width:12px;
	height:12px;
	right:10px;
	margin-top:-6px;
}
#index-con video {
	display:none;
}
.button-pointer {
	left:2%;
	width:120px;
	height:31px;
}
.button-pagination {
	width:220px;
}
.banner-swiper-scrollbar {
	width:90px !important;
}
.main-growth .growth-mySwiper2 {
	width:90% !important;
}
.inner-nav {
	margin-top:-50px;
	line-height:50px;
}
.swiper-slide h3 {
	letter-spacing:15px;
}
.inner-nav a,.job_info .job_item .job_item_top .job_right .job_title {
	font-size:16px;
}
.about-txt p,.service-form-memo {
	font-size:15px;
	line-height:26px;
}
.inner-honor-memo span {
	font-size:20px;
}
.slideTxtBox .hd ul li i,.job_info .job_item .job_item_top .job_left,.career_info ul li a,.training-txt .training-txt-title {
	font-size:17px;
}
.inner-news .news-list .news-txt h4,.inner-news .news-query dl dd h2,.job_info .job_item .job_item_content h3,.idea-txt p,.news-detail .news-detail-fl h2 {
	font-size:20px;
}
.job_info .job_item .job_item_top .job_right .job_more,.news-detail .news-detail-fl .news-intro {
	font-size:15px;
}
.career-team-memo h3 {
	font-size:28px;
}
.service-form .button,.service-form .reset {
	font-size:16px;
}
.idea-txt h3 {
	font-size:28px;
}
#honor .swiper-slide p {
	font-size:18px;
}
.banner-swiper {
	margin-top:70px;
}
.index-about .section {
	padding:75px 5% 40px 5%;
}
.index-video .section {
	padding:75px 0 45px 0;
}
.index-products {
	padding:75px 0;
}
.index-network .section {
	padding:75px 0 40px 0;
}
.news-time-title {
	padding:20px 14px;
}
.news-ul .news-txt p {
	margin:15px 0 10px 0;
}
.index-career {
	padding:124px 20px;
}
.cereer_list a {
	width:25%;
}
.foot-box {
	padding:40px 0 70px 0;
}
.product01 {
	padding:75px 0 0 0;
}
.inner-about-memo,.inner-news .news-list,.inner-academic,.academic-detail,.career-team,.career-idea,.career-training,.career-job,.service-form {
	padding:75px 0;
}
.inner-about,.inner-history,.inner-culture,.inner-honor {
	padding:75px 0 30px 0;
}
.ab-fgs,.ab-img,.inner-news .news-query {
	padding:30px 0;
}
.inner-about .product-num-box {
	margin:50px 1.5% 10px 6.5%;
}
.culture-ul {
	padding:130px 0;
}
.job_info .job_item .job_item_top {
	padding:40px 10px;
}
.job_info .job_item .job_item_content {
	padding:30px 20px;
}
.career-banner-form input.username,.career-banner-form input.da_button {
	line-height:50px;
}
.career-banner-form input.da_button {
	font-size:16px;
}
.career-idea .box {
	margin-top:60px;
}
.training-mySwiper,.career-set-title ul {
	margin-top:30px;
}
.career-ul {
	margin:25px auto;
}
.service-form input {
	line-height:45px;
}
.foot-box .foot-contact ul li {
	line-height:26px;
	font-size:14px;
}
.product-czt-content {
	width:480px;
}
.product-czt-txt span {
	font-size:17px;
}
.product-czt-txt {
	font-size:15px;
}
.product-num-inf {
	font-size:1.35vw;
}
}@media (max-width:1200px) {
	.header .menu {
	width:60%;
	margin-left:3%;
}
.header .lang {
	width:11%;
}
.culture-ul {
	padding:40px 0;
}
.header .menu ul li a.menu-a {
	padding:0 5px;
}
.culture-ul ul li {
	width:32%;
	font-size:14px;
}
.inner-contact-memo {
	font-size:16px;
}
.con-content h4 {
	font-size:16px;
}
.sz-con-content dl dd {
	font-size:13px;
}
.con-content h1 {
	font-size:23px;
	padding:10px 0;
}
.qt-pagination a {
	width:32px;
	line-height:30px;
	font-size:13px;
}
#code h2 {
	line-height:30px;
	font-size:28px;
}
.goodtxt {
	width:94%;
	margin:20px auto;
	line-height:25px;
	padding-bottom:40px;
}
.job_info .job_item .job_item_content h5 {
	margin-bottom:25px;
}
.job_info .job_item .job_item_content a {
	margin-top:15px;
}
.product-detail .set-content {
	overflow:hidden;
}
.product-detail-set-title ul {
	width:100%;
	text-align:center;
}
.product-detail-set-title ul li {
	margin:0 5px;
	padding:6px 10px;
}
.product-detail-dl dd h3 {
	font-size:20px;
}
.product-detail-dl dd h4 {
	display:inline-block;
	font-size:18px;
	margin:10px 20px;
}
.product-detail-dl dd span {
	font-size:16px;
}
.product-detail-dl01 dt,.product-detail-dl02 dt {
	width:100%;
}
.product-detail-dl01 dd,.product-detail-dl02 dd {
	width:100%;
	margin-top:30px;
}
.product-detail {
	padding:75px 0;
}
.product-detail h1 {
	font-size:26px
}
.product-detail-memo h2,.functional-features h5,.product-scope h5 {
	font-size:20px;
}
.product-detail-memo p,.functional-features i {
	font-size:16px;
}
.inner-features-icon ul li {
	font-size:16px;
	line-height:25px;
	text-align:left;
	padding-left:39px;
	margin:8px 1%;
}
.inner-features-icon ul li.w100,.inner-features-icon ul li.w50 {
	margin:8px 1%;
	width:98%;
}
.inner-features-icon ul li:before {
	width:30px;
	height:26px;
}
.inner-product-icon ul li {
	font-size:16px;
	line-height:25px;
	text-align:left;
	padding-left:39px;
}
.inner-product-icon ul li:before {
	width:30px;
	height:26px;
}
.functional-features dl dd h4 {
	font-size:18px;
}
.functional-features dl dd i {
	font-size:16px;
}
.functional-features dl dd {
	font-size:15px;
}
.functional-features table td,.product-scope-table table td {
	font-size:16px;
	padding:8px 10px;
}
.banner-video-bj,.banner-video {
	display:none;
}
.ab-ban-map {
	display:block;
}
.button-pagination {
	width:190px;
}
.banner-swiper-scrollbar {
	width:65px !important;
}
.main-growth .growth-mySwiper2 {
	width:94% !important;
}
#honor .swiper-slide {
	width:280px;
}
#honor .swiper-slide p {
	font-size:18px;
}
.inner-honor-memo {
	font-size:15px;
	width:90%;
	margin:auto;
}
.index-about .section {
	padding:75px 3% 40px 3%;
}
.about-txt {
	width:90%;
	margin:0 5% 30px 5%;
}
.product-num-box {
	width:100%;
	margin:0;
}
.inner-about .product-num-box {
	margin:0;
}
.section {
	width:94%;
	margin:0 3%;
}
.index-products .index-title {
	padding-left:0;
}
.product-txt-content h4,.product-txt-content p,.product-txt-content-link {
	padding-left:0;
}
.product-txt-content h4 {
	font-size:18px;
	padding-left:0;
	font-weight:bold;
}
.product-txt .product-txt-content img {
	display:none;
}
.product-txt-content p {
	max-width:100%;
	font-size:14px;
	line-height:28px;
	margin:25px 0;
	padding-left:0;
}
.product-ul {
	width:100%;
	margin:55px auto 25px auto;
}
.product-ul li {
	width:19%;
	margin:0 3%;
}
.product-ul li h5 {
	font-size:14px;
}
.products-left {
	width:35%;
	margin-left:3%;
}
.products-right {
	width:53%;
}
.network-num h3 {
	font-size:40px;
}
.network-num p {
	font-size:18px;
}
#code {
	width:90%;
}
}@media (max-width:1024px) {
	.network-right img {
	max-width:50%;
}
.inner-shzr {
	padding:0;
}
.drop-link a::before,.drop-link a::after {
	display:none;
}
.about-txt p {
	margin-bottom:0;
}
.set-middle {
	margin:0;
}
.product-detail h1 {
	margin-bottom:20px;
}
.product-detail-set-title {
	position:static;
	width:80%;
	margin:15px 10%;
	height:auto;
}
.product-detail .set-content .product-detail-memo {
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:25px;
}
.product-detail-memo em {
	margin:15px auto;
}
#code {
	width:100%;
}
.index-network {
	background-size:auto 100%;
}
.product-czt-content {
	width:380px;
}
.product-txt-content-link {
	text-align:center;
}
.product-txt-content-link a.index-btn {
	display:inline-block;
	max-width:180px;
}
.product-czt-txt {
	font-size:15px;
}
.product-czt-txt span {
	font-size:13px;
}
.inner-head .menu-a,.inner-head .lang a {
	color:#2b292f;
}
.idea-txt h3 {
	font-size:24px;
	margin-bottom:10px;
}
.career-idea .box {
	margin-top:30px;
}
.idea-txt p {
	font-size:17px;
	line-height:30px;
}
.career_info .career_item {
	padding:10px 25px 10px 10px;
}
.ab-txt,.ab-fgs {
	font-size:15px;
	line-height:29px;
}
.growth-dl .growth-titme {
	font-size:27px;
}
.ab-fgs h3 {
	font-size:25px;
}
.ab-txt {
	padding:20px 0;
}
.growth-dl .growth-box-txt {
	font-size:18px;
}
.banner {
	margin-top:71px;
}
.header {
	z-index:9999;
	padding:17.5px 0;
	background:#fff;
}
.header .section {
	width:100%;
}
.m_menu {
	display:block;
}
.header .menu {
	position:absolute;
	left:0;
	top:70px;
	margin:0;
	background:#fff;
	width:100%;
	display:none;
	z-index:999;
}
.header .menu ul {
	display:block;
	border-top:1px solid #eee;
}
.header .menu ul li {
	width:100%;
	border-bottom:1px solid #eee;
}
.header .menu ul li a.menu-a::before {
	height:0;
	display:none;
}
.header .menu ul li a.menu-a {
	display:inline-block;
	line-height:60px;
	color:#222;
	font-size:17px;
}
.header .menu li .drop {
	position:static;
}
.drop-font,.drop-img {
	display:none;
}
.drop-box {
	padding:10px 0;
	background:#fff;
}
.drop-link {
	width:100%;
	margin:0;
	border:1px solid #eee;
}
.drop-link a {
	width:100%;
	float:left;
	margin:0;
	border-bottom:1px dashed #eee;
	font-size:16px;
	line-height:40px;
	padding:0 10px;
}
.drop-link a:last-child {
	border:0;
}
.er {
	position:relative;
}
.er::after {
	position:absolute;
	content:"";
	width:8px;
	height:13px;
	background:url(../images/icon51.png);
	right:20px;
	top:22px;
	z-index:10;
}
.er.on::after {
	position:absolute;
	content:"";
	width:13px;
	height:8px;
	background:url(../images/icon51-h.png);
	right:20px;
	top:22px;
	z-index:10;
}
.header .logo {
	width:221px;
	height:auto;
}
.index-head .logo a,.inner-head .logo a {
	/* height:35px;
	width:221px;
	background:url(../images/logo.png) no-repeat center;
	background-size:100%; */
}
.inner-head a {
	color:#202020;
}
.header .search {
	display:none;
}
.header .lang {
	width:90px;
	position:absolute;
	right:45px;
	top:23px;
}
.header .lang a {
	border:0;
}
.button-pointer {
	width:100px;
	height:25px;
}
.about-txt p {
	width:100%;
	max-width:100%;
}
.products-left,.products-right {
	width:94%;
	margin:10px 3%;
}
.product-txt {
	max-width:100%;
}
.slideTxtBox .hd ul li span {
	line-height:55px;
}
.slideTxtBox .arrow {
	width:100%;
	left:0;
	top:60%;
	margin-top:-24px;
	height:45px;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
}
.slideTxtBox .arrow a {
	width:45px;
	height:45px;
}
.index-title {
	width:100%;
	text-align:center;
}
.index-title h2,.inner-title h3 {
	font-size:26px;
}
.index-title img {
	margin:auto;
}
.about-txt {
	text-align:center;
}
.product-txt-content h4,.product-txt-content p {
	text-align:center;
}
.network-left {
	width:100%;
}
.network-right {
	width:100%;
}
.network-txt {
	margin:40px 0;
	text-align:center;
}
.network-txt a {
	margin:auto;
	line-height:35px;
	font-size:15px;
}
.network-txt h4 {
	font-size:18px;
}
.network-txt p {
	font-size:16px;
}
.network-num {
	width:100%;
	max-width:100%;
	margin:0;
	float:none;
}
.index-news .index-title {
	width:100%;
	margin-bottom:43px;
}
.news-set-title ul {
	width:100%;
	margin:15px auto;
	float:none;
}
.news-set-title ul li {
	line-height:35px;
	font-size:16px;
}
.index-career {
	padding:84px 20px;
}
.cereer_list dl dd {
	font-size:15px;
}
.cereer_list dl dd img {
	width:20px;
}
.cereer_list a {
	margin:15px 20px;
}
.cereer_list {
	margin-top:15px;
}
.foot-box .foot-contact {
	width:41%;
}
.foot-box .foot-menu {
	width:40%;
	margin-left:7%;
}
.foot-box .foot-wehat {
	width:10%;
}
.button-jt {
	width:78px;
	height:20px;
}
.inner-about-memo h1 {
	font-size:24px;
	line-height:35px;
}
.inner-about-memo h2 {
	font-size:17px;
	line-height:28px;
}
.inner-about-memo h3 {
	font-size:14px;
	line-height:25px;
}
.index-title img.network-icon {
	max-width:20%;
}
.index-title img.news-icon {
	max-width:11%;
}
}@media (max-width:856px) {
	.product-scope-ul .body {
	padding-left:50px;
}
.product-detail h1 {
	font-size:22px;
}
.product-img {
	padding:50px 0 10px 0;
}
.product-img-txt-postion {
	right:10%;
	top:20px;
}
.product-img-txt-postion .product-img-title {
	font-size:22px;
}
.product-img-txt-postion .product-img-memo {
	font-size:14px;
}
.career-banner-form input.username,.career-banner-form input.da_button {
	line-height:40px;
}
.career-banner-form input.username {
	font-size:15px;
	padding-left:45px;
	background:#fff url(../images/icon36.png) no-repeat 13px center;
}
.career-banner-form input.da_button {
	font-size:14px;
}
#code h2 {
	line-height:28px;
	font-size:24px;
	padding-bottom:10px;
}
#code .box,.job-more {
	width:90%;
	margin:10px auto;
}
.goodtxt {
	width:90%;
	margin:10px auto;
	line-height:22px;
}
.h70 {
	height:90%;
}
.product-scope-ul ul li {
	width:48%;
	font-size:14px;
	line-height:21px;
}
.product-scope-ul ul li h2 {
	font-size:18px;
	height:40px;
	padding-left:50px;
}
.product-scope-ul ul li h2:before {
	width:40px;
	height:40px;
}
.product-scope-ul ul li p {
	margin-bottom:5px;
}
a.product-mat {
	max-width:186px;
	font-size:15px;
	line-height:30px;
}
a.product-mat::after {
	width:30px;
	height:30px;
	right:-30px;
}
.inner-product-title h1 {
	font-size:26px;
}
.inner-product-title p {
	font-size:15px;
}
.inner-product-title i {
	font-size:18px;
}
.inner-product-memo {
	font-size:14px;
	line-height:26px;
}
.inner-product-set-title ul li {
	line-height:42px;
	font-size:15px;
	border-radius:30px;
}
#t_mall {
	height:42px;
	border-radius:30px;
}
.inner-product-ul li {
	width:31.333%;
}
.inner-product-ul li h5 {
	font-size:14px;
	padding:0 5px;
}
#honor .swiper-slide {
	width:180px;
}
#honor .swiper-slide {
	padding:8px 5px;
}
#honor .swiper-slide img {
	margin:10px auto;
}
#honor .swiper-slide p {
	font-size:14px;
	line-height:21px;
}
.time-title {
	font-size:17px;
}
.growth-big-time {
	display:none;
}
.inner-news .news-query dl {
	display:flex;
	flex-wrap:wrap;
}
.inner-news .news-query dl dt {
	width:35%;
	height:150px;
	margin-right:0;
	display:flex;
	justify-content:center;
}
.inner-news .news-query dl dt img {
	width:auto !important;
	height:100%;
}
.inner-news .news-query a {
	padding:10px 0;
	overflow:hidden;
	margin:10px 10px;
}
.inner-news .news-query01 dl dd {
	width:62%;
	margin-left:3%;
}
.inner-news .news-query dl dd h2 {
	margin-bottom:10px;
	font-size:17px;
}
.inner-news .news-query dl dd p {
	font-size:14px;
	line-height:24px;
}
.inner-news .news-query .time-i-span {
	padding:5px 5px;
	margin-top:10px;
	font-size:14px;
}
.idea-txt {
	width:100%;
}
.idea-img {
	width:100%;
	margin-top:10px;
}
.idea-img img {
	width:100%;
}
.career-ul li {
	width:47.4%;
}
.inner-nav {
	margin-top:0;
	line-height:45px;
	background:rgba(0,0,0,0.7);
}
.inner-nav img {
	width:21px;
	margin-right:9px
}
.career-team-memo h3 {
	font-size:22px;
}
.idea-swiper-button-next,.idea-swiper-button-prev {
	width:40px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	top:50%;
	margin-top:-20px;
	font-size:16px;
}
.inner-nav .section {
	width:100%;
	margin:0;
	display:flex;
	justify-content:space-between;
}
.inner-nav a {
	font-size:15px;
	width:50% !important;
}
.inner-nav a.w3 {
	width:33.333% !important;
}
.career-banner {
	width:78%;
	left:11%;
}
.growth-swiper-button {
	top:30%;
	bottom:auto;
}
.main-growth .growth-mySwiper2 {
	margin:10px auto;
}
.growth-dl dt {
	width:100%;
	margin:0;
}
.growth-dl dd {
	width:100%;
	background:#fff;
	padding:10px 10px;
}
.growth-box {
	padding:20px 0;
}
.main-growth {
	margin-top:20px;
}
.growth-swiper-button {
	width:100%;
}
.news-ul li {
	width:100%;
	margin:10px 0;
}
.news-ul li:nth-child(2) {
	padding:0;
	margin:10px 0;
}
.news-ul .news-img {
	width:100%;
	float:left;
}
.news-ul .news-img .img {
	width:100%;
}
.news-ul .news-txt {
	float:right;
	width:100%;
	border-top:0;
	padding:5px 0;
}
.news-ul .news-img i {
	width:25%;
}
.news-ul li:hover .news-txt {
	border-top:0;
}
.news-time-title {
	padding:5px 14px;
}
.news-ul .news-txt h4 {
	font-size:16px;
}
.news-ul .news-txt .news-time-i-span {
	line-height:30px;
	margin-bottom:8px;
}
.news-ul .news-txt p {
	margin:5px 0;
	line-height:22px;
	font-size:13px;
}
.news-ul .news-txt .news-time-i-span i {
	font-size:14px;
}
.news-ul:hover li {
	width:100%;
}
.news-ul li:hover {
	width:100%;
}
.product-num-head {
	text-align:center;
}
.product-num-item {
	width:29%;
	margin:20px 2%;
	text-align:center;
}
.product-num-img img {
	margin:0 auto;
}
.product-num-nub {
	font-size:5.3vw;
	line-height:1.2;
}
.product-num-wan {
	line-height:1.2;
}
.product-num-inf {
	display:block;
	font-size:1.9vw;
	margin:0;
}
.index-video .section {
	width:80%;
	padding:75px 0 35px 0;
}
.banner-swiper .swiper-slide h1 {
	font-size:4.1vw;
	margin-top:5%;
}
.swiper-slide .s-img {
	margin-top:5%;
}
.banner-swiper .swiper-slide h4 {
	font-size:3.5vw;
}
.banner-swiper .swiper-slide h2 {
	font-size:2.5vw;
	padding:5px 25px;
	font-weight:500;
}
.banner-swiper .swiper-slide h3 {
	font-size:5.3vw;
	margin-top:15px;
	letter-spacing:15px;
}
.banner-swiper .swiper-slide h5 {
	font-size:4vw;
	margin-top:2%;
}
.product-num-nub {
	font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;
}
}/*banner媒体查询*/@media (max-width:768px) {
	.career-banner {
	top:0;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.career-banner h2 {
	font-size:20px;
}
#allmap {
	height:40vh;
}
.sz-con-content ul {
	display:flex;
	flex-wrap:wrap;
}
.sz-con-content ul li {
	width:48%;
	margin:10px 1%;
}
.hf-con-content {
	width:98%;
	margin:0 1%;
}
.hf-con-content ul li,.mg-con-content ul li {
	margin:10px 0;
}
.mg-con-content {
	width:98%;
	margin:0 1%;
}
.job_info .job_item .job_item_content dl dd {
	width:100%;
}
.job_info .job_item .job_item_content dl dt {
	width:100%;
	margin-top:10px;
}
.job_info .job_item .job_item_content h5 {
	margin-bottom:10px;
	font-size:18px;
}
.job_info .job_item .job_item_content h3 {
	font-size:16px;
	margin-bottom:5px;
}
.job_info .job_item .job_item_content h4 {
	font-size:15px;
	margin-bottom:5px;
}
.job_info .job_item .job_item_content a {
	display:block;
	margin-top:25px;
	width:130px;
	background:#ffffff;
	color:#222;
	line-height:40px;
	font-size:13px;
	padding:0 40px 0 15px;
	position:relative;
}
.job_info .job_item .job_item_top {
	padding:23px 1px;
}
.job_info .job_item .job_item_top .job_right .job_title {
	display:none;
}
.job_info .job_item .job_item_content a::after {
	width:10px;
	height:5px;
	right:17px;
	top:50%;
	margin-top:-2px;
}
.job_info .job_item .job_item_top .job_left {
	width:73%;
	line-height:25px;
	font-size:16px;
}
.job_info .job_item .job_item_top .job_right .job_more {
	padding-right:15px;
}
.job_info .job_item .job_item_top .job_right .job_more::after {
	width:10px;
	height:5px;
	top:14px;
}
.job_info .job_item .job_item_top .job_right {
	width:25%;
	margin-left:2%;
	font-size:12px;
}
.job_info .job_item .job_item_content h5,.functional-features dl dt,.functional-features dl dd {
	width:100%;
	margin:15px 0;
}
.functional-features,.functional-features dl,.product-scope,.product-scope-table {
	margin-top:20px;
}
.product-czt-content {
	width:200px;
	margin:40px auto;
}
.product-czt-txt {
	font-size:2.5vw;
}
.product-czt-txt span {
	font-size:2.5vw;
	display:block;
}
.product-scope-ul {
	margin-top:20px;
}
.czt01 {
	left:-3%;
	top:0.7%;
}
.czt02 {
	left:-20.3%;
	top:19.7%;
}
.czt03 {
	left:-26.5%;
	top:39.7%;
}
.czt04 {
	left:-32.6%;
	top:67.9%;
}
.czt05 {
	left:-20%;
	top:88.7%;
}
.czt06 {
	width:16.8%;
	right:-2%;
	top:0.7%;
}
.czt07 {
	width:16.48%;
	right:-17%;
	top:15.7%;
}
.czt08 {
	width:29.18%;
	right:-36%;
	top:39.7%;
}
.czt09 {
	width:14.8%;
	right:-21%;
	top:66.7%;
}
.czt10 {
	width:7.26%;
	right:-4%;
	top:86.7%;
}
.training-txt .training-txt-title {
	font-weight:normal;
}
.slideTxtBox .hd ul li i {
	font-size:16px;
}
.training-txt p {
	font-size:14px;
	line-height:22px;
	min-height:66px;
}
.news-detail {
	padding:60px 0;
}
.news-detail .news-detail-fl {
	width:100%;
}
.news-detail .news-detail-fr {
	width:100%;
}
}@media (max-width:658px) {
	.inner-product-ul02 li {
	width:48%;
}
.service-form-memo,.inner-product-memo {
	text-align:left;
}
.about-txt {
	width:80%;
	text-align:left;
	margin:0 10% 30px 10%;
}
.culture-ul ul li {
	width:100%;
}
.job_info .job_item .job_item_top .job_left {
	width:100%;
}
.job_info .job_item .job_item_top .job_right {
	width:100%;
	margin:0;
}
.career_item_content {
	font-size:12px;
}
.inner-news .news-query .time-i-span {
	font-size:12px;
}
.inner-news .news-query .time-i-span em {
	margin-top:5px;
}
.career-team-memo h3 {
	font-size:19px;
}
.pc-dispaly {
	display:none;
}
.mp-dispaly {
	display:block;
}
.m-product-detail-txt {
	padding:20px 20px;
}
.m-product-detail-txt span {
	font-size:12px;
	background:#d70c24;
	font-weight:bold;
	border-radius:100%;
	color:#fff;
	width:10px;
	height:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	position:absolute;
	left:0;
	top:7px;
}
.m-product-detail-txt .product-detail-txt {
	position:relative;
	font-size:16px;
	width:100%;
	color:#555;
	line-height:24px;
	margin:3px 0 10px 0;
	padding-left:20px;
	text-align:left;
}
.sgdetail01,.sgdetail02,.sgdetail03,.sgdetail04,.sgdetail05,.sgdetail06,.ssdetail01,.ssdetail02,.ssdetail03,.ssdetail04,.ssdetail05,.ssdetail06,.ssdetail07,.ssdetail08,.ssdetail09,.ssdetail10,.ssdetail11,.ssdetail12,.ssdetail13,.obsgdetail01,.obsgdetail02,.obsgdetail03,.obsgdetail04,.obsgdetail05,.obsgdetail06,.osgdetail01,.osgdetail02,.osgdetail03,.osgdetail04,.osgdetail05,.ossdetail01,.ossdetail02,.ossdetail03,.ossdetail04,.ossdetail05,.ossdetail06 {
	width:100%;
	left:0;
	top:0;
}
.product-detail-set-title ul li {
	font-size:16px;
}
.functional-features dl img {
	max-width:70%;
	margin:15px auto;
}
.product-scope-ul ul li {
	width:98%;
	padding:10px 10px;
	margin:10px 1%;
}
.product-scope-ul ul li h2 {
	margin-bottom:10px;
}
.career-ul li {
	width:97.4%;
	margin:5px 1.3%;
	box-shadow:0 0 5px #eee;
}
.career-ul dl dd h3 {
	font-size:16px;
}
.career-ul dl dd span {
	font-size:13px;
}
.career-ul dl dt {
	font-size:13px;
}
.career-ul dl a {
	padding:10px;
}
.career-team {
	padding:30px 0;
}
.career-team-memo {
	margin-bottom:30px;
}
.career-adv h1 {
	font-size:21px;
	padding:0 10px;
}
.product-img-txt-postion .product-img-title {
	margin-bottom:10px;
}
.product-txt-content p {
	margin:0;
	text-align:left;
}
.product-txt-content-link a.index-btn {
	margin-top:25px;
}
.product-txt-content-link {
	width:80%;
	margin:15px auto;
}
.product-ul {
	width:90%;
	margin:25px auto;
}
.slideTxtBox .hd ul {
	border:1px solid #cdcdcd;
}
.slideTxtBox .hd ul li:last-child {
	border:0;
}
.slideTxtBox .arrow a {
	background:rgba(0,0,0,0.4);
}
.slideTxtBox .hd ul li:nth-child(1),.slideTxtBox .hd ul li:nth-child(2) {
	width:20%;
}
.slideTxtBox .hd ul li:nth-child(3),.slideTxtBox .hd ul li:nth-child(4) {
	width:30%;
}
.slideTxtBox .hd ul li i {
	font-size:14px;
}
.slideTxtBox .hd ul li span {
	font-size:9.1vw;
}
.product-num-nub {
	font-size:8vw;
	line-height:1.2;
}
.product-num-img img {
	max-width:54%;
}
.product-num-wan {
	font-size:5vw;
}
.product-num-inf {
	font-size:3.5vw;
}
.slideTxtBox .hd ul li i {
	display:block;
	width:100%;
	left:0;
	top:0;
	padding:0 5px;
	height:100%;
	text-align:center;
	line-height:55px;
}
.index-career {
	padding:54px 20px;
}
.index-title {
	margin-bottom:28px;
}
.cereer_list a {
	width:100%;
	margin:5px 0;
}
.cereer_list dl dt {
	width:20%;
}
.foot-box {
	padding:40px 0;
}
.foot-box .foot-logo {
	margin-bottom:20px;
}
.foot-box h3 {
	margin-bottom:10px;
}
.foot-box .foot-logo img {
	width:44%;
}
.foot-box .foot-contact {
	width:100%;
	margin-bottom:20px;
}
.foot-box .foot-menu {
	width:100%;
	margin-left:0;
}
.foot-box .foot-menu .foot-menu-link {
	display:flex;
	justify-content:space-between;
}
.foot-box .foot-menu .foot-menu-link a {
	font-size:13px;
	color:#6c6c6c;
	margin-right:0;
}
.foot-box .foot-contact ul li {
	font-size:13px;
}
.foot-box .foot-wehat {
	width:100%;
	margin-top:30px;
}
.foot-box .foot-wehat img {
	max-width:30%;
	margin:auto;
}
.footer {
	font-size:13px;
	line-height:23px;
	text-align:center;
	padding:10px 0;
}
.footer a {
	display:inline-block;
}
.fr {
	float:none;
}
.banner-swiper .swiper-pagination,.banner-swiper .banner-swiper-scrollbar {
	display:none;
}
.banner-img {
	padding-top:68%;
	background-size:auto 100%;
}
.inner-banner-img {
	padding-top:53%;
	background-size:auto 100%;
}
.banner-swiper .swiper-slide h1 {
	font-size:4.6vw;
}
.banner-swiper .swiper-slide h4 {
	font-size:3.9vw;
}
.banner-swiper .swiper-slide h5 {
	font-size:4.3vw;
}
.banner-swiper .swiper-slide h2 {
	font-size:3vw;
}
.banner-swiper .swiper-slide h3 {
	font-size:6.3vw;
	letter-spacing:8px;
}
.cd-top {
	bottom:8%;
}
.main-more a {
	max-width:170px;
	padding:0 50px 0 30px;
	line-height:38px;
	font-size:14px;
}
.main-more a::after {
	width:46px;
	height:38px;
	background:url(../images/icon18.png);
	background-size:100%;
}
.career-adv a {
	max-width:170px;
	padding:0 50px 0 30px;
	line-height:38px;
	font-size:14px;
}
.career-adv a::after {
	width:46px;
	height:38px;
	background:url(../images/icon30.png);
	background-size:100%;
}
.index-title img.aboutus-icon {
	max-width:24%;
}
.index-title img.product-icon {
	max-width:24%;
}
.index-title img.network-icon {
	max-width:32%;
}
.index-title img.news-icon {
	max-width:19%;
}
.index-title img.career-icon {
	max-width:21%;
}
.service-form ul li.w50,.service-form ul li.w100 {
	width:90%;
	margin:5px 5%;
	padding:1px 0;
}
.growth-time-box {
	padding:25px 18px 20px 18px;
}
.growth-time-box .section {
	padding:0 2px;
}
.career-adv {
	height:200px;
}
.idea-txt h3 {
	font-size:20px;
	margin-bottom:10px;
}
.career-idea .box {
	margin-top:30px;
}
.idea-txt p {
	font-size:15px;
	line-height:26px;
}
.idea-img {
	display:none;
}
.training-txt {
	font-size:20px;
}
.career_info .career_item {
	padding:10px 25px 10px 10px;
}
.academic-detail {
	width:80%;
	margin:0 10%;
}
.inner-honor-memo {
	font-size:13px;
}
.inner-news .news-list ul {
	display:none;
}
.inner-news .news-list {
	padding:30px 0;
}
.inner-news-form {
	margin:20px auto 30px auto;
}
.inner-product-icon ul {
	display:block;
	padding:0 30px;
}
.inner-product-icon ul li {
	width:100%;
	margin:5px 0;
}
.product-img {
	padding:40px 0 10px 0;
}
.product-img-txt-postion {
	text-align:center;
	position:static;
	margin:auto;
}
}@media (max-width:400px) {
	.foot-box .foot-menu .foot-menu-link a {
	font-size:12px;
}
}