@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;
}
.wrapper{
	padding-top: 50px;
}
.header {
	height: 50px;
	z-index: 105;
	position: fixed;
	top: 0;
	left: 0;
}
.header .logo{
	height: 34px;
	margin: 8px 0 0 10px;
}
.header .logo img{
	display: block;
	margin: 0;
}
.header .logo span{
	display: none;
}
.header .tracking{
	display: none;
}
.header .language {
	margin: 0 50px 0 10px;
	padding-top: 2px;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 16px 0 0;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .search-box {
	margin: 0;
}
.header .search-box .search-btn {
	width: 40px;
	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;
	margin: 0;
}
.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: #f51730;
	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;
}
.nav {
	width: 260px;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	height: 100%;
	overflow: auto;
	text-align: center;
}
.nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #f51730;
	text-align: center;
	padding: 20px 0;
}
.nav .tracking{
	display: inline-block;
	line-height: 50px;
	font-size: 15px;
	color: #494949;
	padding-left: 28px;
	background: url(../images/tracking.png) no-repeat 0 center;
	margin: 10px 0;
}
.nav > ul > li {
	width: 100%;
	float: none;
}
.nav > ul > li:hover >a,
.nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
}
.nav > ul > li.on > a:hover,
.nav > ul > li.on > a {
	border-bottom: solid 1px #f51730;
	color: #f51730;
}
.nav .sub ul::after,
.nav > ul > li.on > a::after,
.nav > ul > li:hover > a::after,
.nav:hover > ul > li > a:hover::after,
.nav:hover > ul > li.on > a::after {
	display: none;
}
.nav .sub ul::after{
	display: none;
}
.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%);
	padding: 0;
}
.nav .sub ul{
	border-radius: 0;
	padding: 0;
	background: #eee;
}
.nav .sub li a:hover,
.nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	background: #eee;
	border-bottom: solid 1px #ddd;
	color: #333333;
}
.wrapper.shiftLeft {
	margin-left: -260px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .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 .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding-top: 20px;
	text-align: center;
}
.footer .contact {
	min-width: 0px;
	max-width: 440px;
	float: none;
	position: relative;
	display: inline-block;
	text-align: left;
	padding: 0 10px;
}
.footer .contact::after {
	display: none;
}
.footer .contact .title {
	font-size: 22px;
	margin-bottom: 20px;
}
.footer .contact p {
	min-height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 12px;
	padding-left: 34px;
}
.footer .link-list {
	float: none;
	display: none;
}
.footer .link-list .list {
	float: none;
	margin: 20px 0 0 0;
}
.footer .link-list .tit {
	font-size: 20px;
}
.footer .link-list ul {
	margin-top: 20px;
	display: none;
}
.footer .link-list li {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 16px;
}
.footer .link-list li a{
	display: block;
}
.footer .line {
	margin-top: 20px;
}
.footer .copy {
	padding: 20px 0;
}
.footer .copy .l,
.footer .copy .r{
	float: none;
}
.footer .copy .support {
	display: block;
	padding: 0;
	margin: 0;
}
.footer .copy .support::after {
	display: none;
}
.layui-layer-iframe{
	overflow: visible;
}
.banner .content {
	padding: 0 10px;
}
.banner .txt {
	font-size: 22px;
}
.banner .btn {
	font-size: 14px;
	padding: 0 14px 0 50px;
	background-position: 14px center;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
}
.banner .btn:hover {
	background-color: #f51730;
}
.banner .swiper-pagination {
	bottom: 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 2px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
}
.main .pctitle .tit {
	font-size: 22px;
}
.main .pcbtn {
	height: 42px;
	line-height: 40px;
}
.main .pcbtn:hover span {
	color: #f51730;
	background: url(../images/arrow1.png) no-repeat right 20px center;
}
.main .about {
	padding: 30px 10px;
}
.main .about .pctitle {
	margin-bottom: 30px;
}
.main .about .videobox,
.main .about .content {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.main .about .content .title {
	font-size: 20px;
}
.main .about .content .text {
	line-height: 24px;
	font-size: 14px;
	margin: 24px 0;
}
.main .about .content .why li {
	width: 100%;
	right-right: 20px;
}
.main .about .videobox {
	margin-top: 30px;
}
.main .about .videobox .video:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .about .videobox .video .icon {
	padding: 0 20px 0 50px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	background-position: 16px center;
	background-size: 22px auto;
}
.main .service {
	padding: 30px 10px;
}
.main .service .content {
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.main .service .content .row {
	min-height: auto;
	margin-bottom: 20px;
}
.main .service .content .cont,
.main .service .content .pic,
.main .service .content .row:nth-child(even) .pic,
.main .service .content .row:nth-child(even) .cont {
	float: none;
	width: 100%;
}
.main .service .content .pic {
	position: static;
}
.main .service .content .pic img {
	display: block;
	width: 100%;
}
.main .service .content .cont {
	padding: 20px;
}
.main .service .content .tit {
	line-height: 30px;
	font-size: 18px;
}
.main .service .content .tit img {
	max-height: 26px;
}
.main .service .content .txt {
	margin: 16px 0;
}
.main .service .content .pcbtn{
	margin-top: 00px;
}
.main .service .swiper-button-prev,
.main .service .swiper-button-next {
	width: 20px;
	height: 44px;
	top: 90px;
}
.main .service .swiper-button-prev {
	left: 0;
}
.main .service .swiper-button-next {
	right: 0;
}
.main .service .swiper-slide a {
	padding-top: 66px;
}
.main .service .swiper-slide a:hover .txt {
	height: 72px;
}
.main .service .swiper-slide a:hover .arrow {
	margin-top: 20px;
}
.main .service .swiper-slide .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.main .service .swiper-slide .icon img {
	margin-top: -2px;
	width: 40px;
}
.main .service .swiper-slide .tit {
	font-size: 16px;
	margin: 14px 0 20px 0;
}
.main .service .swiper-slide .txt {
	font-size: 14px;
}
.main .service .swiper-slide .arrow {
	margin: 10px auto 0 auto;
}
.container .banner {
	height: 160px;
}
.careers-page {
	padding: 30px 10px;
}
.careers-page .article {
	margin-top: 30px;
	padding: 0 10px;
}
.careers-page .article a:hover {
	color: #f51730;
}
.about-page .certifications,
.about-page .why,
.about-page .overview {
	padding: 30px 10px;
}
.about-page .overview .content,
.about-page .overview .videobox {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.about-page .overview .videobox .video {
	bottom: 20px;
	padding-left: 20px;
}
.about-page .overview .videobox .video:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.about-page .overview .videobox  .video .icon {
	padding: 0 20px 0 50px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	background-position: 16px center;
	background-size: 22px auto;
}
.about-page .overview .content {
	margin-top: 0;
	margin-bottom: 30px;
}
.about-page .certifications .title,
.about-page .overview .content .title {
	font-size: 24px;
}
.about-page .overview .content .txt {
	margin-top: 20px;
}
.about-page .why .title {
	font-size: 24px;
	margin-bottom: 30px;
}
.about-page .why .row {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.about-page .why .col {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.about-page .why .box {
	padding: 20px;
}
.about-page .why .icon {
	height: 44px;
}
.about-page .why .tit {
	font-size: 20px;
	margin: 16px 0;
}
.about-page .certifications ul {
	margin: 30px -5px 0 -5px;
}
.about-page .certifications ul li {
	width: 33.333%;
	margin-bottom: 20px;
	padding: 0 5px;
}
@media only screen and (max-width: 600px){
	.about-page .certifications ul li{
		width: 50%;
	}
	.about-page .certifications ul li:nth-child(3n+1) {
		clear: none;
	}
	.about-page .certifications ul li:nth-child(2n+1) {
		clear: left;
	}
}
.service-list .row {
	padding: 30px 10px;
}
.service-list .row .wrap{
	max-width: 600px;
}
.service-list .row:nth-child(even) .cont ,
.service-list .row:nth-child(1) .cont ,
.service-list .cont,
.service-list .row:nth-child(1) .pic,
.service-list .row:nth-child(even) .pic,
.service-list .pic {
	width: 100%;
	float: none;
	margin: 0;
}
.service-list .row:nth-child(1) .pic,
.service-list .row:nth-child(even) .pic,
.service-list .pic {
	margin-bottom: 30px;
}
.service-list .pic .img1 {
	max-width: 500px;
	padding: 0 30px 20px 0;
}
.service-list .cont .num {
	line-height: 40px;
	font-size: 40px;
}
.service-list .cont .num::after {
	width: 24px;
	height: 30px;
	right: -4px;
	bottom: 0px;
}
.service-list .cont .icon {
	height: 40px;
	margin-left: 20px;
}
.service-list .cont .tit {
	font-size: 24px;
	margin: 6px 0 20px 0;
}
.service-page .advisory .p1 {
	line-height: 26px;
	font-size: 24px;
}
.contact-page .title {
	font-size: 24px;
}
.contact-page .contact {
	padding: 30px 10px;
}
.contact-page .contact ul {
	max-width: 440px;
	width: 100%;
	margin: 40px auto 0 auto;
}
.contact-page .contact li {
	width: 100%;
	float: none;
	padding: 0 0 0 22px;
	border-left: solid 2px #f51730;
}
.contact-page #allmap,
.contact-page .map {
	height: 400px;
}




















}/*手机版css*/
