@charset "utf-8";
/* CSS Document */
* {
	border: none;
	color: #333;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 16px;
	list-style: none;
	line-height: 1.5em;
	outline: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.banner a, .banner p, .banner h2 {
	color: #fff;
}
.clear {
	clear: both;
}
h1, h2 {
	font-size: 2.25em;
}
h3, .col_contact li p, .case_text_bottom li span {
	font-size: 1.5em;
}
h1 a, h2 a, h3 a, h3 span {
	font-size: 1em;
}
html {
	background: #ccc;
}
body {
	max-width: 750px;
	min-width: 360px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 6.5em;
	position: relative;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.bg {
	background: #f0f0f0;
}
.pull_left, .col_middle li, .list_product li, .list_case li, .case_list_img li, .case_text_top li span, .case_bottom li, .product_bottom li, .pick_top_list li {
	float: left;
}
.pull_right {
	float: right;
}
#header {
	padding: 1.8125em 1.875em;
	background: #112ee2;
}
#pull {
	display: block;
	background: url(../images/pull.png) no-repeat right center;
	width: 32px;
	line-height: 26px;
	text-indent: -9999px;
}
.main-menu {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	overflow: auto;
}
.main-menu li a {
	font-size: 2em;
	display: block;
	width: 100%;
	line-height: 2em;
	color: #333;
	font-weight: bold;
}
#pull2 {
	text-align: right;
	padding: 1.5em 1.875em;
}
#pull2 img {
	width: 2.125em;
}
.main-menu p {
	width: 60%;
	margin: 0 auto 3em;
	overflow: hidden;
}
.main-menu ul {
	width: 43%;
	margin: 0 auto;
}
.main-menu p img {
	display: block;
	margin: 0 auto 0.625em;
	width: 2.8125em
}
.main-menu p span, .main-menu p a {
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
.main-menu p a {
	border-right: 2px solid #e6e6e6;
}
.main-menu ul img {
	margin-right: 1.5em;
	vertical-align: middle;
	width: 2.125em;
}
.col_top, .col_middle ul, .footer, .list_product li, .pick_top, .pick_top_list {
	text-align: center;
}
.col_top h2:after, .col_form h2:after, .pick_top h2:after, .pick_middle h2:after {
	content: '';
	display: block;
	width: 78px;
	height: 2px;
	background: #000;
	margin: 4px auto 0;
}
.col_top h3 {
	color: #112ee2;
	margin: 0.5em auto 0.583333em;
}
.col_top p, .banner p, .list_product p a, .col_contact li p, .control-label, .case_text_top span {
	font-weight: bold;
}
.col_top .more {
	border: 1px solid #d2d2d2;
	width: 10.125em;
	margin: 1.5625em auto 0;
	display: block;
	line-height: 2.625em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
.more img {
	vertical-align: middle;
	margin-left: 0.5625em;
}
.col_middle h3, .col_bottom h3, .col_list_product h3, .col_contact h3, .case_text_top h3, .case_text_bottom h3, .product_work h3, .table_box h3, .col_odds_list h3, .product_bottom h3 {
	background: #112ee2;
	padding: 0.416667em;
	border-radius: 0.416667em;
}
.col_contact h3 {
	border-radius: 0;
}
.col_middle h3 a, .col_bottom h3 a, .col_list_product h3 a, .col_contact h3 span, .case_text_top h3 span, .case_text_bottom h3 span, .product_work h3 span, .table_box h3 span, .col_odds_list h3 span, .product_bottom h3 a {
	display: block;
	line-height: 2.3333em;
	padding: 0 0.8333em 0 1.5em;
	color: #fff;
	background: url(../images/h3_bg.png) no-repeat left center;
}
.col_list_product h3 a {
	background: url(../images/h3_bg2.png) no-repeat left center;
}
.col_middle h3 img, .col_bottom h3 img, .col_list_product h3 img, .col_contact p {
	margin-top: 0.5em;
}
.col_middle ul, .col_bottom ul, .list_product ul, .list_case li, .case_text_top ul, .case_text_bottom ul, .product_work p, .table_box .text, .product_bottom ul, .pick_middle ul {
	margin-top: 1.25em;
}
.col_middle li, .col_list_product li, .list_product li, .pick_top_list li {
	margin-bottom: 1.875em;
}
.col_middle li h4, .banner p {
	margin-top: 0.625em;
}
.col_bottom li {
	border-bottom: 3px solid #0a23ba;
	padding-bottom: 1.625em;
	margin-bottom: 1.75em;
}
.col_bottom li >a {
	width: 30.5%;
}
.col_bottom li .text {
	width: 65%;
}
.col_bottom h4, .about_bottom img, .about_bottom h4 {
	margin-bottom: 1em;
}
.col_bottom p, .list_case h4, .list_case p, .pick_middle li p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list_case p {
	-webkit-line-clamp: 3;
}
.col_list_product {
	padding: 2.5em 1.875em 1em;
}
.list_product, .list_case {
	padding: 1.875em 1.875em 1em;
}
.list_product h2, .list_case h2, .about_top h2, .about_bottom h2, .case_text_top li span, .case_text_bottom li span {
	color: #0a23ba;
}
.list_product li, .list_case li {
	border-radius: 0.625em;
	box-shadow: 0 0 1.25em #aaa;
	padding-bottom: 1.5em;
	background: #fff;
}
.list_product p a {
	display: inline-block;
	margin: 0 0.375em;
}
.list_product p {
	padding: 0 2em;
	margin-top: 0.5em;
}
.list_case li, .case_list_img {
	padding: 1.875em;
}
.list_case h4 {
	margin: 1.25em 0 0.875em;
}
.about_top h2, .about_bottom h2 {
	padding: 0.778em 0.6667em 0.38889em;
	background: #f3f3f3;
}
.about_top ul, .case_text_bottom {
	padding: 1.5em 1.875em;
}
.about_top h3 img {
	vertical-align: middle;
	margin-right: 1.25em;
}
.about_top h3 {
	font-weight: 500;
	margin-bottom: 0.5em;
}
.about_top li {
	margin-bottom: 1.25em;
}
.about_bottom li {
	padding: 1.875em;
	text-align: center;
	border-bottom: 0.625em solid #f3f3f3;
}
.about_bottom li:nth-last-of-type(1) {
	border-bottom: none;
}
.col_contact li {
	margin-top: 1.5em;
}
.col_contact {
	padding: 1.875em 1.875em 0;
}
.case_top p {
	margin-top: 0.25em;
}
.case_top {
	box-shadow: 0 10px 10px -10px #aaa;
}
.case_text_top ul {
	background: #f3f3f3;
	padding: 1.125em;
}
.case_text_top li {
	margin-bottom: 0.625em;
}
.case_text_top p {
	padding-left: 10em;
	color: #666;
}
.case_text_bottom li {
	background: #f3f3f3;
	margin-bottom: 1.375em;
	border-radius: 0.625em;
	padding: 0.5em 1.25em;
}
.case_text_bottom li span {
	margin-right: 0.625em;
}
.case_text_bottom li p {
	padding: 0.5em 1.75em;
	min-height: 5.5em;
}
.case_bottom li {
	text-align: left;
}
.product_top {
	padding: 2.5em 1.875em;
}
.product_top .banner_swiper, .pick_top_list li, .pick_middle li {
	border-radius: 0.625em;
	box-shadow: 0 0 10px #aaa;
	background: #fff;
}
.product_top p {
	margin-top: 0.375em;
}
.col_odds_list li {
	margin-top: 1.875em;
	border-radius: 0.625em;
	padding: 1.125em 1.25em;
	min-height: 11.75em;
	background: #f3f3f3;
}
.col_odds_list li img {
	float: left;
}
.col_odds_list .text {
	padding-left: 3.75em;
}
.col_odds_list li h4 {
	margin-bottom: 0.625em;
}
.product_bottom {
	border-bottom: 1.25em solid #f3f3f3;
}
.product_bottom li img {
	background: #f3f3f3;
	margin-bottom: 1em;
}
/*-----------------------------*/
.col_top, .list_case, .col_form, .case_top, .col_odds_list, .product_bottom, .pick_top {
	padding: 1.875em 1.875em 2.5em;
}
.col_middle, .col_bottom, .case_text_top, .product_work, .table_box, .pick_top_list, .pick_middle , .pick_bottom{
	padding: 0 1.875em 0.5em;
}
.col_middle li, .case_list_img li, .product_bottom li {
	width: 30.5%;
	margin-right: 4.25%;
}
.list_product li, .list_case li, .pick_top_list li {
	width: 48%;
	margin-right: 4%;
}
.col_middle li:nth-child(3n), .list_product li:nth-child(2n), .list_case li:nth-child(2n), .case_list_img li:nth-child(3), .product_bottom li:nth-child(3), .pick_top_list li:nth-child(2n) {
	margin-right: 0;
}
.col_middle li:nth-child(3n+1), .pick_top_list li:nth-child(2n+1) {
	clear: none;
}
.tab-content .tab-pane {
	display: none;
}
.tab-content .active {
	display: block;
}
.table {
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 1em;
}
.table_box tr {
	background: #fff;
}
.table_box tr:nth-child(1) td {
	background: #f3f3f3;
}
.table td {
	border: 1px solid #ddd;
	padding: 0.5em;
}
#parameter, .table_box .text {
	overflow-x: auto;
}
.pick_top li {
	margin-top: 1.625em;
	border-radius: 10px;
	padding: 2.5em 1.875em 1.875em;
	box-shadow: 0 0 10px #aaa;
}
.pick_top .text {
	margin-top: 1em;
}
.pick_top p {
	margin-top: 0.5em;
}
.pick_top .more, .pick_middle .more {
	display: block;
	width: 12.5em;
	margin: 1.5em auto 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.625em;
	color: #fff;
	background: #112ee2;
}
.pick_middle .more {
	text-align: center;
	margin: 1.75em 0 0 auto;
}
.pick_top_list h3 {
	height: 3em;
	padding: 0 2em;
}
.pick_top_list li {
	padding-bottom: 1em;
}
.pick_top_list .more, .showMorehandle {
	font-weight: bold;
	text-transform: uppercase;
	color: #112ee2;
}
.pick_middle li {
	padding: 1.875em;
	margin-bottom: 1.75em;
}
.pick_middle h3 {
	margin: 1em 0 0.5em;
}
.pick_bottom li {
	margin-top: 0;
	margin-bottom: 1.5em;
}
/*-------.form------*/
.red {
	color: #f00;
}
.form table {
	width: 100%;
}
.form table {
	width: 100%;
}
.form td {
	padding-top: 0.75em;
	border-bottom: 1px solid #aaa;
}
.form tr:nth-of-type(n+6) td {
	border: none;
}
.form tr:nth-of-type(6) td, .form tr:nth-of-type(8) td {
	padding-top: 1.5em;
}
.form tr:nth-of-type(8) td {
	border-bottom: 1px solid #aaa;
}
.form .input-xlarge {
	width: 100%;
	box-sizing: border-box;
	line-height: 2.875em;
	padding: 0 1em;
}
.form select.input-xlarge {
	height: 2.87em;
}
.form textarea.input-xlarge {
	height: 3.6em;
	line-height: 1.2em;
}
.checkbox, .radio {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 0.25em;
	position: relative;
	z-index: 0;
	padding-left: 1.5em;
}
.checkbox input, .radio input {
	vertical-align: middle;
	margin-right: 0.4em;
	width: 1em;
	height: 1em;
}
.submit input {
	display: block;
	color: #fff;
	width: 8.33em;
	font-size: 1.5em;
	background: #112ee2 url(../images/btn.png) no-repeat 90% center;
	line-height: 1.9em;
	margin: 1.5em auto 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.checkbox_btn, .radio_btn {
	border: 1px solid #666;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.radio_btn, .radio_btn:before {
	border-radius: 50%;
}
input[type=checkbox], input[type=radio] {
	display: none;
}
.checkbox_btn:before, .radio_btn:before {
	content: '';
	content: '';
	width: 8px;
	height: 8px;
	background: #1535c2;
	margin: 3px auto;
}
input[type=checkbox]:checked + .checkbox_btn:before, input[type=radio]:checked + .radio_btn:before {
	display: block;
}
input[type=checkbox]:checked +span, input[type=radio]:checked +span {
	border: 1px solid #1535c2;
}
/*-----------footer----------------*/
.footer {
	padding: 2.125em 1.875em;
	margin: 0.625em 0 2.1825em;
	background: #f3f3f3;
}
.fixed_box {
	width: 100%;
	max-width: 750px;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #112ee2;
	padding: 1em;
}
.fixed {
	padding: 1em 4.875em;
	background: #0a23ba url(../images/fixed.jpg) no-repeat center center;
}
.fixed a {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.fixed img {
	vertical-align: middle;
	margin-right: 1.25em;
}
.showMorehandle {
	clear: both;
	text-align: center;
	margin-top: 1.5em;
}
.trun_top {
	position: fixed;
	right: 1.5em;
	bottom: 30%;
	display: none;
}
/*banner*/
.banner .text {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(0,0,0,0.3);
	padding: 1.875em 2.5em;
}
.banner, .banner .swiper-slide, .product_top {
	position: relative;
}
.swiper-container {
	overflow: hidden;
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.swiper-slide {
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.banner .swiper-pagination {
	position: absolute;
	bottom: 2.5em;
}
.banner .swiper-pagination {
	left: 2em;
	right: 2em;
	text-align: center;
}
.swiper-pagination-bullet {
	width: 0.75em;
	height: 0.75em;
	display: inline-block;
	margin-right: 0.625em;
	border-radius: 0.4em;
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #112ee2;
}
.product_top .swiper-pagination {
	margin: 1.875em auto;
	text-align: center;
}
.product_top .swiper-pagination-bullet {
	width: 1.875em;
	height: 0.375em;
	background: #e6e6e6;
}
.product_top .swiper-pagination-bullet-active {
	background: #112ee2;
}
 @media all and (max-width:750px) {
* {
	font-size: 2.93333vw;
}
h1, h2 {
	font-size: 1.6em;
}
h3, .col_contact li p {
	font-size: 1.2em;
}
#header, .pick_middle li {
	padding: 1.25em;
}
.col_top, .col_middle, .col_bottom, .col_list_product, .list_case, .about_top ul, .about_bottom li, .col_contact, .col_form, .case_top, .case_list_img, .case_text_top, .case_text_bottom, .product_top, .product_work, .col_odds_list, .table_box, .product_bottom, .pick_top, .pick_top_list, .pick_middle {
	padding-left: 1.25em;
	padding-right: 1.25em;
}
.list_case li {
	padding: 1em;
}
#pull {
	width: 28px;
	background-size: 100% auto;
}
.banner .text {
	padding: 1em 1.5em;
}
.col_bottom h4 {
	margin-bottom: 0.5em;
}
.col_bottom li {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.footer {
	margin-bottom: 1.5em;
}
.col_middle h3 a, .col_bottom h3 a, .col_contact h3 span {
	background-size: 51% auto;
}
.col_middle h3 img, .col_list_product h3 img {
	width: 1em;
}
.col_list_product h3 a {
	background-size: 60% auto;
}
.list_case {
	padding-bottom: 1.25em;
}
.about_top h3 img {
	width: 1.5em;
}
.col_contact li {
	margin-top: 1em;
}
.fixed a {
	font-size: 1.25em;
}
.fixed img {
	width: 5.333vw;
}
.checkbox, .radio {
	width: auto;
	display: inline-block;
}
}
.LR-ICON {
            background-size: 32px auto !important;
            background-repeat: no-repeat !important;
            background-image: url("mclose.png") !important;
        }
     
        .LR-ICON-CHAT1 {
            background-position: 0 0 !important;
        }
        
        .LR_Mini_ICON {
            display: none;
            position: fixed;
            z-index: 2147483647;
            width: auto; height: auto;padding: 0;
            margin: 0;border: 0;
            background-color: transparent;
            font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
        }
       #LR-BTN {
            display: block;width: 60px;height: 60px;border: 1px solid rgba(0, 0, 0, .1);
            border-radius: 31px;box-shadow: 0 0 14px 0 rgba(0, 0, 0, .16);
            cursor: pointer;text-decoration: none;background-color: #00a6f1;
        }
        .LR_Mini_ICON span, .LR_Mini_ICON div, .LR_Mini_ICON img {
            float: none;width: auto;height: auto; padding: 0;margin: 0;
            border: 0;background: none;
        }
        #LR-BTN-ICON {display: block;width: 32px;height: 32px;margin: 14px; position:absolute; }
        #LR-CIRCLE {position: absolute;top: 0;left: 0;display: none;width: 60px;height: 60px;border-radius: 30px;text-align: center;font-size: 18px;line-height: 60px;background-color: #00a6f1;color: #fff;}
        #LR-BUBBLE {position: fixed;display: none;width: 90%;margin: 0 5% 74px 5%;border: 1px solid #f7f7f7;color: #000;text-align: left;box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .16);line-height: 1.428571429;background-color: #fff;}
        #LR-BUBBLE-CLOSE {position: absolute;top: 1px;right: 3px;width: 26px;height: 26px;background-position: -3px -58px;}
        #LR-BUBBLE-INSIDE {margin: 10px;}
        #LR-BUBBLE-AVATAR {width: 26px;height: 26px;border-radius: 13px;margin-right: 6px;vertical-align: top;box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);}
        #LR-BUBBLE-NAME {display: inline-block;margin-top: 3px;font-size: 16px; color: #000;}
        #LR-BUBBLE-MSG {height: 40px;margin-top: 5px;font-size: 14px;overflow: hidden;color: #000;}
        #LR-BUBBLE-MSG img {width: 16px;height: 16px;}


         .LR_yaoqing {
            height: auto;
            display:none;
            background: rgba(0,0,0,0.7);
        }

        .LR_yaoqingtit {
            cursor: pointer;
            width: 100%;
            background: rgba(0,0,0,0.7);
            height: 46px;
            line-height: 46px;
            vertical-align: middle;
            color: #fff;
            font-size: 14px;
            font-family: "Microsoft YaHei";
        }

            .LR_yaoqingtit .LR_tit {
                margin-left: 10px;
                float: left;
            }

                .LR_yaoqingtit .LR_tit img {
                    display: inline;
                    margin-top: 10px;
                    float: left;
                }

                .LR_yaoqingtit .LR_tit span {
                    float: left;
                }

                .LR_yaoqingtit .LR_tit font {
                    background: #F00;
                    color: #fff;
                    font-size: 12px;
                    border-radius: 100%;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    line-height: 20px;
                    float: left;
                    margin-top: 14px;
                }

            .LR_yaoqingtit img {
                margin-right: 10px;
                float: right;
                margin-top: 13px;
            }

.LR_yaoqingtext {
    margin: 10px 10px 0 10px;
    color: #fff;
    font-family: "Microsoft YaHei";
}

            .LR_yaoqingtext h2 {
                overflow: hidden;
                color: #fff;
                margin: 10px 0;
                font-weight: normal;
            }

                .LR_yaoqingtext h2 span {
                    font-size: 16px;
                    float: left;
                }

                .LR_yaoqingtext h2 font {
                    font-size: 12px;
                    float: right;
                    line-height: 16px;
                }

.LR_yaoqingcontent {
    margin: 10px 2px 0 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #151515;
    color: #fff;
    font-family: "Microsoft YaHei";
}

            .LR_yaoqingcontent p {
                line-height: 20px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                word-break: break-all;
                float: left;
                font-size: 13px;
                margin: 0;
                width: 95%;
            }

            .LR_yaoqingcontent font {
                display: block;
                float: left;
                font-size: 14px;
                width: 5%;
            }

        .LR_clear {
            clear: both;
        }

        .LR_yaoqing-form {
            border-top: 1px solid #787878;
            height: 30px;
            margin: 0 10px;
            padding: 7px 0 10px 0;
        }

        #LR_inputform {
	    padding-left: 7px;
            background: #fff;
            border: 0 none;
            height: 28px;
            width: 74%;
            float: left;
            border-radius: 6px;
            font-size: 14px;
            font-family: "Microsoft YaHei";
            color: #333;
        }

        .LR_btn {
            width: 20%;
            height: 30px;
            float: right;
            text-align: center;
            font-size: 14px;
            background: #0fa3de;
            color: #fff;
            border: 0 none;
            border-radius: 6px;
            font-family: "Microsoft YaHei";
        }
.whats{
    display: block;
    border: 2px solid #df2f23;
    margin: 20px 0;
    text-align: center;
    line-height: 45px;
    color: #eb4f44;
    font-size: 16px;
    font-weight: 600;
}