﻿/*--通用基础样式 开始--*/
@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Hiragino Sans GB', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p, input {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

img {
    border: 0;
}

input, select, button {
    outline: none;
}

input[type="submit"], input[type="text"], button {
    -webkit-appearance: none;
}

li {
    list-style: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.height20 {
    height: 20px;
}

.height30 {
    height: 30px;
}

/*--通用基础样式 结束--*/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*--顶部通条导航--*/
.topnavbg {
    width: 100%;
    height: 40px;
}

.topnav {
    max-width: 1220px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
}

.topnav-l {
    width: auto;
    height: 40px;
    overflow: hidden;
    float: left;
}

.topnav-r {
    width: auto;
    height: 40px;
    overflow: hidden;
    float: right;
}

.topnav-l li, .topnav-r li {
    float: left;
}

.topnav a:link, .topnav a:visited {
    text-decoration: none;
    color: #999;
    float: left;
    line-height: 40px;
    font-size: 16px;
    padding: 0 40px 0 0;
}

.topnav a:hover {
    text-decoration: underline;
    color: #FF0000;
}

.topnavbg .topnav-r a {
    padding: 0;
}

.topnav-r span {
    float: left;
    margin: 0 10px;
    color: #ccc;
}

.topnav-r i {
    float: left;
    color: #999;
}

.bannerbox {
    width: 100%;
    height: 485px;
    background: url(../images/img1.jpg) no-repeat center 0;
    position: relative;
}

.topnavbg .topnav-r .topnav-r-link:link, .topnavbg .topnav-r .topnav-r-link:visited {
    text-decoration: none;
    color: #FF3333;
    padding: 0 20px;
}

.topnavbg .topnav-r .topnav-r-link:hover {
    text-decoration: underline;
    color: #0066FF;
}

.bannerbox a:link, .bannerbox a:visited {
    text-decoration: none;
    color: #fff \9;
    width: 150px;
    height: 40px;
    font-size: 18px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 320px;
    margin-left: -75px;
    border-radius: 20px;
    border: 1px solid #fff \9;
}

.bannerbox a:hover {
    text-decoration: none;
    color: #fff;
}

.sim-button {
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 150px;
    cursor: pointer;
}

.button4 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    border-radius: 20px;
}

.button4 a {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    display: block;
}

.button4 > span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button4:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.button4:hover > span {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
}

.button4::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-30%, -50%) rotate(-30deg);
    transform: translate(-30%, -50%) rotate(-30deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button4:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.partner {
    width: 100%;
    overflow: hidden;
}

.partner-bg {
    background: #F4F4F4;
}

.partner-title {
    width: 100%;
    text-align: center;
    height: 100px;
}

.partner-title span {
    font-size: 40px;
    color: #666666;
    border-bottom: #DDDDDD solid 1px;
    font-weight: 600;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.partner-title span:after {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    background: #DDDDDD;
    bottom: -3px;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -1px;
}

.partner-a {
    height: 870px;
}

.partner-b {
    height: 1650px;
}

.partner-c {
    height: 960px;
}

.partner-e {
    height: 700px;
}

.partner-f {
    height: 600px;
    background: url(../images/img6.jpg) no-repeat center 0;
}

.partner img {
    display: block;
    margin: 50px auto 0 auto;
}

.partner-a .partner-title, .partner-c .partner-title, .partner-e .partner-title {
    border-bottom: #fff solid 1px;
}

.partner-b .partner-title, .partner-d .partner-title {
    border-bottom: #eee solid 1px;
}

.partner-e-list {
    width: 1080px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.partner-e-list ul li {
    width: 238px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0 15px;
}

.partner-e-list ul li:first-of-type {
    /*margin-left: 0;*/
}

.partner-e-list ul li img {
    width: 238px;
    height: 238px;
    transition: all 0.5s ease 0s;
}

.partner-e-list ul li img:hover {
    transform: scale(1.1, 1.1);
}

.partner-f .partner-title {
    margin-top: 60px;
}

.partner-f .partner-title span {
    border-bottom: none;
    color: #fff;
    font-weight: normal;
}

.partner-f .partner-title span:after {
    display: none;
}

.Business_Con_partG_con {
    width: 420px;
    padding-top: 20px;
    margin: 0 auto;
}

.Business_Con_partG_con h3 {
    font-size: 38px;
    color: white;
    font-weight: normal;
    padding-bottom: 35px;
}

.Business_Con_partG_con .row {
    position: relative;
    padding-bottom: 20px;
}

.Business_Con_partG_con .row label {
    position: absolute;
    top: 14px;
    left: 17px;
    font-size: 14px;
    color: #666;
}

.Business_Con_partG_con .row .i_text_type {
    width: 420px;
    height: auto;
    padding: 15px 0 15px 85px;
    color: #999;
    border: none;
    border-radius: 6px;
    font-family: "微软雅黑";
}

.Business_Con_partG_con .row .err_msg {
    display: none;
    clear: both;
    padding-top: 2px;
    _margin-top: 5px;
    line-height: 20px;
    overflow: hidden;
    color: #f77f80;
    text-align: left;
}

.Business_Con_partG_con .row .err_msg i {
    display: inline-block;
    /*margin-right: 0px;*/
    overflow: hidden;
    width: 15px;
    height: 15px;
    background: url(/statics/201704/images/err_msg.png) no-repeat ;
    vertical-align: middle;
}

.Business_Con_partG_con .row .select_box {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.Business_Con_partG_con .row .select_box select {
    width: 200px;
    height: 40px;
    padding: 10px 0 10px 15px;
    _heihgt: 30px;
    _line-heihgt: 30px;
    *height: 30px;
    *line-height: 30px;
    border-radius: 6px;
    padding-left: 15px;
    color: #666;
    font-family: "微软雅黑";
}

/*.Business_Con_partG_con .row .select_box .User_Town{*/
/*position:absolute;*/
/*right:-219px;*/
/*top: 0;*/
/*}*/
.Business_Con_partG_con .row .select_box #User_City {
    margin-left: 15px;
}

.Business_Con_partG_con .row .submit_style {
    width: 420px;
    height: 50px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    background: #f36f20;
    text-align: center;
    font: bold 18px/50px "微软雅黑";
    color: white;
    margin-top: 20px;
    transition: all 0.5s ease 0s;
}

.Business_Con_partG_con .row .submit_style:hover {
    background: #CC0000;
}

.Business_Con_partG_con p {
    font-size: 14px;
    color: #acacac;
    width: 100%;
    text-align: center;
}

#form_box{
    /*display: none;*/
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    margin: -93px 0 0 -236px;
    z-index: 88888888;
    width: 472px;
    height: 186px;
    overflow: hidden;
    background: #fff;
}
#form_box strong{
    display: block;
    width: 385px;
    margin: 20px auto 20px auto;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: Microsoft Yahei;
    color: #01a469;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
}

#form_box .cor_ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: url(/statics/201704/images/ok.png) no-repeat;
}

#form_box span {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
}