html,body{height: 100%;}

li{
    list-style: none;
}
.e-box{
	margin-top: 25px;
}

.e-box .box{
	width: 49%;
	height: 350px;
}

.box-l{
	float: left;
}

.box-r{
	float: right;
}

.box-l .part{
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
}

.intro{
	padding: 40px 32px 40px 40px;
	background-color: #fff;
}

.intro h4{
    font-size: 30px;
	margin-bottom: 25px;
    color: #333;
}

.intro p{
    line-height: 30px;
    font-size: 18px;
}

.more{
    width: 100px;
    line-height: 26px;
    font-size: 14px;
    position: absolute;
    text-align: center;
    bottom: 40px;
    background-color: #0184f0;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #0184f0;
}

.more:hover{
    background-color: #fff;
    color: #aaa;
    border: 1px solid #ccc;
}

.more .i{
	margin-left: 7px;
    font-family: '宋体';
    font-weight: bold;
    vertical-align: top;
}

.video{
	background-image: url(../imgs/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/home/imgs/back.png',sizingMethod='scale');
}
.video i{
    color: #fff;
    font-size: 50px;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
    text-align: center;
    position: absolute;
}
.video-box{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2002;
}
.video-box .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000,gradientType=1,enabled=true);
	z-index: 1;
}
.video-box .box{width: 48%;z-index: 2;}
.video-box .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000,gradientType=1,enabled=true);
	z-index: 2;
}
.video-box video{
	width: 100%;
	height:300px\0;/* ie 8/9/10/Opera - for ie8/ie10/Opera */
    object-fit: fill;
}
.play{
    width: 76px;
    height: 76px;
    display: block;
    margin: auto;
    margin-top: 50%;
}

.box-r .part{
	width: 100%;
	height: 165px;
	max-height: 165px;
}

.brand{
	margin-top: 30px;
}


.p-box{
    position: relative;
    float: left;
	width: 50%;
	height: 100%;
	padding: 40px;
	background-color: #fff;
}

.p-box.tlt h4{
	margin-bottom: 20px;
    font-size: 20px;
	margin-top: 0;
    color: #333;
}

.p-box.tlt p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.sign{
	background-color: #f5f5f5;
	text-align: center;
}

.sign img{
	padding-top: 25px;
}

.link{
	position: absolute;
    width: 100px;
    border: 1px solid #ccc;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
    bottom: 40px;
    color: #aaa;
}

.link:hover{
    color: #fff;
    background-color: #0184f0;
    border: 1px solid #0184f0;
}

.trans{
    transform: all 0.3s;
    -moz-transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}

.link .i{
	margin-left: 10px;
    font-family: '宋体';
    font-weight: bold;
    vertical-align: top;	
}

.bot-more{
    margin-top: 30px;
    text-align: center;
}

