@media screen and (max-width:1450px) { 
    .yz{
        font-size: 14px !important;
    }
}
/* html{
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}*/
body{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    background: #F4F4F4;
    margin: 0;
} 
.bg {
    width: 100%;
    height: 100%;
    background: url(../images/indexbanner.png) no-repeat;
    background-size: 100% 93%;
    background-position: 0 0;
  }
.top{
    padding-top: 30px;
    /* padding-left: 64px;
    padding-right: 64px; */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.topleft{
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.topleft .anniu{
    display: inline-block;
    width: 73px;
    height: 23px;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-left: 64px;
}
.topleft .wz{
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 23px;
}
.topright{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.topright .anniu{
    display: inline-block;
    width: 106px;
    height: 27px;
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    text-decoration:none;
}
.topright .wz{
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    margin-left: 23px;
    margin-right: 64px;
    text-decoration:none;
}
.srk {
    width: 100%;
    height: 100%;
    background: url(../images/index.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
.srk_tit{
    font-family: MicrosoftYaHei-Bold;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -2px;
    color: #ffffff;
    font-weight: bold;
    /* box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.12); */
    text-align: center;
    padding-top: 14%;
}
.srk_fubt{
    text-align: center;
	font-family: ArialMT;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 5px;
	color: #ffffff;	
    opacity: 0.5;
    margin-top: 15px;
}
.tijiao{
    text-align: center;
    margin-top: 8.5%;
    margin-bottom: 2%;
}
/* .form-control */
.index-form-control{
    display: inline-block;
    width: 15%;
    height: 44px;
    background-color: #ffffff;
    border-radius: 1px;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    padding: 0px 0px 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.index-form-control.sryzm{
    width: 100%;
    vertical-align: middle;
}
.yzm{
    display: inline-block;
    width: 15%;
    height: 44px;
    /* padding: 6px 12px; */
    background-color: #ffffff;
    border-radius: 1px;
    vertical-align: middle;
    position: relative;
}
.yz{
    width: 29%;
    height: 44px;
    line-height: 44px;
    background: #6D6A6D;
    color: #ffffff;
    text-align: center;
    font-family: ArialMT;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    position: absolute;
    right: -12px;
    top: 0;
}
.btn{
    display: inline-block;
    /* padding: 6px 12px; */
    margin-bottom: 0;
    width: 7.2%;
	height: 44px;
	background-color: #e69122;
    border-radius: 3px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin-left: 20px;
    border: 1px solid transparent;
    /* background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap; */
}
.btn:hover{
    background-color: #E5A20D;
    cursor: pointer;
    color: #ffffff;

}
.bottom{
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #E3E3E3;
}
.anniu:hover,.wz:hover{
    text-decoration: underline;
}
