/*首页*/
.u-tt {
    font-family: "AvenirNextLTPro Bold","微软雅黑";
    font-size: 30px;
    color: black;
    padding-left: 20px;
    border-left: 3px solid #3939fe;
}
.m-banner{
	position: relative;
    min-width:1285px;
}
.m-banner>p{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1285px;
	margin-top: -27px;
	margin-left: -643px;
}
.m-banner:hover>p{
	display: block;
}
.m-banner>p i{
	position: absolute;
	width: 32px;
	height: 55px;
	padding:5px;
	background: url(/Content/img/icons.png) no-repeat;
	cursor: pointer;
	border-radius: 5px;
}
.m-banner>p i:hover{
	background-color: gray;
	opacity: 0.8;
}
.m-banner .prev{
	left: 0;
	background-position: -63px -19px;
}
.m-banner .next{
	right: 0;
	background-position: -100px -19px;
}
.m-banner a{
	display: block;
	width: 100%;
	display: none;
}
.m-banner .z-crt{
	display: block;
}
.m-banner img{
	width: 100%;
}
.m-story{
	width:100%;
	height: 645px;
	padding:50px 0;
}
.m-story-l{
	float: left;
	width: 800px;
	height: 100%;
}
.m-story-l .img-t{
	width:100%;
	height: 322px;
}
.m-story-l .img-l{
	width: 360px;
	height: 310px;
}
.m-story-l .img-r{
	width: 427px;
	height: 310px;
}
.m-story-r{
	float: right;
	width: 465px;
	height: 645px;
	padding:30px;
	box-sizing: border-box;
	background-color: #f0f0f0;
}
.m-story-r .cont{
	line-height: 28px;
	font-size: 12px;
	margin-top: 30px;
    height: 420px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;

}
.u-btn02 {
    width: 240px;
    height: 50px;
    color: white;
    font-size: 16px;
    background-color: #0066ff;
    border: none;
    cursor: pointer;
}
.m-cate ul{
	position: relative;
    overflow:hidden;
}
.m-cate li{
	position: relative;
	float: left;
	box-sizing: border-box;
	border:1px solid rgba(238,240,245,1);
}
.m-cate .cate1 li{
	width: 50%;
	height: 300px;
	padding:0 40px;
}
.m-cate .cate2 li{
	width: 25%;
	height: 310px;
}
.m-cate .cate1 li:nth-child(4n),.m-cate .cate1 li:nth-child(4n+1),.m-cate .cate2 li:nth-child(2n)
{
	background-color: #F1F2F7;
	border:none;
}
.u-btn {
    width: 165px;
    height: 50px;
    color: white;
    font-size: 16px;
    background: #1566fb;
    border:none;
}
.m-cate .u-btn{
	display: inline-block;
	z-index: 2;
	height: 0;
	opacity: 0;
	transition: all .6s;
}
.m-cate li:hover:after{
	z-index: 2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
}
.m-cate li:hover .u-btn{
	height: 50px;
	opacity: 1;
	margin-top: 20px;
}
.m-cate .pimg img{
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}
.m-cate .cate1 .pimg{
	float:left;
	width:50%;
	height: 100%;
	line-height: 300px;
	text-align: center;
}
.m-cate .cate1 .ptit{
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 3;
	float: left;
	width:50%;
	text-align:center;
	transform: translate(0, -50%);
}
.m-cate .cate1 .ptit span{
	display: block;
	font-size: 20px;
	text-align:center;
}
.m-cate .cate2 a{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width:100%;
	height: 100%;
	z-index: 3;
}
.m-cate .cate2 p{
	height: 30px;
	line-height: 30px;
	margin-top: 40px;
	text-align:center;
	font-size: 20px;
}
.m-cate .cate2 .pimg{
	display: block;
	width:100%;
	height: 200px;
	line-height: 200px;
	text-align:center;
}
.m-newproduct li{
	float:left;
	width: 310px;
	height: 390px;
	margin-left: 15px;
}
.m-newproduct li:first-child{
	margin-left: 0;
}
.m-newproduct li span{
	display: block;
	width: 100%;
	height: 310px;
	padding: 40px;
	line-height: 310px;
	text-align: center;
	background-color: #F1F2F7;
	overflow: hidden;
	box-sizing: border-box;
}
.m-newproduct li .img{
	max-width: 100%;
	max-height: 100%;
}
.m-newproduct li p{
	position: relative;
	height: 80px;
	font-size: 16px;
	padding: 40px 30px 0 30px;
	border:1px solid rgba(238,240,245,1);
	box-sizing: border-box;
}
.m-newproduct li p:before{
	content: '';
	position: absolute;
	top: 22px;
	left: 30px;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #1484FB;
}
/*---首页新增样式-产品画册改版---start---*/
.fl {
    float: left;
}

