@charset "utf-8";
html {
font-family:"Microsoft YaHei",Verdana, Arial, Helvetica, sans-serif; 
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Noto Sans,Noto Sans CJK SC,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",sans-serif!important; 
-ms-text-size-adjust:auto;-webkit-text-size-adjust:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
body {  font-size:13px!important; }
html,body{ 
	margin: 0; padding: 0;font-style:normal; 
    -webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.top {display: flex;width: 100%;height: 70px;justify-content:space-between; background: linear-gradient(180deg, #234594 0%,#4082e5 100%);}
.top_L {display: flex;align-items:center; text-align: left;height: inherit;padding-left:25px;position: relative;}
.top_L .logo {width:490px;}
.top_R {display: flex;flex:1;justify-content:flex-end; align-items:center;text-align: right;height: inherit;background: url("../images/top_bg.png") no-repeat right ; background-size: auto 100%;  position: relative;}

.btn {
    text-align: center;
    border: 0px;
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    display: inline;
    cursor: pointer;
    color: #fff;
    background: #19c2ff\9;
    margin-left: 10px;
    background: -moz-linear-gradient(left, #19c2ff 0%, #33a0ff 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#19c2ff), color-stop(100%, #33a0ff));
    background: -webkit-linear-gradient(left, #19c2ff 0%, #33a0ff 100%);
    background: -o-linear-gradient(left, #19c2ff 0%, #33a0ff 100%);
    background: -ms-linear-gradient(left, #19c2ff 0%, #33a0ff 100%);
    background: linear-gradient(left, #19c2ff 0%, #33a0ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c2ff', endColorstr='#33a0ff',GradientType=1 );
}
.btn1:hover { 
	background:#fff ;
	color:#000;
}
.btn2:hover { 
	background:#ff9900 
}