@charset "utf-8";

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

fieldset {
    border: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

li {
    list-style: none;
}

u {
    text-decoration: none;
}

i {
    font-style: normal;
}


h1 {
    font-size: 20px;
    text-align: center;
    line-height: 35px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

body {
    color: #333;
    font-size: 14px;
    font-family: "microsoft yahei";
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    line-height: 1.5;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}

.bd {
    border-top: 1px solid #ccc;
    height: 1px;
    line-height: 1px;
    width: 100%;
}

.line-box {
    background: #007ab3 none repeat scroll 0% 0%;
    height: 5px;
    width: 90px;
    position: absolute;
    left: 0px;
    top: 38px;
}

.m1 {
    margin: 1px;
}

.m2 {
    margin: 2px;
}

.m5 {
    margin: 5px;
}

.mt5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt100 {
    margin-top: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr12 {
    margin-right: 12px;
}

.ml5 {
    margin-left: 5px;
}

.ml7 {
    margin-left: 7px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml12 {
    margin-left: 12px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.p5 {
    padding: 5px;
}

.pt30 {
    padding-top: 30px;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.h300 {
    height: 300px;
}

.fixed-siderbar {
    z-index: 0;
    position: fixed;
    top: 70px;
}


/* -- 全局 -- */
.header,
.content,
.footer {
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
}

.top-banner-img {
    position: relative;
    height: 301px;
    background: #fff;
    width: 100%;
}

.top-banner-img .b-img {
    width: 100%;
    position: absolute;
    height: 300px;
}

.h_head {
    height: 120px;
    position: relative;
    z-index: 999;
    min-width: 1170px;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
}

.h_head .h_top {
    color: #909090;
    height: 20px;
    font-size: 12px;
    padding-top: 12px;
    float: right;
    width: 650px;
}

.h_head .h_top a {
    line-height: 20px;
    height: 20px;
    padding: 0 17px;
    font-size: 12px;
    display: inline-block;
}

.h_head .h_top a.sitemap {
    background: url(/Static/Home/barcode/img/sitemap-application-blue.png) no-repeat left center;
    padding-left: 18px;
}

.h_head .h_top a.contact {
    background: url(/Static/Home/barcode/img/mobile-phone--arrow.png) no-repeat left center;
    padding-left: 18px;
}

.h_head .h_top a.alibaba {
    background: url(/Static/Home/barcode/img/alibaba.png) no-repeat left center;
    padding-left: 18px;
}

.h_head .h_top a.weixin {
    background: url(/Static/Home/barcode/img/weixin.png) no-repeat left center;
    padding-left: 18px;
    position: relative;
}

.h_head .h_top a.weibo {
    background: url(/Static/Home/barcode/img/weibo.png) no-repeat left center;
    padding-left: 18px;
}

.h_head .h_top a i {
    display: none;
}

.h_head .h_top .xzone {
    height: 30px;
    line-height: 30px;
    display: block;
    padding-right: 31px;
}

.h_head .h_top .xzone a {
    padding: 0 10px;
}

.qcode {
    position: absolute;
    top: 20px;
    left: -45px;
    display: none;
    width: 120px;
    height: 120px;
}

.qcode img {
    width: 120px;
    height: 120px;
}

.h_head .h_Main {
    height: 100px;
    width: 1100px;
    overflow: hidden;
    margin-top: 10px;
}

/* 网站主体 */
.h_head .h_Main .logo {
    padding: 10px 24px 0 0;
    text-align: right;
    display: block;
}

.h_head .h_Main .h-content {
    margin: 40px 0px 0px 30px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.h_head .h_Main .h-content h2 {
    font-size: 20px;
    color: #ff0000;
}

.h_head .h_Main .h-content p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
}

.h_head .h_Main .h_dis {
    color: #262626;
    font-size: 20px;
    line-height: 28px;
    padding: 80px 0 0 25px;
}

.h_head .h_Main .h_dis b {
    font-size: 12px;
    display: block;
    font-weight: normal;
    color: #959595;
}

.h_head .h_Main .h_dis i {
    color: #196701;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.h_head .h_Main .h_pho {
    color: #111111;
    font-size: 14px;
    line-height: 20px;
    width: 320px;
    padding-top: 22px;
    text-align: center;
}

.h_head .h_Main .xzone {
    display: block;
    margin-bottom: 10px;
}

.h_head .h_pho a {
    padding: 0px 18px;
}

.h_head .h_pho a.xschools {
    color: #959595;
}

.h_head .h_pho a.xnopaddings {
    padding-right: 0px;
}

.h_head .h_Main .h_pho img {
    display: inline-block;
    padding-right: 8px;
}

.h_head .h_Main .h_pho b {
    font-size: 24px;
    color: #ff0000;
    font-family: "arial";
    vertical-align: middle;
}

.h_head .h_Main .h_pho p {
    display: block;
    padding-left: 20px;
    color: #444;
    font-size: 18px;
    text-align: left;
}

.h_head .h_nav {
    height: 55px;
}

/* 头部导航 */
.h_head .h_nav li {
    float: left;
    height: 55px;
    color: #fff;
}

.h_head .h_nav li a {
    position: relative;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding: 0 11px 0 12px;
    display: inline-block;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.h_head .h_nav li a:hover,
.h_head .h_nav li.cur a {
    text-decoration: none;
    background: #ff6600;
}

/*.h_head .h_nav li.lst a{ background:none}*/

.head-v3 {
    position: relative;
    z-index: 100;
    min-width: 1100px
}

.head-v3 .navigation-inner {
    margin: 0 auto;
    width: 1100px;
    position: relative
}

.navigation-up {
    height: 60px;
    background: rgba(2, 121, 196, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0279c4, endColorstr=#0279c4);
}

.navigation-up .navigation-v3 {
    float: left;
}

.navigation-up .navigation-v3 ul {
    float: left
}

.navigation-up .navigation-v3 li {
    float: left;
    height: 60px;
    color: #fff;
    background: transparent url("/Static/Home/barcode/img/nav_right_line.png")
}

.navigation-up .navigation-v3 .nav-up-selected {
    background: url("/Static/Home/barcode/img/nav_right_line.png") linear-gradient(to bottom, rgba(12, 140, 218, 0.8), rgba(164, 221, 255, 0));
}

.navigation-up .navigation-v3 .nav-up-selected-inpage {
    background: #ff0000
}

.navigation-up .navigation-v3 li h2 {
    font-weight: normal;
    padding: 0;
    margin: 0
}

.navigation-up .navigation-v3 li h2 a {
    padding: 0 25px;
    color: #fff;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-decoration: none;
}

.navigation-down {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%
}

.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: #2997e6;
    position: absolute;
    top: 0px
}

.navigation-down .nav-down-menu .navigation-down-inner {
    margin: auto;
    width: 1100px;
    position: relative;
}

.navigation-down .nav-down-menu dl {
    float: left;
    margin: 18px 80px 18px 0
}

.navigation-down .menu-1 dl {
    margin: 20px 10px 25px 10px
}

.navigation-down .menu-3 dl {
    margin: 0px 40px 0 0;
}

.navigation-down .menu-1 dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #9adaf9;
    margin-bottom: 10px;
}

.navigation-down .menu-1 dt a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.navigation-down .menu-1 dt a:hover {
    color: #ff0000;
}

.navigation-down .menu-1 dd a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px
}

.navigation-down .menu-1 dd a:hover {
    color: #ff0000
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
}

#about .navigation-down-inner dl:first-child {
    margin-left: 80px;
}

#news .navigation-down-inner dl:first-child {
    margin-left: 650px;
}

#case .navigation-down-inner dl:first-child {
    margin-left: 180px;
}

#product .navigation-down-inner {
    padding-bottom: 30px;
    padding-left: 40px;
}

/*#product .navigation-down-inner dl:first-child{margin-left:110px;}*/
#service .navigation-down-inner dl:first-child {
    margin-left: 630px;
}

