* {margin: 0;padding: 0;border: none;outline: none;resize: none;}
a {text-decoration: none;}
img {display: block;}
body {min-width: 1100px;background: #1c68c3;}
li {list-style: none;}
/* 主体 */
.main {width: 100%;background: url(../images/main_bg.jpg) no-repeat;background-size: 100% 100%;}
.main_center {width: 1100px;margin: 0 auto;height: 1330px;}
/* 公司照片集合 */
.company {padding: 0 3% 30px 3%;box-sizing: border-box;background-image: linear-gradient(#1a66c2,#055abd);}
.dan_mag {width: 32%;margin-bottom: 32px;position: relative;}
.dan_mag p {width: 100%;line-height: 48px;text-align: center;background: #0e4586;font-size: 18px;color: #fff;}
.dan_mag img {height: 214px;}
.company_01 {height: 1732px;overflow: auto;}
.company_02 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-right: 20px;}
/* 滚动条 */
.company_01::-webkit-scrollbar {width:10px;}
/*滚动条里面小方块*/
.company_01::-webkit-scrollbar-thumb {border-radius: 10px;background: #74adec;}
/* 滚动条里面轨道 */
.company_01::-webkit-scrollbar-track {border-radius: 10px;background: #2d81dd;}
.msg {background: url(../images/msg.png) no-repeat;background-size: 100% 100%;margin: 50px auto 70px;
	padding: 50px 0;box-sizing: border-box;line-height: 28px;width: 1100px;}
.msg p {font-size: 18px;color: #0e4586;text-align: center;}
.empty {height: 898px;}
.bottom {margin-bottom: 0;}
/* 悬浮样式 */
.mask {border: 5px solid #fff;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;
	background: rgba(0,0,0,0.4);}
.openimg {width: 150px;height: 40px;line-height: 40px;border-radius: 40px;background-image: linear-gradient(#f6a052,#cf0b0c);
	position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;font-size: 20px;color: #fff;text-align: center;
	font-weight: bold;letter-spacing: 2px;cursor: pointer;}
/* 底部 */
.footer {width: 100%;height: 148px;background: #0e4586;}
.footer_center {width: 1100px;margin: 0 auto;height: 100%;position: relative;}
.footer_left {padding-top: 27px;}
.logo {position: absolute;right: 230px;bottom: 35px;}
.phone {position: absolute;bottom: 0;right: 0;}
.tuandui {color: #fff;font-size: 24px;font-weight: bold;margin-bottom: 15px;}
.zhizuo,.tel {color: #fff;font-size: 16px;}
.zhizuo {margin-bottom: 5px;}
.zhizuo span {margin-right: 25px;}
