﻿

.Query {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0;
    background: #fafafa;
}

    .Query .Box12 {
        display: block;
    }

        .Query .Box12 .Fl {
            width: 180px;
            flex-shrink: 0;
            position: relative;
            float: left;
        }

            .Query .Box12 .Fl img {
                width: 100%;
            }

            .Query .Box12 .Fl em {
                position: absolute;
                width: 100%;
                bottom: 40px;
                text-align: center;
                left: 0;
                color: #fff;
            }

        .Query .Box12 .Fr {
            margin-left: 20px;
            width: 930px;
            padding: 20px;
            float: right;
            background: #fff;
            height: 228px;
        }

            .Query .Box12 .Fr .form {
                display: block;
                border: 1px solid #e3582d;
                border-radius: 40px;
                height: 60px;
                margin-top: 20px;
            }

                .Query .Box12 .Fr .form .input {
                    width: 51%;
                    float: left;
                }
				
				  .Query .Box12 .Fr .form .input2 {
                    width: 19%;
                    float: left;
                }

                    .Query .Box12 .Fr .form .input input {
						width:100%;
                        border: 0;
                        padding: 0 20px;
                        border-left: 1px solid #f0f0f0;
                        outline: none;
                        line-height: 58px;
                        height: 58px;
                    } 
					.Query .Box12 .Fr .form .input2 input {
                        border: 0;
                        padding: 0 20px;
                        border-left: 1px solid #f0f0f0;
                        outline: none;
                        line-height: 58px;
                        height: 58px;
                    }
					

                    .Query .Box12 .Fr .form .input:nth-child(1) input {
                        border-left: none;
                        border-radius: 60px;
                    }

                .Query .Box12 .Fr .form .but {
                    width: 30%;
                    line-height: 58px;
                    height: 56px;
                    border-radius: 58px;
                    margin-top: -2px;
                    float: left;
                }

                    .Query .Box12 .Fr .form .but button {
                        width: 100%;
                        line-height: 62px;
                        background: #e3582d;
                        outline: none;
                        border: 0;
                        color: #fff;
                        border-radius: 0 60px 60px 0;
                    }

            .Query .Box12 .Fr .Results {
                width: 100%;
                float: left;
                height: auto;
                margin-top: 20px;
                border-top: 1px solid #f0f0f0;
                padding-top: 20px;
            }

                .Query .Box12 .Fr .Results .title {
                    width: 100%;
                    float: left;
                    height: auto;
                    margin-bottom: 15px;
                    font-size: 14px;
                    color: #999;
                }

                    .Query .Box12 .Fr .Results .title em {
                        font-size: 18px;
                        color: #333;
                    }

                    .Query .Box12 .Fr .Results .title span {
                        font-size: 16px;
                        color: #d1603d;
                        margin: 0 10px;
                    }

                .Query .Box12 .Fr .Results .Roll {
                    width: 100%;
                    float: left;
                    height: auto;
                    font-size: 14px;
                }

                    .Query .Box12 .Fr .Results .Roll .roll-1 {
                        width: 50%;
                        float: left;
                        height: 25px;
                        overflow: hidden;
                    }

                        .Query .Box12 .Fr .Results .Roll .roll-1 em {
                            color: #56aedc;
                        }

                    .Query .Box12 .Fr .Results .Roll .roll-2 {
                        width: 50%;
                        float: left;
                        height: 25px;
                        overflow: hidden;
                    }

                        .Query .Box12 .Fr .Results .Roll .roll-2 em {
                            color: #56aedc;
                        }

        .Query .Box12 .list {
            margin-top: 30px;
            float: left;
        }

            .Query .Box12 .list li {
                width: 25%;
                padding: 0 10px;
                float: left;
            }

                .Query .Box12 .list li .block {
                    width: 100%;
                    float: left;
                }

                    .Query .Box12 .list li .block .title {
                       
                        width: 100%;
                        height: 56px;
                        line-height: 56px;
                        font-size: 20px;
                        font-weight: bold;
                        color: #fff;
                        padding: 0 20px;
                    }

                    .Query .Box12 .list li .block .desc {
                        background: #fff;
                        padding: 20px;
                    }
.Box12{width: 1200px;
    margin: auto;}
	
	/* 第二段 */
	

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/

.curp {
	cursor: pointer
}
;
/*原reset*/

sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/

h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/* CSS Document */

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei!important;
	position: relative;
}/*网站字体颜色*/
.header, .content, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	font-family: microsoft yahei!important;
}
.lvse{
	color: #00b2a3;
}
/*header*/

