@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}


body{
    max-width: 1920px;
    margin: 0 auto!important;
    font-family:'Helvetica Neue',Tahoma,Arial,PingFangSC-Regular,'Hiragino Sans GB','Microsoft Yahei',sans-serif
}
/** @清除内外边距 **/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
button,
input,
textarea,
/* form elements 表单元素 */
table,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
    font-weight: normal;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.2 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
}

span,
p {
    font-family: 'Microsoft Yahei' !important;
    /* font-size: 16px;
    line-height: 32px; */
}

/*@h1, h2, h3, h4, h5, h6 { font-size: 100%; }*/
em,
i {
    font-style: normal;
}

/* 将斜体扶正 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/** @重置列表元素 **/
li {
    list-style: none;
}

/** @重置文本格式元素 **/
a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0077c0;
}

/** @重置表单元素 **/
img {
    border: 0;
}

/* img 搭车：让a链接里的 img 无边框  当没有正确路径时alt的文字大小*/
button,
input,
select,
textarea {
    font-size: 100%;
    line-height: normal;
}

/* 使得表单元素在 ie 下能继承字体大小 */

/** @重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

/* @ie6 7 8(q) bug  */
iframe {
    display: block;
}

/* @清浮动 */
.clearfix:before {
    content: ''; display: table
}
.clearfix:after {
    content: ''; display: table; clear: both
}
.clearfix {
    zoom: 1;
    /* for IE6 IE7 */
}




.fl { float:left; }
.fr { float:right;}
.oh { overflow:hidden;}
.center { text-align:center;}
.f-left { text-align:left;}
.f-right { text-align:right;}
.f-b{ font-weight: bold;}

/* @浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

.fw {
    font-weight: bold;
}

.bt-e1 {
    border-top: 1px solid #e1e1e1;
}

.bgfff {
    background-color: #fff;
}

.bgf2 {
    background-color: #f2f2f2;
}

.bgf4 {
    background-color: #f4f4f4;
}

.bgf7 {
    background-color: #f7f7f7;
}

.bgf7faff {
    background-color: #f7faff !important;
}

.bgfa {
    background-color: #fafafa !important;
}

.bg0077c0 {
    background-color: #0077c0;
}

/* @转块 */
.dis-block {
    display: block;
}

.dis-inblock {
    display: inline-block;
}

