@charset "utf-8";
/* CSS Document */
/**  /nav  **/

html{
	overflow-x:hidden;
	}

#jPanelMenu-menu {
	background:#035cac;
	display: block;

	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	z-index:9999999999999;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.jPanelMenu {
	height:100% !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.xpnav {
	width:100%;
	height:60px;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	background:#fff;
	z-index:999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}
.xpnav-btn {
	width:30px;
	height:40px;
	position:absolute;
	top:8px;
	left:5%;
	cursor:pointer;
}
.xpnav-btn>span {
	display:block;
	width:70%;
	height:2px;
	background:#000;
	margin:5px auto;
}
.xpnav-btn>span:nth-child(1) {
 margin-top:12px;
}

#jPanelMenu-menu>ul {
	border-bottom: 1px solid #035cac;
	border-top: 1px solid #035cac;
	display:none;
	padding:0;margin:0
}

#jPanelMenu-menu li a {
	width:100%;
	background: #000;
	font-weight: 500;
	display: block;
	padding: 0.5em 5%;
	border-top: 1px solid #666;
	text-decoration: none;

	color: #fff;
	font-size:14px;
	font-family:"微软雅黑";
}
#jPanelMenu-menu li a:hover {
	color: #035cac;
}
#jPanelMenu-menu li ul a {
	width:100%;
	background: #000;
	font-weight:500;
	display: block;
	padding: 0.2em 2%;
	border:none;
	text-decoration: none;
	color: #eee;
	font-size:12px;
	font-family:"微软雅黑";
}
#jPanelMenu-menu>ul>li>ul {
	display:none;
	padding:0;
	margin-left:30px;
}
#jPanelMenu-menu ul li ul li {
	line-height:30px;

}
.touch_slide {
	overflow: hidden;
	margin-top:40px;
}.banner_zi1{
	width:100%;
	position:absolute; top:50%; left:0;
	text-align:center;
	margin-top:-59px;

	}
/**  /banner  **/
.main_image {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 5;
	position: relative;

}
.main_image ul {
	overflow: hidden;
}
.main_image li {
	position:relative;
	float: left;
	width: 100%;
}


