/* reset */ 
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;} 
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;} 
table{border-collapse:collapse;border-spacing:0;} 
caption,th{text-align:left;font-weight:normal;} 
html,body,fieldset,img,iframe,abbr{border:0;} 
i,cite,em,var,address,dfn{font-style:normal;} 
[hidefocus],summary{outline:0;} 
li{list-style:none;} 
h1,h2,h3,h4,h5,h6,small{font-size:100%;} 
sup,sub{font-size:83%;} 
pre,code,kbd,samp{font-family:inherit;} 
q:before,q:after{content:none;} 
textarea{overflow:auto;resize:none;} 
label,summary{cursor:default;} 
a,button{cursor:pointer;} 
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;} 
del,ins,u,s,a,a:hover{text-decoration:none;} 
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;} 
body{background:#fff;} 
a,a:hover{color:#333;} 

/* common */
.fl {float: left;}
.left {float: left;}
.fr {float: right;}
.clearfix:after { content:".";display:block;height:0;clear:both;visibility:hidden }
.clearfix { *+height:1%; }
.clear {
    display: block;
}
.clear {
    display: inline-table;
    *zoom: 1;
}
.red { color: #c70100;}
body {
    font-size: 14px;
    color: #333;
    font-family: "Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑",'Segoe UI',Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input, textarea, button {
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    font-family: "Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑",'Segoe UI',Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.wrapper-bg {
    background: #f7f6f6; 
    zoom: 1; 
    padding: 10px 0 30px 0 ;
}

/* banner */
.banner {   text-align:left;  position:relative; width: 100%; min-width: 1200px; height: 598px;  }
.banner .hd ul {position:absolute; z-index:3;  bottom: 10px; left: 45%;}
.banner .hd ul li{  cursor:pointer; display:inline-block; zoom:1; width:50px; height:6px; margin:4px; background-color:#fff; overflow:hidden; line-height:9999px;opacity:0.3;}	
.banner .hd ul .on{ opacity:1;  }
.banner .bd ul li { height: 598px; overflow: hidden; margin: auto;}
.banner .bd ul li img{ width: 100%; min-height: 598px;  }
.banner .bd div.slideTxt .slideTxt-des{ float: left; width: 500px; font-size: 18px; }
.banner .bd div.slideTxt .slideTxt-img{ float: right; width: 500px; }

/* header */
.header .fr .nav ul:before, .header .fr .nav ul:after {
    display: table;
    content: "";
}
.header {
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;
    /* background: #161616 url(./images/banner.jpg) no-repeat; */
    /* background-position: center 0; */
    width: 100%;
    min-width: 1200px;
    height: 600px;
    display: block;
}
.header-navbg {
    height: 70px;
    background:rgba(0,0,0,0.3) ;
}
.logo {
    margin-right: 10px;
    margin-top: 0px;
    width: 118px;
    height: 66px;
    display: inline-block;
    float: left;
    background-image: url(./images/logo.png);
}
.index_h1 {
    display: none;
}
.header .fr .nav {
    float: left;
    position: relative;
}
.header .fr {
    margin-top: -6px;
}
.header .exchange {
    background: rgba(0,0,0,0.25);
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
}
.header .exchange i {
    background-image: url(./images/location.png);
    width: 10px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    top: 1px;
}
.header .fr .nav ul {
    *zoom: 1;
    text-align: right;
    padding-top: 0;
    position: relative;
}
.header .fr .nav .ti-hover {
    position: relative;
    z-index: 99;
    height: 30px;
}
.header .fr .nav ul li {
    float: left;
    position: relative;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
}
.header .fr .nav ul li.cur {
    border-bottom: 2px solid #c70100;
}
.header .fr a, .header .fr span {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.header .fr .nav ul li a {
    font-size: 18px;
    font-weight: 700;
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-text-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header .fr .nav ul li.login-info {
    margin-left: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header .fr .nav ul li .line {
    margin:0 20px;
    color: #fff;
}
.header .fr .nav .typeShowUser {
    float: right;
    text-align: right;
    height: 20px;
}
.header .fr .nav .typeShowUser i {
    background-image: url(./images/user.png);
    width: 17px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.header .fr .nav .typeShowUser span a {
    margin-left: 5px;
}
.banner-text {
    margin: 80px auto 0 auto;
    text-align: left;
    height: 280px;
    width: 1200px;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    overflow: hidden;
    line-height: 80px;
}
.banner-text-des {
    font-size: 28px;
    line-height: 80px;
    /* font-weight: normal; */
}
.header .header-wrap .search-box-wrap {
    margin: -14px auto 0 auto;
    width: 1200px;
    height: 127px;
    position: relative;
}
.header .header-wrap .search-box-wrap .search-box-con {
    padding: 20px 0;
    position: relative;
}
/* .header .header-wrap .search-box-wrap .search-box-con .menu {
    float: left;
} */
/* .header[data-component=header] .header-wrap .search-box-wrap .search-box-con .menu {
    float: left;
    height: 41px;
} */
.header .header-wrap .search-box-wrap .search-box-con .menu {
    /* float: left; */
    height: 44px;
    width: 300px;
}
.header .header-wrap .search-box-wrap .search-box-con .search .box {
    background: #fff;
    border-radius: 2px;
    clear: both;
    height: 55px;
    box-shadow: 1px 0 5px rgba(0,0,0,0.2);
}
.header .header-wrap .search-box-wrap .search-box-con .menu li {
    float: left;
    opacity: .8;
    filter: alpha(opacity=80);
    height: 43px;
}
.header .header-wrap .search-box-wrap .search-box-con .menu i {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    width: 0;
    height: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 55px;
    left: 30px;
    border-bottom: 10px solid #fff;
    z-index: 9;
}
.header .header-wrap .search-box-wrap .search-box-con .menu li.check {
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .header-wrap .search-box-wrap .search-box-con .menu li a, 
.header .header-wrap .search-box-wrap .search-box-con .menu li span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 0 20px 0 0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
}
.header .header-wrap .search-box-wrap .search-box-con .menu li span {
    text-shadow: 1px 0 5px rgba(0,0,0,0.4);
}
.header .header-wrap .search-box-wrap .search-box-con .search {
    clear: both;
    position: relative;
}
.header .header-wrap .search-box-wrap .search-box-con .search .text {
    width: 620px;
    padding-left: 20px;
    border: 0;
    height: 55px;
    line-height: 55px;
    border-radius: 2px;
    font-size: 14px;
}
.header .header-wrap .search-box-wrap .search-box-con .search .btn {
    background: #c70100;
    width: 150px;
    height: 55px;
    border: 0;
    display: block;
    border-radius: 0 2px 2px 0;
    position: relative;
    right: -1px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .header-wrap .search-box-wrap .search-box-con .search .btn:hover {
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .header-wrap .search-box-wrap .search-box-con .search .btn.postInquiry {
    right: -1px;
    position:absolute;
    background: #d1c906;
}
.header .header-wrap .search-box-wrap .search-box-con .search .sug-tips {
    clear: both;
    width: auto;
    margin-top: 1px;
    position: absolute;
}
.header .header-wrap .search-box-wrap .search-box-con .search .sug-tips ul {
    width: 641px;
    /* display: none; */
    background: #fff;
    border: 1px solid #000;
    border-top: 0;
    position: relative;
    left: -1px;
    top: -1px;
    z-index: 1002;
}
.header .header-wrap .search-box-wrap .search-box-con .search .sug-tips li {
    height: 35px;
    line-height: 35px;
    padding: 3px 20px;
}
.header .header-wrap .search-box-wrap .search-box-con .search .sug-tips li:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}
.ditu-icon {
    left: 570px;
    /* top: 20px; */
    height: 55px;
    position: absolute;
    /* position: relative; */
    line-height: 55px;
    width: 50px;
    align-items: center;
    padding-left: 30px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.ditu-icon .icon {
    position: absolute;
    left: 0;
    top: 14px;
    width: 24px;
    height: 24px;
    background: url(images/map-icon.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

/* footer */
.footer {
    margin-top: 20px;
    border-top: 1px solid #666;
    padding: 50px 0;
    font-size: 15px;
    line-height: 2;
    background-color: #222;
    color: #888c8e;
}
.footer a {
    color: #888c8e;
}
.footer .footer-nav {
    height: 50px;
    line-height: 50px;
    margin: 0 0 10px;
}
.footer .footer-nav .fl li {
    float: left;
}
.footer .footer-nav .fl li a {
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
}
.footer .footer-nav .fl li a:hover {
    text-decoration: underline;
}
.footer .footer-nav .fr {
    color: #7dcfa0;
}
/* 右侧悬浮框 */
.float-right { 
    position: fixed; 
    bottom: 10px; 
    left: 50%; 
    margin-left: 650px;
    width: 100px; 
    height: 120px; 
    padding: 2px; 
    text-align: center; 
    background-color: #c70100;
    color: #fff;
}
/* 弹框样式 */
.demo-class .layui-layer-title{background:#fff; color:#333; border: none;}

.tag { 
    display: inline-block;
    font-size:12px; 
    border-radius: 4px; 
    border: 1px solid #d9ecff; 
    background-color: #ecf5ff;
    box-sizing: border-box;
    white-space: nowrap;
    color: #409eff;
    padding: 0 3px;
    margin-right:3px;
}
.tag-A { border: 1px solid #ef4444; background-color: #ef4444; color: #fff }
.tag-B { border: 1px solid #E6A23C; background-color: #E6A23C; color: #fff }
.tag-C { border: 1px solid #67C23A; background-color: #67C23A; color: #fff }
.tag-D { border: 1px solid #409EFF; background-color: #409EFF; color: #fff }
.tag-NONE { border: 1px solid #409EFF; background-color: #409EFF; color: #fff }