#solutions .navigation-down-inner dl:first-child {
    margin-left: 0px;
}

/*头部结束*


/*底部开始*/
.f_foot {
    background: url(/Static/Home/barcode/img/footer-bg.gif) repeat-x left top;
    clear: both;
    width: 100%;
    min-width: 1170px
}

.ft-top {
    height: 314px;
    overflow: hidden;
}

.ft-top-lt {
    display: block;
    float: left;
    width: 800px;
    border-right: 1px solid #777777;
    height: 270px;
    padding-top: 24px;
}

.ft-top-lt dl {
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
}

.ft-top-lt dt {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.ft-top-lt dt a:hover {
    text-decoration: none
}

.ft-top-lt dt i {
    display: block;
    font-style: normal;
    color: #4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
}

.ft-top-lt dd {
    display: block;
    float: left;
    width: 150px;
    overflow: hidden;
    vertical-align: middle;
}

.ft-top-lt dd a {
    color: #aaa;
    font-size: 14px;
}

.ft-top-rt {
    display: block;
    width: 298px;
    border-left: 1px solid #414141;
    padding-top: 71px;
    height: 243px;
    overflow: hidden;
}

.ft-top-rt dt {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 120px;
}

.ft-top-rt dt img {
    display: block;
    overflow: hidden;
    width: 116px;
    height: 116px;
    border: 2px solid #161616;
}

.ft-top-rt dd {
    padding-top: 12px;
    overflow: hidden;
    line-height: 37px;
    overflow: hidden;
    text-align: center;
}

.ft-top-rt dd span {
    display: block;
    color: #aaa;
    font-size: 16px;
}

.ft-top-rt dd p {
    color: #aaa;
}



/**/

.ft-site-info {
    width: 100%;
    height: 180px;
}

.ft-site-info img {
    margin-right: 20px;
}

.ft-site-info ul {
    float: left;
    overflow: hidden;
    padding: 30px 0;
}

.ft-site-info ul li {
    color: #333;
    font-size: 12px;
    line-height: 25px;
}




/*底部结束*/


/*当前位置*/

.location {
    background: #fff;
    height: 50px;
    line-height: 50px;
    margin: 190px 0px 10px 0px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.nav_location {
    padding-left: 10px;
    line-height: 50px;
    font-size: 16px;
    float: left
}

.nav_location span {
    padding-right: 20px;
    font-size: 16px;
    color: #666;
}

.location .top_search {
    float: right;
    margin-right: 15px;
}

.location .top_search input.search_input {

    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1) inset;
    padding: 0 10px 0 10px;
    height: 28px;
    line-height: 28px;
    width: 185px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.location .top_search input.search_input:focus {
    border: 1px solid #0170A5;
}

.location .top_search input.searchbutton {
    height: 30px;
    line-height: 30px;
    width: 60px;
    border: none;
    cursor: pointer;
    color: #666;
}


/*seperate*/
.modhdg1 {
    background-color: #E9E9E9;
    height: 2px;
}

.modhdg2 {
    background-color: #96CBD8;
    height: 6px;
    width: 130px;
}

.modhdg3 {
    border-left: 6px solid #96CBD8;
    height: 6px;
    margin-left: 135px;
}

.modhdg4 {
    background-color: #007ab3;
    height: 2px;
    width: 85px;
}

.modhdg5 {
    border-left: 4px solid #007ab3;
    height: 6px;
    margin-left: 52px;
}

.modhdg6 {
    background-color: #eb6100;
    height: 6px;
    width: 50px;
}

.modhdg7 {
    border-left: 4px solid #eb6100;
    height: 6px;
    margin-left: 52px;
}