﻿@charset "utf-8";
/*验证码弹窗*/
.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;
	box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
}

    .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;
}

#order_bt {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #b42020;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    border-radius: 5px;
    margin: 20px 0 0;
}

@media (max-width:1024px) {
    .h_content {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 20px;
    }

    .top_banner {
        width: 100%;
        height: auto;
    }

    .h_content_in {
        padding: 10px 0;
    }

    .h_main_tabcon .con ul li .video_text {
        min-height: 150px;
    }

    .h_main_tabcon .con ul li .video_text1 {
        min-height: 328px;
    }

    #order_bt {
        font-size: 26px;
        height: 70px;
        line-height: 70px;
    }

    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        bottom: 35px;
    }
}

@media (max-width:920px) {
    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        height: 260px;
    }
}

@media (max-width:768px) {
    .h_content_in {
        padding: 10px 0 0;
    }

        .h_content_in h1 {
            font-size: 24px;
        }

    .gift .txt, .gift .img, .ly_order .order_div1, .fm_checkbox2 ul li, .fm_checkbox2 ul li label, .fm_radio ul li {
        width: 100%;
    }

    .h_content_in h3 {
        font-size: 16px;
    }

    .ly_order .order_div {
        margin: 10px auto;
        padding: 0;
    }

    .fm_checkbox1 ul li label {
        width: 100%;
    }

    .h_content {
        padding: 0 15px;
    }

    .h_main_tabcon .con ul li {
        width: 49%;
    }

        .h_main_tabcon .con ul li:nth-child(2n+2) {
            margin-right: 0;
        }

        .h_main_tabcon .con ul li:nth-child(3n+3) {
            margin: 0 2% 20px 0;
        }

        .h_main_tabcon .con ul li:nth-child(6n+6) {
            margin: 0 0 20px 0;
        }

        .h_main_tabcon .con ul li .video_text {
            min-height: 140px;
        }

        .h_main_tabcon .con ul li .video_text1 {
            min-height: 306px;
        }

    #order_bt {
        font-size: 22px;
        height: 60px;
        line-height: 60px;
    }

    .ipt_tit {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .fm_radio ul li label, .fm_checkbox ul li label {
        font-size: 14px;
        line-height: 35px;
    }

    .fm_slc2 select {
        width: 100%;
        margin-bottom: 10px;
    }

    .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 {
        padding: 0 10px;
    }

    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        height: 250px;
        bottom: 20px;
    }
}

@media (max-width:720px) {
    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        height: 220px;
        bottom: 20px;
    }
}

@media (max-width:650px) {
    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        height: 200px;
        bottom: 20px;
    }
}

@media (max-width:600px) {
    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        height: 180px;
        bottom: 20px;
    }
}

@media (max-width:500px) {
    .h_content {
        padding: 0 10px;
    }

    .h_main_tabcon .con ul li {
        width: 100%;
    }

    .h_main_tab .tab {
        margin-right: 5px;
        padding: 0 3px;
    }

        .h_main_tab .tab span {
            font-size: 13px;
        }

    .news_img .newsimg_link .one_link, .news_img .newsimg_link .two_link {
        height: 130px;
        bottom: 10px;
    }
}

/* CSS Document */
*{ margin:0; padding:0;}

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;
} 
select{appearance: none;-webkit-appearance: none;-ms-appearance: none;-moz-appearance: none;background-color: transparent;border-radius:4px;}
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:4px;}
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;}
	
/**ly_banner**/
.ly_banner { width:100%; height:480px; overflow:hidden; margin:0 auto; padding:0; border-radius: 0 0 40px 40px; position:relative;}
.ly_banner img { display:block; width:1920px; height:480px; margin:-240px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}

/**ly_main**/
.ly_main { width:1200px; height:auto; margin:0 auto; padding:0;}

