@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1260px) {

	
	/*汉堡菜单样式*/
	.menutb{
		display: block;
	}
	.menutb.active .bar:nth-child(2){
		opacity: 0;
	} 
	.menutb.active .bar:nth-child(1){
		transform: translateY(1vh) rotate(45deg);
	} 
	.menutb.active .bar:nth-child(3){
		transform: translateY(-2vh) rotate(-45deg);
	} 
	/*汉堡菜单结束*/
	
	.sj_menu {
        width: 100%;
        height: 100vh;
        margin-top: 18.4%;
        /* padding-bottom: 130px; */
        overflow-y: auto;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: -2px;
        z-index: 22;
        overflow-y: auto;
        background: #161616;
        margin-left: 0;
		display: none;
		transition: all 0.3s ease;
    }
	
	.sj_menu.active {
	    display: block;
    }
	
     .sj_menu ul {
        width: 100%;
        height: auto;
        max-width: 750px;
        margin: 0 auto;
        display: unset;
    }
	.sj_menu ul li {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    line-height: 11.4vh;
    border-bottom: 1px solid #fff;
}
	.sj_menu ul li:hover .menu_xq {
    display: none;
}
	
	 .sj_menu ul li a {
        height: 46px;
        /* line-height: 51px; */
        font-size: 3.0vh;
        padding: 0px 7%;
        /* display: inline-grid
; */
    }
	
	.sj_menu ul{ 
		width:100%; 
		height:auto; 
		max-width:750px; 
		margin:0 auto;
	} 
	
    .headerdiv {
        height: 10%;
        background: #fff;
    }
	
	.sticky{
		height: 9.8%;
		background: #000;
		border: none;
	}
	
	.headerdiv .document_width{
		padding: 0;
	}
	
	.logo img {
		width: 100%;
	}
	
	.logo{
		display: none;
	}
	
	.sticky .logo{
		display: block;
		width: 70%;
        padding-top: 7.8%;
	}
	
	.logo_c img {
		width: 100%;
	}
	
	.logo_c{
		display: block;
		width: 70%;
		padding-top: 8.4%;
	}
	
	.sticky .logo_c{
		display: none;
	}
	
	.tel{
		display: none;
	}
	.menutb{
		width:10% !important; 
		height:15%;
		float:right; 
		margin:7.2% 0 !important; 
		position:relative; 
		display:block; 
		z-index:9999;
	}
	.menutb span{
		width:100%; 
		height:0.36vh; 
		margin:12% 0; 
		background:#0156a6; 
		border-radius:3px; 
		transition:all 0.5s ease;
		float:left; 
		display:inline-block;
	}
	.sticky .menutb span{
		width:100%; 
		height:0.4vh; 
		margin:9.8% 0; 
		background:#fff; 
		border-radius:3px; 
		transition:all 0.5s ease;
		float:left; 
		display:inline-block;
	}
	
/*产品中心*/	
	.pro{
		height: auto;
	}
	.pro_pic{
		width: 100%;
	}
	.pro_pic ul li {
    width: 100%;
}
	.pro_pic ul li:hover {
    width: 100%;
}
	.pro_li_txt_icon {
    width: 25px;
    height: 30px;
    float: left;
    position: relative;
    left: 33%;
    display: none;
}
	
/*关于我们*/
	.about_left span {
	width: 120px;
	height: 2px;
	background: #e5222b;
	display: inline-block;
	margin-top: 60px;
	position: absolute;
	left: 0;
}
	.ab_tit h1{
		font-size: 3.2vh;
	}
	.about_width{
		width: 100%;
	}
	.about_left p {
    float: left;
    margin-top: 50px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 1.0rem;
    color: #757575;
    letter-spacing: 0.2px;
    width: 90%;
}
	.about_left em {
    width: 160px;
    height: 35px;
    background: #0156a6;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
    margin-left: 15px;
    float: left;
    font-style: normal;
    font-size: 1.1rem;
    /* margin-left: 30px; */
}
	.about_left {
    /* margin-left: 40px; */
    width: 100%;
    float: left;
}
	.about_bg {
    height: 350px;
}
	.about_bg ul {
    padding: 0;
}
	.about_bg li {
    width: 35%;
    padding-left: 30px;
    margin-left: 15px;
}
	.about_bg ul li h3 {
    font-size: 1.2rem;
}
	.about_bg ul li p {
    font-size: 0.8rem;
	letter-spacing: 0.1rem;
}
	
/*新闻*/	
	.news {
    height: 1200px;
    overflow: hidden;
}
	.news_width {
    width: 100%;
}
	.nr {
    width: 88%;
    height: 575px;
    float: left;
    margin-top: 20px;
}
	.nr_tit {
    width: 90%;
    float: left;
}
	.nr_txt {
    width: 90%;
    height: auto;
}
	.nr_loopitem331_b {
    width: 100%;
    height: 50px;
    float: left;
    overflow: hidden;
}
	.pic_loopitem {
    float: left;
    margin-right: 5px;
    display: block;
}
	.nr_loopitem331_b:hover .pic_loopitem {
    display: none;
}
	.pic_loopitem_c {
    float: left;
    margin-right: 5px;
    display: none;
}
	.nr_loopitem331_b:hover .pic_loopitem_c {
    display: block;
}
	.p_loopitem {
    float: left;
    font-size: 0.92rem;
    width: 100%;
}
	.t_loopitem {
    float: none; 
}
	.nr_loopitem331_b:hover {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    border-bottom: 1px dashed #0156a6;
    float: left;
}

	
/*加入我们*/		
	.join_width {
    width: 100%;
    margin-top: 30%;
    /* margin: 0 auto; */
}
	.join_width h1 {
    color: #fff;
    margin-top: 35%;
    width: 80%;
    margin: 0 auto;
}
	
/*底部*/
	.footer {
    width: 100%;
    height: auto;
}
	.ft_width {
    width: 100%;
    margin: 0 auto;
}
	.fl_menu {
    margin-top: 8%;
    width: 100%;
}
	.fl_menu ul li {
    width: 90%;
    float: left;
    /* margin-right: 6%; */
    position: inherit;
    /* margin: 0 auto; */
    margin-top: 20px;
}
	.fl_logo {
    text-align: left;
}
	.fl_logo img {
    width: 90%;
}
	.fl_menu ul li p {
    width: 100%;
    height: auto;
    font-size: 2.2vh;
    line-height: 5.1vh;
    }
	.fl_cont em {
    display: none;
}
	.dpn{
		display: none;
	}
	.fl_icon {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 5vh;
}
	.icp {
    width: 100%;
    float: left;
    border-top: 0.18vh solid #ccc;
    position: relative;
    margin-top: 1vh;
}
	.icp_1 {
    width: 100%;
    margin: 0 auto;
}
	.icp_c {
    width: 80%;
    margin: 0 auto;
}
	.icp_l {
    float: left;
    font-size: 2.1vh;
    height: auto;
    line-height: 3vh;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 1vh;
}
	.icp_r {
    float: right;
    font-size: 1.7vh;
    height: 5vh;
    color: #000;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
	

/*其他内页*/	
.qqqd_ss {
    width: 100%;
    float: left;
    height: auto;
	border-bottom: 0.3vh solid #eee;
}
.qqqd_ss_1 {
    width: 85%;
    margin: auto;
}
	.qqqd_ss_l {
    float: left;
    line-height: 2.2vh;
    width: 100%;
    text-align: center;
	font-size: 1.6vh;
}
	p#qqqd_ss_lp {
    font-size: 0.7vh;
	letter-spacing: 0.1vh
}
	.news_ny_bot_t ul li {
    float: left;
	width: 95%;
	/*margin-left: -2px;*/
	margin: 0 auto;
}
	.news_ny_img {
    width: 100%;
}
	.news_ny_img img {
    object-fit: contain;
    line-height: 250px;
    height: auto;
    width: 100%;
    overflow: hidden;
}
	.news_ny_wz {
    padding: 3% 3%;
    width: 95%;
    float: left;
}
	.news_ny_wz h1 {
    font-size: 3.2vh;
    color: #000;
    margin-bottom: 15px;
}
	.news_ny_wz p {
    line-height: 2vh;
    font-size: 2.1vh;
    letter-spacing: 0.2vh;
    color: #5c5c5c;
}
	
	.news_ny_bot_t li:nth-of-type(3) {
    float: left;
    margin-right: 0px;
}
	.news_ny_bot {
    width: 100%;
    float: left;
}
	.news_ny_bot_t {
    width: 100%;
    margin: auto;
}
	.fyc {
    width: 100%;
    float: left;
    background: #fff;
    /* margin-top: 20px;*/
    /* text-align: center; */
    margin: 0 auto;
    /* margin-left: 1.5rem; */
}
	/*#fyc {
    width: 40%;
}*/
	.fy {
    width: 90%;
    margin-bottom: 1%;
    margin-top: 1%;
    margin-left: 2.7%;
    float: left;
    /* padding-left: 20px; */
}
	.fy a {
    max-width: INITIAL;
    min-width: 2%;
    height: 10%;
    border: 0.2vh solid #eee;
    border-radius: 1.5vh;
    float: left;
    margin: 0px 0.5%;
    text-align: center;
    padding: 0 3%;
    transition: 0.5s;
    display: block;
    font-size: 2.8vh;
    font-size: 1.1rem\9;
    line-height: 5.5vh;
    /* font-size: 14px; */
    text-decoration: none;
    color: #696969;
    transition: 0.5s;
}
	.fy .cpb {
    width: 10%;
    height: 10%;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    float: left;
    margin: 0 1.5%;
    text-align: center;
    padding: 0 1%;
    font-size: 1.4rem;
    font-size: 1.1rem;
    line-height: 5.5vh;
    font-size: 2.8vh;
    text-decoration: none;
    color: #696969;
    transition: 0.5s;
    border: 0.2vh solid #FD9700;
    background: #FD9700;
    color: #fff;
}
	.fy .inputbox {
    width: 5% !important;
    height: auto;
    border: 0.2vh solid #eee;
    border-radius: 1.5vh;
    float: left;
    margin: 0 0.5%;
    text-align: center;
    transition: 0.5s;
    display: block;
    font-size: 1.4rem;
    font-size: 1.1rem;
    line-height: 5.5vh;
    font-size: 2.8vh;
    text-decoration: none;
    color: #696969;
    transition: 0.5s;
    background: #fff;
    padding: 0 5%;
}
	.fy .btnGo {
    width: auto;
    height: auto;
    border: 0.2vh solid #eee;
    border-radius: 1.5vh;
    float: left;
    margin: 0 0.5%;
    text-align: center;
    transition: 0.5s;
    display: block;
    font-size: 1.4rem;
    font-size: 1.1rem;
    line-height: 5.5vh;
    font-size: 2.8vh;
    text-decoration: none;
    color: #696969;
    transition: 0.5s;
    background: #fff;
    cursor: pointer;
}
	.xq_news_b_r {
    float: right;
    margin-top: 4.87%;
}
	.xq_news_b_l a {
    color: #5c5c5c;
    font-size: 2.58vh;
}
	.xq_news_b_r a {
    color: #5c5c5c;
    font-size: 2.58vh;
}
	
.subcontainer_width {
    width: 95% !important;
}	
	
	.pro_ny_bot_t ul {
    /* margin: auto 0; */
    /* margin-left: -10%;*/
	padding: 0;
}
	.pro_ny_bot_t li {
    float: left;
    width: 90%;
	padding:5% 5%;
	margin-top: 5%;
	font-size: 3.2vh;
    background: #f1f1f1;
}
	.demo {
    text-align: center;
    padding: 5% 5%;
    border-bottom: 0.2vh solid #ccc;
}
	.demo_img {
    height: auto;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
	.demo_img img {
    object-fit: cover;
    line-height: 230px;
    height: auto;
    width: 100%;
    overflow: hidden;
}
	.demo P {
    text-align: center;
    height: auto;
}
	.demo p a {
    font-size: 2.8vh;
    line-height: 9vh;
    color: #5c5c5c;
}
	.lists {
    display: block !important;
    width: 100%;
    height: auto;
    background-color: #eee;
}
	.list_navs {
    float: left;
    width: 100% !important;
    height: auto;
    background-color: #eee !important;
    text-align: center;
    line-height: 12.5vh;
    cursor: pointer;
    padding: 0px !important;
    margin: 0px !important;
}
	.list_nav {
    float: left !important;
    width: 50% !important;
    height: auto;
    background-color: #eee !important;
    text-align: center;
    line-height: 5vh;
    cursor: pointer;
    padding: 0 !important;
    /* margin: 0px !important; */
    margin-bottom: 1%;
}
	li#tab_nav {
    font-size: 2.2vh;
    line-height: 5vh;
    letter-spacing: 0.1vh;
	margin-top: 1.8% !important;
}
	.pro_ny_bot_t_l {
    float: left;
    width: 100%;
    margin-top: 5%;
}
	.pro_ny_bot_t_l h1 {
    font-size: 4.2vh;
    color: #000;
    margin-top: 0;
}
	.pro_ny_bot_t_l p {
    line-height: 26px;
    font-size: 2.4vh;
    margin-bottom: 2vh;
    margin-top: 2vh;
}
	.pro_ny_bot_t_l span {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 3vh;
    color: #fff;
    background: #0156a6;
    padding: 2% 7%;
}
	.pro_ny_bot_t_l span a {
    color: #fff;
    font-size: 2.2vh;
    letter-spacing: 0.2vh;
}
	.pro_ny_bot_t_r {
    float: right;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
	height: auto;
	margin-top: 4%;
}
	.pro_ny_bot_t_r a {
    width: 100%;
    display: block;
}
	.pro_ny_bot_t li:nth-of-type(even) {
    float: left;
    margin-right: 0px;
}
	.pro_ny_bot_t_r img {
    object-fit: contain;
    line-height: 300px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
	    div#Xcont {
        float: left;
        width: 100%;
        height: auto;
        margin-left: 0.9%;
        margin-top: 2%; 
    }
	.Xcontent07>img {
    width: 100%;
    height: auto;
    /* float: left; */
}
	.pro_ny_t {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 4.4%;
}
	.pro_ny_t p {
        display: inline-block;
        text-align: center;
        height: 4.7vh;
        line-height: 4.1vh;
        border: 1px solid #004ea2;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
	.pro_ny_t p a {
    color: #0156a6;
    font-size: 1.9vh;
    letter-spacing: 0.2vh;
}
	.pro_ny_b_r p {
        display: inline-block;
        text-align: center;
        height: 4.7vh;
        line-height: 4.1vh;
        border: 1px solid #004ea2;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
	.pro_ny_b_r p a {
    color: #0156a6;
    font-size: 1.9vh;
    letter-spacing: 0.2vh;
}
	.pro_ny_b_r h1 {
    font-size: 4vh;
    font-weight: 100;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
	.pro_ny_b_r span {
    line-height: 4vh;
    font-size: 2vh;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 15px;
}
	.pro_ny_b_l img {
    object-fit: scale-down;
    line-height: 24vh;
    height: 25vh;
    width: 100%;
    overflow: hidden;
}
	    .pro_ny_b_l {
        height: 25vh;
        float: left;
        text-align: center;
        overflow: hidden;
        position: relative;
        width: 100%;
        border: 1px solid #eee;
    }
	    .fl_menu ul li {
        width: 90%;
        float: left;
        /* margin-right: 6%; */
        position: inherit;
        /* margin: 0 auto; */
        margin-top: 3%;
    }
	.fl_cont {
    float: left;
    width: 100%;
}
	.fl_cont h2 {
    font-size: 2.4vh;
    font-weight: 400;
    color: #b7b7b7;
}
	.fl_cont p {
    font-size: 4.2vh !important;
}
	.icon_img img {
    width: 50%;
}
	.fl_icon p {
    font-size: 3vh;
}
	.pro_ny_bot {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
	.crumb_wrap {
    height: 5%;
    line-height: 4vh;
}
	.crumb_wrap a {
    margin-right: 1.2%;
    font-size: 2.1vh;
    color: #5c5c5c;
}
	.w {
        width: 95%;
        margin: 0 auto;
    }
	.xq_news_t {
    border-bottom: 1px dashed #eee;
    padding-bottom: 5%;
    margin-bottom: 30px;
    margin: 0 auto;
}
	.xq_news_t h1 {
    text-align: center;
    font-size: 4.6vh;
    color: #3c3c3c;
    margin-bottom: 30px;
}
	#about_tit_compy{
		font-size: 5.92vh;
	}
	.xq_news_t p {
    line-height: 3.41vh;
    font-size: 1.18vh;
    letter-spacing: 0.2vh;
    color: #5c5c5c;
}
	.Sectiontitle_wrap h2 {
    float: left !important;
    font-size: 3.68vh !important;
    font-weight: normal !important;
    color: #0156a6 !important;
}
	#wenjian_fl_m {
    margin: 1rem 2rem 1rem 1rem;
    background: #fff;
    box-shadow: 0px 0px 2.4vh #e0e0e0;
    transition: 0.5s;
    box-sizing: border-box;
    height: auto;
}
	.down_list_wrap {
    width: 100% !important;
	margin-top: 4.49% !important;
	padding: 0;
}
	.down_list_wrap li {
    float: left;
    padding-left: 0.74vh;
    margin-bottom: 0.94vh;
    box-sizing: border-box;
}
	.down_list_content {
    height: 8.48vh !important;
}
	.down_list_content img {
    position: absolute !important;
    left: 3.68% !important;
    top: 15.68% !important;
    width: 15% !important;
}
	.down_list_tit {
    padding-left: 21% !important;
}
	.down_list_tit h3 {
    font-weight: normal !important;
    width: 90% !important;
    height: auto;
    font-size: 2.68vh !important;
    color: #555555 !important;
    line-height: 5.42vh !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
}
	.down_list_tit a {
    text-decoration: underline !important;
    color: #449cc1 !important;
    font-size: 1.48vh !important;
    line-height: 0.9vh !important;
}
	#cont_us {
    line-height: 4.68vh;
    font-size: 2.78vh;
    letter-spacing: 0.15vh;
    color: #5c5c5c;
}
	#ft_menu_fl_t {
    line-height: 5.1vh;
}
}





