
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    margin: 10px 0 10px;
}
.col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
    .main2-left img{
        width: 35px;
        height: 35px;
    }
    .main1-top {margin-top: 30px;padding: 0;}
    .main2-bg{background: #ebebeb;padding-bottom: 20px;}
    .main4-b {
    	display: block;
	    font-size: 20px;
	    font-weight: bold;
	    color: #fff;
	    margin: 8px 8px 0 12px;
	    padding-bottom: 10px;
	    border-bottom: 1px solid #fff;
	    width: 50%;
	    margin: 0 auto;
	    text-align: center;
	}
    .main4-bg{padding-bottom: 30px;}
    .main4-margin{padding: 20px 5px;}
    .main5-ul {
	    text-align: left;
	    list-style: none;
	    line-height: 40px;
	    font-size: 18px;
	    margin: 20px 0;
	    overflow-y: scroll;
	    margin-left: 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.main5-ul li{
	    background: url(../picture/news_icon01.png) no-repeat left center;
	    float: left;
        width: 50%;
        height: 40px;
        line-height: 40px;
        padding-left: 5%;
        background-size: 5%;
        box-sizing: border-box;
        border-bottom: 1px dotted #c5c5c5;
	}
	.main5-bg{
	    background: #ebebeb;
	}
	@keyframes mymove{
		10%{
			top:0px;
            animation: ani 1s;
		}
        25%{
            top:-50px;
            animation: ani 1s;
        }
        50%{
            top:-100px; 
            animation: ani 1s;
        }
        75%{
            top:-150px;
            animation: ani 1s;
        }
        100%{
            top:-200px;
            animation: ani 1s;
        }
    }
    .list {
		position:relative;
		top:0px;
		left:0px;
		height:100%;
		list-style:none;
		animation: mymove 10s infinite linear;
        padding-left: 0;
	}
    .list li {
		height:50px;
		float:left;
		vertical-align:middle;
		text-align:left;
		line-height:50px;
		overflow-x:scroll;
		width: 100%;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.list li span{color: #1f9ee0;margin: 0 6px;}
	.main3-bg{
	    background: url(../picture/aboutbg01.jpg) no-repeat center; 
	    padding: 15px 0;
	    display: contents;
	}
	.main3-img{
    	width: 100%;
    }
	.main4-img{
    	/*height: 230px;*/
    	width: 100%;
    }
    .lawfirm-img{
        width: 100%;
    }
    .main1-dd {
    	text-align: center;
        font-size: 14px;
        color: #333;
        line-height: 0;
    }
    .main1-i {
       font-size: 18px;
        color: #0D4DA1;
        line-height: 60px;
        font-weight: bold;
    }	
    .main1-img img{
        width: 35px;
        height: 35px;
    }
    .main2-h3{
    	font-size: 20px;
    	font-weight: bold;
        color: #0D4DA1;
        text-align: center;
    }
    .main2-title{
    	width: 100%;
    	text-align: center;
    }
    .mobile-scroll{
        display: -webkit-box;
        overflow: auto;
        padding-bottom: 15px;
    }
    .main3-p{
    	font-size: 16px;
        color: #fff;
        line-height: 26px;
        height: 80px;
        overflow: hidden;
    }
    .main3-more{
    	display: block;
    	margin-top: 15px;
    }
    .main3-h3{
    	font-size: 20px;
    	font-weight: 600;
        color: #fff;
        margin: 0;
    }
    .main5-right{
        margin: 15px 0;
        /*border: 1px solid #ddd;*/
    }
    /*移动端底部选项卡*/
    .mobile-bottom{
        display: flex;
        position: fixed;
        bottom: 0;
        background: #024585;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .mobile-tab{
        flex: 1;
        padding: 10px;
        border-left: 1px solid #003466;
        border-right: 1px solid #125ea7;
    }
    .mobile-bottom img{
        display: block;
        margin: 5px auto;
        width: 20px;
        height: 20px;
    }
    .mobile-bottom a{
        color: #fff;
        text-decoration: none;
    }
    .main2-in{
     /*   width: 280px;*/
    	/*height: 150px;*/
    	background: #fff;
    	padding: 15px;
    	border: 1px solid #ccc;
    }
    .main2-right-h3{
    	font-size: 16px;
        color: #333333;
        /*text-align: left;*/
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 5px;
    }
    .main2-out{
    	padding: 0;
    }
    .foot-margin{
    	/*text-align: left;*/
    	margin: 15px 0;
    }
    .foot-bg{
    	background: #ebebeb;
    	border-top: 3px solid #dddddd;
    	/*margin-top: 42px;*/
    	padding-bottom: 20px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
    .main2-left img{
        width: 60px;
        height: 60px;
    }
    .main2-left{
    	width: 25%;
    	float: left;
    	padding: 20px 0;
    }
    .main1-top{margin-top: 30px;}
    .main2-bg{background: #ebebeb;padding: 50px 0;}
    .main4-b{display: block;font-size: 24px;font-weight: bold;color: #fff;margin: 8px 8px 0 12px;padding-bottom: 10px;border-bottom: 1px solid #fff;}
    .main4-bg{background: #ebebeb;padding: 50px 0;}
    /*.main4-margin{margin: 0 1% 0 2%;}*/
    .main5-bg{padding: 40px 0;}
    .main5-ul{
		text-align: left;
	    list-style: none;
	    line-height: 40px;
	    font-size: 18px;
	    margin: 20px 0;
	    min-height: 314px;
	    max-height: 314px;
	    overflow-y: scroll;
	}
	@-webkit-keyframes mymove {
		from {
		    left:0px;
		}
		to {
			left:-500px;
		}
	}
	.list {
		position:relative;
		top:0px;
		left:0px;
		width:200%;
		height:100%;
		list-style:none;
		animation:mymove 8s infinite linear;
	}
	.list li {
		height:50px;
		width: 300px;
		float:left;
		vertical-align:middle;
		text-align:center;
		line-height:50px;
		margin: 0 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.list li span{color: #1f9ee0;margin: 0 20px;}
	.main3-bg{
	    background: url(../picture/aboutbg01.jpg) no-repeat center; 
	    padding: 50px 0;
	}
	.main3-img{
    	/*width: 100%;*/
    	height: 365px;
    }
    .main4-img{
    	width: 100%;
    	height: 380px;
    }
    .lawfirm-img{
        width: 100%;
        height: 356px;
    }
    .main1-dd {
    	text-align: center;
        font-size: 18px;
        color: #333;
    }
    .main1-i {
        font-size: 36px;
        color: #0D4DA1;
        line-height: 60px;
        font-weight: bold;
    }	
    .main2-h3{
    	font-size: 28px;
        color: #0D4DA1;
        text-align: center;
    }
    .main2-title{
    	width: 100%;
    	text-align: center;
    	margin-bottom: 30px;
    }
    .main3-p{
    	font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin-top: 24px;
        height: 180px;
        overflow: hidden;
    }
    .main3-more{
    	display: block;
    	margin-top: 34px;
    }
    .main3-h3{
    	font-size: 20px;
    	font-weight: 600;
        color: #fff;
    }
    .main5-right{
        border: 1px solid #ddd;
    }
    .main2-in{
    	height: 150px;
    	background: #fff;
    	padding: 15px;
    }
    .main2-right{
    	width: 75%;
    	float: right;
    	padding-left: 22px;
    	border-left: 1px dotted #cccccc;
    }
    .main2-right-h3{
    	font-size: 20px;
        color: #333333;
        text-align: left;
        margin: 0;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .main2-out{
    	margin-top: 15px;
    }
    .foot-margin{
    	text-align: left;
    	margin: 15px 0;
    }
    .foot-bg{
    	background: #ebebeb;
    	border-top: 3px solid #dddddd;
    	margin-top: 42px;
    }
}
.logo-title {
    text-align: left;
}
.main1-h3{
	width: 104px;
	float: left;
}
.wrap {
	overflow:hidden;
	height:50px;
	margin-top: 20px;
}
.main1-img {
	text-align: center;
}
.main2-in:hover{
	box-shadow: 6px 7px 4px 1px #ccc;
}
.main2-p{
	font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
    margin-top: 11px;
}
.main2-right-p{
	font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.main3-right{
	background: #0D4DA1;
	text-align: left;
}
.main3-span{
	margin-top: 6px;
    font-size: 14px;
    color: #fff;
    font-family: arial;
    display: block;
    text-transform: uppercase;
}
.col-md-6{
	padding-left: 0;
	padding-right: 0;
}
.col-md-2{
	padding-left: 0;
	padding-right: 0;
}
.main4-p{
	height: 105px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.main5-p{
	width: 100%;
	float: left;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
}
.main5-span{
	width: 25%;
	display: block;
	float: right;
    color: #999;
    font-size: 14px;
}
.link{
	padding: 0 0 20px 10px;
	background: #fff;
	float: left;
}
.foot-a{
	color: #333;
	padding: 0 10px;
	font-size: 16px;
}
.foot-p{
	font-size: 16px;
    color: #666666;
    margin-bottom: 9px;
}
.foot-part2{
	padding-left: 66px;
    background: url(../picture/footer_icon01.png) no-repeat left center;
}
.foot-span{
	display: block;
    font-size: 27px;
    color: #666666;
}

.nav-tabs>li>a{padding:10px 0;font-size:14px;border-left: 1px solid #0c59a3;}
.nav-item{padding:0;text-align:center;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: #ffcd32;
    color: #333;
}
.nav-tabs>li>a{
    background: #024585;
    color: #fff;
    border-radius: 0;
    margin-right: 0;
}
.n-right p{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n-right span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