.pr20 {
    padding-right: 20px;
}

.pb15 {
    padding-bottom: 15px;
}

.w225 {
    width: 220px;
}

.w240 {
    width: 240px;
}

.fs16 {
    font-size: 16px;
}

.ofh {
    overflow: hidden;
}

/*响应图片,.img-responsive.ofh同时绑定，并在IMG上绑定.img方法*/
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*图片放大，外面还要加个.img-responsive.ofh*/
.img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
}

    .img:hover {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }

/*单行溢出隐藏*/
.one-line-hide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*多行溢出隐藏*/
.four-line-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.tip-add {
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    background-color: #fff;
    color: #cc3429;
    font-size: 18px;
    line-height: 16px;
}

.z-btn01 {
    padding: 0 15px;
    border: none;
    height: 30px;
    background-color: #c43a31;
    color: white;
    font-size: 14px;
}

    .z-btn01:hover {
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }

.m-media > div > ul > li {
    margin-top: 50px;
    padding: 0 20px;
    border-left: none;
}

    .m-media > div > ul > li:last-child {
        padding-right: 0px;
    }

.m-media .pro-brochure {
    padding-right: 0;
    width: 66.66%;
}

    .m-media .pro-brochure ul {
        margin-top: 20px;
        padding-right: 20px;
        border-right: 1px dashed #ddd;
        height: 210px;
        font-family: 'Arial Regular';
    }

        .m-media .pro-brochure ul li {
            float: left;
        }

            .m-media .pro-brochure ul li .pb-box {
                margin-bottom: 55px;
                height: 90px;
                width: 100%;
                line-height: 22px;
                color: #9c9b9f;
                font-size: 14px;
                overflow: hidden;
            }

/*---首页新增样式-产品画册改版---end---*/

.m-media a:hover{
	text-decoration: underline;
}
.m-media .videobox{
	position: relative;
	display: inline-block;
	height: 200px;
	max-width: 100%;
}
    .m-media .videobox .play {
        display: none;
        z-index: 3;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 51px;
        height: 51px;
        margin-left: -26px;
        margin-top: -25px;
        background: url(/Content/img/icons.png) no-repeat;
        background-position: -279px -26px;
        border: none;
    }
.m-media .videobox video{
	position: relative;
}
.m-media .videobox:hover:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 2;
}
.m-media .videobox:hover .play{
	display: block;
}
/*联系我们*/
.m-contact{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position:relative;
}
.m-contact .l{
	float: left;
	width: 634px;
	height: 285px;
}
.water {
    width: 40px;
    height: 40px;
    position: absolute;
    left:175px;
    bottom:140px;
}
.water .point {
    position: absolute;
    border-radius: 50%;
    animation: water 2s linear infinite;
}
.water .point2 { -webkit-animation-delay: 0.5s;}
.water .point3 {-webkit-animation-delay: 1s;}
.water .point4 {-webkit-animation-delay: 1.5s;}
@keyframes water {
    from {
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        background-color: rgba(0,102,255,1);
    }

    to {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,102,255,0);
    }
}
.m-contact .r{
	float: right;
	width: 634px;
	height: 285px;
}
.m-contact .map{
	width: 100%;
	vertical-align: middle;
}
.m-contact .info{
	width: 100%;
	height: 100%;
	padding-left: 45px;
	color: white;
	background: url(/Content/img/bac_06.jpg) no-repeat 100% 100%;
	box-sizing: border-box;
}
.m-contact .info .tit{
	font-size: 20px;
	padding-top: 45px;
}
.m-contact .info>div>p{
	position: relative;
	line-height: 16px;
	padding-left: 22px;
	margin-top: 27px;
}
.m-contact .info > div > p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 16px;
    background: url(/Content/img/icons.png) no-repeat;
}
.m-contact .info .tel:before{
	background-position: -373px -152px;
}
.m-contact .info .email:before{
	background-position: -373px -179px;
}
.m-contact .info .addr:before{
	background-position: -373px -206px;
}
.m-contact .r>p{
	margin-top: 26px;
}
.m-contact .r label{
	display: inline-block;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	box-sizing: border-box;
    font-size:16px;
}
.m-contact .r input[type='text']{
	width: 400px;
	height: 35px;
	padding-left: 10px;
	line-height: 35px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
}
.m-contact .r textarea{
	width: 470px;
	border: 1px solid #b3b3b3;
	padding:10px;
	line-height: 20px;
	box-sizing: border-box;
}
.u-btn03{
	width: 115px;
	height: 35px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	background-color: #c43a31;
	border: none;
}
.m-contact .r .u-btn03{
	margin: 40px 0 0 110px;
}
.req label:before{
	content: '*';
	color: #d41c1c;
	margin-right: 5px;
}
/*FAQS*/
.m-rcont{
	float: right;
	width: 1000px;
	padding-bottom: 40px;
}
.m-faq{
	font-size: 14px;
}
.m-faq .tip{
	color:#999;
	font-style: italic;
	line-height: 18px;
}
.m-faq .list{
	padding-right: 5px;
}
.m-faq .list li{
	margin-top: 20px;
	background-color: white;
}
.m-faq .list li>p{
	position: relative;
	font-family: '微软雅黑';
	color: #5366c7;
	font-size: 16px;
	font-weight: bold;
	padding:20px 60px 20px 30px;
	line-height: 20px;
	box-shadow: 2px 2px 8px #ddd;
}
.m-faq .list li>div{
	display: none;
	color:#666;
	line-height: 25px;
	padding:10px 30px;
	background-color: #F7F7F7;
}
    .m-faq .list .arr {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        width: 30px;
        height: 20px;
        margin-top: -10px;
        background: url(/Content/img/icons.png) no-repeat;
        background-position: -199px -273px;
        cursor: pointer;
    }