.overflow {
    overflow: hidden;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.banner {
    width: 100%;
    height: 4.5rem;
    position: relative;
    background-size: cover;
}
.banner_one{
	height: 4.5rem !important;
}

.banner .banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner .banner_info {
    height: 110px;
    padding: 250px 0 0;
}

.banner .banner_info .line {
    width: 88px;
    height: 3px;
    background: #fff;
    margin-top: 35px;
}

.banner .banner_info p {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}

.banner .banner_info h2 {
    font-size: 42px;
    color: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.menu_drawer {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    visibility: hidden;
}

.menu_drawer .menu_drawer_sidebar {
    z-index: 9999;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out; */
    transition: all .3s ease-out;
    /* transition: all .3s ease-out, -webkit-transform .3s ease-out; */
    will-change: transform;
    line-height: 1rem;
}

.menu_drawer .menu_drawer_sidebar .navInfo {
    background: rgba(255, 255, 255, .97);
    height: 100vh;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu_drawer .menu_drawer_sidebar .navInfo .close {
    display: inline-block;
    color: #000;
    width: 20px;
    height: 20px;
    background: url("../img/companyProfile/close.png"/*tpa=http://121.199.34.176:8080/img/companyProfile/close.png*/) no-repeat;
    background-size: 100% 100%;
    display: none;
}
.menu_drawer .menu_drawer_sidebar .navInfo ul li:first-child{ padding-top: 0.8rem;}
.menu_drawer .menu_drawer_sidebar .navInfo ul li .list{ height: 0; overflow: hidden; }

.menu_drawer .menu_drawer_sidebar .navInfo ul li.opn .list{ height: auto; }
.menu_drawer .menu_drawer_sidebar .navInfo ul li {
    line-height: 40px;
    font-size: 18px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0,119,192,0.1);
    box-shadow: 0 1px 2px rgba(255,255,255, 1);
    position: relative;
}
.menu_drawer .menu_drawer_sidebar .navInfo ul li .i{ position: absolute; width: 30%; height: 50px; right: 0; top: 0; z-index: 10;}
.menu_drawer .menu_drawer_sidebar .navInfo ul li .i::after{ content: ' '; position: absolute; width: 0; height: 0; border: 5px solid rgba(0, 0, 0, 0); border-top-color: #0077c0 ; top: 50%; right: 10px; margin-top: -3px; transition: 0.3s all;}
.menu_drawer .menu_drawer_sidebar .navInfo ul li.opn .i::after{ transform: rotate(180deg); margin-top: -8px;}
.menu_drawer .menu_drawer_sidebar .navInfo ul li .list a{
    margin-left: 14px;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    border-top: 1px solid #eee;
    padding: 8px 0;
    color: #333 !important;
}
.menu_drawer .menu_drawer_sidebar .navInfo ul li > a{ color: #0077c0; }
.menu_drawer .drawer_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .5s ease-out;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    opacity: 0;
}

.max_container {
    max-width: 1440px;
    margin: 0 auto;
}

.min_container {
    max-width: 94%;
    margin: 0 auto;
}

.position-relative {
    position: relative;
}

.header.header-container {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.header {
    width: 100%;
    line-height: 76px;
}

.header img {
    margin: 20px 0 0 20px;
		padding-bottom: 12px;
}

.header ul {
    height: 100%;
    overflow: hidden;
    margin: 0 130px 0 280px;
}

.header ul li {
    float: left;
    margin: 0 2%;
    height: 76px;
}
.header ul li.cur{
    background: url("../img/companyProfile/nav_icon.png") center bottom no-repeat;
}
.header ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.header ul li a:hover,
.header ul li.active a {
    color: #f5971c;
}

body,html{ overflow-x: hidden;}

a,
button,
input,
textarea {
    transition: 0.5s;
}

#header {
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    width: 100%;
    max-width: 1920px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.5);
    z-index:1000;
    height: 76px;

}

.header .login_info {
    width: 180px;
    height: 32px;
    line-height: 32px;

    color: #fff;
    text-align: center;
    font-size: 14px;

    margin-top: 24px;
    transition: .5s;
    cursor: pointer;
}



.header .login_info a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.header .login_info a:last-child{
    background: #e08935;
}
.header .login_info a:last-child:hover {
    background: #c27612;
}
.footer {
    background: url("../img/companyProfile/bottom-bg.png"/*tpa=http://121.199.34.176:8080/img/companyProfile/bottom-bg.png*/) no-repeat;
    background-size: 100% 100%;
    padding: 75px 0 45px 0;
}

.footer_contain {
    max-width: 1440px;
    margin: 0 auto;
}

.footer_contain .top_info .top_info_item {
    height: 240px;
    border-right: 1px solid #333;
    padding: 0 70px;
    margin-bottom: 40px;
}

.footer_contain .top_info .top_info_item:first-of-type {
    padding-left: 0;
}

.footer_contain .top_info .top_info_item:nth-of-type(2) ul {
    margin-right: 30px;
}

.footer_contain .top_info .top_info_item h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}

.footer_contain .top_info .top_info_item ul li a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.footer_contain .top_info .top_info_item ul li a:hover {
    color: #f5971c;
}

.footer_contain .top_info .top_info_item .hot_call_tit {
    font-size: 14px;
    color: #fff;
}

.footer_contain .top_info .top_info_item .hot_call {
    font-size: 20px;
    color: #cd7f20;
    padding: 5px 0 20px;
}

.footer_contain .top_info .top_info_item .ewm {
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.footer_contain .top_info .top_info_item .ewm img{
    width: 100%;
    height: 100%;
}
.footer_contain .top_info .top_info_item:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.footer_contain .footer_nav {
    background: rgba(26, 32, 50, .8);
    border-radius: 8px;
    padding: 0 30px;
    border: 1px solid #444;
    margin-top: 80px;
}

.footer_contain .footer_nav ul {
    display: flex;
    justify-content: space-around;
}

.footer_contain .footer_nav ul li {
    float: left;
    line-height: 70px;
}

.footer_contain .footer_nav ul li:first-of-type {
    color: #fff;
    font-size: 16px;
}

.footer_contain .footer_nav ul li a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.footer_contain .footer_nav ul li a:hover {
    color: #f5971c;
}

.footer_contain .bottom_info {
    padding: 28px 0 0;
}

.footer_contain .bottom_info .copyright p {
    font-size: 14px;
    color: #666;
}
.footer_contain .bottom_info .copyright p span a{
	color: #666;
}

/*二级导航*/
#header .nav-list{
    background: rgba(255, 255, 255, .9);
}
#header .nav-list .nav-con{
    width: 1150px;
    margin: 0 auto;
    overflow: hidden;
}
#header .nav-list .nav-con dl{
    overflow: hidden;
    margin: 50px 0;
}
#header .nav-list .nav-con dl dt{
    float: left;
    width: 230px;
    border-right: 1px solid #dfdfdf;
}
#header .nav-list .nav-con dl dt.nav_text{
    

    border: none;
    width: 100%;
}
#header .nav-list .nav-con dl dt.nav_text a{
    display: inline-block;
    width: 23%;
    padding-left: 20px;
}
#header .nav-list .nav-con dl dt a{
    display: block;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    background-position: 83% center;
    padding-left: 40px;
}

