@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body{
  min-width: 1200px;
}

li, ol {list-style: none;}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

a{
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover{
    outline: none;
    text-decoration: none;
    color: #000;
}

input, img{
    display: block;
    outline: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 头部样式 */
.head {
    width: 100%;
    height: 145px;
    background: #a9161f;
}
.head .logo img {
    margin-top: 45px;
}
.head .head_right {
    width: 850px;
    height: 145px;
}
.head_right .search {
    width: 216px;
    height: 35px;
    margin-top: 25px;
    border: 1px solid #fff;
    border-radius: 50px;
    overflow: hidden;
}
.head_right .search .input1 {
    width: 74px;
    height: 35px;
    line-height: 32px;
    padding: 0 10px;
    background: transparent;
    font-size: 16px;
    color: #fff;
    float: left;
    border: none;
    
}
.head_right .search input::placeholder {
    color: #fff;
}
.head_right .search .search_btn {
  
      float: left;
    width: 39px;
    height: 21px;
    line-height: 21px;
    margin-top: 7px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: transparent;
   
}
/*.head_right .search .search_btn  i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 8px;
    vertical-align: text-bottom;
    background: url(../images/graph.png) center no-repeat;
    background-size: cover;
}*/
.head .empty {
    width: 100%;
    height: 75px;
}
.head .nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.head .nav li {
    position: relative;
    font-size: 18px;
    font-family: '黑体';
    font-weight: 400;
    color: #000000;
    width: 106px;
    text-align: center;
}
.head .nav li:hover {
    background: #E58100;
}
.head .nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
}
.menuOne {
    display: none;
    padding-bottom: 20px;
    position: absolute;
    z-index: 99;
}
.menuOne li {
    float: none;
    position: relative;
}
.menuOne a {
    line-height: 25px;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    display: block;
    width: 106%;
    color: #fff;
    background: url('../images/menuTwoBg.png') repeat;
    padding: 0 20px;
    box-sizing: content-box;
    text-align: left;
}
.menuOne a:hover {
    background: #fff;
    color: #E58100;
}
.menuTwo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    display: none;
}


 .beijing{
    width: 100%;
    height: 660px;
}
 .beijing img{
    width: 100%;
    height: 600px;
}

.jieshi{
    width: 1200px;
    height: 165px;
    margin: 0 auto;
    position: relative;
    top: -190px;
}
.jieshi .tiaoti{
    width: 212px;
    font-family: '黑体';
    font-weight: 400;
    font-size: 45px;
    color: #ffffff;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.zhuti{
    width: 1200px;
    display: flow-root;
    margin: 0 auto;
}
.zhuti .zuo{
    width: 100%;
    display: inline-block;
    float: left;
}

.zuo .jinjixi{
    width: 100%;
    display: inline-block;
    position: relative;
    border: 2px dashed rgb(149, 149, 149);
    box-shadow: 0  rgba(0, 0, 0, 0); 
    transition: all ease-out 0.5s;
    margin-bottom: 30px;    
}

.zuo .jinjixi:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); 
}

.zuo .jinjixi .xibie{
    width: 40px;
    margin-top: 40px;
    margin-left: 50px;
    float: left;
}

.zuo .jinjixi ul{
    width: 85%;
    float: left;
    margin-top: 40px;
    margin-left: 50px;
    margin-bottom: 100px;
}
.zuo .jinjixi ul li{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.zuo .jinjixi li span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555555;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.zuo .jinjixi li>a{
    font-family: '黑体';
    font-weight: bold;
    font-size: 20px;
    color: #B92218;
    text-align: left;
    font-style: normal;
    text-transform: none; 
    pointer-events: none;
}

.zuo .jinjixi li div{
    width: 100%;
    margin-left: 15px;
    float: left;
}

.zuo .jinjixi li div a{
    display: inline-block;
    float: left;
    pointer-events: none;
    min-width: 50%;
    font-family: '黑体';
    font-size: 18px;
    color: #555555;
    text-align: left;
    font-style: normal;
    text-transform: none; 
    margin-top: 20px;
}

.zuo .dizuo{
    width: 100%;
    height: 50px;
    background-color: #C90303;
    position: absolute;
    bottom: 0px;
}

.zuo .dizuo img{
    width: 135px;
    margin-left: 20px;
    margin-top: 10px;
}















.end{
    width:100%;
    height:165px;
    background-color: #a9161f;
}
.end .wh{
    float: left;
    width:358px;
}
.end .wh .logoup{
    width:307px;
    float:left
}

.end  .wh .logoup .emptyer{
    height:45px;
}
.end .wh .upr{
    float: right;
    width: 10px;
    margin: 47px 16px 11px 0px;
}
.end .logolow{
    margin-left: 370px;
    width:842px;
}

.end .logolow .who{
    float: left;
}
.end .logolow .who .emptythree{
    height:33px;
}
.end .logolow .who .words p{
    font-size:12px;
	color:white;
	line-height: 22px;
}
.end .logolow .mecha{
    margin: 51px 20px 10px 74px;
    float: left;
    width:54px;
}