html,
body {
    margin: 0;
    padding: 0;
    /*
    width: 100%;
    height: 100%;*/
}

body {
    font: 14px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    min-width: 1100px;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-sizing: content-box;
}

input,
select {
    font-family: "Microsoft YaHei";
}

.container {
    width: 100%;
    height: 1000px;
    position: relative;
}

.container_wrap {
    height: 100%;
    background: #fff;
    margin: 0 auto;
}


/*********************************header*************************************/

#header {
    width: 100%;
    height: 102px;
}

.header_top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #aeaeb0;
}

.header_top_con {
    width: 1070px;
    height: 30px;
    margin: 0 auto;
}

.header_top_con .htc_l li {
    float: left;
}

.header_top_con .htc_l li a {
    color: #000;
    padding: 0 5px;
    border-right: 1px solid #000;
    font-size: 12px;
}

.header_top_con .htc_l li:nth-last-child(1) a {
    border: none;
}

.header_top_con .htc_r {
    color: #000;
    padding: 0 5px;
    font-size: 14px;
}

.header_top_con .htc_r input {
    width: 80px;
    border: 1px solid #999;
    padding: 0 5px;
    margin-left: 5px;
}

.header_top_con .htc_r input.login {
    width: 60px;
    height: 23px;
    background: #204d74;
    color: #fff;
    border: none;
}

.header_top_con .htc_r a {
    color: #000;
    padding: 0 8px;
}

.header_top_con .htc_r a:hover {
    color: #387ee8;
}


/**** navbar ****/

.navbarx {
    width: 100%;
}

.navbar_wrap {
    width: 100%;
    height: 72px; /*remove*/
    margin: 0 auto;
    position: relative;
/*    border-bottom: 1px solid #1a74e4;*/
}

.navbar_w {
    width: 1070px;
/*    width: 100%;*/
    height: 72px;
    margin: 0 auto;
    /*background-color: rebeccapurple;*/
}


/* .navbar_wrap .logo{
	
	margin-top: -10px;
} */


/* .navbar_wrap .logo img{ 
	-webkit-box-reflect: below -20px -webkit-linear-gradient(transparent 60%, rgba(0,0,0,.3)); -webkit-box-reflect: below -20px -o-linear-gradient(transparent 60%, rgba(0,0,0,.3)); -webkit-box-reflect: below -20px linear-gradient(transparent 60%, rgba(0,0,0,.3));
    box-reflect: below -20px linear-gradient(transparent 60%,rgba(0,0,0,.3));
} */

.navbar_wrap .logo img {
    -webkit-box-reflect: below -5px -webkit-linear-gradient( transparent 60%, rgba(0, 0, 0, 0.3));
    -webkit-box-reflect: below -5px -o-linear-gradient( transparent 60%, rgba(0, 0, 0, 0.3));
    -webkit-box-reflect: below -5px linear-gradient(transparent 60%, rgba(0, 0, 0, 0.3));
    box-reflect: below -5px linear-gradient(transparent 60%, rgba(0, 0, 0, 0.3));
}

/*.navbar .nav {
    width: 600px;
}*/
.navbarx .navx ul {
    margin: 0;
}
.navbarx .navx li {
    float: left;
    height: 72px;
    line-height: 72px;
    text-align: center;
    /*padding: 0 5px;*/
}

.navbarx .navx li.f2 {
    width: 40px;
}

.navbarx .navx li.f3 {
    width: 60px;
}

.navbarx .navx li.f4 {
    width: 80px;
}

.navbarx .navx li.f5 {
    width: 100px;
}

.navbarx .navx li a {
    display: inline-block;
    color: #000;
    font-size: 16px;
/*    width: 80%;
    height: 100%;*/
}

.navbarx .navx li a:hover {
    color: #0a85cd;
}

.navbarx .navx li.active a {
    color: #0a85cd;
}

.nav_con {
    width: 100%;
    height: 200px;
    background: #1a74e5;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 99;
    display: none;
}

