
/* 大屏幕（大桌面显示器，大于等于 1200px） */

	.w1300 {
		width: 1300px;
		margin: 0 auto;
	}

    /**header**/
	.header_sj{
		display:none;
	}
	.header_top {
		padding: 37px 0px;
	}

	.header_logo {
		padding-left: 40px;
	}

	.header_yx i {
		width: 55px;
		height: 55px;
		line-height: 55px;
		border: 1px solid #48bdc6;
		color: #48bdc6;
		font-size: 22px;
		text-align: center;
		border-radius: 50%;
		margin-right: 28px;
	}

	.header_yx p:nth-child(1) {
		line-height: 27.5px;
		font-size: 16px;
	}

	.header_yx p:nth-child(2) {
		line-height: 27.5px;
		font-size: 14px;
		color: #7f7f7f;
	}

	.header_dh i {
		width: 55px;
		height: 55px;
		line-height: 55px;
		border: 1px solid #48bdc6;
		color: #48bdc6;
		font-size: 22px;
		text-align: center;
		border-radius: 50%;
		margin-left: 100px;
		margin-right: 28px;
	}

	.header_dh p:nth-child(1) {
		line-height: 27.5px;
		font-size: 16px;
	}

	.header_dh p:nth-child(2) {
		line-height: 27.5px;
		font-size: 14px;
		color: #7f7f7f;
		margin-right: 30px;
	}

	.header_bottom {
		height: 72px;
		background-color: #48bdc6;
	}

	.header_nav {
		width: 1000px;
	}

	.header_nav li {
		position: relative;
		width: 120px;
		float: left;
		text-align: center;
		line-height: 72px;
	}

	.header_nav li a {
		color: #FFF;
	}

	.header_nav li:before {
		content: '';
	}

	.header_nav li:hover:before {
		width: 100%;
		height: 72px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(255,255,255,1)
	}

	.header_nav li:hover a {
		padding: 1.5rem 0.5rem;
		color: #333;
		position: relative;
		z-index: 9;
	}

	.header_input {
		display: flex;
		align-items: center;
/*垂直居中*/
		justify-content: center;
/*水平居中*/
		height: 73px;
		width: 300px;
	}

	.header_input input {
		border: #e5e5e5 1px solid;
		border-radius: 5px 0px 0px 5px;
		height: 26px;
		width: 200px;
	}

	.fa-search {
		width: 40px;
		height: 26px;
		
		border: #e5e5e5 1px solid;
		border-radius: 0px 5px 5px 0px;
		line-height: 26px !important;
		text-align: center;
		background: #FFF;
		color: #47bec6;
	}

	.header_sj_nav {
		right: 3%;
		top: 25px;
	}

	.header_sj_nav i {
		font-size: 24px;
		color: #FFF;
	}
	.header_button{
		position: relative;
    	top: -1px;
		background:none;
		border:none;
	}
    /**header end**/

    /**banner**/
	.banner {
		height: 650px;
	}

	.banner .swiper-container {
		width: 100%;
		height: 100%;
	}

	.banner .swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;
        /* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.banner .swiper-slide {
		transition: 2s;
		transform:translateZ(0) scale(1.1);
		-webkit-transform:translateZ(0) scale(1.1);
		-moz-transform:translateZ(0) scale(1.1);
	}

	.banner .swiper-slide-active {
		position: relative;
		z-index: 999;
		transform:translateZ(0) scale(1);
		-webkit-transform:translateZ(0) scale(1);
		-moz-transform:translateZ(0) scale(1);
	}

	.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
		background-image: none !important;
		right: 3%;
		left: auto;
		color: #FFF;
	}

	.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
		background-image: none !important;
		left: 3%;
		right: auto;
		color: #FFF;
	}

	.banner .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		display: inline-block;
		border-radius: 100%;
		background: #585a59;
		opacity: 1;
	}

	.banner .swiper-pagination-bullet-active {
		opacity: 1;
		background: #fff;
	}
    /**banner end**/


    /**about**/
	.w85 {
		width: 93%;
		margin: 0 auto;
	}
	.about .w85{
		width:85%;
	}

	.about {
		height: 920px;
		padding-bottom: 70px;
		background-color: #fafafa;
	}

	.about_top {
		height: 406px;
		padding-top: 70px;
	}

	.about_topa {
		width: 310px;
		height: 80px;
		margin-bottom:40px;
		background: url(../images/about_logo.png) left no-repeat;
		position: relative;
	}

	.about_topa_text {
		font-size: 32px;
		position: absolute;
		bottom: 0px;
	}

	.about_topa span {
		color: #e51c24;
	}

	.about_topb {
		width: 600px;
		margin-left: 40px;
	}

	.about_topb_title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.about_topb p {
		font-size: 14px;
		line-height: 25px;
		color: #808080;
	}
	.about_topc{
		width:45%;
	}
	.about_topc img{
		width:100%;
	}

	.about_topb_btn {
		width: 128px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-top: 20px;
		border: 2px solid #48bdc6;
		border-radius: 5px;
		color: #48bdc6;
	}
	.about_bottom{
		margin-top:60px;
	}
	.about_bottoma{
		width:45%;
	}
	.about_bottoma img{
		width:100%;
	}
	.about_bottomb {
		width: 50%;
		padding-top: 100px;
		text-align:center;
		position:relative;
	}
	.about_bottomb::after{
		content:'';
		position:absolute;
		top:0px;
		left:0px;
		width:101px;
		height:82px;
		background:url(../images/syh.jpg) center no-repeat;
	}
	.about_bottomb::before{
		content:'';
		position:absolute;
		bottom:-50px;
		right:0px;
		width:101px;
		height:82px;
		background:url(../images/syh1.jpg) center no-repeat;
	}


	.about_bottomb_title {
		font-size: 32px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.about_bottomb p {
		font-size: 14px;
		line-height: 25px;
		color: #808080;
	}

	.about_bottomb_btn {
		width: 128px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin:20px auto 20px;
		border: 2px solid #48bdc6;
		background: #48bdc6;
		border-radius: 5px;
		color: #fff;
	}

	.about_bottomc {
		position: relative;
		height: 402px;
		width: 652px;
	}

	.about_bottomc_fd {
		position: absolute;
		right: 25%;
		bottom: 0px;
	}

	.about_bottomc i:nth-child(1) {
		width: 62px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background: #48bdc6;
		border: 1px solid #48bdc6;
		font-size: 20px;
	}

	.about_bottomc i:nth-child(3) {
		margin-top: 20px;
		width: 62px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #48bdc6;
		border: 1px solid #48bdc6;
		font-size: 20px;
	}
    /**about end**/

    /**product**/
	.w75 {
		width: 75%;
		margin: 0 auto;
	}

	.product {
		background: url(../images/product.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom: 75px;
	}
	.product_en{
		padding-top:66px;
		color:rgba(0,0,0,0.09);
		font-size:60px;
		font-weight:bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		text-align:center;
	}
	.product_title {
		margin-top:-50px;
		padding-bottom: 20px;
		text-align: center;
		font-size: 32px;
	}

	.product_title span {
		color: #e51c24;
	}

	.product_text {
		font-size: 14px;
		color: #808080;
		text-align: center;
		padding-bottom: 42px;
	}

	.product_nav {
		margin-bottom: 50px;
		text-align: center
	}

	.product_nav li {
		display: inline-block;
		padding: 10px 15px;
		margin: 0 15px;
		border: #48bdc6 2px solid;
	}

	.product_nav li:hover {
		background: #48bdc6;
	}

	.product_nav li:hover a {
		color: #FFF;
	}

	.product_lb {
		height: 400px;
		width:1250px;
		margin:0 auto;
	}

	.product_lb .swiper-container {
		width: 100%;
		height: 100%;
	}

	.product_lb .swiper-slide {
		text-align: left;
		font-size: 18px;
		background: none;
        /* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: top;
		-ms-flex-pack: top;
		-webkit-justify-content: top;
		justify-content: top;
		-webkit-box-align: top;
		-ms-flex-align: top;
		-webkit-align-items: top;
		align-items: top;
	}

	.product_lb .swiper-slide-active {
		position: relative;
		z-index: 999;
	}

	.product_lb img {
		border-radius: 20px;
		width:610px;
		height:400px;
	}

	.product_lb .swiper-slide .product_a {
    width: 55%;
    margin-left: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	.product_a{
		text-align:center;
	}
	.product_atitle {
		font-size: 28px;
		font-weight: bold;
		position: relative;
		margin-top:0px;
	}

	.product_atitle::after {
		background: #333 none repeat scroll 0 0;
		bottom: -25px;
		content: "";
		height: 2px;
		left: 50%;
		position: absolute;
		width: 52px;
		margin-left:-26px;
	}

	.product_atext {
		margin-top: 65px;
		width: 100%;
	}
	.product_a .product_abtn{
		margin:0 auto;
	}
	.product_atext p {
		font-size: 14px;
		line-height: 25px;
		color: #1a1a1a;
		margin-bottom:30px;
	}

	.product_atext ul li {
		font-size: 14px;
		margin-top: 30px;
		line-height: 25px;
		text-indent: 1.5em;
		color: #1a1a1a;
		position: relative;
	}

	.product_atext ul li::after {
		background: #333 none repeat scroll 0 0;
		content: "";
		height: 6px;
		left: 5px;
		position: absolute;
		top: 10px;
		border-radius: 50%;
		width: 6px;
	}

	.product_atext ul li::before {
		content: "";
		height: 12px;
		left: 1px;
		position: absolute;
		top: 6px;
		border: #333 solid 1px;
		border-radius: 50%;
		width: 12px;
	}

	.product_abtn {
		width: 132px;
		height: 44px;
		background: #48bdc6;
		color: #fff;
		text-align: center;
		line-height: 44px;
		border-radius: 5px;
		font-size: 16px;
		margin-top: 80px;
	}

	.product_lb .swiper-button-next,.product_lb .swiper-button-prev {
		position: absolute;
		top: 90%;
		width: 62px;
		height: 30px;
		margin-top: -42px;
		z-index: 10;
		cursor: pointer;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}

	.product_lb .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
		background-image: none !important;
		right: 3%;
		margin-top: 5px;
		border: 2px solid #48bdc6;
		color: #48bdc6;
	}

	.product_lb .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
		background-image: none !important;
		right: 3%;
		left: auto;
		border: 2px solid #48bdc6;
		color: #48bdc6;
	}

	.product_lb .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		display: inline-block;
		border-radius: 100%;
		background: #585a59;
		opacity: 1;
	}

	.product_lb .swiper-pagination-bullet-active {
		opacity: 1;
		background: #fff;
	}
    /**product end**/

    /**news**/
	.news {
		margin-top: 80px;
		position: relative;
	}

	.news .news_bg {
		position: absolute;
	}

	.news_center {
		position: relative;
	}
	.news_en{
		font-size:60px;
		color:rgba(0,0,0,0.09);
		font-weight:bold;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	.news_title {
		font-size: 32px;
		margin-top:-45px;
	}

	.news_title span {
		color: #e51c24;
	}

	.news_content {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.news .w85{
		width:85%;
		margin:0 auto;
	}
    .news_a{
        width:45.8%;
    }
    .news_a img{
        width:100%;
    }

	.nes_b {
		width: 50%;
	}
	.news_nav{
		position:absolute;
		right:0px;
		top:10px;
	}
	.news_nav li {
		display: inline-block;
		width: 150px;
		height: 48px;
		line-height: 48px;
		border: #48bdc6 2px solid;
		text-align: center;
		margin-right: 30px;
	}

	.news_nav li:hover {
		background: #48bdc6;
	}

	.news_nav li:hover a {
		color: #fff;
	}

	.news_list li {
		padding:22px 15px;
		margin-bottom: 10px;
		height:120px;
	}
	.news_list li:nth-child(3){
		margin-bottom: 0px;
	}
	.news_list_time {
		width: 120px;
		margin-top:10px;
	}

	.news_list_timed {
		font-size: 40px;
		text-align: center;
		font-weight: bolder;
		position: relative;
		padding-bottom: 10px;
	}

	.news_list_timed::after {
		content: '';
		position: absolute;
		width: 40px;
		height: 2px;
		background: #1a1a1a;
		left: 40px;
		bottom: 0;
	}

	.news_list_timeym {
		font-size: 14px;
		margin-top: 10px;
		text-align: center;
	}

	.news_list_text {
		width: 550px;
		height: 81px;
	}

	.news_list_text_title {
		font-size: 18px;
		line-height:40px;
		font-weight:bold;
		margin-top:10px;
		margin-bottom: 20px;
	}

	.news_list_text_text {
		font-size: 16px;
	}

	.news_list .action {
		background: #48bdc6;
	}

	.news_list .action a {
		color: #FFF;
	}

	.news_list .action .news_list_timed::after {
		background: #FFF;
	}

	.news_list li:hover {
		background: #48bdc6;
	}

	.news_list li:hover a {
		color: #FFF;
	}

	.news_list li:hover .news_list_timed::after {
		background: #FFF;
	}
    /**news end**/

    /**footer**/
	.footer {
		background:#47bec6;
		height: auto;
	}

	.footer_nav {
		padding-top: 120px;
	}

	.footer_po {
		width:85%;
		position: relative;
	}
	.footer_bottom{
		border-top:1px #fff solid;
		margin-top:100px;
	}
	.footer_bottoma{
		width:85%;
		margin:0 auto;
	}
	.footer_nav li {
		float: left;
	}

	.footer_nav li:nth-child(1) {
		width: 370px;
	}

	.footer_nav li:nth-child(1) p {
		color: #FFF;
		font-size: 14px;
		line-height: 25px;
	}

	.footer_nav li:nth-child(1) p:nth-child(2) {
		margin: 30px 0 50px;
	}
	.footer_nav .footer_w{
		float:right;
	}

	.footer_title {
		font-size: 20px;
		color: #FFF;
		margin-bottom: 40px;
	}

	.footer_z {
		width: 120px;
		margin-left: 80px;
	}
	

	.footer_list {
		font-size: 14px;
		color: #FFF;
	}

	.footer_list i {
		margin-right: 10px;
		line-height: 30px;
	}

	.footer_w {
		margin-left: 100px;
	}

	.footer_w p {
		text-align: center;
		line-height: 30px;
		font-size: 14px;
		color: #FFF;
	}

	

	.footer_bottoml {
		font-size: 14px;
		line-height: 60px;
		color: #FFF;
	}

	.footer_bottomr {
		line-height: 60px;
	}

	.footer_bottomr {
		font-size: 14px;
		color: #FFF;
	}
    /**footer end**/


    /**about ye**/
	.abouty {
		background: #f5f5f5;
		height: 60px;
		line-height: 60px;
	}

	.abouty_nav li {
		display: inline-block;
		height: 60px;
		line-height: 60px;
		padding: 0 2rem;
	}

	.abouty_nav li a {
		font-size: 16px;
	}

	.abouty_nav li:hover {
		background: #48bdc6;
	}

	.abouty_nav li:hover a {
		color: #FFF;
	}

	.abouty_nav .action {
		background: #48bdc6;
	}

	.abouty_nav .action a {
		color: #FFF;
	}

	.tongyong {
		padding: 4em 0;
	}
    /**about ye end**/

    /**news**/
	.newsy {
		padding: 4em 0;
	}

	.newsy_list li {
		width: 32%;
		float: left;
		transition: box-shadow .5s;
		margin-right: 2%;
		margin-bottom:1.5em;
	}

	.newsy_list li:nth-child(3n) {
		margin-right: 0px;
	}

	.newsy_list li:hover {
		box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.1);
	}

	.newsy_list_img {
		border:1px solid #dee4ee;
		border-bottom:none;
		overflow: hidden;
		position: relative;
	}

	.newsy_list_img img {
		width: 100%;
		transition: all 1s;
	}

	.newsy_list_img:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	.newsy_list li:hover .newsy_list_title {
		color: #e51c24;
	}

	.newsy_list_text {
		position: relative;
		border: 1px solid #dee4ee;
		padding: 10px 10px 10px;
	}

	.newsy_list_title {
		text-align: center;
		font-size: 18px;
		line-height: 50px;
		height: 50px;
	}

	.newsy_list_time {
		color: #777;
		font-size: 16px;
		margin-top: 15px;
	}

	.newsy_list_description {
		font-size: 16px;
		line-height: 25px;
	}

	.newsy_list_time i {
		margin-right: 5px;
	}

	.newsy_list_mover {
		position: absolute;
		font-size: 20px;
		bottom: 20px;
		right: 20px;
	}
    /**news end**/

    /**news info**/
	.news_info {
		padding: 4em 0;
	}

	.news_info_title {
		font-size: 34px;
		text-align: center;
	}

	.news_info_time {
		font-size: 14px;
		color: #acacac;
		margin: 25px 0;
		padding: 10px 0;
		text-align: center;
		border: 1px solid #E7E7E7;
		border-left: none;
		border-right: none;
	}

	.news_info_time span {
		margin-left: 10px;
	}

	.news_info_content {
		padding: 1em;
		font-size: 16px;
		line-height: 30px;
	}
    /**news info end**/

    /**lxwm**/
	.wrap {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.leftContainer {
		width: 60%;
		padding: 30px 30px 30px;
	}

	.leftContainer {
		float: left;
		box-sizing: border-box;
	}

	.lxwm_right {
		padding-right: 10px;
	}

	.rightNavBar {
		width: 38%;
	}

	.rightNavBar {
		float: right;
	}

	.input-group {
		margin-bottom: 20px;
	}

	.page-header h3 {
		font-size: 24px;
		line-height: 80px;
	}

	.lxwm_right input {
		line-height: 40px;
		height: 40px;
		width: 100%;
		margin-bottom: 20px;
		border: #acacac solid 1px;
		text-indent: 1em;
	}

	.lxwm_right input:focus {
		outline: none !important;
		color: #333;
		font-size: 14px;
	}

	.lxwm_right input::placeholder {
		font-weight: 400;
		color: #acacac !important;
		font-size: 14px;
	}

	.btna {
		width: 15%;
		text-align: center;
		color: #FFF;
		border: none;
		background: #3174c6;
		height: 35px;
	}

	.leftContainer {
		float: left;
		box-sizing: border-box;
	}

	.contactTitle {
		padding-bottom: 10px;
	}

	.contactTitle h3 {
		font-size: 30px;
		color: #3174c6;
		font-weight: 600;
		font-family: "pingfang";
		text-transform: uppercase;
	}

	.contactTitle p {
		font-size: 24px;
		line-height: 32px;
		color: #474747;
	}

	.contactInfo dt,
    .contactInfo dd {
		padding: 13px 0 27px;
	}

	.contactInfo dt {
		border-bottom: 1px solid #ebebeb;
	}

	.contactInfo h3 {
		color: #3174c8;
		line-height: 38px;
	}

	.contactInfo dt h3 {
		font-size: 20px;
	}

	.contactInfo dd h3 {
		font-size: 24px;
		font-family: "mont";
	}

	.contactInfo p {
		font-size: 14px;
		line-height: 25px;
		color: #565857;
	}

	.contactList {
		padding: 80px 0 50px;
		background-color: #f8fafc;
	}

	.contactList:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		background-color: #f8fafc;
	}

	.contactList dl {
		padding: 12px 20px;
		position: relative;
	}

	.contactList dt {
		width: 88px;
		float: left;
	}

	.contactList dt img {
		width: 100%;
		height: auto;
	}

	.contactList dd {
		width: 218px;
		float: right;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

	.contactList dd h3,
    .contactList dd h4 {
		font-size: 16px;
		line-height: 30px;
		margin: 0;
	}

	.contactList dd h3 {
		color: #484848;
	}

	.contactList dd h4 {
		color: #3174c6;
		font-family: "mont";
	}

	.contactList dd p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 5px;
		color: #565857;
	}

	.contactMap {
		width: 100%;
		height: 550px;
		padding: 7px;
		padding-top: 0;
		position: relative;
		z-index: 4;
		box-sizing: border-box;
	}

	.target-fix {
		position: relative;
		top: -100px;
		display: block;
		height: 0;
		overflow: hidden;
	}
      
    /**lxwm end**/

    /**fenye**/
	.fenye {
		width: 100%;
		margin-top: 50px;
	}

	.fenye p {
		width: 50%;
		float: left;
		line-height: 50px;
		height: 50px;
		background: #acacac;
		color: #fff;
		text-indent: 2em;
	}

	.fenye p a {
		color: #fff;
	}

	.fenye p:hover {
		background: #e51c24;
	}
    /**fenye end**/

    /**time fz**/
    
	.demo {
		padding: 2em 0;
	}

	.main-timeline {
		width: 80%;
		margin: 20px auto;
		position: relative;
	}

	.main-timeline:before {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background: #48bdc6;
		margin: 0 0 0 -1px;
		position: absolute;
		top: 0;
		left: 50%;
	}

	.main-timeline .timeline {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}

	.main-timeline .timeline:after {
		content: "";
		display: block;
		clear: both;
	}

	.main-timeline .timeline-content {
		width: 40%;
		float: left;
		margin: 5px 0 0 0;
		border-radius: 6px;
	}

	.main-timeline .date {
		display: block;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background: #48bdc6;
		margin: 0 0 0 -36px;
		position: absolute;
		top: 0;
		left: 50%;
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
		color: #48bdc6;
		border: 2px solid #FFF;
		box-shadow: 0 0 0 7px #48bdc6;
	}

	.main-timeline .date span {
		display: block;
		text-align: center;
		line-height: 74px;
	}

	.main-timeline .year {
        color:#FFF;
		font-size: 16px;
		margin-top: -2px;
	}

	.main-timeline .title {
		padding: 15px;
		margin: 0;
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: -1px;
		border-radius: 6px 6px 0 0;
		position: relative;
	}

	.main-timeline .title:after {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: 20px;
		right: -5px;
		transform: rotate(-45deg);
	}

	.main-timeline .description {
		padding: 15px;
		margin: 0;
		font-size: 14px;
		color: #656565;
		background: #f5f5f5;
		border-radius: 0 0 6px 6px;
	}

	.main-timeline .timeline:nth-child(2n+2) .timeline-content {
		float: right;
	}

	.main-timeline .timeline:nth-child(2n+2) .title:after {
		left: -5px;
	}

	.main-timeline .timeline .title,
		.main-timeline .timeline .title:after {
		background: #48bdc6;
	}
		
	
    /**time fz end**/

    /**about jj**/
    .about_jj_img{
        width:40%;
    }
    .about_jj_img img{
        width:100%;
    }
    .about_jj_text{
        width:56%;
        font-size:16px;
        text-indent:2em;
        line-height:30px;
    }
    /**about jj end**/

    /**qywh**/
    .qywn p:nth-child(1){
        text-indent:2em;
        font-size:16px;
        line-height:30px;
        margin-bottom:15px;
    }
    .qywn p:nth-child(2),.qywn p:nth-child(3),.qywn p:nth-child(4){
        font-size:16px;
        line-height:30px;
        display:inline-block; *zoom:1;*display:inline;
        width:33%;
        text-align:center;
        margin:15px 0;
    }
    .qywn p:nth-child(2) i,.qywn p:nth-child(3) i,.qywn p:nth-child(4) i{
        color:#e51c24;
        margin-right:5px;
    }
    .qywn p:nth-child(5){
        text-indent:2em;
        font-size:16px;
        line-height:30px;
        margin-top:15px;
    }
    /**qywh end**/
    /**page**/
	.page {
		text-align: center;
		margin-top: 50px;
	}

	.page li {
		display: inline-block;
		width: 80px;
		font-size: 14px;
		line-height: 35px;
		border: 1px solid #d2d2d2;
		margin: 0 5px;
		border-radius: 2px;
	}
	.page .ym{
		width: 35px;
		height:35px;
	}
    /**page end**/

	/**rlzy**/
	.advantage-grid-info1,
	.advantage-grid-info1.second,
	.advantage-grid-info1.third {
		padding: 0;
		background: url("../images/g6.png") center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		position: relative;
		min-height: 280px;
	}

	.advantage-grid-info1.second {
		background: url("../images/g2.png") center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		
	}

	.advantage-grid-info1.third {
		background: url("../images/g4.png") center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}

	.advantage_left h4 {
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #cc2105;
	}

	.advantage_left h3 {
		font-size:20px;
		font-weight: 800;
		line-height: 1.8em;
		letter-spacing: 2px;
		color: #fff;
		text-transform: uppercase;
	}

	.advantage_left {
		padding: 5em 6em 0em 3em;
		box-sizing: border-box;
		/* box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.075); */
	}

	.banner-top.row {
		margin: 0;
	}

	.banner-top p {
		color: #fff;
		font-size:16px;
		line-height:30px;
	}

	.banner-bottom {
	max-width: 1350px;
	margin:0px auto;
		box-shadow: 5px 5px 21px 8px rgba(35,37,41,.15);
		background-color:rgba(47,49,139,1);
	}

	.temp-btm {
		background: #fff;
	}

	.temp-btm h3 {
		color: #292929;
	}

	.temp-btm p {
		color: #566773;
	}

	.services-box {
		margin-bottom: 0px;
		background: #f18218;
		transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		padding: 4em 4em 4em 4em;
	}

	.services-box:hover {
		transition: all 1s;
		-moz-transition: all 1s;
		/* Firefox 4 */
		-webkit-transition: all 1s;
		/* Safari and Chrome */
		-o-transition: all 1s;
		/* Opera */
		background: #f58a24;
	}

	.services-box:hover span {
		color: #fff;
	}

	.icon span {
		width: 60px;
		height: 60px;
		color: rgba(255, 255, 255, 0.46);
		line-height: 60px;
		text-align: center;
		font-size: 22px;
		transition: all 1s;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
	}

	.service-content {
		margin-left: 1em;
	}

	.service-content h4,
	.service-content h2 {
		font-size: 1.15em;
		line-height: 1.75em;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 2px;
		margin-bottom: 0.5em;
	}

	.service-txt h5 {
		text-transform: capitalize;
		font-size: 2.5em;
		color: #000;
		letter-spacing: 1px;
		font-weight: 300;
		line-height: 1.5;
	}

	.service-txt h5 span {
		background: #19adf2;
		font-weight: 600;
		color: #fff;
		padding: 0 4px;
	}

	section.slide-wrapper {
		background: #ff9f43;
	}

	p.serp {
		color: rgba(255, 255, 255, 0.75);
		text-align: justify;
		text-transform: capitalize;
		line-height: 1.8em;
		font-size: 15px;
	}
	.rencailinian{
		background:#fff;
		padding:0em 0;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.nls{
		background:#f8f8f8;
	}
	.nk1{
		width:40%;
		padding:80px 60px;
		background:#fff;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	}
	.nk1:hover,.nka1:hover{
		border:2px solid #47bec6;
		box-shadow: 0px;
	}
	.nka1{
		width:40%;
		padding:40px 60px;
		background:#fff;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		position:absolute;
		right:0px;
		top:115px;
	}
	.nk1a{
		font-size:24px;
		margin-bottom:30px;
	}
	.nk1b{
		font-size:14px;
		line-height:28px;
	}
	.nls ul li{
		position:relative;
		height:475px;
		margin-bottom:100px;
	}
	.nk1{
		position:relative;
		left:0px;
		top:100px;
		z-index:1;
	}
	.nk2{
		position:absolute;
		right:0px;
		top:0px;
	}
	/**rlzy end**/

    /**about two**/
    .hrList_a1 {
        background: #fff;
    }
    
    .hrList_a1_item {
        background: #fff;
        max-width: 100%;
    }
    
    .last {
        margin-bottom: 60px;
    }
    
    .hrList_a1_item:nth-child(3n) {
        margin-right: 0;
    }
    
    .hrList_a1_item>ul li.other span {
        margin-bottom: 10px;
        display: block;
    }
    
    .hrList_a1_title {
        padding: 20px 0 20px 30px;
        cursor: pointer;
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }
    
    .hrList_a1_item:nth-child(even) .hrList_a1_title {
        background: #f8f8f8;
    }
    
    .hrList_a1_title ul {
        overflow: hidden;
        padding-left: 0px;
    }
    
    .hrList_a1_button {
        display: none;
        border-top: 1px dashed #eee;
        margin: 0 30px 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .hrList_a1_button a.morehr:hover, .DownList_a1 li a:hover {
        background-color: #e6212a;
        transition-duration: .3s;
        color: #FFF;
    }
    
    .hrList_a1_button a.morehr, .DownList_a1 li a {
        text-align: left;
        cursor: pointer;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 120px;
        color: #444;
        background: #F3F5FA;
        transition-duration: .3s;
        border-radius: 8px;
        font-size: 16px;
        margin: 0;
    }
   
    
    .hrList_a1_item>ul {
        display: none;
        font-size: 16px;
        padding: 30px;
    }
    
    .hrList_a1_item>ul li {
        font-size: 16px;
        line-height: 2.5;
        list-style: none;
    }
    
    .clearfix p {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    
    .hrList_a1_item>ul li.other {
        width: 100%;
        line-height: 22px;
        padding: 5px 0;
        color: #777;
        text-overflow: inherit;
        white-space: inherit;
        margin-top: 0;
    }
    
    
    
    .job_box ul li {
        list-style: none;
    }
    
    .JobList_e1 {
        border: 1px solid #eee;
        margin-bottom: 35px;
        min-width: 600px;
        padding-left: 0px;
    }
    
    .hrList_a1_title li:first-child {
        color: #333;
    }
    
    .job_title {
        background: #F3F5FA;
        min-width: 600px;
    }
    
    .job_title ul {
        overflow: hidden;
        padding-left: 30px;
    }
    
    .job_title li {
        color: #000;
        float: left;
        font-size: 20px;
        width: 21.25%;
        line-height: normal;
        list-style: none;
    }
    
    .job_title i {
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
    }
    
    .job_title img {
        max-width: 25px;
        max-height: 20px;
        display: block;
    }
    
    .job_title span {
        display: inline-block;
        vertical-align: middle;
        line-height: 3em;
    }
    
    .hrList_a1_title li {
        width: 21.25%;
        float: left;
        color: #999;
        font-size: 16px;
        box-sizing: border-box;
    }
    
    .job_box {
        width: 100%;
        overflow: auto;
    }
    
    .hrList_a1_button a.morehr {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }
    
    .hrList_a1_button span {
        display: inline-block;
        margin-left: 20px;
        font-size: 14px;
        line-height: 40px;
        border-bottom: 1px dashed #00a126;
        padding: 0 10px;
    }
    
    .hrList_a1_button span a:hover {
        text-decoration: underline;
    }
    
    .job_type {
        display: inline-block;
        font-size: 14px;
        overflow: hidden;
        vertical-align: middle;
        margin-left: 50px;
    }
    
    .job_type select {
        background: #f5f5f5;
        font-size: 14px;
        padding: 10px 20px;
        color: #666;
        line-height: 2;
    }
    
    .job_type .L {
        float: left;
    }
    
    .job_type span {
        color: #fba51a;
    }
    
    .job_type .L a {
        padding: 5px 20px;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #777;
        margin-right: 10px;
        transition: 0.3s ease 0s;
    }
    
    .job_type .R {
        float: right;
    }
    
    .job_type .R form {
        display: inline-block;
        line-height: 30px;
    }
    
    .job_type .R input {
        height: 29px;
        border-bottom: 1px solid #ddd;
        padding: 0 10px;
        line-height: 35px;
        color: #666;
        font-size: 14px;
        width: 200px;
    }
    
    .job_type .R button {
        font-size: 14px;
        font-family: "å¯°î†¿è’‹é—†å‘´ç²¦", Microsoft YaHei;
        border-radius: 3px;
        width: 80px;
        height: 30px;
        color: #666;
        background: #eee;
        margin-left: 20px;
        cursor: pointer;
        transition: 0.3s ease 0s;
    }
    
    .job_type .L a:hover, .job_type .R button:hover {
        border-color: #fff;
        color: #fff;
        background: #fba51a;
    }
    
    .job_type .R input:focus {
        border-bottom-color: #fba51a;
    }
    /**about two end**/

	.about_banner {
		background: url(../images/banner/about.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 600px !important;
	}
	.news_banner {
		background: url(../images/banner/news.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 600px;
	}
	.product_banner{
		background: url(../images/banner/product.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 600px;
	}
	.yxfw_banner{
		background: url(../images/banner/yxfw.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 600px;
	}
	.rlzy_banner{
		background: url(../images/banner/rlzy.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 600px;
	}
	.lxwm_banner{
		background: url(../images/banner/lxwm.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 600px;
	}

	.bannerye {
		width: 100%;
		-webkit-animation-name: scaleDraw;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-duration: 30s;
		overflow: hidden;
		position: relative;
	}

	.bannerye img {
		width: 100%;
	}


@media only screen and (max-width: 1850px) {
    .w85{
        width:100%;
    }
    .product_b{
        width:60%;
    }
    .product_b img{
        width:100%;
    }
    .product_a{
        width:35%;
    }
    .news .news_bg{
        width:100%;
    }
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */

/* 小屏幕（平板，大于等于 768px） */

@media(max-width:1200px) {
	*{
		font-size:1em;
	}
	.fl{
		float:none;
	}
	.fr{
		float:none;
	}
	/**header sj nav**/
	.header_web{
		display:none;
	}
	.header_sj{
		display:block;
		position:fixed;
		top:0px;
		left:0px;
		z-index:2;
		height:4em;
		background:#fff;
		width:100%;
		box-shadow: 1px 1px 1px 1px #fafafa;
	}
	.header_sj_top_img{
		float:left;
		height:2.6em;
		padding:0.7em 0em 0.7em 1.2em;
	}
	.header_sj_top_img img{
		height:100%;
	}
	.header_sj_top_xs{
		float:right;
		font-size:1.6em;
		padding:0.6em;
	}
	.header_sj_nav{
		position:fixed;
		z-index:3;
		top:0px;
		left:0px;
		width:100%;
		height:100vh;
		left:-100%;
	}
	.header_sj_nav_bg{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color:#48bdc6;
		opacity: 0.5;
		cursor: pointer;
	}
	.header_sj_nav_list{
		position:relative;
		width:70%;
		background-color: #48bdc6;
		height:100vh;
		padding:1.5em 1em;
	}
	.mobile-nav__close {
		position: absolute;
		top: 1.2em;
		right: 1.2em;
		font-size: 1em;
		color: var(--thm-text-dark);
		cursor: pointer;
	}
	.mobile-nav__content .logo-box {
		margin-bottom: 2em;
		display: flex;
	}
	.logo-box img{
		width:115px;
		margin-bottom:2em;
	}
	.header_sj_nav_list li:not(:last-child){
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		height:3em;
		line-height:3em;
	}
	.header_sj_nav_list li a{
		font-size:1em;
		color:#FFF;
		display: flex;
		justify-content: space-between;
		color: #ffffff;
		font-family: var(--thm-font);
		font-weight: 500;
		height:3em;
		line-height:3em;
		align-items: center;
		transition: 500ms;
	}
	/**header sj nav end**/

	/**banner sj**/
	.banner{
		margin-top:4em;
		height:9em;
	}
	.swiper-button-prev,.swiper-button-next{
		display:none;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 5px !important;;
	}
	.banner .swiper-pagination-bullet{
		width:5px;
		height:5px;
	}
	/**banner sj end**/

	/**about sj**/
	.about {
		height: auto;
		padding-bottom: 2em;
		background-color: #fafafa;
	}
	.about_top{
		padding-top:2em;
		height:auto;
	}
	.about_topa {
		width: 100%;
		height: 4em;
		background: url(../images/about_logo.png) center no-repeat;
		position: relative;
	}
	.about_topa_text {
		font-size: 32px;
		position:relative;
		text-align:center;
	}
	.about_topc{
		width:100%;
	}
	.about_bottomb::after,.about_bottomb::before{
		display:none;
	}
	.about_topb {
		width: 94%;
		margin:0 auto;
		padding:2em 0;
	}
	.about_topb_title {
		font-size: 1.5em;
		font-weight: 600;
		margin-bottom: 0.5em;
	}
	.about_topb_btn {
		width: 9em;
		font-size:16px;
		height: 3em;
		line-height: 3em;
		text-align: center;
		margin:1em auto 0;
		border: 2px solid #48bdc6;
		border-radius: 5px;
		color: #48bdc6;
	}
	.about_top div:nth-child(3){
		width:94%;
		margin:0 auto;
	}
	.about_bottoma{
		display:none;
	}
	.about_bottomb{
		width:94%;
		margin:0 auto;
		padding-top:0px;
	}
	.about_bottomb_title{
		margin-top:1em;
		font-size: 1.5em;
		font-weight: 600;
		margin-bottom: 0.5em;
	}
	.about_bottomb_btn{
		font-size:16px;
		width: 9em !important;
		font-size:16px;
		height: 3em;
		line-height: 3em;
		text-align: center;
		margin:1em auto 0;
	}
	.about_bottomc{
		display: none;
	}
	/**about sj end**/

	/**product sj**/
	.w75 {
		width: 94%;
		margin: 0 auto;
	}
	.nls ul li {
		position: relative;
		height: auto;
		width:100%;
		margin-bottom: 20px;
	}
	.nk1{
		width:96%;
		padding:20px 2%;
		top:0px;
	}
	.nk1a{
		font-size:18px;
	}
	.nk2 {
		position: relative;
		right: 0px;
		top: 0px;
	}
	.nk2 img{
		width:100%;
	}
	.nka1 {
		width: 96%;
		padding: 20px 2%;
		background: #fff;
		box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
		position: relative;
		right: 0px;
		top: 0px;
	}
	.nka2 img{
		width:100%;
	}
	.product_en {
		padding-top: 66px;
		color: rgba(0,0,0,0.09);
		font-size: 40px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		text-align: center;
	}
	.product_title {
		padding-top: 0;
		padding-bottom: 0.5em;
		text-align: center;
		font-size: 32px;
	}
	.product {
		background: url(../images/product.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		padding: 2em 0;
	}
	.product_text {
    font-size: 13px;
    color: #808080;
    text-align: center;
    padding-bottom: 1em;
}
	.product_nav {
		margin-bottom: 2em;
		text-align: center;
		justify-content:space-between;
		white-spaxe:nowrap;
		overflow-y:hidden;
		overflow-x:scroll;
		display:flex; 
		&::-webkit-scrollbar{
			display:none;
		}
	}
	.product_lb img{
		height:auto;
	}
	.product_lb {
		height: auto;
		width: 100%;
		margin: 0 auto;
	}
	.product_nav li {
    display: inline-block;
    padding: 5px;
    margin: 0px;
    border: #48bdc6 1px solid;
}
	.product_nav li a{
		font-size:14px;
	}
	.product_b{
		width:100%;
	}
	.product_lb .swiper-slide{
		display:block;
	}
	.product_lb .swiper-slide .product_a {
		width: 100%;
		margin:1em 0;
	}
	.product_atitle {
		text-align:center;
		font-size: 1em;
		font-weight: bold;
		position: relative;
		margin:0px;
	}
	.product_atitle::after {
		display:none;
	}
	.product_atext {
		margin:1em 0;
		width: 100%;
	}
	.product_atext ul li {
		font-size: 16px;
		margin-top: 1em;
		line-height: 25px;
		text-indent: 1.5em;
		color: #1a1a1a;
		position: relative;
	}
	.product_abtn {
		display:none;
	}
	/**product sj end**/

	/**news sj**/
	.news_en {
		font-size: 40px;
		color: rgba(0,0,0,0.09);
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -1px;
		text-align:center;
	}
	.news .news_bg{
		display:none;
	}
	.news {
		margin-top: 2em;
		position: relative;
	}
	.news_title {
		position: relative;
		text-align:center;
		right:0;
		top:0;
		font-size: 32px;
	}
	.news_content {
		padding-top: 0em;
		padding-bottom: 2em;
	}
	.news_a{
		display:none;
	}
	.nes_b{
		width:100%;
	}
	.news_nav {
    position: relative;
    text-align: center;
    top: 0px;
    margin-top: 30px;
}
	.news_nav li {
		display: inline-block;
		width: 7em;
		height: 2.5em;
		line-height: 2.5em;
		border: #48bdc6 1px solid;
		text-align: center;
		margin-right: 0.5em;
	}
	.news_list li {
		padding: 0;
		margin-bottom: 10px;
		height: auto;
	}
	.news_list{
		margin-top:30px;
	}
	.news_list li {
    padding: 1em;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
}
	.news_list_time {
		display:none;
	}
	.news_list_text {
		width: 100%;
		height: auto;
	}
	.news_list_text_title {
    font-size: 18px;
    margin-bottom: 0.6em;
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
}
	.news_list_text_text {
    font-size: 14px;
    color: #acacac;
    line-height: 26px;
}
	.news_info{
		padding:2em 0;
	}
	.news_info_title {
		font-size: 1.5em;
		text-align: center;
	}
	.news_info_content p img{
		width:100%;
	}
	.news_info_content {
		padding: 1em 0;
		font-size: 16px;
		line-height: 30px;
	}
	/**news sj end**/

	/**footer sj**/
	.footer_z{
		display:none;
	}
	.footer_nav .footer_w{
		float:none;
	}
	.footer_po{
		height:auto;
	}
	.footer {
		background: url(../images/footer.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: auto;
	}
	.footer_nav li{
		float:none;
	}
	.footer_nav {
		padding-top: 2em;
	}
	.footer_nav li:nth-child(1){
		width:100%;
	}
	.footer_logo{
		text-align:center;
	}
	.footer_nav li:nth-child(1) p:nth-child(2) {
		margin:1em 0 0;
		text-align:center;
	}
	.footer_nav li:nth-child(1) p {
		color: #FFF;
		font-size: 12px;
		line-height: 25px;
		text-align:center;
	}
	.footer_w {
		margin:1em 0;
		text-align:center;
	}
	.footer_bottom {
		margin-top: 2em;
		font-size:12px;
	}
	.footer_bottoml{
		font-size:12px;
		text-align:center;
		line-height:35px;
	}
	.footer_bottomr {
		font-size: 12px;
		text-align:center;
		color: #FFF;
		line-height:35px;
	}
	/**footer sj end**/

	/**about sj**/
	.w1300 {
		width: 94%;
		margin: 0 auto;
	}
	.about_banner {
		margin-top:4em;
		background: url(../images/banner/about.jpg) center no-repeat;
		background-size: cover;
		background-position: center;
		height: 9em;
	}
	.abouty {
		background: #f5f5f5;
		height:auto;
	}
	
	.abouty_nav li {
		width:32%;
		text-align:center;
		display: inline-block;
		height:2.5em;
		line-height:2.5em;
		padding:0;
	}
	.abouty_nav li a{
		font-size:16px;
	}
	.tongyong {
		padding: 2em 0;
	}
	.about_jj_img{
		width:100%;
	}
	.about_jj_text {
		width: 100%;
		font-size: 16px;
		text-indent: 2em;
		line-height: 30px;
	}
	.qywn p:nth-child(1) {
		text-indent: 2em;
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 1em;
	}
	.qywn p:nth-child(2), .qywn p:nth-child(3), .qywn p:nth-child(4) {
		font-size: 16px;
		line-height: 2em;
		display: block;
		width: 100%;
		text-align: left;
		margin: 0 0;
	}
	.qywn p:nth-child(5) {
		text-indent: 2em;
		font-size: 16px;
		line-height: 2em;
		margin-top: 1em;
	}
	/**about sj end*/

	/**news sj**/
	.newsy {
		padding:2em 0;
	}
	.newsy_list li {
		width: 100%;
		float: none;
		transition: box-shadow .5s;
		margin-bottom:1em;
		margin-right: 0%;
	}
	.newsy_list_text {
		position: relative;
		border: 1px solid #dee4ee;
		padding: 16px 0;
	}
	.newsy_list_title {
		text-align: center;
		font-size: 1em;
		line-height: 2.5em;
		height: 2.5em;
	}
	.newsy_list_description {
		font-size: 16px;
		line-height: 2em;
		padding:0 0.6em;
		color:#acacac;
	}
	.newsy_list_time {
		color: #777;
		font-size: 16px;
		margin-top: 1em;
		padding:0 0.6em;
	}
	.newsy_list_mover {
		position: absolute;
		font-size: 1em;
		bottom: 0.5em;
		right: 2em;
	}
	.page li {
		display: inline-block;
		width: 4em;
		font-size: 16px;
		line-height: 2em;
		border: 1px solid #d2d2d2;
		margin: 0 0.2em;
		border-radius: 2px;
	}
	.page li a{
		font-size:16px;
	}
	.page .syy{
		width:4em;
		position:relative;
		top:1px;
	}
	.page .sy{
		width:3em;
	}
	.page .ym{
		width:2em;
		height:2em;
	}
	/**news sj end**/

	/**jtss sj**/
	.jtss li {
		width: 32%;
		text-align: center;
		display: inline-block;
		height: 2em;
		line-height: 2em;
		padding: 0;
	}
	.tongyong p img{
		width:100% !important;
		height:auto !important;
	}
	.tongyong p{
		font-size:1em;
		line-height:2em;
	}
	.job_title li {
		color: #000;
		float: left;
		font-size: 1em;
		width: 21.25%;
		line-height: normal;
		list-style: none;
	}
	.hrList_a1_title li {
		width: 21.25%;
		float: left;
		color: #999;
		font-size: 16px;
		box-sizing: border-box;
	}
	.job_title span {
		display: inline-block;
		vertical-align: middle;
		line-height: 3em;
	}
	/**jtss sj end**/

	/**rlzy sj**/
	.col-lg-4,.col-lg-8{
		float:none;
	}
	.col-lg-4 {
		width: 100%;
	}
	.col-lg-8 {
		width: 100%;
	}
	.advantage_left {
		padding:1em 0.5em;
		box-sizing: border-box;
		/* box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 8%); */
	}
	.advantage_left h3 {
		font-size: 16px;
		font-weight: 800;
		line-height: 1.8em;
		letter-spacing: 2px;
		color: #fff;
		text-transform: uppercase;
	}
	.temp-btm h3 {
		color: #333;
	}
	.advantage_left p{
		font-size:14px;
	}
	.rencailinian {
		background: #fff;
		padding: 0em 0;
	}
	/**rlzy sj end**/

	/**lxwm sj**/
	.leftContainer {
		float:none;
		width: 100%;
		padding:0;
	}
	.rightNavBar {
		width: 100%;
		float:none;
	}
	.contactMap {
		margin-top:2em;
		width: 100%;
		height: 550px !important;
		padding: 0;
		padding-top: 0;
		position: relative;
		z-index: 4;
		box-sizing: border-box;
	}
	/**lxwm sj end**/
}
@media only screen and (max-width: 480px) {
	.main-timeline:before,
    .main-timeline .date {
		left: 12%;
	}

	.main-timeline .timeline-content {
		width: 75%;
	}

	.main-timeline .date {
		width: 50px;
		height: 50px;
		margin-left: -30px;
	}

	.main-timeline .month {
		font-size: 14px;
	}
}

@media(min-width:768px) {
}

@media only screen and (max-width: 767px) {
	.main-timeline:before,
    .main-timeline .date {
		left: 7%;
	}
	.main-timeline .year {
		color: #FFF;
		font-size: 1em;
		margin-top: -1em;
	}

	.main-timeline .timeline-content {
		width: 80%;
		float: right;
	}

	.main-timeline .title:after {
		left: -5px;
	}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */


@media only screen and (max-width: 990px) {
	.main-timeline {
		width: 100%;
	}
}
