@charset "utf-8";
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin:0;
    padding:0
}
html{
    overflow-x: hidden;
}
body {
    font-size: 14px;
    background:#fff;
    
    /* 苹果系统字体去锯齿 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    position: relative;
}
body {font-family:"Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";overflow-x: hidden;}

.hidden{
    display: none!important;
}

a {
    color: inherit;
    text-decoration:none
}
a:hover {
    /* color:#FF6C00 !important; */
}
a.nav_active {
    color:#FD6C21 !important;
}

em {
    font-style:normal
}
li {
    list-style:none
}

select,input,img,select {
    vertical-align:middle;
}
table {
    border-collapse:collapse;
    border-spacing:0
}
p {
    word-wrap:break-word
}

img {
    border: none;
}
/* ------------------------ 个人定制化 ------------------------*/
.container {
    width: 1200px;
    margin: auto;
}
.color-main {
    color: #FF6C00;
}

/* -------------------------- 表单相关 ----------------------- */
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    background: none;
    border-radius: 0;
    border: 1px solid #ddd;
    font-size: 14px;    
    font-family: "微软雅黑","Microsoft YaHei";
}

/* 使用webkit内核的浏览器 */
::-webkit-input-placeholder{
    color: #fff;
}   
/* Firefox版本4-18 */
:-moz-placeholder{
    color: #fff;
}                  
/* Firefox版本19+ */
::-moz-placeholder{
    color: #fff;
}      
/* IE浏览器 */         
:-ms-input-placeholder{
    color: #fff;
}   

input[type='submit'] {
    cursor: pointer;
}

/*  */
button {
    border: none;
    outline: none;
    cursor: pointer;
    background: #FF6C00;
    color: #fff;
    font-size: 16px;
    padding: 6px 8px;
}

/* ------- 头部 ------ */
.header {
    height:100px;
}

/*  */
.header .logo {
    float: left;
}

.header .logo1 {
    margin-top:30px;
}

.header .logo2 {
    margin-top: 20px;
    margin-left: 34px;
}
.header .phone {
    float: right;
	margin-top: 28px;
}
.header .out-nav {
    width: 270px; 
    float: right;
    line-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size:14px;
    color:#4D4D4D;
    font-weight:400;
    display: none;
    visibility: hidden;
}
.header .out-nav a:hover {
    color: #FF6C00;
}
.header .out-nav .s-l {
    font-weight: 700;
}

.header .out-nav .download-center {
    color: #FF6C00;
}
.toggle img{ display:none}


/* ----------------------------------------- menu ------------------------------ */
.menu {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    height:80px;
    z-index: 2000;
    background: rgba(0,0,0,0.6);
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
}
.menu.scroll{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
	background:#000;
	filter:alpha(Opacity=100);-moz-opacity:1;opacity:1;
}
.menu li a:hover {
    color: #FF6C00;
}

.menu .menu_1_item, .menu .menu_2_item {
    background: rgba(0,0,0,0.6);
}

.menu.fixed {
    position: fixed;
    top: 0px;
}

