/* 清除浏览器差异及默认样式 */
* {padding: 0;margin: 0;outline: none;}
a {text-decoration: none;}
img {display: block;}
body {min-width: 1300px;}
/* 头部 */
.header {position: relative;}
.top_msg {position: absolute;top: 0;bottom: 0;right: 0;left: 0;-ms-transform: scale(1,1);transform: scale(1,1);margin: auto;width: 5.526041666rem;
	-webkit-transform: scale(1,1);-o-transform: scale(1,1);-moz-transform: scale(1,1);-ms-animation: play 0.6s linear;margin-top: 0.9375rem;
	animation: play 0.6s linear;-webkit-animation: play 0.6s linear;-o-animation: play 0.6s linear;-moz-animation: play 0.6s linear;}
/* 头部动画以及兼容写法 */
@keyframes play {0%{-ms-transform: scale(0.2,0.2);transform: scale(0.2,0.2);
	-webkit-transform: scale(0.2,0.2);-o-transform: scale(0.2,0.2);-moz-transform: scale(0.2,0.2);} 100%{-ms-transform: scale(1,1);transform: scale(1,1);
	-webkit-transform: scale(1,1);-o-transform: scale(1,1);-moz-transform: scale(1,1);}}
@-ms-keyframes play {0%{-ms-transform: scale(0.2,0.2);transform: scale(0.2,0.2);
	-webkit-transform: scale(0.2,0.2);-o-transform: scale(0.2,0.2);-moz-transform: scale(0.2,0.2);} 100%{-ms-transform: scale(1,1);transform: scale(1,1);
	-webkit-transform: scale(1,1);-o-transform: scale(1,1);-moz-transform: scale(1,1);}}
@-webkit-keyframes play {0%{-ms-transform: scale(0.2,0.2);transform: scale(0.2,0.2);
	-webkit-transform: scale(0.2,0.2);-o-transform: scale(0.2,0.2);-moz-transform: scale(0.2,0.2);} 100%{-ms-transform: scale(1,1);transform: scale(1,1);
	-webkit-transform: scale(1,1);-o-transform: scale(1,1);-moz-transform: scale(1,1);}}
@-moz-keyframes play {0%{-ms-transform: scale(0.2,0.2);transform: scale(0.2,0.2);
	-webkit-transform: scale(0.2,0.2);-o-transform: scale(0.2,0.2);-moz-transform: scale(0.2,0.2);} 100%{-ms-transform: scale(1,1);transform: scale(1,1);
	-webkit-transform: scale(1,1);-o-transform: scale(1,1);-moz-transform: scale(1,1);}}
/* 主体 */
.main {width: 100%;background: url("../images/main_bg.jpg") no-repeat;background-size: 100% auto;background-color: #840c0b;height: 7440px;
	overflow: hidden;}
.main_center {width: 1300px;margin: 0 auto;}
/* 新闻列表 */
.contain {background: url("../images/msg_bg.png") no-repeat;background-size: 100% 100%;width: 100%;height: 540px;padding: 88px 128px 91px 127px;
    box-sizing: border-box;position: relative;}
.contain_dan .main_left h2,.contain_shuang .main_right h2 {font-size: 30px;color: #96050f;text-align:justify;text-justify:inter-ideograph;}
.contain_dan .main_left p,.contain_shuang .main_right p {font-size: 14px;color: #333;text-align:justify;text-justify:inter-ideograph;}
.contain_dan .main_left a,.contain_shuang .main_right a {display: block;color: #fff;font-size: 22px;font-weight: bold;height: 36px;width: 145px;text-align: center;
	line-height: 36px;border-radius: 36px;background-image: linear-gradient(#d44444,#b21212);}
.contain_shuang .main_right a {-ms-flex-item-align: end;align-self: flex-end;}
.contain_dan .min_box {padding: 40px 35px 35px 65px;}
.contain_shuang .min_box {padding: 40px 35px 35px 10px;}
.min_box {width: 100%;height: 100%;box-sizing: border-box;
	display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.contain_dan .main_left,.contain_shuang .main_right {padding: 20px 10px 5px 0;box-sizing: border-box;
	display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;
	-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.contain_shuang .main_right {width: 63%;}
.contain_dan .main_left {width: 65%;}
.contain_dan .main_left p,.contain_shuang .main_right p {margin-top: -20px;}
.contain_dan .main_right,.contain_shuang .main_left {width: 35%;}
.contain .main_pic {margin-top: -25px;}
/* 底部 */
.footer {width: 100%;height: 148px;background: #b00f0f;}
.footer_center {width: 1100px;margin: 0 auto;height: 100%;position: relative;}
.footer_center::before {content: "";display: table;}
.footer_left {margin-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;}