.ly_part { width:1200px; height:auto; margin:40px auto; padding:0; position:relative;}
.ly_title { width:100%; height:100px; margin:0; padding:0 0 40px; text-align:center; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_title p { display:inline-block; height:60px; line-height:60px; color:#fff; font-size:28px; font-weight:bold; text-align:center; margin:0 auto; padding:0 40px; background-color:#0096e4; border-radius:24px 24px 0 0;}
.ly_title1 p { font-size:24px;}

.ly_con { width: 100%; height:auto; margin:-70px 0 0; padding:70px 40px 10px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); border-radius: 24px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_ms { width:100%; overflow:hidden; margin:0 auto 40px; padding:18px 20px; background-color:#f9f9f9; border-radius: 8px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_ms p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
.ly_ms p span { color:#333;}

.ly_p1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_p1 .p1_text { width:50%; overflow:hidden; margin:0; padding:0 40px 80px 0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_p1 .p1_text1 { padding:0 40px 48px 0;}
.p1_text h3 { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:24px; margin:0 auto 32px; padding:0;}
.p1_text p { width:100%; overflow:hidden; line-height:32px; color:#333; font-size:16px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
.p1_text a { display:block; width:200px; height:48px; overflow:hidden; line-height:46px; color:#0096e4; font-size:16px; text-align:center; background-color:#fff; border:1px solid #0096e4; border-radius:24px; margin:0; padding:0; position:absolute; left:40px; bottom:40px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.p1_text a:hover { color:#fff; background-color:#0096e4;}
.ly_p1 .p1_img { width:50%; overflow:hidden; margin:0; padding:0; float:right; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.p1_img img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.p1_img p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}

.pro_list { width:100%; overflow:hidden; margin:-20px auto 0; padding:0;}
.pro_list li { width:23.5%; overflow:hidden; margin:20px 2% 0 0; padding:0; float:left;}
.pro_list li:nth-child(4n+4) { margin:20px 0 0;}
.pro_list li a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
.pro_list li a .pro_img { width:100%; height:265px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #e6e6e6; border-radius: 8px 8px 0 0; position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.pro_list li a .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.pro_list li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; background-color: #f9f9f9; border-radius: 0 0 8px 8px; margin:0 auto; padding:0;}
.pro_list li:hover a .pro_img { border:1px solid #0096e4;}
.pro_list li:hover a p { color:#fff; background-color:#0096e4;}

.ly_tit { width:100%; overflow:hidden; line-height:40px; color:#0096e4; font-size:24px; margin:0 auto 10px; padding:0;}

.ly_p2 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.ly_p2 .p2_imgfl, .ly_p2 .p2_imgfr { width:50%; overflow:hidden; margin:0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_p2 .p2_imgfl { padding:0 20px 0 0;}
.ly_p2 .p2_imgfr { padding:0 0 0 20px;}
.p2_imgfl img, .p2_imgfr img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.p2_imgfl p, .p2_imgfr p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
.ly_btn1 { width:100%; overflow:hidden; margin:40px auto 0; padding:0;}
.ly_btn1 a { display:block; width:200px; height:48px; overflow:hidden; line-height:46px; color:#0096e4; font-size:16px; text-align:center; background-color:#fff; border-radius:24px; border:1px solid #0096e4; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_btn1 a:hover { color:#fff; background-color:#0096e4;}

.p1_img1 a { display:block; width:200px; height:48px; overflow:hidden; line-height:46px; color:#0096e4; font-size:16px; text-align:center; background-color:#fff; border:1px solid #0096e4; border-radius:24px; margin:40px auto 0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.p1_img1 a:hover { color:#fff; background-color:#0096e4;}

.RecData_list, .RecData_list1 { width:100%; height:auto; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.RecData_list ul li { border-bottom:1px solid #e6e6e6;}
.RecData_list ul li:last-child { border-bottom:0;}
.RecData_list ul li dl dt, .RecData_list ul li dl dd { display:flex; align-items: center; height:64px; padding:10px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.RecData_list ul li dl dt { width:16%;}
.RecData_list ul li dl dd { width:42%; border-left:1px solid #e6e6e6; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}

.RecData_list ul li dl dt span, .RecData_list ul li dl dd span, .RecData_list ul li dl dd a { display:block; width:100%; max-height:44px; overflow:hidden; line-height:22px; color:#333; font-size:14px; word-break:break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.RecData_list ul li dl dd a { color:#0096e4;}
.RecData_list ul li dl dd a:hover { text-decoration:underline;}


.RecData_list dl { margin:0 -15px;}
.RecData_list dl dd { width:33.333333%; margin-bottom:30px; padding:0 15px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.RecData_list dl dd .RecData_img { width:100%; height:240px; overflow:hidden; border-radius:8px 8px 0 0;}
.RecData_list dl dd .RecData_img a { display:block; width:100%; height:100%; overflow:hidden; position:relative;}
.RecData_list dl dd .RecData_img a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; position:absolute; top:0; right:0; bottom:0; left:0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.RecData_list dl dd:hover .RecData_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.RecData_list dl dd .RecData_name { width:100%; height:64px; overflow:hidden; margin:0 auto; padding:0; background-color:#f9f9f9; border-radius:0 0 8px 8px; display:flex; align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.RecData_list dl dd .RecData_name a { display:block; width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#303030; font-size:16px; text-align:center; padding:0 12px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.RecData_list dl dd:hover .RecData_name { background-color:#0096e4;}
.RecData_list dl dd:hover .RecData_name a { color:#fff;}


.RecData_list1 dl { margin:0 -15px;}
.RecData_list1 dl dd { width:33.333333%; margin-bottom:30px; padding:0 15px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.RecData_list1 dl dd .RecData_img { width:100%; height:auto; overflow:hidden; border-radius:0;}
.RecData_list1 dl dd .RecData_img a { display:block; width:100%; height:auto; overflow:hidden; position:relative; padding:9px; border:1px solid #fff; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.RecData_list1 dl dd .RecData_img a img { display:block; width:100%; height:auto; margin:0 auto;}
.RecData_list1 dl dd .RecData_name { width:100%; height:64px; overflow:hidden; margin:0 auto; padding:0; border-radius:0; display:flex; align-items: center;}
.RecData_list1 dl dd .RecData_name a { display:block; width:100%; max-height:48px; overflow:hidden; line-height:24px; color:#303030; font-size:16px; text-align:center; padding:0 12px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.RecData_list1 dl dd:hover .RecData_name a { color:#0096e4;}


.ly_p1 .p1_text2 { padding:0 40px 0 0;}
.p1_img2 { width:100%; overflow:hidden; margin:40px auto 0;}
.p1_img2 img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.p1_img2 span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}

.ly_ad { width:100%; overflow:hidden; margin:0 auto; padding:0; border-radius:24px;}
.ly_ad img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}

/**foot**/
.ly_foot { width:100%; overflow:hidden; margin:40px auto 0; padding:40px 0; background-color:#fff; border-top:4px solid #0096e4; border-radius: 24px 24px 0 0;}
.ft_main { width:1200px; overflow:hidden; margin:0 auto; padding:0;}
.ft_main .ft_left { width:290px; overflow:hidden; margin:0; padding:0; float:left;}
.ft_left a img { display:block; width:100%;}
.ft_main .ft_right { width:auto; overflow:hidden; margin:0; padding:0; float:right;}
.ft_right .ft_tel { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto 20px; padding:0;}
.ft_tel span { display:inline-block; height:38px; overflow:hidden; line-height:40px; color:#303030; font-size:18px; font-weight:bold; border-bottom:2px solid #0096e4; margin:0 10px 0 0; padding:0; float:left;}
.ft_tel em { display:inline-block; height:40px; line-height:40px; color:#0096e4; font-size:40px; font-weight:bold; font-style:normal;}
.ft_right ul li { display:inline-block; height:30px; line-height:30px; float:left; margin:0 40px 0 0;}
.ft_right ul li a { color:#666; font-size:14px;}
.ft_right p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:14px; margin:0 auto; padding:0;}
.ft_right p a { color:#666;}
.ft_right ul li a:hover, .ft_right p a:hover { color:#0096e4;}	


/**表单**/
.ly_order { width:1000px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.ly_order .order_div { width:100%; overflow:hidden; margin:0 auto; padding:15px 30px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.ly_order .order_div:hover { background-color:#f8f8f8;}
.od_title { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:16px; 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%;
	border: 1px solid #ccc;
	text-indent: .15em;
	line-height: 1; float:left; background-color:#fff; 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: #0096e4; border: 1px solid #0096e4; 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: 3px;
	border: 1px solid #ccc;
	text-indent: .15em;
	line-height: 1; float:left; background-color:#fff; 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 #0096e4; background-color: #0096e4; 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;}
.fm_radio1 ul li { width:33.333333%;}
.fm_radio2 ul li { width:25%;}
.fm_radio3 ul li { width:100%;}
.fm_checkbox ul li { width:33.333333%; height:40px; overflow:hidden; float:left;}
.fm_radio ul li input, .fm_checkbox ul li input { display:none;}
.fm_radio ul li label, .fm_checkbox ul li label { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#565656; font-size:14px; cursor:pointer;}
.fm_checkbox1 ul li { width:100%;}
.fm_checkbox3 ul li label { width:50%; float:left;}

.fm_radio1 ul li label { width:40%; float:left;}
.fm_radio1 ul li input.rd_ipt { display:block; width:120px; 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_checkbox2 ul li label { width:60%; float:left;}
.fm_checkbox2 ul li input.rd_ipt { float:right; display:block; width:40%; 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;}

.tips { width:100%; overflow:hidden; color:#999; 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;}

.ipt_tit { width:50%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; margin:0; 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_tit span { color:#f00;}
.fm_ipt1, .fm_ipt2, .fm_slc1 select, .fm_slc2 select, .fm_slc2 input, .fm_slc3 select, .fm_slc4 select, .fm_slc5 select { width:50%; height:auto; overflow:hidden; margin:0; padding:0; float:right;}
.fm_ipt3 { width:70%;}
.fm_ipt1 input, .fm_ipt1 select, .fm_ipt2 select, .fm_slc1 select, .fm_slc2 select, .fm_slc3 select, .fm_slc4 select, .fm_slc5 select { display:block; width:100%; height:36px; overflow:hidden; line-height:34px; color:#565656; font-size:14px; border:1px solid #ccc; background-color:#fff; 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_ipt2 input { margin:10px auto 0;}
.fm_ipt2 select { width:49%; margin:0 2% 0 0; float:left;}
.fm_ipt3 select { width:36%;}
.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.jpg) center right no-repeat; background-size: 28px 28px;}

.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:120px; height:40px; overflow:hidden; margin:0 auto; padding:40px 0;}
.order_btn input { display:block; width:120px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0; background-color:#0096e4; border-radius:20px; border:none; outline:none; cursor:pointer;}

.order_banner1 { width:1000px; height:360px; overflow:hidden; margin:0 auto; padding:0;background-color: #fff;}
.order_banner2 { width:940px; height:120px; overflow:hidden; margin:0 auto; padding:0 30px;}
.order_banner1 img, .order_banner2 img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0; border-radius:0 0 30px 30px;}

@media screen and (min-width:1024px) and (max-width:1199px) {

	
	/**ly_banner**/
	.ly_banner { width:100%; height:360px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
	.ly_banner img { display:block; width:1440px; height:360px; margin:-180px 0 0 -720px; padding:0; position:absolute; left:50%; top:50%;}

	/**ly_main**/
	.ly_main { width:100%; height:auto; margin:0 auto; padding:0 40px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	
	.ly_part { width:100%; height:auto; margin:40px auto; position:relative;}
	.ly_title p { font-size:24px;}
	
	.ly_con { width: 100%; height:auto; margin:-70px 0 0; padding:70px 40px 40px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms { width:100%; overflow:hidden; margin:0 auto 40px; padding:18px 20px; background-color:#f9f9f9; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.ly_ms p span { color:#333;}
	
	.ly_p1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p1 .p1_text { width:50%; overflow:hidden; margin:0; padding:0 40px 80px 0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p1 .p1_text1 { padding:0 40px 48px 0;}
	.p1_text h3 { width:100%; overflow:hidden; line-height:30px; color:#0096e4; font-size:24px; margin:0 auto 24px; padding:0;}
	.p1_text p { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:15px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
	.p1_text a { display:block; width:200px; height:48px; overflow:hidden; line-height:46px; color:#0096e4; font-size:16px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0; padding:0; position:absolute; left:40px; bottom:40px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_text a:hover { color:#fff; background-color:#0096e4;}
	.ly_p1 .p1_img { width:50%; overflow:hidden; margin:0; padding:0; float:right; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p1_img p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.pro_list { width:100%; overflow:hidden; margin:-20px auto 0; padding:0;}
	.pro_list li { width:23.5%; overflow:hidden; margin:20px 2% 0 0; padding:0; float:left;}
	.pro_list li:nth-child(4n+4) { margin:20px 0 0;}
	.pro_list li a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list li a .pro_img { width:100%; height:205px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.pro_list li a .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:15px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
	.pro_list li:hover a .pro_img { border:1px solid #0096e4;}
	.pro_list li:hover a p { color:#fff; background-color:#0096e4;}
	
	.ly_tit { width:100%; overflow:hidden; line-height:40px; color:#0096e4; font-size:24px; margin:0 auto 10px; padding:0;}
	
	.ly_p2 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p2 .p2_imgfl, .ly_p2 .p2_imgfr { width:50%; overflow:hidden; margin:0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p2 .p2_imgfl { padding:0 20px 0 0;}
	.ly_p2 .p2_imgfr { padding:0 0 0 20px;}
	.p2_imgfl img, .p2_imgfr img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p2_imgfl p, .p2_imgfr p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.ly_btn1 { width:100%; overflow:hidden; margin:40px auto 0; padding:0;}
	.ly_btn1 a { display:block; width:200px; height:48px; overflow:hidden; line-height:46px; color:#0096e4; font-size:16px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_btn1 a:hover { color:#fff; background-color:#0096e4;}
	
	.p1_img1 a { display:block; width:200px; height:48px; overflow:hidden; line-height:46px; color:#0096e4; font-size:16px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:40px auto 0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img1 a:hover { color:#fff; background-color:#0096e4;}
	
	.ly_p1 .p1_text2 { padding:0 40px 0 0;}
	.p1_img2 { width:100%; overflow:hidden; margin:40px auto 0;}
	.p1_img2 img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p1_img2 span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ly_ad { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_ad img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow:hidden; margin:40px auto 0; padding:40px; background-color:#fff; border-top:4px solid #0096e4; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ft_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft_main .ft_left { width:290px; overflow:hidden; margin:0; padding:10px 0; float:left;}
	.ft_left a img { display:block; width:100%;}
	.ft_main .ft_right { width:440px; overflow:hidden; margin:0; padding:0; float:right;}
	.ft_right .ft_tel { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto 40px; padding:0;}
	.ft_tel span { display:inline-block; height:38px; overflow:hidden; line-height:40px; color:#303030; font-size:18px; font-weight:bold; border-bottom:2px solid #0096e4; margin:0 10px 0 0; padding:0; float:left;}
	.ft_tel em { display:inline-block; height:40px; line-height:40px; color:#0096e4; font-size:40px; font-weight:bold; font-style:normal;}
	.ft_right ul li { display:inline-block; height:30px; line-height:30px; float:left; margin:0 40px 0 0;}
	.ft_right ul li a { color:#666; font-size:14px;}
	.ft_right p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:14px; margin:0 auto; padding:0;}
	.ft_right p a { color:#666;}
	.ft_right ul li a:hover, .ft_right p a:hover { color:#0096e4;}	
	
	
	.RecData_list dl dd .RecData_img { height:200px;}
}

@media screen and (min-width:769px) and (max-width:1023px) {

	
	/**ly_banner**/
	.ly_banner { width:100%; height:300px; overflow:hidden; margin:0 auto; padding:0; position:relative;border-radius: 0 0 30px 30px;}
	.ly_banner img { display:block; width:1200px; height:300px; margin:-150px 0 0 -600px; padding:0; position:absolute; left:50%; top:50%;}
	
	/**ly_main**/
	.ly_main { width:100%; height:auto; margin:0 auto; padding:0 24px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	
	.ly_part { width:100%; height:auto; margin:24px auto; position:relative;}
	.ly_title p { height:52px; line-height:52px; font-size:22px; padding: 0 20px; border-radius: 16px 16px 0 0;}
	
	.ly_con { width: 100%; height:auto; margin:-70px 0 0; padding:46px 24px 4px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);border-radius: 20px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms { width:100%; overflow:hidden; margin:0 auto 24px; padding:18px 20px; background-color:#f9f9f9; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.ly_ms p span { color:#333;}
	
	.ly_p1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p1 .p1_text { width:50%; overflow:hidden; margin:0; padding:0 24px 64px 0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p1 .p1_text1 { padding:0 24px 40px 0;}
	.p1_text h3 { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:24px; margin:0 auto 24px; padding:0;}
	.p1_text p { width:100%; overflow:hidden; line-height:28px; color:#333; font-size:14px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
	.p1_text a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0; padding:0; position:absolute; left:24px; bottom:24px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_text a:hover { color:#fff; background-color:#0096e4;}
	.ly_p1 .p1_img { width:50%; overflow:hidden; margin:0; padding:0; float:right; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p1_img p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.pro_list { width:100%; overflow:hidden; margin:-20px auto 0; padding:0;}
	.pro_list li { width:48%; overflow:hidden; margin:20px 4% 0 0; padding:0; float:left;}
	.pro_list li:nth-child(2n+2) { margin:20px 0 0;}
	.pro_list li a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list li a .pro_img { width:100%; height:235px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.pro_list li a .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
	.pro_list li:hover a .pro_img { border:1px solid #0096e4;}
	.pro_list li:hover a p { color:#fff; background-color:#0096e4;}
	
	.ly_tit { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:24px; margin:0 auto 10px; padding:0;}
	
	.ly_p2 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p2 .p2_imgfl, .ly_p2 .p2_imgfr { width:50%; overflow:hidden; margin:0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p2 .p2_imgfl { padding:0 12px 0 0;}
	.ly_p2 .p2_imgfr { padding:0 0 0 12px;}
	.p2_imgfl img, .p2_imgfr img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p2_imgfl p, .p2_imgfr p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.ly_btn1 { width:100%; overflow:hidden; margin:24px auto 0; padding:0;}
	.ly_btn1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_btn1 a:hover { color:#fff; background-color:#0096e4;}
	
	.p1_img1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:24px auto 0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img1 a:hover { color:#fff; background-color:#0096e4;}
	
	.ly_p1 .p1_text2 { padding:0 24px 0 0;}
	.p1_img2 { width:100%; overflow:hidden; margin:24px auto 0;}
	.p1_img2 img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p1_img2 span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ly_ad { width:100%; overflow:hidden; margin:0 auto; padding:0;border-radius: 20px;}
	.ly_ad img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow:hidden; margin:24px auto 0; padding:24px; background-color:#fff; border-top:4px solid #0096e4;border-radius: 20px 20px 0 0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ft_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft_main .ft_left { width:200px; height:80px; overflow:hidden; margin:0; padding:20px 0; float:left;}
	.ft_left a img { display:block; width:100%;}
	.ft_main .ft_right { width:440px; overflow:hidden; margin:0; padding:0; float:right;}
	.ft_right .ft_tel { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto 20px; padding:0;}
	.ft_tel span { display:inline-block; height:38px; overflow:hidden; line-height:40px; color:#303030; font-size:18px; font-weight:bold; border-bottom:2px solid #0096e4; margin:0 10px 0 0; padding:0; float:left;}
	.ft_tel em { display:inline-block; height:40px; line-height:40px; color:#0096e4; font-size:40px; font-weight:bold; font-style:normal;}
	.ft_right ul li { display:inline-block; height:30px; line-height:30px; float:left; margin:0 40px 0 0;}
	.ft_right ul li a { color:#666; font-size:14px;}
	.ft_right p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:14px; margin:0 auto; padding:0;}
	.ft_right p a { color:#666;}
	.ft_right ul li a:hover, .ft_right p a:hover { color:#0096e4;}	
	
	/**表单**/
	.ly_order { width:96%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.ly_order .order_div { width:100%; overflow:hidden; margin:0 auto; padding:12px 16px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_order .order_div:hover { background-color:#f8f8f8;}
	.od_title { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:16px; margin:0 auto;}
	.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%;
		border: 1px solid #ccc;
		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: #0096e4; border: 1px solid #0096e4; 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: 1px solid #ccc;
		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="checkbox"]:checked + label::before {
		border: 1px solid #0096e4; background-color: #0096e4; 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;}
	.fm_radio1 ul li { width:33.333333%;}
	.fm_radio2 ul li { width:50%;}
	.fm_radio3 ul li { width:100%;}
	.fm_checkbox ul li { width:33.333333%; height:40px; overflow:hidden; float:left;}
	.fm_radio ul li input, .fm_checkbox ul li input { display:none;}
	.fm_radio ul li label, .fm_checkbox ul li label { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#565656; font-size:14px; cursor:pointer;}
	.fm_checkbox1 ul li { width:100%;}
	.fm_checkbox3 ul li label { width:50%; float:left;}
	
	.fm_radio1 ul li label { width:40%; float:left;}
	.fm_radio1 ul li input.rd_ipt { display:block; width:120px; 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_checkbox2 ul li label { width:60%; float:left;}
	.fm_checkbox2 ul li input.rd_ipt { float:right; display:block; width:40%; 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;}
	
	.tips { width:100%; overflow:hidden; color:#999; font-size:14px; margin:20px auto 0; padding:0 16px; 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;}
	
	.ipt_tit { width:58%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; margin:0; float:left;}
	.ipt_tit1 { width:100%;}
	.ipt_tit span { color:#f00;}
	.fm_ipt1, .fm_ipt2 { width:42%; overflow:hidden; margin:0; padding:0; float:right;}
	.fm_ipt3 { width:100%;}
	.fm_ipt1 input, .fm_ipt1 select, .fm_ipt2 select { 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_ipt2 select { width:49%; margin:0 2% 10px 0; float:left;}
	.fm_ipt3 select { width:36%;}
	.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 { background:#fff url(../images/jt.jpg) top right no-repeat;}
	
	.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:120px; height:40px; overflow:hidden; margin:0 auto; padding:40px 0;}
	.order_btn input { display:block; width:120px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0; background-color:#0096e4; border:none; outline:none; cursor:pointer;}
	
	.order_banner1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; background:none;}
	.order_banner2 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0 16px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.order_banner1 img, .order_banner2 img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	.RecData_list dl, .RecData_list1 dl { margin:0 -10px;}
	.RecData_list dl dd, .RecData_list1 dl dd { margin-bottom:20px; padding:0 10px;}
	.RecData_list dl dd .RecData_img { height:180px;}
}

@media screen and (max-width:768px) {
	
	/**ly_banner**/
	.ly_banner { width:100%; height:280px; overflow:hidden; margin:0 auto; padding:0; position:relative;border-radius: 0 0 30px 30px;}
	.ly_banner img { display:block; width:1120px; height:280px; margin:-140px 0 0 -560px; padding:0; position:absolute; left:50%; top:50%;}

	/**ly_main**/
	.ly_main { width:100%; height:auto; margin:0 auto; padding:0 24px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	
	.ly_part { width:100%; height:auto; margin:24px auto; position:relative;}
	.ly_title { height:auto;}
	.ly_title p { height:52px; line-height:52px; font-size:22px; padding: 0 20px; border-radius: 16px 16px 0 0;}
	
	.ly_con { width: 100%; height:auto; margin:-60px 0 0; padding:44px 24px 4px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1); box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms { width:100%; overflow:hidden; margin:0 auto 24px; padding:18px 20px; background-color:#f9f9f9; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.ly_ms p span { color:#333;}
	
	.ly_p1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p1 .p1_text { width:50%; overflow:hidden; margin:0; padding:0 24px 64px 0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p1 .p1_text1 { padding:0 24px 40px 0;}
	.p1_text h3 { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:24px; margin:0 auto 24px; padding:0;}
	.p1_text p { width:100%; overflow:hidden; line-height:24px; color:#333; font-size:14px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
	.p1_text a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:24px 0 0; padding:0; position:absolute; left:24px; bottom:24px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_text a:hover { color:#fff; background-color:#0096e4;}
	.ly_p1 .p1_img { width:50%; overflow:hidden; margin:0; padding:0; float:right; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
	.p1_img p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.pro_list { width:100%; overflow:hidden; margin:-20px auto 0; padding:0;}
	.pro_list li { width:48%; overflow:hidden; margin:20px 4% 0 0; padding:0; float:left;}
	.pro_list li:nth-child(2n+2) { margin:20px 0 0;}
	.pro_list li a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list li a .pro_img { width:100%; height:265px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.pro_list li a .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
	.pro_list li:hover a .pro_img { border:1px solid #0096e4;}
	.pro_list li:hover a p { color:#fff; background-color:#0096e4;}
	
	.ly_tit { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:24px; margin:0 auto 10px; padding:0;}
	
	.ly_p2 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p2 .p2_imgfl, .ly_p2 .p2_imgfr { width:50%; overflow:hidden; margin:0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p2 .p2_imgfl { padding:0 12px 0 0;}
	.ly_p2 .p2_imgfr { padding:0 0 0 12px;}
	.p2_imgfl img, .p2_imgfr img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p2_imgfl p, .p2_imgfr p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.ly_btn1 { width:100%; overflow:hidden; margin:24px auto 0; padding:0;}
	.ly_btn1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_btn1 a:hover { color:#fff; background-color:#0096e4;}
	
	.ly_tit { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:24px; margin:0 auto 10px; padding:0;}
	
	.ly_p2 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p2 .p2_imgfl, .ly_p2 .p2_imgfr { width:50%; overflow:hidden; margin:0; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_p2 .p2_imgfl { padding:0 12px 0 0;}
	.ly_p2 .p2_imgfr { padding:0 0 0 12px;}
	.p2_imgfl img, .p2_imgfr img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
	.p2_imgfl p, .p2_imgfr p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.ly_btn1 { width:100%; overflow:hidden; margin:24px auto 0; padding:0;}
	.ly_btn1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_btn1 a:hover { color:#fff; background-color:#0096e4;}
	
	.p1_img1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:24px auto 0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img1 a:hover { color:#fff; background-color:#0096e4;}
	
	.ly_p1 .p1_text2 { padding:0 24px 0 0;}
	.p1_img2 { width:100%; overflow:hidden; margin:24px auto 0;}
	.p1_img2 img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
	.p1_img2 span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ly_ad { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_ad img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow:hidden; margin:24px auto 0; padding:24px; background-color:#fff; border-top:4px solid #0096e4; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ft_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft_main .ft_left { width:193px; height:80px; overflow:hidden; margin:0; padding:20px 0; float:left;}
	.ft_left a img { display:block; width:100%;}
	.ft_main .ft_right { width:440px; overflow:hidden; margin:0; padding:0; float:right;}
	.ft_right .ft_tel { width:100%; height:40px; overflow:hidden; line-height:40px; margin:0 auto 20px; padding:0;}
	.ft_tel span { display:inline-block; height:38px; overflow:hidden; line-height:40px; color:#303030; font-size:18px; font-weight:bold; border-bottom:2px solid #0096e4; margin:0 10px 0 0; padding:0; float:left;}
	.ft_tel em { display:inline-block; height:40px; line-height:40px; color:#0096e4; font-size:40px; font-weight:bold; font-style:normal;}
	.ft_right ul li { display:inline-block; height:30px; line-height:30px; float:left; margin:0 40px 0 0;}
	.ft_right ul li a { color:#666; font-size:14px;}
	.ft_right p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:14px; margin:0 auto; padding:0;}
	.ft_right p a { color:#666;}
	.ft_right ul li a:hover, .ft_right p a:hover { color:#0096e4;}	
	
	/**表单**/
	.ly_order { width:96%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.ly_order .order_div { width:100%; overflow:hidden; margin:0 auto; padding:12px 16px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_order .order_div:hover { background-color:#f8f8f8;}
	.od_title { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:16px; margin:0 auto;}
	.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%;
		border: 1px solid #ccc;
		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: #0096e4; border: 1px solid #0096e4; 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: 1px solid #ccc;
		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="checkbox"]:checked + label::before {
		border: 1px solid #0096e4; background-color: #0096e4; 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;}
	.fm_radio1 ul li { width:33.333333%;}
	.fm_radio2 ul li { width:50%;}
	.fm_radio3 ul li { width:100%;}
	.fm_checkbox ul li { width:33.333333%; height:40px; overflow:hidden; float:left;}
	.fm_radio ul li input, .fm_checkbox ul li input { display:none;}
	.fm_radio ul li label, .fm_checkbox ul li label { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#565656; font-size:14px; cursor:pointer;}
	.fm_checkbox1 ul li { width:100%;}
	.fm_checkbox3 ul li label { width:50%; float:left;}
	
	.fm_radio1 ul li label { width:40%; float:left;}
	.fm_radio1 ul li input.rd_ipt { display:block; width:120px; 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_checkbox2 ul li label { width:60%; float:left;}
	.fm_checkbox2 ul li input.rd_ipt { float:right; display:block; width:40%; 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;}
	
	.tips { width:100%; overflow:hidden; color:#999; font-size:14px; margin:20px auto 0; padding:0 16px; 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;}
	
	.ipt_tit { width:58%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; margin:0; float:left;}
	.ipt_tit1 { width:100%;}
	.ipt_tit span { color:#f00;}
	.fm_ipt1, .fm_ipt2 { width:42%; overflow:hidden; margin:0; padding:0; float:right;}
	.fm_ipt3 { width:100%;}
	.fm_ipt1 input, .fm_ipt1 select, .fm_ipt2 select { 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_ipt2 select { width:49%; margin:0 2% 10px 0; float:left;}
	.fm_ipt3 select { width:36%;}
	.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 { background:#fff url(../images/jt.jpg) top right no-repeat;}
	
	.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:120px; height:40px; overflow:hidden; margin:0 auto; padding:40px 0;}
	.order_btn input { display:block; width:120px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0; background-color:#0096e4; border:none; outline:none; cursor:pointer;}
	
	.order_banner1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0; background:none;}
	.order_banner2 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0 16px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.order_banner1 img, .order_banner2 img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;border-radius: 0 0 20px 20px;}
	
	.RecData_list dl, .RecData_list1 dl { margin:0 -10px;}
	.RecData_list dl dd, .RecData_list1 dl dd { margin-bottom:20px; padding:0 10px;}
	.RecData_list dl dd .RecData_img { height:150px;}
	.RecData_list dl dd .RecData_name, .RecData_list1 dl dd .RecData_name { height:60px;}
	.RecData_list dl dd .RecData_name a, .RecData_list1 dl dd .RecData_name a { max-height:44px; line-height:22px; font-size:14px;}
	
}
@media screen and (max-width:480px) {
	
	/**ly_banner**/
	.ly_banner { width:100%; height:140px; overflow:hidden; margin:0 auto; padding:0; position:relative; border-radius:0 0 10px 10px;}
	.ly_banner img { display:block; width:560px; height:140px; margin:-70px 0 0 -280px; padding:0; position:absolute; left:50%; top:50%;}
	
	/**ly_main**/
	.ly_main { width:100%; height:auto; margin:0 auto; padding:0 20px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	
	.ly_part { width:100%; height:auto; margin:20px auto; position:relative;}
	.ly_title p { height:40px; line-height:40px; font-size:16px; padding:0 20px; border-radius:8px 8px 0 0;}
	
	.ly_con { width: 100%; height:auto; margin:-56px 0 0; padding:36px 20px 20px; background-color:#fff; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);border-radius: 10px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms { width:100%; overflow:hidden; margin:0 auto 20px; padding:18px 20px; background-color:#f9f9f9;border-radius: 4px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_ms p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; margin:0 auto; padding:0;}
	.ly_ms p span { color:#333;}
	
	.ly_p1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p1 .p1_text { width:100%; overflow:hidden; margin:0 auto; padding:0; float:inherit; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_text h3 { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:22px; text-align:center; margin:0 auto 16px; padding:0;}
	.p1_text p { width:100%; overflow:hidden; line-height:24px; color:#333; font-size:14px; text-align:justify; text-indent:2em; margin:0 auto; padding:0;}
	.p1_text a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:20px auto; padding:0; position:inherit; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_text a:hover { color:#fff; background-color:#0096e4;}
	.ly_p1 .p1_img { width:100%; overflow:hidden; margin:0 auto; padding:0; float:inherit; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
	.p1_img p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.pro_list { width:100%; overflow:hidden; margin:-20px auto 0; padding:0;}
	.pro_list li { width:48%; overflow:hidden; margin:20px 4% 0 0; padding:0; float:left;}
	.pro_list li:nth-child(2n+2) { margin:20px 0 0;}
	.pro_list li a { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.pro_list li a .pro_img { width:100%; height:160px; overflow:hidden; margin:0 auto; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.pro_list li a .pro_img img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
	.pro_list li a p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#303030; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
	.pro_list li:hover a .pro_img { border:1px solid #0096e4;}
	.pro_list li:hover a p { color:#fff; background-color:#0096e4;}
	
	.ly_tit { width:100%; overflow:hidden; line-height:32px; color:#0096e4; font-size:22px; text-align:center; margin:0 auto 10px; padding:0;}
	
	.ly_p2 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_p2 .p2_imgfl, .ly_p2 .p2_imgfr { width:100%; overflow:hidden; margin:0 auto 20px; padding:0; float:inherit; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p2_imgfl img, .p2_imgfr img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
	.p2_imgfl p, .p2_imgfr p { width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.ly_btn1 { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ly_btn1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:0 auto; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_btn1 a:hover { color:#fff; background-color:#0096e4;}
	
	.p1_img1 a { display:block; width:160px; height:40px; overflow:hidden; line-height:38px; color:#0096e4; font-size:14px; text-align:center; background-color:#fff; border:1px solid #0096e4; margin:20px auto 0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.p1_img1 a:hover { color:#fff; background-color:#0096e4;}
	
	.ly_p1 .p1_text2 { margin:0 auto 20px; padding:0;}
	.p1_img2 { width:100%; overflow:hidden; margin:20px auto 0;}
	.p1_img2 img { display:block; width:auto; height:auto; max-width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
	.p1_img2 span { display:block; width:100%; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	
	.ly_ad { width:100%; overflow:hidden; margin:0 auto; padding:0;border-radius: 10px;}
	.ly_ad img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;}
	
	.RecData_list { border-radius:6px;}
	.RecData_list ul li { padding:5px 0;}
	.RecData_list ul li dl dt, .RecData_list ul li dl dd { width:100%; height: auto; padding:4px 10px; border:0;}
	.RecData_list ul li dl dt span, .RecData_list ul li dl dd span, .RecData_list ul li dl dd a { max-height:inherit; display:inherit; -webkit-line-clamp:inherit; -webkit-box-orient: inherit; text-overflow: inherit;}
	
	/**foot**/
	.ly_foot { width:100%; overflow:hidden; margin:20px auto 0; padding:20px; background-color:#fff; border-top:4px solid #0096e4;border-radius: 10px 10px 0 0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ft_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft_main .ft_left { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
	.ft_left a img { display:block; width:220px; height:auto; margin:0 auto; padding:0;}
	.ft_main .ft_right { width:100%; overflow:hidden; margin:0 auto; padding:0;}
	.ft_right .ft_tel { width:100%; height:auto; overflow:hidden; line-height:40px; text-align:center; margin:20px auto; padding:0;}
	.ft_tel span { display:inline-block; height:38px; overflow:hidden; line-height:40px; color:#303030; font-size:18px; font-weight:bold; border-bottom:2px solid #0096e4; margin:0 10px 0 0; padding:0; float:inherit; vertical-align: bottom;}
	.ft_tel em { display:inline-block; height:40px; line-height:40px; color:#0096e4; font-size:32px; font-weight:bold; font-style:normal;}
	.ft_right ul { text-align:center;}
	.ft_right ul li { display:inline-block; height:30px; line-height:30px; float:inherit; margin:0; padding:0 12px;}
	.ft_right ul li a { color:#666; font-size:14px;}
	.ft_right p { width:100%; height:auto; overflow:hidden; line-height:30px; color:#666; font-size:14px; text-align:center; margin:0 auto; padding:0;}
	.ft_right p a { color:#666;}
	.ft_right ul li a:hover, .ft_right p a:hover, .ft_right ul li a:active, .ft_right p a:active { color:#0096e4;}	
	
	/**表单**/
	.ly_order { width:96%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
	.ly_order .order_div { width:100%; overflow:hidden; margin:0 auto; padding:4px 16px 12px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.ly_order .order_div:hover { background-color:#f8f8f8;}
	.od_title { width:100%; overflow:hidden; line-height:30px; color:#333; font-size:16px; margin:0 auto;background: url(../images/ico0.png) left 10px no-repeat;}
	.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%;
		border: 1px solid #ccc;
		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: #0096e4; border: 1px solid #0096e4; 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: 1px solid #ccc;
		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="checkbox"]:checked + label::before {
		border: 1px solid #0096e4; background-color: #0096e4; 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:100%; height:40px; overflow:hidden; float:inherit;}
	.fm_radio1 ul li { width:50%;}
	.fm_radio2 ul li { width:100%;}
	.fm_radio3 ul li { width:100%;}
	.fm_checkbox ul li { width:50%; height:auto; overflow:hidden; float:left;}
	.fm_radio ul li input, .fm_checkbox ul li input { display:none;}
	.fm_radio ul li label, .fm_checkbox ul li label { display:block; width:100%; height:auto; overflow:hidden; line-height:40px; color:#565656; font-size:14px; cursor:pointer;}
	.fm_checkbox1 ul li { width:100%;}
	.fm_checkbox3 ul li label { width:100%; float:left;}
	
	.fm_radio1 ul li label { width:100%; float:left;}
	.fm_radio1 ul li input.rd_ipt { display:block; width:120px; 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_checkbox2 ul li label { width:100%; float:left;}
	.fm_checkbox2 ul li input.rd_ipt { float:right; display:block; width:100%; 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;}
	
	.tips { width:100%; overflow:hidden; color:#999; font-size:14px; margin:12px auto 0; padding:0 16px; 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;}
	
	.ipt_tit { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; margin:0; float:left;}
	.ipt_tit1 { width:100%;}
	.ipt_tit span { color:#f00;}
	.fm_ipt1, .fm_ipt2 { width:100%; height:auto; overflow:hidden; margin:0; padding:0; float:right;}
	.fm_ipt3 { width:100%;}
	.fm_ipt1 input, .fm_ipt1 select, .fm_ipt2 select { display:block; width:100%; height:36px; overflow:hidden; line-height:34px; color:#565656; font-size:14px; border:1px solid #ccc; margin:0 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_ipt2 select { width:49%; margin:0 2% 10px 0; float:left;}
	.fm_ipt3 input.rd_ipt { float:right; display:block; width:100%; 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 { background:#fff url(../images/jt.jpg) top right no-repeat;}
	
	.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:120px; height:40px; overflow:hidden; margin:0 auto; padding:20px 0;}
	.order_btn input { display:block; width:120px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:center; margin:0 auto; padding:0; background-color:#0096e4; border:none; outline:none; cursor:pointer;}
	
	.order_banner1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
	.order_banner2 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0 16px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
	.order_banner1 img, .order_banner2 img { display:block; width:100%; overflow:hidden; margin:0 auto; padding:0;border-radius: 0 0 12px 12px;}
	
	.yzm_pop { width:94%; padding:20px;}
	
	.RecData_list dl dd, .RecData_list1 dl dd { width:50%;}
	.RecData_list dl dd .RecData_img { height: 110px;}
}

@media screen and (max-width:320px) {
	/**ly_banner**/
	.ly_banner { width:100%; height:120px; overflow:hidden; margin:0 auto; padding:0; position:relative; border-radius:0 0 10px 10px;}
	.ly_banner img { display:block; width:480px; height:120px; margin:-60px 0 0 -240px; padding:0; position:absolute; left:50%; top:50%;}
	
	.pro_list li { width:100%; margin:20px auto 0; float:inherit;}
	.pro_list li a .pro_img { height:180px;}
	
	.RecData_list dl, .RecData_list1 dl { margin:0;}
	.RecData_list dl dd, .RecData_list1 dl dd { width:100%; margin:0 auto 20px; padding:0; float:none;}
	.RecData_list dl dd .RecData_img { height: 150px;}
	
	.RecData_list dl dd .RecData_name, .RecData_list1 dl dd .RecData_name { height:auto; display:inherit; align-items: inherit;}
	.RecData_list dl dd .RecData_name a, .RecData_list1 dl dd .RecData_name a { max-height:64px; padding:10px 10px 0;}
}
/**nav end**/


/*抽奖*/
.xydcj_main { width:840px; margin:0 auto 30px;}
.xydcj_main .xydcj_left { width:500px; height:360px; margin:0; padding:20px; background: url(../images/cj_bg1.png) center center no-repeat; background-size:100% 100%; border-radius:20px; float:left; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}

.lottery-box { width:460px; height:320px; overflow: hidden; margin:0; padding:10px; border-radius:20px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.lottery-box .title { text-align: center; padding: 50px 0; font-size: 18px; color: #fff;}
.lottery { width: 440px; height:300px; overflow: hidden; margin: 0 auto; padding: 0;}
@keyframes changeBg {
	0% {
		background-image:url(../images/k1.png);
	}
	100% {
		background-image:url(../images/k2.png);
	}
}
.lottery .lottery-item { height: 330px; position: relative; margin: 0;}
.lottery .lottery-item ul li { width: 140px; height:93px; overflow:hidden; position: absolute; padding:0; left:0; top:0; background: url(../images/bg2.png) center top no-repeat; background-size: 100% 100%; border-radius:10px;}
.lottery .lottery-item ul li:nth-child(2) { left: 150px; top:0;}
.lottery .lottery-item ul li:nth-child(3) { left: 300px; top:0;}
.lottery .lottery-item ul li:nth-child(4) { left: 300px; top: 103px;}
.lottery .lottery-item ul li:nth-child(5) { left: 300px; top: 206px;}
.lottery .lottery-item ul li:nth-child(6) { left: 150px; top: 206px;}
.lottery .lottery-item ul li:nth-child(7) { left: 0; top: 206px;}
.lottery .lottery-item ul li:nth-child(8) { left: 0; top: 103px;}
.lottery .lottery-item ul li .box { height: 93px; position: relative; text-align: center; overflow: hidden; background-size: 100% 100%;}
.lottery .lottery-item ul li .box img { display: block; height: 64px; margin: 0 auto; padding:0;}
.lottery .lottery-item ul li .box p { width:100%; overflow: hidden; color: #555; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.lottery .lottery-item ul li:nth-child(2) .box p, .lottery .lottery-item ul li:nth-child(4) .box p, .lottery .lottery-item ul li:nth-child(6) .box p { margin:12px auto;}
.lottery .lottery-item ul li.on { background: url(../images/bg1.png) no-repeat center; background-size: 100% 100%;}
.lottery .lottery-item ul li.on .box p {}
.lottery .lottery-item .lottery-start { width: 140px; height:93px; padding: 0; position: absolute; left: 150px; top: 103px;}
.lottery .lottery-item .lottery-start .box { height: 93px; font-size: 14px; color: #fff; cursor: pointer; text-align: center; overflow: hidden; background: url(../images/bg0.png) no-repeat center; background-size: 100% 100%;}
.lottery .lottery-item .lottery-start .box p b { font-size: 40px; margin-top: 16px; margin-bottom: 15px; line-height: 30px; display: block;}
.lottery .lottery-item .lottery-start .box:active { opacity: 0.7;}
.lottery .lottery-item .lottery-start .box.gray { background: url(../images/bg3.png) no-repeat center; background-size: 100% 100%;}
.lottery .lottery-item .lottery-start .box.gray p { color: #708ABF;  font-weight: bold;}
.mask { width: 100%; height: 100%; background: rgba(0,0,0,0.8); position: fixed; overflow: hidden; z-index: 222; top: 0; left: 0;}
.lottery-alert { width: 400px; height:531px; background: url(../images/zj_bg.png) center top no-repeat; margin: auto; padding: 208px 50px 0; position: fixed; left: 0; top: 50%; right: 0; transform: translateY(-50%); z-index: 9999;}
.lottery-alert .zj_img { width:300px; height:246px; overflow:hidden; margin: 0 auto; padding:0;}
.lottery-alert .zj_img img { display: block; width:300px; height: 246px; margin: 0 auto; padding:0;}
.lottery-alert .btnsave { width:300px; height: 48px; overflow:hidden; margin: 16px auto 0; padding:0;}
.btnsave a { display:block; width:300px; height: 48px; overflow:hidden; line-height: 48px; color: #fff; font-size: 15px; font-weight: bold; text-align:center; margin: 0; padding: 0; background: url(../images/linebg1.jpg) 0 0 repeat-x; background-size:100% 100%; border-radius: 24px;}
.btnsave a img { display:inline-block; width:18px; height:16px; vertical-align:middle; margin:0 8px 0 0;}

.ly_con .xydcj_right { width:300px; height:auto; margin:0; padding:0; float:right;}
.xydcj_right .cj_zjjl { width:100%; height:360px; overflow:hidden; margin:0 auto; padding:70px 20px 0; background-color:#0096e4; border-radius:20px; position:relative; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.cj_zjjl .zjjl_tit { width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:20px; font-weight:bold; text-shadow:0 3px 6px rgba(0,0,0,0.1); text-align:center; margin:0; padding:0; background:url(../images/tit_bg.png) center center no-repeat; background-size:100% 100%; border-radius:0; position:absolute; left:0; top:0;}
#scrollBox { width:100%; height:230px; overflow:hidden; margin:0 auto 10px; padding:0;}
#scrollBox #con1, #con2 { width:100%; float:left;}
#scrollBox li { width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:14px; text-align:left; white-space: nowrap; text-overflow: ellipsis; margin:0 auto 5px; padding:0 10px; background-color:#083962; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
#scrollBox li span { color:#ffe25a;}
.cj_zjjl a.zjjl_btn { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:15px; font-weight:bold; text-align:center; background: url(../images/linebg1.jpg) 0 0 repeat-x; background-size:100% 100%; border-radius:20px;}

.xydcj_main .xydcj_bz { width:100%; overflow:hidden; margin:0 auto; padding:18px 0;}
.xydcj_bz p { width:100%; overflow:hidden; line-height:24px; color:rgba(255, 255, 255, 0.5); font-size:14px; letter-spacing:-0.06px; margin:0 auto; padding:0;}

@media screen and (max-width:920px) {
	.xydcj_main { width:100%;}
}

@media screen and (max-width:820px) {
	.xydcj_main .xydcj_left { margin:0 auto 20px; float:inherit;}
	.ly_con .xydcj_right { width:500px; margin:0 auto; float:inherit;}
}

@media screen and (max-width:767px) {
	.xydcj_main { margin:0 auto;}
	.xydcj_main .xydcj_left { width:100%; height:240px; padding: 14px; border-radius: 12px;}
	.lottery-box { width: 100%; height: 213px; padding: 4px; border-radius: 8px;}
	.lottery, .lottery .lottery-item { width:100%; height:100%;}
	.lottery .lottery-item ul li { width: 32%; height: 32%; border-radius: 4px; background-size: 100% 100%;}
	.lottery .lottery-item ul li:nth-child(2) { left: 34%; top:0;}
	.lottery .lottery-item ul li:nth-child(3) { left: 68%; top:0;}
	.lottery .lottery-item ul li:nth-child(4) { left: 68%; top: 34%;}
	.lottery .lottery-item ul li:nth-child(5) { left: 68%; top: 68%;}
	.lottery .lottery-item ul li:nth-child(6) { left: 34%; top: 68%;}
	.lottery .lottery-item ul li:nth-child(7) { left: 0; top: 68%;}
	.lottery .lottery-item ul li:nth-child(8) { left: 0; top: 34%;}
	.lottery .lottery-item ul li .box { height:100%;}
	.lottery .lottery-item .lottery-start { width: 32%; height: 32%; left: 34%; top: 34%;}
	.lottery .lottery-item .lottery-start .box { height:100%;}
	.lottery .lottery-item ul li .box img { height:45px;}
	.lottery .lottery-item ul li:nth-child(2) .box p, .lottery .lottery-item ul li:nth-child(4) .box p, .lottery .lottery-item ul li:nth-child(6) .box p { margin: 6px auto;}
	.lottery .lottery-item ul li .box p { font-size:10px;}
	
	.lottery-alert { width: 240px; height: 319px; background: url(../images/zj_bg.png) center top no-repeat; background-size: 100%; padding: 160px 20px 0;}
	.lottery-alert .zj_img { width: 84%; height: auto;}
	.lottery-alert .zj_img img { width: 100%; height: auto;}
	.lottery-alert .btnsave { width: 84%; height: 36px; margin: 0 auto;}
	.btnsave a { width: 100%; height: 36px; line-height: 36px; font-size: 14px;}
	
	.ly_con .xydcj_right { width:100%;}
	.xydcj_right .cj_zjjl { border-radius: 12px;}
}

