@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 112px 0;
}
.head-top {
	display: none;
}
.header {
	height: 50px;
	z-index: 105;
	padding: 0;
}
.header .logo {
	height: 34px;
	margin: 8px 0 0 10px;
}
.header .language {
	margin: 0 56px 0 6px;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
}
.header .language .tit::before{
	display: none;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
	color: #0d73ff;
}
.header .search-box {
	margin: 0;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 14px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 280px;
	float: right;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #0d73ff;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	padding: 0;
}
.header.white .nav > ul > li > a:hover,
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
}
.header .nav > ul > li.on>a{
	color: #0d73ff;
	border-bottom: solid 1px #0d73ff;;
}
.header.white .nav .sub,
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	background: #eee;
	padding: 0;
}
.header.white .nav .sub ul,
.header .nav .sub ul{
	border-radius: 0;
	padding: 0;
	background: none;
}
.header .nav .sub ul::after{
	display: none;
}
.header.white .nav .sub li a:hover,
.header.white .nav .sub li a,
.header .nav .sub li a:hover,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	background: none;
	border-bottom: solid 1px #ddd;
}
.wrapper.shiftLeft {
	margin-left: -280px;
}
.wrapper.shiftLeft .header {
	left: -280px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.header.white .menu-btn span{
	background: #0d73ff;
}
.main .banner .text {
	top: 40%;
	z-index: 10;
	font-size: 30px;
	padding: 0 10px;
	text-align: center;
}
.main .banner .text .small{
	font-size: 20px;
}
.main .banner .swiper-pagination {
	bottom: 160px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
.main .footer-nav {
	bottom: 0;
	border: none;
}
.main .footer-nav .click {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: solid 1px rgba(255,255,255,.2);
}
.main .footer-nav .click span {
	width: 24px;
	margin-right: 10px;
	margin-top: -2px;
}
.main .footer-nav .click .box {
	font-size: 16px;
	display: block;
}
.main .footer-nav .click .box::after {
	display: none;
}
.main .footer-nav .conten {
	display: none;
}
.footer {
	line-height: 24px;
	padding: 10px;
	text-align: center;
}
.footer .copy {
	float: none;
}
.footer #share1 {
	float: none;
	text-align: center;
	margin-top: 10px;
}
.footer #share1 a {
	float: none;
	display: inline-block;
}
.container {
	padding-top: 10px;
	padding-bottom: 0;
}
.container .crumbs {
	padding: 0 10px;
	font-size: 14px;
}
.container .crumbs a {
	font-size: 14px;
}
.container .crumbs a:hover {
	color: #666;
}
.container .crumbs span{
	padding: 0;
}
.container .crumbs .wrap {
	padding-left: 20px;
	background-size: 14px auto;
	background-position: 0 3px;
}
.container .pctitle .en {
	font-size: 20px;
}
.container .pctitle .en span {
	font-size: 28px;
}
.container .pctitle .tit {
	font-size: 18px;
}
.container .paging li.prev2 {
	margin-right: 10px;
}
.container .paging li.next2 {
	margin-left: 10px;
}
.about-page {
	padding: 30px 10px;
}
.about-page .about {
	margin: 30px 0 0 0;
}
.about-page .about .pic,
.about-page .about .text {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.about-page .about .text {
	margin-bottom: 30px;
}
.about-page .course {
	background-position: 10px auto;
	background-size: auto 100%;
	min-height: auto;
}
.about-page .course .sbnext,
.about-page .course .sbprev{
	display: none;
}
.about-page .course .swiper-slide .box {
	padding: 12px;
}
.about-page .course .swiper-slide .txt {
	margin: 10px 0;
}
.about-page .course .swiper-slide .year {
	font-size: 30px;
}
.about-page .course .swiper-container.swiper2 {
	margin-top: 0px;
}
.about-page .course .btn {
	margin-top: 10px;
}
.about-page .course .swiper-slide{
	width: 320px;
}
.about-page .contact {
	margin-top: 30px;
}
.about-page .contact .content,
.about-page .contact .map {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.about-page .contact .map #allmap {
	height: 300px;
}
.about-page .contact .content {
	padding-left: 0px;
}
.about-page .contact .title {
	font-size: 20px;
}
.about-page .contact .list .li {
	width: 100%;
}
.about-page .contact .message .btn {
	margin-left: 0px;
}
.popup-message {
	padding: 20px;
	top: 52%;
}
.popup-message .title .en,
.popup-message .title .tit {
	font-size: 16px;
}
.popup-message .title span {
	font-size: 24px;
}
.popup-message .close {
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
}
.popup-message .line {
	margin: 12px 0;
}
.popup-message .row {
	margin: 0;
}
.popup-message .col {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
.popup-message textarea,
.popup-message input[type='text'] {
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
}
.popup-message textarea {
	height: 90px;
}
.product-page {
	padding: 30px 10px;
}
.product-page .totalbox .col.right,
.product-page .totalbox .col.left {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	float: none;
}
.product-page .totalbox .box {
	margin-bottom: 20px;
}
.product-page .totalbox .text .tit {
	line-height: 30px;
	height: 30px;
	font-size: 18px;
}
.product-page .totalbox .text .p1,
.product-page .totalbox .text .p2 {
	line-height: 22px;
}
.product-page .totalbox .text .p1 {
	font-size: 14px;
	margin: 4px 0 10px 0;
}
.product-page .totalbox .text .p2 {
	font-size: 12px;
}
.product-page .totalbox .box1 .text {
	padding: 20px 10px;
}
.product-page .totalbox .box2 .text {
	width: 50%;
	padding-right: 10px;
}
.product-page .totalbox .box3 .text {
	width: 60%;
	padding-left: 10px;
}
.product-page .details,
.product-page .photo {
	max-width: 500px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.product-page .details {
	padding: 0;
	margin-top: 30px;
}
.product-page .details .head {
	padding-right: 40px;
}
.product-page .details .title {
	font-size: 20px;
}
.product-page .details .tit {
	font-size: 14px;
	margin-top: 8px;
}
.product-page .details .return {
	top: 0px;
	background-size: 20px auto;
	background-position: right 0 center;
}
.product-page .details .article {
	margin-top: 28px;
	max-height: inherit;
	padding-right: 0;
}
.news-page {
	padding: 30px 10px;
}
.news-list li a {
	padding: 20px 0;
}
.news-list li .pic {
	width: 180px;
}
.news-list li .right {
	width: 120px;
	height: 114px;
}
.news-list li .date {
	font-size: 40px;
}
.news-list li .date span {
	font-size: 20px;
}
.news-list li .btn {
	min-width: 100px;
	padding: 0 10px;
}
.news-list li .text {
	padding: 0px 140px 0 200px;
}
@media only screen and (max-width: 600px){
	.news-list li .right{
		display: none;
	}
	.news-list li .pic{
		width: 130px;
	}
	.news-list li .text{
		padding: 0 0 0 140px;
	}
	.news-list li .tit,
	.news-list li .txt {
		height: 24px;
		line-height: 24px;
	}
	.news-list li .tit {
		font-size: 16px;
	}
	.news-list li .txt {
		height: 48px;
		font-size: 14px;
		margin-top: 8px;
	}
}
.media-list {
	margin: 0;
}
.media-list ul {
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
}
.media-list li {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
.media-list li .date {
	width: 74px;
	left: 10px;
	bottom: -30px;
	padding: 6px 0;
}
.media-list li .date span {
	font-size: 30px;
}
.media-list li .tit {
	margin: 44px 0 6px 0;
}
.news-page .details .title {
	padding: 20px 00;
}
.news-page .details .title .tit {
	font-size: 18px;
}
.news-page .details .title .date {
	margin-top: 10px;
}
.news-page .details .article {
	padding-right: 0px;
	max-height: inherit;
}
.patent-page {
	padding: 30px 10px;
}
.patent-page .certificate .swiper-button-prev,
.patent-page .certificate .swiper-button-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-size: 6px auto;
}
.patent-page .certificate .swiper-button-prev {
	left: 10px;
}
.patent-page .certificate .swiper-button-next {
	right: 10px;
}
.patent-page .certificate .swiper-slide .pic {
	padding: 6px 6px 0 6px;
}
.patent-page .certificate .swiper-slide .p2 {
	height: 30px;
}
.patent-page .certificate .swiper-slide .txt {
	font-size: 14px;
}
.patent-page .status {
	max-width: 500px;
	margin: 30px auto 0 auto;
}
.patent-page .status ul,
.patent-page .status .pic {
	width: 100%;
}
.patent-page .status ul {
	margin-top: 40px;
	padding: 0;
}
.job-page {
	padding: 30px 10px;
}
.job-page .recruitment {
	margin-top: 30px;
}
.job-page .recruitment .swiper-slide .box {
	padding: 20px;
}
.job-page .recruitment .swiper-slide:hover .box {
	background: #fff;
	box-shadow: 0 0 0 0 #c5c5c5;
}
.job-page .recruitment .swiper-slide:hover .tit {
	color: #444444;
}
.job-page .recruitment .swiper-slide:hover .txt {
	opacity: 1;
	color: #777777;
}
.job-page .recruitment .swiper-slide:hover .add {
	background-image: url(../images/add1.png);
}
.job-page .recruitment .swiper-slide:hover .user {
	background-image: url(../images/user1.png);
}
.job-page .recruitment .swiper-slide .icon,
.job-page .recruitment .swiper-slide .txt {
	margin-top: 14px;
}
.job-page .recruitment .swiper-slide .add {
	margin-top: 4px;
}
.job-page .recruitment .swiper-slide .user {
	width: 24px;
	height: 24px;
}
.job-page .recruitment .bottom {
	margin-top: 20px;
}
.job-page .recruitment .swiper-pagination{
	margin-top: -2px;
}
.job-page .recruitment .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.job-page .concept li {
	width: 50%;
}
.job-page .concept li:nth-child(4n+1) {
	clear: none;
}
.job-page .concept li:nth-child(2n+1) {
	clear: left;
}
.popup-recruitment {
	padding: 20px;
}
.popup-recruitment .close {
	top: 10px;
	right: 10px;
}
.popup-recruitment .info .col {
	width: 50%;
		padding-left: 26px;
		margin-bottom: 20px;
}
.popup-recruitment .info .t2 {
	font-size: 16px;
	margin-top: 2px;
}
.popup-recruitment .details {
	margin-top: 10px;
	padding-right: 10px;
	max-height: 260px;
}
.popup-recruitment .details .tit {
	font-size: 16px;
	line-height: 20px;
	padding: 6px 0;
}
.popup-recruitment .details .txt {
	line-height: 24px;
	padding: 10px 0;
}

































}/*手机版css*/
