

/*# sourceMappingURL=style.css.map */



@media (min-width:320px){
	.retue{
		height: 42px;
		line-height: 42px;
		width: 150px;
		border-radius: 5px;
		background-color: #0063a9;
		display: block;
		margin:0 auto;
		font-size: 14px;
		text-align: center;
		color: #fff;
	}
	.retue.on{
		margin:60px auto 0;
		transition: all 0.4s;
		-webkit-transition: all  0.4s;
	}
	.netin .header-phone,.netin .header{
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1)
	}
	.tipbg{
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		z-index: -1;
		transition: all 0.4s;
		-webkit-transition: all  0.4s;
	}
	.tipbg.on{
		z-index: 19;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.por-top{
		position: relative;
		z-index: 5;
		width: 100%;
		height: 100%;
		bottom: -2px;
		left: 0;
		background-color: #fff;
	}
	.network{
		padding-left:4.5%;
    	padding-right:4.5%;
    	max-width: 1500px;
		margin: 0 auto;
	}
	.network.on{margin-top:30px;}
	.network .row .box{
		border:1px solid #eaeaea;
		padding: 10px 65px 10px 20px;
		margin-bottom: 15px;
		position: relative;
	}
	.network .row .box .tit{
		font-size: 14px;
		line-height: 26px;
		color: #333333;
		margin-bottom: 5px;
	}
	.network .row .box h2{
		margin: 0;
		font-size: 18px;
    	line-height: 24px;
		color: #333333;
	}
	.network .row .box i{
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 100%;
		background:#d0d0d0 url(../image/img56.png) center no-repeat;
		position: absolute;
		right: 18px;
		top: 50%;
		padding: 0;
		margin-top: -20px;
		font-style: normal;
	}
}
@media (min-width:320px) and (max-width:768px){
	.phone-tip{
		display: block;
		width: 100%;
		height: 100%;
		transition: all 0.4s;
		-webkit-transition: all  0.4s;
	}
	.phone-tip .main{
		width:100%;
		height:100%;
		position: relative;
	}
	.phone-tip .arrow-left,.phone-tip .arrow-right{
		position: absolute;
	    top:20px;
	    width:63px;
    	height: 13px;
    	line-height: 13px;
	    z-index: 5;
	    display: block;
	}
	.phone-tip .arrow-left{
		left:5px;
		background: url(../image/img55.png) center no-repeat;
	}
	.phone-tip .arrow-right{
		background: url(../image/img54.png) center no-repeat;
		right:5px;
	}
	.phone-tip h2{
		text-align: center;
		color: #333;
		font-size: 20px;
    	line-height: 30px;
		font-weight: bold;
		margin:0px;
		padding: 40px 0 20px;
	}
	#phone-tip {
	    width:90%;
	    height:100%;
	    margin: 0 auto;
	    color: #333;
	    text-align: center;
	    overflow: inherit;
	}
	#phone-tip {
        width: 100%;
        height: 90%;
    }
    #phone-tip .box-warp{
    	overflow: hidden;
    	width: 100%;
        height: 100%;
    }
    #phone-tip .swiper-slide {
        text-align: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
 /*       -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
    }
    #phone-tip .swiper-wrapper{
    	padding-top:70px;
    }
	#phone-tip .swiper-wrapper,#phone-tip .swiper-wrapper .swiper-slide{
		width: 100%;
		height: 100%;
	}
	.phone-tip .main .warp{
		background-color: #fff;
		width: 99%;
		margin: 0 auto;
	}

	#phone-tip .swiper-slide table tr th{
		font-size: 18px;
		line-height: 26px;
		background-color: #006cb8;
		text-align: center;
		color: #fff;
		font-weight: normal;
		padding: 20px 0;
	}
	#phone-tip .swiper-slide table tr td{
		font-size: 14px;
	    line-height: 20px;
	    color: #333333;
	    padding: 10px 3px;
	}
	
	.pc-tip,#phone-tip .swiper-pagination{display: none;}
}


@media (min-width:768px){
	.phone-tip{display: none;}
	.network{
		padding-left: 30px;
		padding-right: 30px;
	}
	.network.on{margin-top:30px;}

	.pc-tip{
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1; 
		transition: all 0.4s;
		-webkit-transition: all  0.4s;
	}
	.pc-tip .pagination{display: none;}
	.pc-tip .main{
		width:94%;
		max-width: 1440px;
		height: 100%;
		margin: 0 auto;
	}
	.pc-tip .main .warp{
		background-color: #fff;
		width: 98%;
		margin: 0 auto;
	}
	.pc-tip .arrow-left,.pc-tip .arrow-right{
		position: fixed;
		font-size: 16px;
	    text-transform: uppercase;
	    top:50%;
	    margin-top: -22.5px;
	    width: 80px;
    	height: 45px;
    	line-height: 45px;
	    color: #333333;
	    z-index: 5;
	    text-align: center;
	}
	.pc-tip .arrow-left {
	    border-top-right-radius: 12px;
	    border-bottom-right-radius: 12px;
	    left:0px;
		background:#fff url(../image/img55.png) center no-repeat;
	}
	.pc-tip .arrow-right {
	    border-top-left-radius: 12px;
	    border-bottom-left-radius: 12px;
	    right:0px;
	    background:#fff url(../image/img54.png) center no-repeat;
	}
	.pc-tip h2{
		text-align: center;
		color: #333;
		font-size: 24px;
		line-height: 40px;
		font-weight: bold;
		margin:0px;
		padding: 60px 0 30px;
	}
	#pc-tip{
	    width: 84%;
	    height: 100%;
	    margin: 0 auto;
	    color: #333;
	    text-align: center;
	}
	.pc-tip .swiper-slide table tr th{
		font-size: 18px;
		line-height: 26px;
		background-color: #006cb8;
		text-align: center;
		color: #fff;
		font-weight: normal;
		padding: 20px 0;
	}
	.pc-tip .swiper-slide table tr td{
		font-size: 16px;
		line-height: 24px;
		color: #333333;
		padding: 15px 5px;
	}
	.retue:hover{
		background-color: #137fd8;
		color: #fff;
	}

}

@media (min-width:768px) and (max-width:992px){
	.network .row .box{
		padding: 15px 100px 20px 30px;
	}
	.network .row .box h2{
		font-size: 24px;
		line-height: 26px;
	}
	.network .row .box i{
		width: 45px;
		height: 45px;
		line-height: 45px;
		margin-top: -22.5px;
	}
	
}
@media (min-width:992px){
	.network.on{margin-top: 76px;}
	.network .row .box{
		padding: 15px 100px 20px 30px;
		margin-bottom: 19px;
		cursor: pointer;
	}
	.network .row .box h2{
		font-size: 24px;
		line-height: 26px;
		transition: all 0.4s;
		-webkit-transition: all  0.4s;
	}
	.network .row .box:hover h2{
		color: #006cb8;
	}
	.network .row .box i{
		transition: all 0.4s;
		-webkit-transition: all  0.4s;
	}
	.network .row .box:hover i{
		background-color: #006cb8;
	}
}
@media (min-width:1200px){
	.network .row .box i{
		width: 53px;
		height: 53px;
		line-height: 53px;
		margin-top: -26.5px;
	}
	.pc-tip .main .arrow-left,.pc-tip .main .arrow-right{
		width: 100px;
	}
	
}
@media (min-width:1500px){
	.pc-tip .main .warp{
		width: 99%;
	}
	.pc-tip .main{
		width: 100%;
		max-width: 1440px;
		height: 100%;
		/*position: absolute;*/
		/*top: 5%;*/
		/*left: 50%;*/
		/*margin:0px 0 0 -720px;*/
	}
}
