﻿@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;transition: all .4s;-webkit-transition: all .4s;}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, i, b, s { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: inherit; font-family: 'Arial', 'Microsoft Yahei', 'Helvetica'; word-break: break-all; }
body { background: url(../images/bodybg.png) repeat; }
select { appearance: none; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; background-color: transparent; }
ul, ol { list-style: none }
a img { border: none; }
a, a:link { text-decoration: none; color: #333 }
button { overflow: visible; padding: 0; margin: 0; border: 0 none; background-color: transparent; appearance: none; -webkit-appearance: none; }
button::-moz-focus-inner {
padding:0
}
textarea, input { background: none; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
input[type=number] { appearance: none; -webkit-appearance: none; border: 0; }
input[type=search] { appearance: none; -webkit-appearance: none; border: 0; }
input[type=text] { appearance: none; -webkit-appearance: none; border: 0; }
input[type=tel] { appearance: none; -webkit-appearance: none; border: 0; }
input[type=button] { appearance: none; -webkit-appearance: none; }
input[type=password] { -webkit-text-security: disc; appearance: none; -webkit-appearance: none; border: 0; }
input[type=submit] { appearance: none; -webkit-appearance: none; border: 0; }
.clear { clear: both; height: 0; }
.fl { float: left; }
.fr { float: right; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#ee2d32;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:rgba(0,0,0,0);
}
/**ly_Main**/
.ly_Main { width: 1080px; height: auto; margin: 0 auto; padding: 0; background: linear-gradient(to right, #f8fcfd, #d5e9f2);}
.ly_Main .ly_Banner { width: 100%; height: 430px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.ly_Banner img { display: block; width: 1080px; height: 430px; overflow: hidden; margin: -215px 0 0 -540px; padding: 0; position: absolute; left: 50%; top: 50%; z-index: 0; }
.ly_ProMain { width: 100%; height: auto; margin: 40px auto 0; padding: 0 40px 40px; position: relative; z-index: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }

.tab_title ul li{ float:left;padding:20px 50px;background: linear-gradient(to right, #f8fcfd, #d5e9f2); margin-right:10px; color:#0b7eb7; font-weight:bold; cursor:pointer;border-box;box-shadow: 0 10px 20px rgba(0, 126, 181, .1);}
.tab_title ul li.on,.tab_title ul li:hover{ background:#d5e9f2; color:#096593;border-radius:0 20px 0 0; }

/*第一部分*/
.one_part, .two_part { width: 100%; background: #fff; padding: 30px; margin: 40px auto; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;box-shadow: 0 10px 20px rgba(0, 126, 181, .1); border-radius:0 40px 0 0;}
.one_part span{ font-weight:bold; text-align:center; font-size:18px; display:block; line-height:36px;}
.one_part p{ line-height:36px; text-indent:2em;}
.one_part p strong{ color:#0b7eb7;}
.two_part { width: 100%; background: #fff; padding: 30px; margin: 0 auto 40px; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;box-shadow: 0 10px 20px rgba(0, 126, 181, .1); border-radius:0 40px 0 0; display:none;} 
.two_part.on{ display:block;}
.two_part .dy { color: #333; line-height: 30px; overflow: hidden; }
.two_part .dy .title{ font-weight:bold; display: inline-block;margin-bottom: 10px;}
.two_part .dy .title:after{content:"";width:100%; height:5px; background:#007eb5; display:block;}
.case_list ul li { width: 100%; overflow: hidden;margin-bottom: 10px;background: linear-gradient(to right, #f8fcfd, #d5e9f2);border-radius:0 10px 0 0; padding:10px;display: flex;align-items: center;}
.case_list .img{width: 20%; height: 140px; margin: 0 20px 0 0;}
.case_list .img a{display: block;width: 100%;height: 100%; overflow: hidden; position: relative;}
.case_list .img a img{position: absolute; margin: auto;top: 0; bottom: 0;left: 0; right: 0; max-width: 100%; max-height: 100%;}
.case_list ul li:last-child{margin-bottom: 0;}
.case_list .text{ width: calc(100% - 140px); display: inline-block;}
.case_list .text a{ line-height:40px; color:#0b7eb7; font-weight:bold;}
.case_list .text a:hover{color:#096593;}
.case_list .text p{ text-align:left; margin-bottom:10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; font-size:14px; line-height:24px;}
.case_list .text p strong{ color:#0b7eb7;}

.video_list ul li{float:left;margin-right:2%; margin-bottom:20px;width:49%;border-radius:4px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.video_list ul li:nth-child(2n+2){margin-right:0;}
.video_list ul li .con{padding: 18px 18px 15px;border:1px solid #e7e7e7; border-radius: 0 10px 0 0;background:#f5f5f5;}
.video_list ul li .tlt{width:100%;font-size:16px;font-weight:bold;color:#333;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;margin-top:15px; text-align:center;}
.video_list ul li .bd{width:100%;height:220px;overflow:hidden; margin:0 auto;}
.video_list .img{width: 100%;}
.video_list .img img{max-width: 100%;  max-height: 100%;}

.pro_list ul{display: flex; flex-wrap: wrap;justify-content: left; margin: 0 -15px;}
.pro_list ul li{width: 25%; margin-bottom: 30px; padding: 0 15px;}
.pro_list ul li .cont{ padding: 18px 18px 15px;border:1px solid #e7e7e7; border-radius: 0 10px 0 0;background:#f5f5f5;}
.pro_list ul li .img{ width:100%; height:220px;}
.pro_list ul li .img a{display: block;width: 100%;height: 100%; overflow: hidden; position: relative;}
.pro_list ul li .img a img{position: absolute; margin: auto;top: 0; bottom: 0;left: 0; right: 0; max-width: 100%; max-height: 100%;}
.pro_list ul li p{width:100%;font-size:16px;font-weight:bold;color: #0b7eb7;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top:15px; text-align:center; line-height:24px;}
.pro_list ul li p a{color: #0b7eb7;}
.pro_list ul li p a:hover{color:#096593;}

#title { width: 100%; margin: 0 auto; text-align: center; }
#title span { font-size: 36px; color: #333; line-height: 30px; font-weight: bold; display: block; margin-top: -20px; }
#title span em { color: #0b7eb7; font-weight: bold; }
#title p { font-size: 60px; line-height: 60px; font-family: impact; background: linear-gradient(to bottom, #e7ebf4, transparent); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; }
.pro1 { width:49%; float: left; margin-right:2%; }
.pro1 img,.pro2 img  { display: block; max-width: 100%; max-height: 100%; }
.pro2 { width:49%;float: right; }
.down img { display: block; max-width: 100%; max-height: 100%; }
.dy_img { text-align: center; margin:10px 0 0; }
.dy_img img { display:inline-block; max-width: 100%; max-height: 100%; }
/**表单**/
.ly_order { width: 100%; overflow: hidden; margin: 0 auto; padding: 20px 0 0; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;box-shadow: 0 10px 20px rgba(0, 126, 181, .1);border-radius: 0 40px 0 0;}
.ly_order .order_ts { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; margin: 30px auto 0; padding: 60px 40px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.order_ts img { width: 200px; height: auto; margin: 0; padding: 0; position: absolute; top: 5px; right: 120px; }
.ly_order .order_div { width: 100%; overflow: hidden; margin: 0 auto; padding: 20px 40px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.ly_order .order_div1 { width: 50%; padding: 20px 20px 20px 40px; float: left; }
.ly_order .order_div2 { width: 50%; padding: 20px 40px 20px 20px; float: right; }
.od_title { width: 100%; overflow: hidden; line-height: 30px; color: #333; font-size: 15px; font-weight: bold; margin: 0 auto; padding: 0 0 0 20px; background: url(../images/ico0.png) left center no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.od_title span { color: #f00; }
input[type="radio"] + label::before { content: "\a0"; /*不换行空格*/ display: inline-block; vertical-align: middle; font-size: 14px; width: 18px; height: 18px; margin: 11px 10px 11px 0; border-radius: 50%; background-color: #fff; border: 1px solid #dfdfdf; text-indent: .15em; line-height: 1; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
input[type="radio"]:checked + label::before { background-color: #0b7eb7; border: 1px solid #0b7eb7; background-clip: content-box; padding: 4px; }
input[type="checkbox"] + label::before { content: "\a0"; /*不换行空格*/ display: inline-block; vertical-align: middle; font-size: 14px; width: 16px; height: 16px; margin: 12px 10px 12px 0; border-radius: 2px; text-indent: .15em; line-height: 1; float: left; background-color: #fff; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
input[type="checkbox"]:checked + label::before { border: 1px solid #0b7eb7; background-color: #0b7eb7; background-clip: content-box; content: "\2714"; color: #fff; }
.fm_radio, .fm_checkbox { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.fm_radio ul li { width: 50%; height: 40px; overflow: hidden; float: left; position: relative; }
.fm_radio1 ul li { width: 33.333333%; }
.fm_radio2 ul li { width: 20%; }
.fm_radio3 ul li { width: 100%; }
.fm_radio4 ul li { width: 25%; }
.fm_checkbox ul li { width: 33.333333%; height: 40px; overflow: hidden; float: left; position: relative; }
.fm_radio ul li input, .fm_checkbox ul li input { display: none; }
.fm_radio ul li label, .fm_checkbox ul li label { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; cursor: pointer; }
.fm_checkbox0 ul li { width: 100%; }
.fm_checkbox1 ul li { width: 33.333333%; }
.fm_checkbox2 ul li { width: 50%; }
.fm_checkbox3 ul li label { width: auto; float: left; }
.fm_checkbox4 ul li { width: 25%; }
.fm_radio1 ul li label { width: auto; float: left; }
.fm_radio1 ul li input.rd_ipt { float: right; display: block; height: 36px; overflow: hidden; line-height: 34px; color: #565656; font-size: 14px; border-bottom: 1px solid #ccc; background-color: #fff; margin: 2px 0; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; width: calc(100% - 80px);  }
.fm_checkbox2 ul li input.rd_ipt { float: right; display: block; height: 36px; overflow: hidden; line-height: 34px; color: #565656; font-size: 14px; border-bottom: 1px solid #ccc; background-color: #fff; margin: 2px 0; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; width: calc(100% - 80px); }
.fm_checkbox2 ul li:last-child { width: 35%; }
.tips { width: 100%; overflow: hidden; color: rgba(255, 255, 255, 0.6); font-size: 14px; margin: 20px auto; padding: 0 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.fm_ipt { width: 100%; height: 40px; overflow: hidden; margin: 0 auto; padding: 0; }
.fm_ipt input { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 34px; color: #565656; font-size: 14px; border: 1px solid #ccc; margin: 2px auto; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.fm_checkbox1 ul li label { float: left; }
.fm_checkbox1 ul li input.rd_ipt { float: right; display: block; width: 50%; height: 36px; overflow: hidden; line-height: 34px; color: #565656; font-size: 14px; border: 1px solid #ccc; background-color: #fff; margin: 2px 0; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.ipt_tit { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 15px; font-weight: bold; margin: 0 0 10px; padding: 0 0 0 20px; background: url(../images/ico0.png) left center no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.ipt_tit1 { width: 30%; }
.ipt_tit2 { padding: 0; background: none; font-size: 14px; }
.ipt_tit span { color: #f00; }
.fm_ipt1, .fm_ipt2 { width: 100%; height: auto; overflow: hidden; margin: 0; padding: 0; float: right; position: relative; }
.fm_ipt3 { width: 70%; }
.fm_ipt1 input, .fm_ipt1 textarea, .fm_ipt4 input, .fm_ipt1 select, .fm_ipt2 select, .fm_slc1 select, .fm_slc2 select, .fm_slc2 input, .fm_slc3 select, .fm_slc4 select, .fm_slc5 select,.fm_radio textarea { display: block!important; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #565656; font-size: 14px; background-color: #fff; border: 1px solid #dfdfdf; border-radius: 4px; margin: 0 auto; padding: 0 15px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.fm_ipt2 select { width: 49%; margin: 2px 1% 2px 0; float: left; }
.fm_ipt3 select { width: 36%; }
.fm_slc1 select { width: 100%; float: left; }
.fm_slc3 select { width: 49%; margin: 0 2% 0 0; float: left; }
.fm_slc4 select { width: 48.5%; float: left }
.fm_ipt1 textarea { height: 120px; line-height: 30px; resize: none; }
.fm_ipt3 input.rd_ipt { float: right; display: block; width: 26%; height: 36px; overflow: hidden; line-height: 34px; color: #565656; font-size: 14px; border: 1px solid #ccc; margin: 2px 0; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.fm_ipt1 select, .fm_ipt2 select, .fm_slc1 select, .fm_slc2 select, .fm_slc3 select, .fm_slc4 select, .fm_slc5 select { background: #fff url(../images/jt.png) 95% center no-repeat; }
.fm_ipt1 a.yzm { display: block; width: auto; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 14px; margin: 0; padding: 0 20px; background-color: #0b7eb7; border-radius: 0 4px 4px 0; position: absolute; top: 0; right: 0; cursor:pointer; }
.fm_ipt1 a.yzm:hover { background-color: #096593; }
.fm_checkbox3 .fm_ipt1 select { width: 48%; margin: 2px 2% 2px 0; float: left; }
.fm_checkbox3 .fm_ipt1 input { width: 48%; display: block; }
.order_btn { width: 160px; height: auto; overflow: hidden; margin: 0 auto; padding: 20px 0; }
.order_btn input { display: block; width: 160px; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto; padding: 0; background-color: #0b7eb7; border-radius: 25px; border: none; outline: none; cursor: pointer; }
.order_btn input:hover { background-color: #096593; }
.fm_slc2{ width:50%; float:left;}
.fr_ad{ float:right; width:49%;}
.fm_slc2 select { width:49%; margin:0 2% 0 0; float:left;}
.fm_slc5 { width: 190px; height: 40px; overflow: hidden; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.fm_ipt4 input { width: 48.5%; float: left; }
.fm_radio textarea{ height:80px;}
.fm_checkbox7 ul li { width: 100%; border-bottom: 1px solid #dfdfdf; overflow: hidden; padding: 10px 15px 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
/*验证码弹窗*/
.yzm_pop { display: none; width: 400px; height: auto; margin: 0; padding: 30px; background-color: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,0.2); border-radius: 4px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 1000; }
.yzm_pop .yzmpop_tit { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #303030; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto 20px; padding: 0; }
.yzm_pop .yzmIpt { width: 100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0 140px 0 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.yzm_pop .yzmIpt input { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 42px; color: #565656; font-size: 14px; border-radius: 2px 0 0 2px; background-color: #fff; border: 1px solid #d3d3d3; border-right: 0; margin: 0 auto; padding: 0 15px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.yzm_pop .yzmIpt a { display: block; width: 140px; height: 44px; overflow: hidden; margin: 0; padding: 0; background-color: #e8ecf0; border-radius: 0 2px 2px 0; position: absolute; top: 0; right: 0; }
.yzm_pop .yzmIpt a img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; }
.yzmBtn { width: 100%; height: auto; overflow: hidden; margin: 20px auto 0; padding: 0; text-align: center; }
.yzmBtn input { display: inline-block; width: 90px; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 14px; text-align: center; margin: 0 10px; padding: 0; border-radius: 2px; border: none; outline: none; cursor: pointer; background-color: #e1090a; }
.yzmBtn input:hover { background-color: #ff0001; }
.yzmBtn input.Qx { background-color: #808080; }
.yzmBtn input.Qx:hover { background-color: #ea0001; }
.maskYzm { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; }
 @media (max-width:1080px) {
.ly_Banner img { width: 100%; }
}
@media (max-width:1024px) {
.ly_Main { width: 100%; }
.ly_Main .ly_Banner { height: auto; }
.ly_Banner img { height: auto; margin: auto; position: inherit; left: auto; top: auto; }
.ly_ProMain .lyProCon { padding: 0 0 40px; }
.ly_ProMain .lyProCon img { width: 100%; }
.ly_order .order_ts { padding: 20px 20px 60px; }
.order_ts img { right: 30px; }
.ly_order .order_div1 { padding: 20px 20px 20px 0; }
.ly_order .order_div2 { padding: 20px 0 20px 20px; }
.ly_order .order_div { padding: 20px; }
.fm_checkbox2 ul li, .fm_checkbox2 ul li:last-child { width: 48%; }
.one_part, .two_part { padding: 25px 20px; }
.ly_order .order_ts .text { width: 70%; font-size: 15px; }
.order_ts img { width: 150px; }
}
@media (max-width:768px) {
.ly_ProMain { padding: 0 20px; }
.ly_order .order_ts { padding: 20px 20px 40px; }
.ly_order .order_ts .text { width: 60%; }
.order_ts img { width: 160px; right: 23px; top: 20px; }
.ly_order .order_div1, .ly_order .order_div2 { width: 100%; }
#title p { font-size: 40px; }
#title span { font-size: 26px; }
.two_part .dy .dy_nd ul li span { margin-bottom: 5px; float: none; }
.ly_order .order_div { padding: 15px; }
.one_part, .two_part { padding: 20px 15px;}
.one_part .dy { font-size: 15px; line-height: 28px; }
.two_part .dy { font-size: 15px; line-height: 28px; }
.fm_checkbox2 ul li { width: 100%; }
.fm_checkbox2 ul li:last-child { width: 100%; }

.pro_list ul li{ width:50%;}
.pro_list ul li p{ width:80%; margin:15px auto 0;}

.pro1{ margin-bottom:20px;}

.fm_radio1 ul li{ width:50%;}
}
@media (max-width:580px) {
	.fm_radio1 ul li{ width:100%;}
	.case_list .img{ width:30%;}
	.case_list .text a{ line-height:24px;}
	.video_list ul li .tlt{ font-size:14px;}
	
	.tab_title ul li{ padding:10px 20px;}

}
@media (max-width:475px) {
.ly_ProMain { padding: 0 5%; }
.ly_ProMain .lyProCon { padding: 0 0 10px; }
.ly_order .order_ts { padding: 0 20px; }
.ly_order .order_ts .text { width: 100%; }
.order_ts img { position: inherit; top: 0; left: 19%; margin-top: 10px; }
.ly_order .order_div1, .ly_order .order_div2 { width: 100%; }
.fm_checkbox ul li, .fm_radio4 ul li { width: 100%; }
.fm_checkbox2 ul li:last-child { width: 100%; }
.fm_checkbox ul li { height: auto; }
.fm_checkbox7 ul li { height: 40px; }
.pro1,.pro2{ width:100%;}
.fm_slc2{ width:100%;}
.fr_ad{ width:100%; margin-top:10px;}

.one_part, .two_part,.tab_title ul li.on, .tab_title ul li:hover,.case_list ul li,.ly_order{ border-radius:0;}
.one_part{ margin:20px auto;}
.two_part{ margin:0 auto 20px;}
.case_list .img{ width:40%;}
.video_list ul li .bd{ height:100px;}
.pro_list ul li{ margin-bottom:15px;}
.pro_list ul li .img{ height:150px;}
.pro_list ul li p{ width:100%;}
}
@media (max-width:425px) {
	.ly_ProMain{margin: 20px auto 0;}
	.case_list .img{ display:none;}
	.case_list .text{ width:100%;}
	.pro_list ul li p{ font-size:14px;}
	.tab_title ul li{ font-size:14px;padding:10px 15px;}
	
}
@media (max-width:375px) {
.fm_ipt1 a.yzm { padding: 0 10px; }
.one_part span{ font-size:16px;}
.one_part p{ font-size:14px;}
.video_list ul li{ width:100%; margin-right:0;}
.video_list ul li .bd{ height:170px;}
.pro_list ul li{ width:100%;}
}
@media (max-width:320px) {
	.one_part, .two_part{ padding:15px;}
	.one_part{margin: 15px auto;}
	.two_part{margin: 0 auto 15px;}
}