.nav_con ul {
    width: 1000px;
    margin: 0 auto;
    height: 200px;
    padding-top: 10px;
}

.nav_con ul li {
    width: 350px;
    height: 60px;
    float: left;
}

.nav_con ul li a {
    font-size: 18px;
    height: 30px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    line-height: 30px;
}

.nav_con p {
    color: #79b5f4;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}


/*********************************  main  *************************************/

#main {
    width: 100%;
}

.main_wrap {
    width: 1070px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    padding-bottom: 20px;
}

.main_wrap .main_top {
    background: #d6e9fc;
    height: 45px;
    width: 100%;
    line-height: 45px;
    color: #3f99ef;
    z-index: 20;
    box-shadow: 0 1px 4px #ccc;
}

.main_wrap h1 {
    height: 45px;
    width: 1070px;
    margin: 0 auto;
    padding-top: 15px;
}
.main_wrap h1 span { font-size: 13px; color: red; }

.main_wrap .main_con {
/*    width: 1116px;*/
    width: 1070px;
    margin: 0 auto;
    padding-top: 20px;
/*    padding: 10px 20px 0 20px;*/
    box-sizing: border-box;
}
.main_con:after{
	content: "";
    display: block;
    clear: both;
}
.font_blue_color {
    color: #3f99ef;
}

.font_gay_color {
    color: #77828d;
}

.font_bg_color {
    background-color: #387ee8;
}

.money_color {
    color: #ffa300;
}

.right_bg {
    background-color: #f0f4fc;
}


/*********************************  footer  *************************************/

#footer {
    width: 100%;
    height: 260px;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    border-top: 1px solid #aaa7a7;
}

.footer_wrap {
    width: 1070px;
    height: 260px;
    margin: 0 auto;
}

.footer_img,
.footer_img ul {
    height: 100px;
    width: 100%;
}

.footer_img ul li {
    width: 25%;
    height: 100px;
    float: left;
}

.footer_img ul li:nth-child(1) {
    background: url(../images/footer_1.png) no-repeat;
    background-position: 0 center;
}

.footer_img ul li:nth-child(2) {
    background: url(../images/footer_2.png) no-repeat;
    background-position: 0 center;
}

.footer_img ul li:nth-child(3) {
    background: url(../images/footer_3.png) no-repeat;
    background-position: 0 center;
}

.footer_img ul li:nth-child(4) {
    background: url(../images/footer_4.png) no-repeat;
    background-position: 0 center;
}

.footer_img ul li p {
    height: 100px;
    line-height: 100px;
    text-indent: 50px;
    color: #343435;
}

.footer_con ul {
    margin-left: 30px;
    height: 150px;
    cursor: pointer;
}

.footer_con ul li {
    float: left;
    width: 20%;
    height: 120px;
}

.footer_con ul li p {
    font-size: 18px;
    color: #343435;
}

.footer_con ul li span {
    display: block;
    font-size: 12px;
    margin: 5px 0px;
    color: gray;
}

.footer_con span:hover {
    color: #387ee8;
}

.footer_con ul li .us_tel {
    font-size: 24px;
    font-weight: 400;
    color: #0092de;
    margin-top: -10px;
}

.footer_con ul li .us_time {
    font-size: 14px;
}

.footer_con ul li .us_sh {
    font-size: 12px;
    color: #343435;
    padding: 4px;
}

.footer_con ul li .us_24 {
    width: 130px;
    height: 30px;
    border: 1px solid #ff6600;
    color: #ff6600;
    font-size: 14px;
    line-height: 30px;
    text-indent: 20px;
    background: url(../images/footer_5.png) no-repeat;
    background-position: center left;
    padding: 2px;
}

.footer_con .copyright p {
    width: 1100px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: gray;
}

.footer_con .copyright p a {
    color: gray;
    font-size: 12px;
}

.footer_con .copyright p a:hover {
    color: black;
}
