﻿@media screen and (max-width: 480px) and (max-width: 767px) {
	
	#flash-conten .flash-title{
		right: 0px;
	}
	
	.page .top-3 {
		height: 370px;
	}

	#index-bg {
		height: 370px;
	}

	.layui-container {
		width: 850px !important;
	}

	#menu ul li a,
	.phone p {
		font-size: 14px;
		min-width: 130px;
	}

	.phone .menu_icon {
		margin-right: 0px;
	}

	.menu_icon {
		width: 20px;
		height: 20px;
	}

	#menu-logo ul li a {
		min-width: 100px;
		margin: 0 6px;
	}

	.article_list .content {
		width: 75%;
	}

	/* 大事记 */
	.bigrecord li .li-content {
		min-width: 380px;
		max-width: 380px;
	}

	.bigrecord li .li-content .text p {
	width: 380px !important;
	height: auto !important;
    }

    .bigrecord .li-right .time {
        margin-bottom: 37px;
    }

}

/*小屏幕*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
	
	#flash-conten .flash-title{
		right: 0px;
	}
	
	.page .top-3 {
		/* height: 370px; */
	}

	#index-bg {
		height: 370px;
	}

	.layui-container {
		width: 950px !important;
	}

	#menu ul li a,
	.phone p {
		font-size: 14px;
		min-width: 130px;
	}

	.phone .menu_icon {
		margin-right: 0px;
	}

	#menu-logo ul li a {
		min-width: 70px;
		margin: 0 10px;
		font-size: 14px;
	}

	.menu_icon {
		width: 20px;
		height: 20px;
	}

	.art-content p {
		font-size: 12px !important;
	}

	.article_list .content {
		width: 80%;
	}

	/* 大事记 */
	.bigrecord li .li-content {
		min-width: 380px;
		max-width: 380px;
		right: 15px;
	}
	.bigrecord .li-right .li-content {
	right: -475px;
	}
	.bigrecord li .li-content .text p {
	width: 380px !important;
	height: auto !important;
    }
	.bigrecord li .li-content .text p img {
	width: 380px !important;
	height: auto !important;
    }
    .bigrecord .li-left .time {
        margin-bottom: 34px;
    }
     .bigrecord .li-right .time {
        margin-bottom: 34px;
    }

}

/*超大屏幕*/
@media screen and (min-width: 1200px) {
	
	#flash-conten .flash-title{
		right: 80px;
	}
	
	.page .top-3 {
		/* height: 53vh; */
	}

	#index-bg {
		height: 53vh;
	}

	#menu ul li a,
	.phone p {
		font-size: 16px;
		min-width: 140px;
	}

	.layui-container {
		width: 1200px !important;
	}

	.article_list .layui-container {
		width: 1050px !important;
	}

	.menu_icon {
		width: 25px;
		height: 25px;
	}

	#menu-logo ul li a {
		min-width: 80px;
		margin: 0 20px;
		font-size: 16px;
	}

	.art-content p {
		font-size: 14px;
	}

	.article_list .content {
		width: 90%;
	}

	/* 大事记 */
	.bigrecord li .li-content {
		min-width: 600px;
		max-width: 600px;
		right: 110px;
	}
	.bigrecord li .li-content .text p {
	width: 600px !important;
	height: auto !important;
    }
	.bigrecord li .li-content .text p img {
		width: 600px !important;
		height: auto !important;
	}
	.bigrecord .li-right .li-content {
	    right: -600px;
	}
	.bigrecord .li-left .time {
        margin-bottom: 34px;
    }
     .bigrecord .li-right .time {
        margin-bottom: 34px;
    }
}