#header .nav-list .nav-con dl dt a img{
    width: 30px;
    float: left;
    margin-left: -40px;
}
#header .nav-list .nav-con dl dt a span{
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
#header .nav-list .nav-con dl dt a:hover,#header .nav-list .nav-con dl dt a.active{
    /* background: url("../img/companyProfile/nav_icon2.png") 86% center no-repeat; */
    color: #3c6cef;
}
#header .nav-list .nav-con dl dd{
    width: 860px;
    float: right;
    padding-top: 10px;
    color: #4d4d4d;
    font-size: 14px;

}
#header .nav-list .nav-con dl dd text{
    margin-bottom: 56px;
    display: block;
}
#header .nav-list .nav-con dl dd p{
    width: 300px;
    float: left;
   margin-bottom: 25px;
}
#header .nav-list .nav-con dl dd p span{
    display: block;
}
#header .nav-list .nav-con dl dd p span.title{
    font-size: 18px;
    margin-bottom: 5px;
    top: 0 !important;
    opacity: 1 !important;
}
#header .nav-list .nav-con dl dd p span.con{
   min-height: 2.4em;
   padding-right: 40px;
}



.child_item{ display: none;}
.nav-list-pro dt a{ position: relative; }
.nav-list-pro  dt a::after{ content: ''; position: absolute; width: 0; height: 0; right: -10px; top: 10px; border: 5px solid rgba(0, 0, 0, 0); border-right-color:#3c6cef; opacity: 0; visibility: hidden; transition: 0.3s all; }
.nav-list-pro  dt a.cur{ color: #3c6cef;}
.nav-list-pro  dt a.cur *{ color: #3c6cef !important;}
.nav-list-pro  dt a.cur::after{ opacity: 1; visibility:visible; right: 0;}

.footer_contain .footer_nav{ display: none;}

@media only screen and (max-width: 1440px) { 
    .footer_contain{ margin: 0 30px;}
    .footer_contain .top_info .top_info_item{ padding: 0 50px;}

    .banner .banner_info{padding: 250px 50px 0;}
    #header .nav-list .nav-con dl{  margin: 25px 0;}
    #header .nav-list .nav-con dl dt a{ padding: 7px 20px 7px 40px;}
    #header .nav-list .nav-con dl dd p{ margin-bottom: 20px;}
}

@media only screen and (max-width: 1370px) { 
    .footer_contain .top_info .top_info_item{ padding: 0 40px;}
}