.bot-more a{
    display: block;
    margin: auto;
    width: 150px;
    height: 40px;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
    line-height: 40px;
    color: #999;
    font-size: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.bot-more a:hover{
    color: #fff;
    background-color: #0184f0;
    border: 1px solid #0184f0;
}

.bot-more .i{
    margin-left: 10px;
}

.bg-pro{
    background-image: url(../imgs/product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/home/imgs/product_bg.jpg',sizingMethod='scale');
}

.bg-pro .comm{
    background-color: transparent;
}

.pro-box{
    height: 405px;
    max-width: 1560px;
    margin: auto;
}

.pro-box > div{
    height: 405px;
}

.pro-box > div:last-child{
    box-shadow: 0px 0px 10px 1px lightgrey;
}

.pro-nav{
    background-color: #2e2e50;
    padding-top: 30px;
    padding-bottom: 20px;
}

.pro-nav ul li{
    text-align: center;
    color: #fff;
}

.pro-nav ul li.type,
.pro-nav ul li.type a{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.pro-nav ul li a{
    color: #fff;
    font-size: 17px;
    line-height: 40px;
}

.pro-nav ul li.active a{
    color: #337ab7;
}

.pro-nav ul li:hover a{
    color: #337ab7;
}

.pn{
    position: relative;
    height: 100%;
}

.pn .search{
    width: 100%;
    border-radius: 18px;
    box-shadow: none;
    border: 1px solid #fff;
    background: transparent;
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    line-height: 20px;
}
.pn input[type=submit]{
	position: absolute;
	bottom: 0;
	right: 10px;
	border: none;
	background: transparent;
	color: #fff;
}
.pn i{
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.pro-pic{
    padding: 0;
}

.pro-list img{
    width: 100%;
    height: 405px;
}

.pro-list .slick-dots li.slick-active button:before{
    background-color: #00A0E8;
}

.pro-list .slick-dots li button:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    opacity: 1;
}

.pro-list .slick-dots{
    text-align: left;
    left: 40px;
    bottom: 10px;
}

.pro-list > div{
    position: relative;
}

.pro-list .pic-word{
    position: absolute;
    top: 25%;
    left: 7%;
    font-size: 22px;
}

.int{
    padding: 0;
}

.inte{
    position: absolute;
    height: 60%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
}

.inte h4{
    margin: 0;
    color: #0284f2;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    text-shadow: 0px 1px 1px #0284f2;
}

.h-line{
    display: block;
    width: 45px;
    border-bottom: 1px solid #333;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.want{
    position: absolute;
    bottom: 40px;
    margin-left: -50px;
    width: 100px;
    line-height: 28px;
    border-radius: 5px;
    background-color: #0284f2;
    border: 1px solid #0284f2;
    color: #fff;
    left: 50%;
}

.want:hover{
    background-color: #fff;
    color: #0284f2;
}

.er{
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}

.oth{
    height: 40%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.oth-l{
    background-color: #e8e7e5;
}

.oth-r{
    background-color: #e8ede7;
}

.er .er-tlt{
    display: block;
    text-align: center;
    color: #777;
    font-size: 24px;
    padding-top: 35px;
}

.er .i{
    display: block;
    margin: 15px auto auto;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    border-radius: 50%;
    position: relative;
}

.er .i:before{
    position: absolute;
    right: 5px;
    top: -3px;
    content: ">";
    font-family: 宋体;
    font-weight: bold;
    color: #999;
}

.er .i:hover{
    background-color: #0184f0;
    border: 1px solid #0184f0;
}

.er .i:hover:before{
    color: #fff;
}

.mana{
    background-color: #dbe0e3;
}

.mana .comm{
    background-color: transparent;
}

.m-box{
    height: 350px;
}

.m-box > div{
    height: 100%;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.m-box > div:nth-child(even){
    background-color: #fafafa;
}

.m-tlt{
    display: block;
    color: #0284f2;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-box p{
    margin-bottom: 5px;
}

.m-box .i{
    width: 30px;
    height: 30px;
    border: 1px solid #777;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 35px auto auto;
    font-size: 16px;
}

.m-box .i:before{
    content: ">";
    font-family: '宋体';
    font-weight: bold;
    position: absolute;
    right: 9px;
    color: #999;
}

.m-box .i:hover{
    background-color: #0184f0;
    border: 1px solid #0184f0;
}

.m-box .i:hover:before{
    color: #fff;
}

.para{
    height: 70px;
}

.m-icon i{
    font-size: 60px;
    color: #0284f2;
    border-radius: 10px;
    padding: 22px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #999;
}

.mt-80{
    margin-top: 80px;
}

@media screen and (min-width: 1441px){
    .intro h4{
        font-size: 30px;
    }

    .more,.link{        
        width: 120px;
        line-height: 28px;
    }

    .p-box.tlt h4{
        font-size: 30px;
    }
	.p-box.tlt p {
	    font-size: 18px;
	}
    .pn .search{
        line-height: 26px;
    }

    .e-box .box{
        height: 450px;
    }

    .box-r .part{
        height: 210px;
        max-height: 210px;
    }

    .m-box{
        height: 400px;
    }

    .m-icon i{
        font-size: 70px;
    }

    .m-box > div{
        padding-top: 45px;
    }

    .pro-box > div{
        height: 500px;
    }

    .m-box p{
        font-size: 15px;
    }

    .pro-list img{
        height: 500px;
    }

    .inte{
        padding-left: 100px;
        padding-right: 100px;
    }

    .inte p{
        font-size: 15px;
    }

    .pro-list .slick-dots li{
        margin: 0 7px;
    }

    .pro-list .slick-dots li button::before{
        width: 15px;
        height: 15px;
    }

    .m-tlt{
        font-size: 22px;
    }

    .sign img {
        padding-top: 30px;
        width: 100px;
    }

    .er .er-tlt{
        padding-top: 60px;
    }

}
@media only screen and (max-width: 1440px) {
    .intro { padding: 30px 24px 30px 30px;}
	.intro h4 { font-size: 24px;  margin-bottom: 20px;}
	.p-box.tlt h4{font-size: 24px;}
	.intro p ,.p-box.tlt p{font-size: 16px;}
	.p-box { padding: 30px;}
	.brand { margin-top: 20px;}
	.more,.link{bottom: 30px;}
}
@media screen and (max-width: 1400px){
    .pn .search{
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 1365px){
    .er .er-tlt{
        font-size: 22px;
    }
    .intro { padding: 20px 14px 20px 20px;}
	.intro h4,.p-box.tlt h4  { font-size: 20px; margin-bottom: 12px;}
	.intro p {font-size: 14px;line-height: 28px;}
	.p-box.tlt p{font-size: 14px;}
	.p-box { padding: 20px;}
	.more,.link{bottom: 20px;}
}

@media screen and (max-width: 1200px){
    .comm{
        height: auto!important;
        padding-bottom: 20px;
    }
    .bot-more a{
      width: 120px;
      height: 36px;
      line-height: 34px;
      font-size: 16px;
  }

}

@media screen and (max-width: 991px){
    .box-l,.box-r{
        float: none;
        margin: auto;
    }

    .box-r{
        margin-top: 15px;
    }

    .e-box .box{
        width: 100%;
    }

    .comm{
        padding-top: 40px;
    }

    .inte{
        width: 100%;
    }

    .pro-box{
        height: auto;
    }

    .m-box{
        height: auto;
    }

    .mt-80{
        margin-top: 0;
    }

    .er .er-tlt{
        font-size: 20px;
    }

    .er .er-tlt{
        padding-top: 45px;
    }
	.intro h4 ,.p-box.tlt h4{ font-size: 22px;  margin-bottom: 15px;}
	.intro p ,.p-box.tlt p{font-size: 16px;line-height: 30px;}
	.brand { margin-top: 15px;}
	.video-box .box{width: 80%;}
}

@media screen and (max-width: 767px){
    .pro-box{
        width: 100%;
    }

    .er .i:before{
        right: 5px;
    }

    .er .er-tlt{
        font-size: 18px;
    }
    .intro h4 ,.p-box.tlt h4{ font-size: 20px;  margin-bottom: 12px;}
	.intro p ,.p-box.tlt p{font-size: 14px;line-height: 28px;}
}

@media screen and (max-width: 600px){
    .pn li:not(.type){
        display: inline-block;
        text-align: center;
        margin: 0 5px;
    }

    .pro-nav{
        width: 100%;
    }
    .pro-nav ul li a {
        font-size: 16px;
        line-height: 32px;
    }
    
    .pro-nav ul li.type,
    .pro-nav ul li.type a{
      padding-bottom: 8px;
      font-size: 18px;
    }
    .pn ul{
        text-align: center;
    }

    .pro-box > div:first-child{
        height: 208px;
    }
    .inte {
      padding: 35px;
  }
    .inte h4 {
      font-size: 20px;
    }    
    .pn .search{
        left: 25%;
        width: 50%;
    }
	.pn input[type=submit],
    .pn i{
        right: 27%;
    }
    .pro-pic{
        width: 100%;
        height: auto!important;
    }

    .pro-pic .slick-dotted.slick-slider{
        margin-bottom: 0;
    }

    .pro-list img{
        height: auto;
    }

    .m-box > div{
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }

    .m-icon{
        width: 50%;
        float: left;
    }

    .para{
        width: 50%;
        float: left;
    }

    .m-box .i{
        margin: 115px 19% auto auto;
    }
}

@media screen and (max-width: 500px){
    .m-box > div{
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 425px){
    .box-l .part{
        width: 100%;
        height: 50%;
    }
	.e-box .box{height: auto;overflow: hidden;}
	.box-l .part{height: auto;}
	
	.box-l .part.video{height: 175px;}
    .intro{
        padding: 10px;
    }
    .p-box.tlt h4{ font-size: 18px;}
    .intro h4 {
    	font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .more,.link{position: relative;display: inline-block;width: 90px;margin-top: 15px;bottom: 0px;line-height: 24px;font-size: 12px;}

    .play{
        width: 60px;
        height: 60px;
        margin-top: 14%;
    }

    .p-box{
        padding: 30px 10px 10px;
    }

    .sign img{
        padding-top: 20px;
    }

    .h-line{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pn .search {
        left: 20%;
        width: 60%;
    }
	.pn input[type=submit],
    .pn i {
        bottom: 2px;
        right: 24%;
    }

    .video i{
        top: 25%;
    }

    .m-box > div{
        padding-left: 22px;
        padding-right: 22px;
    }
}
