/*charset 'utf-8*/
html {
    background: #fff;
    color: #000
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input{
    font-size: 12px!important;
}
*{
    font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif,Microsoft YaHei,Arial,STHeiti,sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    /*font-family: 'PingFang SC', 'Microsoft Yahei', 'HanHei SC', 'Lantinghei SC', arial, georgia, verdana, helvetica, sans-serif;*/
}
/*p{*/
    /*line-height: 25px;}*/
ul,
ol,
menu {
    list-style: none
}

img {
    border: none
}

img,
object,
select,
input,
textarea,
button {
    outline: 0;
    vertical-align: middle
}

button {
    border: none;
    cursor: pointer;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
footer,
header,
section,
nav,
menu,
figure,
figcaption,
hgroup,
details {
    display: block
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
b,
small,
abbr {
    font-style: normal;
    font-weight: 400
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}


/*清除点击出现背景颜色样式*/

a,
input,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container {
    width: 1024px;
    margin:0 auto;
    position: relative;
}
.clearfix:after{
    content: '';
    clear: both;
    display: block;
}


input[type="text"],
input[type="button"],
input[type="password"],
button {
    -webkit-appearance: none;
}

::selection {
    background-color: #39f;
    color: #fff
}

::-moz-selection {
    background-color: #39f;
    color: #fff
}

q:before,
q:after {
    content: ''
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.china1_head {
    height: 155px;

}

.china1_h_list {
    height: 75px;
    background: #62B1F5;
}

.china1_h_search {
    padding:16px 0;
    background: #F1F5F6;
}

.china1_h_list ul li {
    width: 140px;
    height: 75px;
    float: left;
    line-height: 75px;
}

.china1_copyright {
    height: 48px;
    background: #62B1F5;
}

.china1_copyright p {
    line-height: 48px;
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.5;
    text-align: center;
}
.logo,.top_ul{
    float: left;
 
}
.top_ul li{
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    cursor:pointer;
}
.top_ul .active{
    background: #F1F5F6;
    height:75px;
    /*font-family: HelveticaNeue-Medium;*/
    font-size: 16px;
    color: #282C2E;
}
.logo{
    line-height: 75px;
    margin-right: 20px;
}
.logo img{
    width: 180px;
}
.china1_input{
    position: relative;
    float: left;
    width: 764px;
}
.china1_btn{
    float: left;
    margin-left: 16px;
}
.china1_input input
{
    width: 560px;
    height: 46px;
    background: #FFFFFF;
    border:0;
    padding:0 10px;
    border-radius: 4px 0 0 4px;

}
.btn_search {
    background: #62B1F5;
    width: 82px;
    height: 48px;
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
}
.btn_creat{
    background: #FF6C6C;
    color: #fff;
    width: 244px;
    height: 48px;
    font-size: 16px;
    /*border-radius: 4px;*/
}
.btn_select{
    width: 120px;
    height: 46px;
    background: #F8F8F8;
    font-size: 16px;
    color: #B0B8BB;
    position: relative;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.china1_input_left{
    /*border: 1px solid #D2DADE;*/
    border-top:1px solid #D2DADE;
    border-bottom:1px solid #D2DADE;
    border-left:1px solid #D2DADE;
    border-radius: 4px 0 0 4px;
    position: relative;
    float: left;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.china1_input_left input{
    float: left;
}
.china1_input_left button{
    float: left;
}
.all_name{
    display: inline-block;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 50px;
    margin-top: 28px;
}
.diandian{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.clear{
    clear:both;
}
.text_center{
    text-align: center;
}
.mgr {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    /* -moz-appearance: none; */
    appearance: none;
    margin: -0.15px 0.6px 0 0;
    vertical-align: text-bottom;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}