.main_image li span {
	display: block;
	width: 100%;
}
.main_image li a {
	display: block;
	width: 100%;
}
/*********footer*************/
.footer_phone {
    text-align: center;
    background: #000;
	height:60px;
	line-height:60px;
}
.footer_phone li {
    float: left;
    width: 33%;
    text-align: center;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer_phone li a {
    color: #fff;
    font-family: "微软雅黑";
	font-size:12px;
}

.footer_phone p {
    color: #fff;
    font-family: "微软雅黑";
    padding-bottom: 20px;
	font-size:12px;
	margin-bottom:0px !important;
	padding:0;
}

.footer_phone li{
	display:none;

	}



.phone_nav_box{
	position:fixed;
	left:-200px;
	width:200px;
	top:0;
	height:100%;
	background:#efefef;

	}
.phone_nav_box>ul{
	height:100%;
	background:#efefef;
	position:relative;
	z-index:99;

	line-height:30px;
	margin-top:20px;

	}
.phone_nav_box>ul li{

	padding-left:20px;
	}
.phone_nav_box>ul li.last{border: none;padding-top: 15px;}
.phone_nav_box ul li a{
	color: rgba(255, 255, 255, 0.8);


	}
.phone_nav_box ul li a img{margin-right: 5px; float: left;}
.phone_nav_box>ul li.last a{
	border:1px solid rgba(220,220,220,.5); display: inline-block;
	margin-right: 10px;
	line-height: 35px;
	color: rgba(255,255,255,0.5);
	padding: 0 15px;
	border-radius: 5px;
}
.phone_nav_box>ul>li>a,.phone_nav_box>ul>li div{
	color: r: rgb(0 0 0 / 80%);
	line-height:45px;
	font-size:14px;
}
.nav_ti>li{
	border-bottom:1px solid #4a4a4a;
	}
.phone_nav_box ul li ul{
	display:none;
padding:0 5px 5px;
	}
.nav_ti div img{
	float:right;
	font-size:22px;
	margin-right:15px;margin-top: 17px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	}
.nav_ti div img.scale1{
	transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /*-webkit-transition: 0.6s linear;*/
    /*-moz-transition: 0.6s linear;*/
    /*-ms-transition: 0.6s linear;*/
    /*-o-transition: 0.6s linear;*/
    /*transition: 0.6s linear;*/
	}
.phone_footer {
    background-color: #333 !important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}

/****2018-3-19****/
@media (max-width:768px){
	body{
		position:relative;
		font-size: 12px;
		left:0;
	}
	.xpnav img{
		    width: 140px;
    		margin-top: 17px;
		vertical-align:middle;
	}
	.index_banner_box h1{
		    font-size: 20px;
            line-height: 35px;
	}
	.all_pad{
		padding: 0px 0;
	}
	.home_sec1_tit h4{
		font-size:16px;
		line-height: 24px;
	}
	.home_sec1_tit h3{
		font-size:20px;
		line-height: 24px;
	}
	.home_sec1_tit h5{
		font-size:12px;
		line-height: 20px;
	}
	.advantage_img span{
		font-size: 25px;
	}
	.footer_top_con1{
		width:100%;
	}
	.row1{
		text-align: center;
	}
	.warpper{
		position: relative;
	}
	.footer{
		position: relative;
	}
	.pro_bann{
		position: relative;
	}
	.index_con1 h1{
		font-size: 25px;
	}
	.index_con1 h5{
		font-size:18px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	.index_con1 p{
		font-size:12px;
		margin-top: 22px;
		line-height: 20px;
		margin-bottom: 0;
		width: 100%;
		padding: 0 15px;
	}
	.index_con2_bt_l{
		left:10px;
	}
	.index_con2_bt_r{
		right:10px;
	}
	.index_con3_right_text p{
		font-size:20px;
		text-align: center;
		padding-top:20px;
		color:#fefefe;
	}
	.index_con3_right_text span{
		display: block;
        margin: 10px auto;
        width: 60px;
        /*padding-bottom: 25px;*/
	}
	.index_con3_right_text span img{
		width:100%;
	}
	.index_con3 .img{
		min-height: 260px;
	}
	.index_con3{
		position: relative;
	}
	.index_con3_right_text{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
	}
/*	.index_con3_1 .img img {
		height: 180px;
        width: 80%;
        margin: 0 auto;
        display: block;
	}*/
	.index_con3_1 p{
		color:#555;
	}
	.index_con3_right_text1{
		width:50%;
		left:50%;
		bottom:5%;
	}
	.index_con3_right_text2{
		width:50%;
		left:0%;
		bottom:5%;
	}
	.index_con3_nav h1{
		font-size:25px;
		line-height: 30px;
	}
	.index_con3_nav h5{
		margin-bottom: 10px;
	}
	.ab_bann1{
		position:relative;
		/*margin-top: 60px;*/
	}
	.ab_bann1 .ab_bann_bg{
		position: absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	.ab_bann1 h2{
		position: absolute;
        top: 25%;
        left: 5%;
        font-size: 30px;
        color: #fefefe;
	}
	.about_con1_text{
		width:100%;
		padding:0;
	}
	.about_con1_img{
		width:100%;
	}
	.about_con1_text_son{
		width: 100%;
		padding: 30px 15px;
		margin:0 auto;
		float:none;
	}
	.about_con1_text .index_con3_nav{
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.about_con1_text .index_con3_nav h5{
		margin-bottom: 20px;
	}
	.about_con2_box_son{
		width:100%;
	}
	.about_con2_nav{
		font-size: 25px;
		margin-bottom: 20px;
	}
	.about_con3 .about_con1_text{
		padding: 0px;
	}
	.about_con1_text_son .index_con3_bt{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.news_banner{
		margin-top:60px;
		position: relative;
	}
	.news{
		margin-top:0px;
		width:100%;
	}
	.first_news{
		padding: 0 15px;
		margin-bottom: 50px;
	}
	.first_news h1{
		font-size: 20px;
		line-height: 29px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.first_news h3{
		font-size: 12px;
        line-height: 24px;
        -webkit-line-clamp: 2;
	}
	.index_con7_text h4{
		line-height: 24px;
	}
	.index_con7_text p{
		margin-bottom: 15px;
	}
	.index_con7_text p{
		line-height: 22px;
		height: 66px;
	}
	.news_nav span{
		font-size:12px;
		margin:0 10px;
	}
	.news_more{
		margin:30px 0;
	}
	.news_inn{
		padding-left:20px;
		padding-right: 20px;
	}
	.serv_con2_text_sea .nav{
		width: 40%;
		padding: 5px;
		height: 85px;
	}
	.img_all{
		width: 65px;
	}
	.img_my{
		width: 65px;
	}
	.mobile{
		margin-bottom: 20px;
	}
	.modal.fade .modal-dialog{
		margin: 12%;
	}
	.serv_con2_text_sea .search{
		width: 60%;
		height: 85px;
	}
	/*.serv_con1{
		position: relative;
	}*/
	.serv_con1_right{
		width:100%;
	}
	.serv_con1_right_text{
		padding:30px 15px;
	}
	.serv_con2_tit h1{
		font-size: 25px;
		margin-bottom: 26px;
	}
	.serv_con2_tit h5{
		    font-size: 18px;
		    line-height: 26px;
		    margin-bottom: 0px;
		    padding: 0 10px;
	}
	.serv_con2_text{
		margin-top:0;
		margin-bottom: -94px;
	}
	.serv_con2_text_sea h3{
		font-size: 28px;
		/* margin-top: 0px; */
	}
	.search h3{
		font-size: 20px;
	}
	.search_list{
		top:68px;
	}
	.search_list li{
		font-size:16px;
		padding: 0 15px;
		line-height: 40px;
	}

	.serv_con2_text_sea{
		margin-bottom: 20px;
	}
	.home_bot .nav_ti > li {
		border-bottom: 1px solid #e8e8e8;
	}
	.home_bot .fast li { float: left; width: 50%; margin-bottom: 5px; }
	.home_bot .fast li img { width: 30px; margin-right: 5px; }
	.home_bot .nav_ti > li div {
		height: 45px;
		line-height: 45px;
		color: rgba(0, 0, 0, 0.6);
		font-size: 14px;
		background-size: 12px;
		display: block;
	}
	.home_bot .nav_ti > li ul { display: none; padding: 0 5px 5px; }
	.home_bot .nav_ti > li ul li { padding-left: 15px; line-height: 30px; }
	.home_bot .nav_ti > li ul li a {
		color: rgba(0, 0, 0, 0.4);
	}
	.home_bot_tx { padding: 20px 0; line-height: 20px; }
	.home_bot_con { text-align: center; }
	.home_bot_con a {
		width: 50px;
		height: 50px;
		border: 1px solid #ccc;
		background-repeat: no-repeat;
		background-position: center center;
		border-radius: 100%;
		display: inline-block;
		background-size: 36px; text-align: center; padding-top: 7px;
		margin: 0 10px;
	}
	.home_bot_con a img { width: 36px; }
	.home_bot_nav {
		text-align: center;
		font-size: 12px; margin: 20px 0;
		color: rgba(0, 0, 0, 0.4);
	}
	.home_bot_nav a {
		padding: 0 20px;
		color: rgba(0, 0, 0, 0.4);
	}
	.home_bot_img { position: fixed; top: 0; left: 0; width: 100%; height: 100%;
		z-index: 3333; display: none;
	}
	.home_bot_img_bg {
		position: absolute;
		top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5);
	}
	.home_bot_img img { position: absolute; left: 50%; top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	.home_bot_link {
		border-top: 1px solid #d6d6d6;
		padding: 20px 0 0px 0;
		line-height: 30px;
	}
	.home_bot_link a { color: #999; }
	.home_bot_link span { padding: 0px 12px; display: inline-block; color: #999; }
	.home_bot{
		position: relative;
		z-index: 10;
		background:#fff;
	}
	.home_bot .more{
		text-align: center;
        margin-top: 30px;
	}
	.home_bot .more a{
		display: inline-block;
		padding:10px 20px;
		border:1px solid #e5e5e5;
	}
	.home_bot .more a:hover{
		background: #e50011;
    color: #fff;
    border-color: #e50011;
	}
	.home_bot .footer_share{
		text-align: center;
		padding-bottom: 15px;
	}
	.footer_bot{
		padding:20px 0;
	}

	/*联系我们*/
	.contact_left{
		width: 100%;
		padding: 30px 0;
	}
	.contact_left_text{
		position: relative;
		width: 90%;
		left: 5%;
		padding: 40px 15px;
	}
	.contact_left_text h4{
		font-size:22px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.contact_left_text i{
		margin-right: 5px;
	}
	.contact_left_text p{
		font-size: 13px;
	}
	.contact_con{
		width: 100%;

	}
	.index_con3_nav h2{
		font-size: 22px;
		line-height: 28px;
	}
	.contact_con_input_son p{
		font-size: 13px;
	}
	.contact_con_input_son input{
		line-height: 35px;
		height: 35px;
	}
	.contact_con_input_son {
	    margin-bottom: 15px;
	}
	.warpper{
		padding: 0px!important;
	}
	.warp{
		padding-top:17px;
		position: relative;
	}
	.contact_con_input_son textarea{
		height: 100px;
	}
	/*联系我们*/
	/*产品详情*/
	.chine2_tt h4{
		font-size:26px;
	}
	.chine2_tt p{
		font-size:16px;
		margin-top: 15px;
	}
	.eatu_width{
		width:96%;
	}
	.eatu_one{
		width:50%;
	}
	.machine3_txt{
		width:100%;
		left:2%;
		top:12%;
	}
	.chine3_txt h1{
		font-size:22px;
	}
	.chine3_txt h5{
		font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;
	}
	.blue_bg{
		background: #28a0ff;
        width: 50px;
        height: 2px;
        margin: 0 auto;
        margin-top: 6px;
	}
	.chine5_left, .chine5_right{
	   width:100%;
	}
	.chine4_img{
		width:80%;
		padding-left:10%;
	}
	.container-machine5{
		padding-left:0;
		padding-right: 0;
	}
	.chine5_1{
		margin:40px 0;
	}
	.chine5_right1{
		padding:0 20px;
	}
	/*.chine5_right1 img{
		width:120px;
	}*/
	.chine5_right1 h4{
		    color: #353535;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
	}
	.chine5_right1 h5{
		font-size: 16px;
    line-height: 22px;
	}
	.chine5_right1 p{
		    font-size: 12px;
    margin-top: 12px;
	}
	.machine6{
		padding-top:30px;
	}
	.strength_con_left{
		width:100%;
		background-size:100% 100%;
	}
	.strength_con_text{
		width:100%;
	}
	.strength_con_text_cell p{
		font-size:12px;
	}
	.strength_con_text_cell{
		padding:30px 15px;
	}
	.strength_con_text_cell h5{
		    font-size: 15px;
    margin-bottom: 20px;
    line-height: 24px;
	}
	.index_banner_box1{
		position: relative;
		height:300px;
	}
	.index_banner_box1 img{
		height:300px;
	}
	.index_banner_box1 h1{
		position: absolute;
		left: 5%;
		top: 24%;
		font-size: 25px;
		line-height: 33px;
		color: #fff;
		width: 80%;
	}
	.pagination_banner{
		bottom:0px;
	}
	.antage img{
		width:60%;
	}
	.pro_xq_list li{
		width:28%;
	}

	/*产品详情*/
	.phone_xz {
	    line-height: 50px;
	    padding: 5px 15px;
	    font-size: 14px;
	}
	.phone_xz_pr {
	    position: fixed;
	    top: 60px;
	    width: 100%;
	    background: rgba(255, 255, 255, 0.9);
	    z-index: 1111;
	}
	.phone_xz_pr .left {
	    width: 60%;
	}
	.phone_xz .left {
	    float: left;
	}
	.phone_xz_pr_tx .text {
	    font-size: 12px;
	    color: #999;
	}
	.phone_xz .right1 {
	    color: #fff;
	    text-decoration: none;
	    background: #e60012;
	    line-height: 35px;
	    margin-top: 7px;
	    padding: 0 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    -khtml-border-radius: 5px;
	    float: right;
	}
	.phone_xz_pr_tx {
	    line-height: 22px;
	    padding-top: 7px;
	}
	.phone_xz .right1 a {
	    color: #fff;
	}
	.phone_xz .right a img {
	    margin-right: 5px;
	    vertical-align: -4px;
	}
	.pro_phone {
        padding-top: 60px;
    }

    .pro_phone_b {
        display: none;
    }

    .pro_phone_box0 h1 {
        margin-bottom: 0px;
        padding: 15px 0;
        font-size: 14px;
    }

    .pro_phone_box0 h1 i {
        float: right;
    }

    .pro_phone_b {
        padding-bottom: 20px;
    }

    .pro_phone_box0 {
        padding: 0px 15px;
    }

    .pro_xq_txt_td h4 {
        font-size: 13px;
    }
	.pro_phone .pagination_gr{
		width: 100%;
		text-align: center;
		margin: 0px;
	}
    .pro_phone .pagination_gr span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .pro_xq_tit h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .pro_xq_tit p {
        font-size: 13px;
    }
    .pagination_gr .swiper-pagination-bullet {
	    border: 1px solid #000;
	}
	.pagination_gr .swiper-pagination-bullet-active {
	    background: #000;
	    opacity: 0.8 !important;
	    -moz-opacity: 0.8 !important;
	    -khtml-opacity: 0.8 !important;
	    -webkit-opacity: 0.8 !important;
	    filter: alpha(opacity=80) !important;
	}
	.pro_xq_tit {
	    padding: 0px 15px;
	    margin-bottom: 20px;
	}
	.pro_phone_box1 {
	    background-color: #f5f5f5;
	}
	.pro_phone_box .pro_xq_txt {
	    display: block;
	}
	.pro_xq_sh span{
		width: 150px;
	}
	.index_con3_mess_text{
		padding: 15px;
	}
	.index_con3_mess_text h5{
		font-size: 18px;
		margin-bottom: 7px;
	}
	.tab_yy{
		width: 100%;
	}
	.tab_yy td{
		padding: 2px!important;
		font-size: 12px;
	}
	.range_dp_tit h4{
		font-size: 25px;
	}
	.proxq_da_top{
		margin-top:20px;
	}
	.chine6 h5{
		font-size: 20px;
	}
	.chine6 h5 span{
		font-size: 22px;
	}
	/*产品详情*/
	/*首页*/
	.antage{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.advantage p{
		margin-top:10px;
		margin-bottom: 15px;
	}
	.home_sec2{
		padding: 0px;
		margin:30px 0;
	}
	.index_con1_bt{
		margin-top:20px;
	}
	.index_con3_mess_box{
		margin-bottom: 10px;
	}

	/*首页*/
	/*关于*/
	.about_con2_text{
		padding: 15px;

	}
	.about_con2_text h5{
		height: auto;
		line-height: 22px;
		font-size: 12px;
	}
	.his_left,.his_right{
		position: absolute;
		top:30%;
		height: 50px;
		width:50px;
		line-height: 50px;
		text-align: center;
		z-index: 999;
		color: #fff;
		font-size: 30px;
	}
	.his_left{
		left:0px;
	}
	.his_right{
		right:0px;
	}
	.about_con2_box{
		position: relative;
	}
	.strength_con_left h4{
		font-size: 25px;
	}
	/*关于*/
	/*服务*/
	.serv_con1{
		position: relative;
	}
	.serv_con2_text_faq h6{
		line-height: 26px;
	}
	/*服务*/
	.about_nav{
		padding-top: 0px;

	}
	.about_nav_con{
		display: none;
	}
	.about_con_all{
		display: block!important;
	}
	.about_con2_nav{
		height: auto;
		color: #333;
	}
	.index_con3_text2_son{
		width: 100%;
	}
	.index_con3_text2_rou h4{
		margin-bottom: 20px;
		font-size: 17px;
    	line-height: 25px;
	}
	.about_con3_son2{
		padding: 0px;
		background-color: #fff;
	}
	.about_con3_son{
		padding: 0px;
	}
	.index_con3_text2_rou{
		padding-right: 0px;
	}
	/*5.19*/
	.abhis_text{
		border:0px;
	}
	.abhis_text:before{
		display: none;
	}
	.abhis_con{
		height: 250px;
	}

	/*6.21*/
	.about_con1_story1_img{
		display: none;
	}
	.about_con1_story1_text{
		width: 100%;
	    margin-top: 0px;
	    font-size: 16px;
	    line-height: 27px;
	    padding: 35px 0;
	}
	.about_con1_story2_box{
		margin-bottom: 20px;
	}
	.about_con1_story2_text{
		margin-top:10px;
		line-height: 22px;
	}
	.abhis_cont_bt_left, .abhis_cont_bt_right{
		top: -14px;
    	width: 48px;
	}
	   /*7.16*/
    .home_sec1_ci{
        width: 100%;
    }
    .abhis_con{
    	width: 100%;
    }
}