/*标题*/
.pro_indextit {
	text-align: center;
	font-size: 32px;
	color: #333;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: bold;
}
.pro_indextit span {
	display: block;
	font-size: 18px;
	color: #444;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 22px;
}
.xwbt{margin-bottom: 0!important;}
.pro_indextit .title_tiao{
	width: 55px;
	height: 1px;
	background: #ec3c3c;
	margin: 15px auto;
}




/*产品四大优势*/
.hb_jiej {

	height: 554px;
}
.hb_main {
	margin-top: 50px;
	    height: 256px;
}
.hb_main ul li {
	display: block;
	width: 260px;
	float: left;
	margin-right: 45px;
	background: url(../images/jiejuebj.png) no-repeat;
}

.indexhb_pic {
	width: 260px;
	text-align: center;
}
.indexhb_pic img {
	margin-top: 12px;
}
.indexhb_title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 35px;
	line-height: 45px;
	font-weight: bold;
}

.indexhb_note {
	width: 80%;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: center;
	margin:0 auto;
}
.indexhb_url {
	display: block;
	width: 105px;
	margin: 0 auto;
	height: 30px;
	color: #fff;
	margin-top: 35px;
	background: #333;
	border-radius: 35px;
	line-height: 30px;
	text-align: center;
}
.hb_main ul li:nth-child(4) {
	margin-right: 0!important;
}
.fuwu_anniu{
	overflow: hidden;
	text-align: center;
	margin-top: 70px;
}
.fuwu_tel{
	display: inline-block;
	width: 140px;
	background: #ec3c3c url(../images/baitel.png) no-repeat 30px 7px;
	color: #fff;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding: 0 30px 0 60px;
	text-align: left;
}
.fuwu_zixun{
	display: inline-block;
	width: 80px;
	background: #333 url(../images/xiaolian.png) no-repeat 35px 7px;
	color: #fff;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 30px 0 68px;
	text-align: left;
	margin-right: 13px;
}




.ReceiveData {
    padding: 50px 0;
    width: 100%;
    float: left;
    height: auto;
    background: #f9f9f9;
}

    .ReceiveData .list {
        width: 100%;
        float: left;
        height: auto;
        background: #fff;
        margin-top: 50px;
    }

        .ReceiveData .list li {
            float: left;
            width: 19%;
            text-align: center;
            border-right: 2px solid #f9f9f9;
        }

            .ReceiveData .list li .block {
                width: 100%;
                float: left;
                padding: 30px 0;
            }

                .ReceiveData .list li .block img {
                    box-shadow: 0 0 10px rgba(0,0,0,0.1);
                }

                .ReceiveData .list li .block .title {
                    margin-top: 20px;
                }

    .ReceiveData .more {
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        margin-top: 260px;
    }

        .ReceiveData .more a {
            display: inline-block;
            border: 1px solid #fc3c2a;
            line-height: 30px;
            padding: 0 40px;
            border-radius: 40px;
            color: #fc3c2a;
        }

            .ReceiveData .more a:hover {
                box-shadow: 0 0 10px rgba(255,115,102,0.5);
                background: #fc3c2a;
                color: #fff;
            }




/*# sourceMappingURL=gszc.css.map */


.Box12 {
    max-width: 1280px;
    margin: 0 auto;
}

.case {
    width: 100%;
    float: left;
    height: auto;
    background: #f8f8f8;
	margin-top:50px;
}

    .case .img {
        margin-top: 40px;
        float: left;
        position: relative;
    }

        .case .img img {
            width: 100%;
        }

        .case .img span {
            position: absolute;
            width: 300px;
            text-align: center;
            top: 60%;
            left: 50%;
            margin: -120px 0 0 -150px;
            color: #fff;
        }

            .case .img span em {
                font-size: 50px;
                color: #fff;
                width: 100%;
                display: block;
            }