.menu .container {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.menu .phone-box {
    width:200px;
    background-color: #FF6C00;
    color: #fff;
    box-sizing: border-box;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-image: url(../images/contact_phone.png);
}
.menu .phone-box .desc {
    font-size:14px;
    margin-top: 17px;
}
.menu .phone-box .phone {
    font-size:17px;
    font-weight: bold;
    margin-top: 6px;
}


/* 菜单区域 */
.menu .menu-box {
    flex: 1;
    padding-left: 58px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size:18px;
}
.menu .nav-item a{
    display: inline-block;
    height: 80px;
    line-height: 80px;
}


/* 公有 */
.menu .menu-box li {
    cursor: pointer;
    position: relative;
}


.menu .menu_1_item, .menu .menu_2_item {
    width: 100%;
    /* background: rgba(10, 10, 10, .6);
    border-bottom: 1px solid #3A3B3C;
    border-right: 1px solid #3A3B3C; */
    color: #fff;
}

.menu .menu_1_item a, .menu .menu_2_item a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* 边框 */
/* .menu .menu_1_item::before, .menu .menu_2_item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #3A3B3C;
}

.menu .menu_1_item:nth-child(1), .menu .menu_2_item:nth-child(1) {
    border-top: 1px solid #3A3B3C;
} */



/* 一级 */
.menu .menu_1 {
    position: absolute;
    /* width: 130px;
    left: -1px; 
    top: 0px;*/
    top: 80px;
    width: 180px;
    margin-left: -30%;
    display: none;
}

.menu_1_item:hover, .nav-item:hover {
    color: #FF6C00;
}


.nav-item:hover .menu_1 {
    display: block;
}


/* 二级 */
.menu .menu_2 {
    position: absolute;
    left: 130px;
    /* top: -1px; */
    top: 0px;
    width: 130px;
    display: none;
}
.menu_1_item:hover .menu_2  {
    display: block;
}
.new_consult {height: 360px;background-size: cover;background-image: url(../images/new_consult_bg.png);}
.new_consult_top2 {width:200px;padding-top: 44px;margin: auto;text-align: center;}
.new_consult_top2 img {width: 112px;height: 112px;}
.new_consult_top2_p2 {margin-top: 13px;font-size: 12px;color: #333333; display:block; width:100%}
.new_consult_bottom {margin-top: 40px;display: flex;flex-direction: row;justify-content: center;}
.new_consult_bottom .func {display: block;width:150px;height:50px;line-height:50px;text-align: center;box-sizing: border-box;background:#FF6C00;/*box-shadow:0px 8px 17px 1px rgba(0, 0, 0, 0.3);*/border-radius:25px;font-size:18px;letter-spacing: 2px;color: #fff;padding: 0px;}
.new_consult_bottom .func:last-child {background:none;margin-left: 26px; border:1px solid #FF6C00; color:#FD6C21}
/* ------- 底部 ------ */
.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footer_bg.jpg);
}

.footer>div {
    min-height: 100px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #FF6C00 !important;
}


.footer a:dark {
    color:rgba(255,255,255, .6);
}

.footer hr {
    width: 1150px;
    margin:auto;
    height: 2px;
    background: #666666;
    border: none;
}

/* ------------------------ part1 -------------------------- */
.footer .part1 {
    height: 162px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .part1 a {
    font-size:14px;
    color: #fff;
}


.footer .part1 .space {
    width: 2px;
    height: 46px;
    background: #999999;
}


.foot-part1-choose {
    text-align: center;
}

.foot-part1-choose  .icon {
    width: 44px;
    height: 30px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;    
}

.foot-part1-choose p {
    margin-top: 18px;
    width: 120px;
    line-height:20px;
    font-size:14px;
    color:rgba(255,255,255,0.6);
}


/* ------------------------ part2 -------------------------- */
.footer .part2 {
    padding-top:30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*  */
.footer .part2 dl {
    color: #fff;
    font-size: 20px;
}

.footer .part2 dt {
    font-size: 20px;
    margin-bottom: 12px;
}
.footer .part2 dt i{display: none; width: 16px; height: 16px; position: relative;}
.footer .part2 dt i:before,.footer .part2 dt i:after{display: block; content: ""; background: #fff; position: absolute;}
.footer .part2 dt i:before{width: 16px; height: 2px; left: 0; top: 7px;}
.footer .part2 dt i:after{width: 2px; height: 16px; left: 7px; top: 0;}
.footer .part2 dt.down{color: #FD6C21!important;}
.footer .part2 dt.down i:before{background: #dd0518;}
.footer .part2 dt.down i:after{display: none;}

.footer .part2 dd li{
    font-size: 14px;
    padding-top: 16px;
}
.footer .part2 dd li a {
    color:rgba(255,255,255, .6);
}



/* 表单 */
.footer .application {
    width:350px;
    text-align: center;
}
.footer .application input[type='text'] {
    box-sizing: border-box;
    border:none;
    width: 100%;
    height:26px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size:14px;
    color: #fff;
    background:rgba(255,255,255,0.2);
}

.footer .application input[type='submit'] {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background: #FF8932;
    border-radius: 14px;
    border: none;
    height: 28px;
    line-height: 28px;
    padding: 0 21px;
    letter-spacing: 1px;
} 

/* ------------------------ part3 -------------------------- */

.footer .part3 {
    padding-top:30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    color: #fff;
}
/* 左 */
.footer .part3 .left {
    flex: 1;
}

.footer .part3 .left-link {
    font-size:14px;
    width:120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer .part3 .left-link .line {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
}

.footer .part3 .left-name {
    color:rgba(255,255,255, .6);
    margin-top: 21px;
    font-size:14px;
}
.footer .part3 .left-name a{color:rgba(255,255,255, .6);}


.footer .part3 .right .phone {
    padding-top: 28px;
    font-size: 20px;
}