.m-faq .list .open .arr{
	transform:rotate(180deg); 
}
/*site map*/
.u-tit{
	position: relative;
	display: inline-block;
	font-family:"微软雅黑";
	font-weight: bold;
	font-size: 20px;
	color:#4f4f4f;
}
.u-tit:before{
	position: absolute;
	left: -50px;
	top: 50%;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #ccc;
}
.u-tit:after{
	position: absolute;
	right: -50px;
	top: 50%;
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #ccc;
}
.m-links{
	margin: 25px 0 45px;
	color: #ccc;
	font-family: "微软雅黑";
	font-size: 14px;
}
.m-links a{
	margin:0 15px;
	color: #666;
	font-size: 14px;
}
.m-links a:hover{
	text-decoration: underline;
}
/*隐私*/
.m-privacy{
	line-height: 22px;
	font-size: 14px;
	color: #808080;
}
.u-tit02{
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #666666;
	text-transform: uppercase;
}

/*搜索页*/
.m-leftnav2{
	float: left;
	width: 300px;
	margin-top: 40px;
}
.m-leftnav2 .title{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bolder;
	color: white;
	padding-left: 20px;
	background-color: #363534;
}
.m-leftnav2 .type{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-family: '微软雅黑';
	font-size: 20px;
	margin-top: 20px;
}
.m-leftnav2 ul{
	padding-left: 20px;
	margin-top: 30px;
}
.m-leftnav2 li{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.m-leftnav2 li span{
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.m-leftnav2 li span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/Content/img/icons.png) no-repeat;
	background-position: -29px -311px;
}
.m-leftnav2 li.checked span:before{
	background-position: -56px -311px;
}
.m-rlist{
	float: right;
	width: 964px;
	margin-top: 40px;
}
.m-rlist .tpage{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.m-rlist .bpage{
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.m-rlist .plist li{
	float: left;
	width: 308px;
	/*height: 204px;*/
	margin-bottom: 20px;
	margin-left: 20px;
}
.m-rlist .plist li:nth-child(3n+1){
	margin-left: 0;
}
.m-rlist .plist li a {
	display: block;
	height: 204px;
	line-height: 204px;
	padding:0 53px;
	vertical-align: middle;
	text-align:center;
	background: #F1F2F7;
	overflow: hidden;
}
.m-rlist .plist li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.m-rlist .plist li p{
	line-height:14px;
    margin-top:10px;
    padding:0 15px;
	font-size: 14px;
	color: #333;
	text-align:center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-rlist .plist li:hover p{
	text-decoration: underline;
}
/*新增页面service-aboutus---start---*/
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pl50 {
    padding-left: 50px;
}

.pt70 {
    padding-top: 70px;
}

.w100p {
    width: 100%;
}

.tc {
    text-align: center;
}

.ab-box {
    margin: 60px auto;
    width: 1130px;
    line-height: 25px;
    font-size: 14px;
    color: #1b1a1a;
}

/*新增页面service-aboutus---end---*/