.evaluate-ul{
    width:1200px;
    height:342px;
	margin:auto;
    background:rgba(255,255,255,1);
    margin-top: 24px;
    padding: 10px; 
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	cursor:default; 
}
.evaluate-ul>li{
    position: relative;
    width:236px;
    height:100%;
    background:rgba(248,248,248,1);
	transition: all .4s ease 0s;
}
.evaluate-ul>li:hover{
	cursor: default;
    margin-top: -6px;
    box-shadow: 0 8px 16px #dddddd;
}
.evaluate-ul>li:nth-child(2n){
    background: #fff;
}
.evaluate-ul>li>.imga{
    position: absolute;
    top: 9px;
    left: 10px;
}
.evaluate-ul>li>.imgb{
    right:9px;
    bottom: 10px;
    position: absolute;
}
.evaluate-ul>li>p{
    margin-left: 50px;
    font-size:16px;
    
    font-weight:bold;
    color:rgba(66,66,66,1);
    line-height:16px;
    margin-top: 32px;
    display: inline-block;
}
.evaluate-ul>li>.evaluate-ti{
    display: flex;
    align-items: center;
    margin-left: 19px;
    margin-top: 19px;
}
.evaluate-ul>li>.evaluate-ti>img{
    width:54px;
    height:54px;
    border-radius:50%;
}
.evaluate-ul>li>.evaluate-ti>p{
    font-size:14px;
   
    font-weight:400;
    color:rgba(66,66,66,1);
    display: flex;
    flex-direction: column;
    margin-left: 13px;
}
.evaluate-ul>li>.evaluate-ti>p>i{
    color:rgba(158,158,158,1);
}
.evaluate-ul>li>span{
    font-size:14px;
   
    font-weight:400;
    color:rgba(117,117,117,1);
    line-height:22px;
    padding: 0 19px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 24px;
}
	
	
	.CSTation{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;

}
.CSTation>.cstitle{
    display: flex;
    align-items: center;
    margin-top: 37px;
}
.CSTation>.cstitle>h3{
    font-size:28px;
    
    font-weight:bold;
    color:rgba(66,66,66,1);
    line-height:22px;
}
.CSTation>.cstitle>ul{
    display: flex;
    margin-left: 53px;
}
.CSTation>.cstitle>ul>li{
    font-size:14px;
   
    font-weight:400;
    color:rgba(66,66,66,1);
    text-align: center;
     line-height: 30px;
    width:100px;
    height:30px;
    margin-right: 15px;
    cursor: pointer;
}
.CSTation>.cstitle>ul>li.cstactive{
    background:rgba(22,101,193,1);
    font-weight:bold;
    color:rgba(255,255,255,1);
    position: relative;
}
.CSTation>.cstitle>ul>li.cstactive::after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #1665C1;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 50%;
    margin-right: -5px;
    bottom: -10px;
}
.newsbox {
    width: 100%;
    float: left;
    height: auto;
    background: #fafafa;
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
}

    .newsbox .TabList {
        width: 100%;
        float: left;
        height: auto;
        background: #fff;
        margin-top: 30px;
    }

        .newsbox .TabList .TabTitle {
            width: 100%;
            float: left;
            height: auto;
            border-bottom: 2px solid #e3582d;
        }

            .newsbox .TabList .TabTitle ul li {
                float: left;
                line-height: 40px;
                padding: 0px 20px;
                cursor: pointer;
            }

            .newsbox .TabList .TabTitle ul .hover {
                background: #e3582d;
                color: #fff;
            }

        .newsbox .TabList .TabContent {
            width: 100%;
            float: left;
            height: auto;
            background: #fff;
            padding: 20px;
        }

            .newsbox .TabList .TabContent .hover {
                display: block;
            }

            .newsbox .TabList .TabContent ul {
                display: none;
            }

                .newsbox .TabList .TabContent ul li {
                    width: 29%;
                    padding: 00px 20px 10px 20px;
                    float: left;
                }

                    .newsbox .TabList .TabContent ul li .block {
                        display: block;
                        border-bottom: 1px solid #f0f0f0;
                        padding: 10px 0;
                        float: left;
                        position: relative;
                        width: 100%;
                    }

                    .newsbox .TabList .TabContent ul li .number {
                        font-weight: bold;
                        color: #9e9e9e;
                        float: left;
                        width: 50px;
                        position: absolute;
                        left: 0px;
                    }

                    .newsbox .TabList .TabContent ul li .content {
                        margin-left: 50px;
                        float: left;
                        width: 100%;
                    }

                        .newsbox .TabList .TabContent ul li .content .title {
                            display: block;
                            height: 18px;
                            font-size: 14px;
                            font-weight: bold;
                            overflow: hidden;
                        }

                            .newsbox .TabList .TabContent ul li .content .title:before {
                                content: "问";
                                font-size: 12px;
                                background: #1665c1;
                                color: #fff;
                                padding: 0 2px;
                                margin-right: 5px;
                            }

                        .newsbox .TabList .TabContent ul li .content .desc {
                            display: block;
                            margin-top: 3px;
                            height: 18px;
                            font-size: 14px;
                            overflow: hidden;
                            color: #757575;
                        }

                            .newsbox .TabList .TabContent ul li .content .desc:before {
                                content: "答";
                                font-size: 12px;
                                background: #f06703;
                                color: #fff;
                                padding: 0 2px;
                                margin-right: 5px;
                            }
	
	.tu001{width:100%;margin-bottom:50px;}
	.tu002{width:1200px;margin:auto;}
	.tu002 li{float:left;}
	.tu002 li span{    font-size: 64px;
    line-height: 70px;
    margin-left: 20px;
    font-style: italic;
    color: #006acc;
}