﻿@charset "utf-8";

/*reset*/


/* CSS reset for c_b */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}


/*for ie f6n.net*/

a:focus {
    outline: none;
}


/*for ff f6n.net*/

a:hover {
    text-decoration: none;
}


/*定位*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

p img {
    max-width: 1140px;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/

.cur {
    cursor: pointer
}


/*原reset*/

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}


/*title*/

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}


/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/*end reset*/

.headerTop {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #E5E5E5;
}

.headerTop li {
    float: left;
    height: 35px;
    line-height: 35px;
}

.headerTop p {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    color: #666666;
    float: left;
}

.headerTop ul {
    float: right;
}

.headerTop li a {
    font-size: 14px;
    color: #666666;
    padding: 0 16px;
    border-left: 1px dotted #949494;
}

.headerTop li.last a {
    border-right: none;
    padding-right: 0;
}

.headerCenter {
    width: 100%;
    height: 121px;
}

.headerCenter .box {
    float: left;
}

.headerCenter a.logo {
    float: left;
    width: 54px;
    height: 60px;
    margin-top: 30px;
    display: block;
    margin-left: 2px;
}

.headerCenter a.logo img {
    display: block;
    width: 54px;
    height: 60px;
}

.headerCenter .Part {
    float: left;
    margin-left: 22px;
    width: 356px;
    margin-top: 40px;
}

.headerCenter .Part h2 {
    font-size: 25px;
    color: #333333;
}

.headerCenter .Part h2 em {
    color: #0071BF;
    font-weight: bold;
    font-size: 25px;
}

.headerCenter .Part p {
    font-size: 16px;
    color: #666666;
    margin-top: 8px;
}

.headerCenter .phone {
    background: url(../images/header-phone.png) no-repeat left 6px;
    padding-left: 56px;
    float: right;
    margin-top: 33px;
    height:53px;
}

.headerCenter .phone span {
    color: #666666;
    font-size: 24px;
    display: block;
    font-weight: lighter;
}

.headerCenter .phone em {
    font-size: 31px;
    color: #666666;
    display: block;
    font-weight: lighter;
    margin-top:9px;
}

.headerCenter .shop {
    display: block;
    float: right;
    margin-left: 24px;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    position: relative;
    padding-bottom: 6px;
}

.headerCenter .shop ul {
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 9999;
    display: none;
}

.headerCenter .shop ul li {
    width: 150px;
    height: 59px;
    line-height: 59px;
    border: 1px solid #e3dfdf;
    border-top: none;
    background: #fff;
}

.headerCenter .shop ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-indent: 22px;
    text-decoration: none;
}

.headerCenter .shop ul li:first-child {
    border-top: 1px solid #e3dfdf;
}

.headerCenter .shop span {
    display: block;
    margin: 0 auto;
}

.headerCenter .shop img {
    display: block;
    margin: 0 auto;
}

.headerCenter .shop em {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
}

.headerCenter .albb {
    margin-left: 32px;
}

.headerCenter .albb li a {
    background: url(../images/albb-icon02.png) no-repeat 14px center;
}

.headerCenter .tmqjd li a {
    background: url(../images/tmqjd-icon02.png) no-repeat 14px center;
}

.headerCenter .albb li:hover a {
    background: url(../images/albb-icon01.png) no-repeat 14px center;
}

.headerCenter .tmqjd li:hover a {
    background: url(../images/tmqjd-icon01.png) no-repeat 14px center;
}

.headerCenter .tmqjd ul {
    left: -80px;
}

.headerCenter .shop li:hover {
    background: #FF9000;
    border-color: #FF9000;
}

.headerCenter .shop li:hover a {
    color: #fff;
}

.headerCenter .shop:hover ul {
    display: block;
}


/* CSS Document */

body {
    background-color: white;
    overflow-x: hidden;
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    min-width: 1200px;
    width: 100%;
}


/*网站字体颜色*/

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


/*页眉*/


/* header */

.header {
    width: 100%;
    position: relative;
}

.header .container {
    position: relative;
    height: 50px;
}

.header .headerL {
    width: 518px;
    height: 110px;
    float: left;
    background: #f6f6f6;
    border-top: 5px solid #005bac;
    position: absolute;
    left: -360px;
    top: 0;
}

.header .headerL a.logo {
    display: block;
    float: right;
    margin-right: 50px;
    margin-top: 29px;
    width: 227px;
    height: 58px;
}

.header .headerL a.logo img {
    display: block;
    width: 227px;
    height: 58px;
}


/* .header .headerR{width: 1402px; height: 110px;border-top: 5px solid #abce03;position: absolute;right: -360px;background: #fff;} */

.header .headerR {
    width: 100%;
    height: 70px;
    float: right;
    background: #0071BF;
}

.header .headerR .worldWeb {
    float: right;
    width: 135px;
    height: 77px;
    float: right;
    margin-top: 33px;
    margin-right: 240px;
    position: relative;
}

.header .headerR .worldWeb>p {
    height: 45px;
    width: 135px;
    background: url("../images/worldWeb-icon02.png") no-repeat 111px center #005bac;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    text-indent: 18px;
    border-radius: 6px 0 6px 0;
}

.header .headerR .worldWeb>p>img {
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.header .headerR .worldWeb>span {
    display: block;
    height: 32px;
    background: #fff;
}

.header .headerR .worldWeb .worldWeb-xial {
    width: 1162px;
    position: absolute;
    right: 0;
    top: 77px;
    z-index: 99;
    overflow: hidden;
    height: 1px;
}

.header .headerR .worldWeb .worldWeb-xial .worldWeb-xial-box {
    width: 1162px;
    background: url("../images/worldWeb-xialBg01.jpg") no-repeat center;
}

.header .headerR .worldWeb .worldWeb-xial .top {
    height: 121px;
    padding: 64px 56px 0;
    border-bottom: 1px solid #337cbd;
}

.header .headerR .worldWeb .worldWeb-xial .top h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.header .headerR .worldWeb .worldWeb-xial .top ul {
    margin-top: 32px;
}

.header .headerR .worldWeb .worldWeb-xial .top li {
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: arial;
}

.header .headerR .worldWeb .worldWeb-xial .top li a {
    text-decoration: none;
    color: #fff;
    margin-right: 32px;
}

.header .headerR .worldWeb .worldWeb-xial .box {
    padding-top: 38px;
}

.header .headerR .worldWeb .worldWeb-xial .box dl {
    float: left;
    padding-left: 36px;
    width: 220px;
    border-right: 1px solid #337cbd;
    padding-bottom: 16px;
    padding-top: 34px;
}

.header .headerR .worldWeb .worldWeb-xial .box dl:first-child {
    border-left: 1px solid #337cbd;
    margin-left: 66px;
}

.header .headerR .worldWeb .worldWeb-xial .box dt {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
}

.header .headerR .worldWeb .worldWeb-xial .box dt em {
    font-weight: bold;
}

.header .headerR .worldWeb .worldWeb-xial .box dt img {
    position: relative;
    top: 6px;
    margin-left: 34px;
}

.header .headerR .worldWeb .worldWeb-xial .box dd {
    margin-top: 28px;
}

.header .headerR .worldWeb .worldWeb-xial .box dd a {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 12px;
}

.header .headerR .worldWeb:hover>p {
    border-radius: 0;
}

.header .headerR .worldWeb:hover>span {
    background: #005bac;
}


/* .header .headerR .worldWeb:hover .worldWeb-xial{display: block;} */

.header .headerR .header-S {
    float: right;
    margin-right: 35px;
    padding: 47px 0;
}

.header .headerR .searchs {
    float: left;
    position: relative;
    width: 60px;
    height: 16px;
    border-left: 1px solid #cccccc;
    margin-right: -10px;
}

.header .headerR .searchs input {
    display: block;
    width: 0px;
    height: 38px;
    position: absolute;
    right: 30px;
    top: -11px;
    border: none;
    outline: none;
    line-height: 38px;
    font-size: 14px;
    z-index: 8;
    text-indent: 10px;
}

.header .headerR .searchs span a {
    display: block;
    width: 51px;
    height: 25px;
    position: absolute;
    right: 6;
    top: 2px;
    z-index: 9;
    background: #fff;
}

.header .headerR .searchs input:nth-child(2) {
    display: block;
    width: 30px;
    height: 38px;
    background: url("../images/header-search.png") no-repeat center;
    position: absolute;
    right: 4;
    top: -11px;
    z-index: 9;
}

.header .headerR .searchs.border input {
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.header .headerR .searchs:hover input:nth-child(1) {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 210px;
}

.header .headerR .header-nav {
    height: 70px;
    width: 1360px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.header .headerR .header-nav>ul>li {
    display: inline-block;
    *display: inline-block;
    width: 14%;
}

.header .headerR .header-nav>ul>li>a {
    display: block;
    height: 70px;
    position: relative;
    line-height: 70px;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.header .headerR .header-nav>ul>li>a>i {
    display: none;
    width: 32px;
    height: 3px;
    background: #FF7200;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
}

.header .headerR .header-nav>ul>li.cur>a>i {
    display: block;
}

.header .headerR .header-nav>ul>li.cur>a {
    color: white;
}

.header .headerR .header-nav>ul>li:hover>a>i {
    display: block;
}

.header .headerR .header-nav>ul>li:hover>a {
    color: white;
}

.header .header-nav-xialCon {
    position: absolute;
    left: 50%;
    margin-left: -575px;
    z-index: 999;
    width: 1150px;
    top: 70px;
    height: 0;
    overflow: hidden;
}

.header .header-nav-xialCon .header-nav-xial {
    padding-top: 76px;
    display: block !important;
    padding: 24px 30px 0 60px;
    width: 1060px;
    /* height: 335px; */
    background: url("../images/navBg01.jpg") no-repeat center;
    height: 379px;
}

.header .header-nav-xialCon .header-nav-xial dt {
    float: left;
    width: 440px;
    height: 275px;
    position: relative;
    margin-top: 34px;
}

.header .header-nav-xialCon .header-nav-xial dt img {
    display: block;
    width: 440px;
    height: 275px;
}

.header .header-nav-xialCon .header-nav-xial dt .header-nav-xial-title {
    width: 220px;
    height: 128px;
    background: url("../images/navBg02.png");
    text-align: center;
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -110px;
}

.header .header-nav-xialCon .header-nav-xial dt .header-nav-xial-title a {
    display: block;
    padding-top: 42px;
    height: 86px;
    text-decoration: none;
}

.header .header-nav-xialCon .header-nav-xial dt h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.header .header-nav-xial dt p {
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
}

.header .header-nav-xial dd {
    width: 570px;
    float: left;
    overflow: hidden;
    float: right;
}

.header .header-nav-xial dd a {
    display: block;
    float: left;
    text-decoration: none;
    width: 158px;
    height: 38px;
    border: 1px solid #dcdcdc;
    text-indent: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    background: url(../images/nav-icon01.png) no-repeat 119px center #fff;
    margin: 0 30px 15px 0;
    text-align: left;
}

.header .header-nav-xial dd a:hover {
    color: #fff;
    font-weight: bold;
    background: url("../images/nav-icon02.png") no-repeat 119px center #0071BF;
    border-color: #0071BF;
}

.header .header-nav-xialCon2 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
    width: 1200px;
    top: 110px;
    height: 0;
    overflow: hidden;
}

.header .header-nav-xialCon2 .header-nav-xial {
    padding: 0;
    height: 395px;
    background: url("../images/navBg03.jpg") no-repeat center;
    width: 1200px;
}

.header .header-nav-xialCon2 .header-nav-xial li {
    float: left;
    width: 135px;
    background: url("../images/nav-xian.png") no-repeat left top;
    padding-left: 36px;
    height: 360px;
    padding-top: 35px;
    text-align: left;
}

.header .header-nav-xialCon2 .header-nav-xial li:first-child {
    background-image: none;
}

.header .header-nav-xialCon2 .header-nav-xial li h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 24px;
    font-weight: normal;
}

.header .header-nav-xialCon2 .header-nav-xial li p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.header .header-nav-xialCon2 .header-nav-xial li a {
    color: #666;
    text-decoration: none;
}

.header .header-nav-xialCon2 .header-nav-xial li a:hover {
    color: #005bac;
    font-weight: bold;
}


/*x悬浮导航样式*/


/* headerBar */

.headerBar {
    width: 100%;
    position: fixed;
    width: 100%;
    top: -80px;
    left: 0;
    z-index: 9999999;
    transition: top .4s ease-out;
}

.headerBar .container {
    position: relative;
    height: 80px;
}

.headerBar .headerL {
    width: 414px;
    height: 75px;
    float: left;
    background: #f6f6f6;
    border-top: 5px solid #005bac;
    position: absolute;
    left: -360px;
    top: 0;
}

.headerBar .headerL a.logo {
    display: block;
    float: right;
    margin-right: 34px;
    margin-top: 20px;
    width: 140px;
    height: 36px;
}

.headerBar .headerL a.logo img {
    display: block;
    width: 140px;
    height: 36px;
}

.headerBar .headerR {
    width: 1506px;
    height: 75px;
    border-top: 5px solid #abce03;
    position: absolute;
    right: -360px;
    background: #fff;
}

.headerBar .headerR .header-S {
    float: right;
    margin-right: 240px;
    padding: 30px 0;
}

.headerBar .headerR .search {
    float: right;
    position: relative;
    width: 60px;
    height: 16px;
    border-left: 1px solid #cccccc;
}

.headerBar .headerR .search input {
    display: block;
    width: 0px;
    height: 38px;
    position: absolute;
    right: 30px;
    top: -11px;
    border: none;
    outline: none;
    line-height: 38px;
    font-size: 14px;
    z-index: 8;
    text-indent: 10px;
}

.headerBar .headerR .search a {
    display: block;
    width: 30px;
    height: 38px;
    background: url("../images/header-search.png") no-repeat center;
    position: absolute;
    right: 0;
    top: -11px;
    z-index: 9;
}

.headerBar .headerR .search.border input {
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.headerBar .headerR .search.border a {
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.headerBar .headerR .header-nav {
    float: right;
    height: 75px;
    width: 1204px;
    text-align: right;
    position: relative;
}

.headerBar .headerR .header-nav>ul>li {
    height: 75px;
    margin-right: 46px;
    display: inline-block;
    *display: inline-block;
}

.headerBar .headerR .header-nav>ul>li>a {
    display: block;
    height: 75px;
    position: relative;
    line-height: 75px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.headerBar .headerR .header-nav>ul>li>a>i {
    display: none;
    width: 32px;
    height: 3px;
    background: #005bac;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
}

.headerBar .headerR .header-nav>ul>li.cur>a>i {
    display: block;
}

.headerBar .headerR .header-nav>ul>li.cur>a {
    color: #005bac;
}

.headerBar .headerR .header-nav>ul>li:hover>a>i {
    display: block;
}

.headerBar .headerR .header-nav>ul>li:hover>a {
    color: #005bac;
}

.headerBar .header-nav-xialCon {
    position: absolute;
    left: 50%;
    margin-left: -575px;
    z-index: 99;
    width: 1150px;
    top: 75px;
    height: 0;
    overflow: hidden;
}

.headerBar .header-nav-xialCon .header-nav-xial {
    padding-top: 76px;
    display: block !important;
    padding: 60px 30px 0 60px;
    width: 1060px;
    /* height: 335px; */
    background: url("../images/navBg01.jpg") no-repeat center;
    height: 335px;
}

.headerBar .header-nav-xialCon .header-nav-xial dt {
    float: left;
    width: 440px;
    height: 275px;
    position: relative;
}

.headerBar .header-nav-xialCon .header-nav-xial dt img {
    display: block;
    width: 440px;
    height: 275px;
}

.headerBar .header-nav-xialCon .header-nav-xial dt .header-nav-xial-title {
    width: 220px;
    height: 128px;
    background: url("../images/navBg02.png");
    text-align: center;
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left: -110px;
}

.headerBar .header-nav-xialCon .header-nav-xial dt .header-nav-xial-title a {
    display: block;
    padding-top: 42px;
    height: 86px;
    text-decoration: none;
}

.headerBar .header-nav-xialCon .header-nav-xial dt h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.headerBar .header-nav-xial dt p {
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
}

.headerBar .header-nav-xial dd {
    width: 570px;
    float: left;
    overflow: hidden;
    float: right;
}

.headerBar .header-nav-xial dd a {
    display: block;
    float: left;
    text-decoration: none;
    width: 158px;
    height: 48px;
    border: 1px solid #dcdcdc;
    text-indent: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 48px;
    background: url("../images/nav-icon01.png") no-repeat 119px center #fff;
    margin: 0 30px 25px 0;
    text-align: left;
}

.headerBar .header-nav-xial dd a:hover {
    color: #fff;
    font-weight: bold;
    background: url("../images/nav-icon02.png") no-repeat 119px center #005bac;
    border-color: #005bac;
}

.headerBar .header-nav-xialCon2 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
    width: 1200px;
    top: 75px;
    height: 0;
    overflow: hidden;
}

.headerBar .header-nav-xialCon2 .header-nav-xial {
    padding: 0;
    height: 395px;
    background: url("../images/navBg03.jpg") no-repeat center;
    width: 1200px;
}

.headerBar .header-nav-xialCon2 .header-nav-xial li {
    float: left;
    width: 135px;
    background: url("../images/nav-xian.png") no-repeat left top;
    padding-left: 36px;
    height: 360px;
    padding-top: 35px;
    text-align: left;
}

.headerBar .header-nav-xialCon2 .header-nav-xial li:first-child {
    background-image: none;
}

.headerBar .header-nav-xialCon2 .header-nav-xial li h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 24px;
    font-weight: normal;
}

.headerBar .header-nav-xialCon2 .header-nav-xial li p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.headerBar .header-nav-xialCon2 .header-nav-xial li a {
    color: #666;
    text-decoration: none;
}

.headerBar .header-nav-xialCon2 .header-nav-xial li a:hover {
    color: #005bac;
    font-weight: bold;
}


/* footer */

.footer {
    width: 100%;
}

.footerTop {
    width: 100%;
    background: url("../images/footerBg01.jpg") no-repeat center;
    height: 445px;
}

.footerTop .footerTop-left {
    float: left;
    width: 857px;
    position: relative;
    height: 425px;
    padding-top: 20px;
}

.footerTop .footerTop-left .menu dl {
    float: left;
    width: 170px;
}

.footerTop .footerTop-left .menu dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.footerTop .footerTop-left .menu dt a {
    text-decoration: none;
    color: #fff;
}

.footerTop .footerTop-left .menu dd li {
    margin-bottom: 13px;
}

.footerTop .footerTop-left .menu dd a {
    font-size: 14px;
    color: #999999;
}


/* .footerTop .footerTop-left .menu dl.dl4{width: 203px;} */

.footerTop .footerTop-title {
    position: absolute;
    top: 355px;
    left: 0;
}

.footerTop .footerTop-title p {
    font-size: 14px;
    color: #fff;
}

.footerTop .footerTop-title span {
    display: block;
    font-size: 10px;
    color: #fff;
    margin-top: 6px;
}

.footerTop .footerTop-title i {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-top: 22px;
}

.footer .footerTop-right {
    width: 341px;
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    height: 425px;
    float: right;
    padding-top: 20px;
}

.footer .footerTop-right .footerMa {
    width: 260px;
    margin: 0 auto 60px;
    height: 140px;
}

.footer .footerTop-right .footerMa dl {
    float: left;
    padding-top: 10px;
    width: 120px;
    margin-left: 20px;
    background: #fff;
    height: 130px;
    border-radius: 4px;
}

.footer .footerTop-right .footerMa dl:first-child {
    margin-left: 0;
}

.footer .footerTop-right .footerMa dt {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.footer .footerTop-right .footerMa dt img {
    display: block;
    width: 100px;
    height: 100px;
}

.footer .footerTop-right .footerMa dt p {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.footer .footer-phone {
    text-align: center;
}

.footer .footer-phone .box {
    margin-bottom: 30px;
}

.footer .footer-phone .box em {
    display: block;
    font-size: 14px;
    color: #fff;
}

.footer .footer-phone .box span {
    display: block;
    font-size: 24px;
    color: #abce03;
    font-weight: bold;
}

.footer .footer-phone .box p {
    font-size: 11px;
    color: #fff;
    margin-top: 4px;
}

.footerBottom {
    background: url("../images/footerBg02.jpg") no-repeat center;
    height: 60px;
    overflow: hidden;
}

.footerBottom .container>p.p1 {
    float: left;
}

.footerBottom .container>p {
    font-size: 12px;
    color: #fff;
    line-height: 60px;
}

.footerBottom .container>p>a {
    color: #fff;
}

.footerBottom .container>.p2 {
    float: right;
    width: 342px;
    position: relative;
}

.footerBottom .container>.p2>p {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.footerBottom .container>p.p2>img {
    position: relative;
}

.footerBottom .p2 .worldWeb-Bottomxial {
    width: 1200px;
    position: absolute;
    right: 0;
    top: -560px;
    z-index: 99;
    height: 560px;
    background: url("../images/worldWeb-xialBg02.jpg") no-repeat center;
    text-indent: initial;
    display: none;
}

.footerBottom .p2 .worldWeb-Bottomxial .top {
    height: 121px;
    padding: 64px 56px 0;
    border-bottom: 1px solid #337cbd;
}

.footerBottom .p2 .worldWeb-Bottomxial .top h2 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.footerBottom .p2 .worldWeb-Bottomxial .top ul {
    margin-top: 32px;
}

.footerBottom .p2 .worldWeb-Bottomxial .top li {
    float: left;
    font-size: 14px;
    color: #fff;
    font-family: arial;
}

.footerBottom .p2 .worldWeb-Bottomxial .top li a {
    text-decoration: none;
    color: #fff;
    margin-right: 32px;
}

.footerBottom .p2 .worldWeb-Bottomxial .box {
    padding-top: 38px;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dl {
    float: left;
    padding-left: 36px;
    width: 220px;
    border-right: 1px solid #337cbd;
    padding-bottom: 16px;
    padding-top: 34px;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dl:first-child {
    border-left: 1px solid #337cbd;
    margin-left: 88px;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dt {
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dt em {
    font-weight: bold;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dt img {
    position: relative;
    top: 6px;
    margin-left: 34px;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dd {
    margin-top: 28px;
}

.footerBottom .p2 .worldWeb-Bottomxial .box dd a {
    display: block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 12px;
}

.footerBottom .p2:hover {
    background: #005199;
}

.footerBottom .p2:hover .worldWeb-Bottomxial {
    display: block;
}

.footerBottom .footer-ball {
    margin-right: 6px;
    top: 2px;
}

.footerBottom .footer-jt {
    margin-left: 28px;
    top: -2px;
}

.footericon {
    width: 200px;
    overflow: hidden;
    padding-top: 22px;
    padding-left: 20px;
}

.footericon iframe {
    width: 150px;
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width:1456px) {
    .header .headerL {
        left: -320px;
        z-index: 9;
    }
    .header .headerR .worldWeb {
        z-index: 9;
        margin-right: 280px;
    }
    .header .headerR .header-nav {
        width: 891px;
    }
    .header .headerR .header-nav .header-nav-xial1 {
        margin-left: -274px;
    }
    .header .headerR .header-nav .header-nav-xial2 {
        margin-left: -376px;
    }
    .header .headerR .header-nav .header-nav-xial3 {
        margin-left: -344px;
    }
    /*悬浮导航*/
    .headerBar .headerL {
        left: -320px;
        z-index: 9;
    }
    .headerBar .headerR .header-S {
        z-index: 9;
        margin-right: 280px;
    }
    .headerBar .headerR .header-nav {
        width: 1147px;
    }
    .headerBar .headerR .header-nav .header-nav-xial1 {
        margin-left: -277px;
    }
    .headerBar .headerR .header-nav .header-nav-xial2 {
        margin-left: -151px;
    }
}

@media only screen and (max-width:1380px) {
    .header .headerL {
        left: -304px;
        z-index: 9;
    }
    .header .headerR .worldWeb {
        z-index: 9;
        margin-right: 320px;
    }
    .header .headerR .header-nav {
        width: 851px;
    }
    .header .headerR .header-nav .header-nav-xial1 {
        margin-left: -197px;
    }
    .header .headerR .header-nav .header-nav-xial2 {
        margin-left: -151px;
    }
    .header .headerR .header-nav .header-nav-xial3 {
        margin-left: -344px;
    }
    /*悬浮导航*/
    .headerBar .headerL {
        left: -250px;
        z-index: 9;
    }
    .headerBar .headerR .header-S {
        z-index: 9;
        margin-right: 350px;
    }
    .headerBar .headerR .header-nav {
        width: 984px;
    }
    .headerBar .headerR .header-nav li {
        margin-right: 23px;
    }
    .headerBar .headerR .header-nav .header-nav-xial1 {
        margin-left: -197px;
    }
    .headerBar .headerR .header-nav .header-nav-xial2 {
        margin-left: -151px;
    }
}

@media only screen and (max-width:1290px) {
    .header .headerL {
        left: -250px;
        z-index: 9;
    }
    .header .headerR .worldWeb {
        z-index: 9;
        margin-right: 290px;
    }
    .header .headerR .header-nav {
        width: 821px;
    }
    .header .headerR .header-nav .header-nav-xial1 {
        margin-left: -197px;
    }
    .header .headerR .header-nav .header-nav-xial2 {
        margin-left: -151px;
    }
    .header .headerR .header-nav .header-nav-xial3 {
        margin-left: -344px;
    }
    /*悬浮导航*/
    .headerBar .headerL {
        left: -200px;
        z-index: 9;
    }
    .headerBar .headerR .header-S {
        z-index: 9;
        margin-right: 350px;
    }
    .headerBar .headerR .header-nav {
        width: 935px;
    }
    .headerBar .headerR .header-nav li {
        margin-right: 23px;
    }
    .headerBar .headerR .header-nav .header-nav-xial1 {
        margin-left: -197px;
    }
    .headerBar .headerR .header-nav .header-nav-xial2 {
        margin-left: -151px;
    }
}

@media screen and (min-width:1200px) and (max-width:1290px) {
    .header .headerL {
        left: -250px;
        z-index: 9;
    }
    .header .headerR .worldWeb {
        z-index: 9;
        margin-right: 336px;
    }
    .header .headerR .header-nav {
        width: 726px;
    }
    .header .headerR .header-nav .header-nav-xial1 {
        margin-left: -148px;
    }
    .header .headerR .header-nav .header-nav-xial2 {
        margin-left: -250px;
    }
    .header .headerR .header-nav .header-nav-xial3 {
        margin-left: -344px;
    }
    /*悬浮导航*/
    .headerBar .headerL {
        left: -200px;
        z-index: 9;
    }
    .headerBar .headerR .header-S {
        z-index: 9;
        margin-right: 374px;
    }
    .headerBar .headerR .header-nav {
        width: 1012px;
    }
    .headerBar .headerR .header-nav li {
        margin-right: 23px;
    }
    .headerBar .headerR .header-nav .header-nav-xial1 {
        margin-left: -151px;
    }
    .headerBar .headerR .header-nav .header-nav-xial2 {
        margin-left: -151px;
    }
}


/*底部*/


/*返回顶部
.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:80%; right:46%; margin-right:-615px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}*/


/* -- 弹出窗口 -- */

#oran_full_bg {
    display: none !important;
}


/* tanchuang1 提交弹窗*/

.tanchuang1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(Img/tanchuang/tanchuangBg.png);
    height: 100%;
    z-index: 9999999;
}

.tanchuang1 .conBox {
    width: 400px;
    height: 212px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 50%;
    margin-top: -80px;
    z-index: 9999999;
}

.tanchuang1 .conBox .tcClose {
    width: 33px;
    height: 90px;
    position: absolute;
    right: 45px;
    top: -90px;
    cursor: pointer;
    z-index: 999999999999999;
}

.tanchuang1 .conBox .box {
    width: 398px;
    height: 190px;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.tanchuang1 .conBox .box img {
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}

.tanchuang1 .conBox .box h5 {
    font-size: 24px;
    color: #005bac;
    font-weight: bold;
    margin-top: 10px;
}

.tanchuang1 .conBox .box p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}

.tanchuang1 .conBox .box .b15 {
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -75px;
    background: #005bac;
    text-decoration: none;
    z-index: 999999999999999;
    border: 0px;
}

.tanchuang2 .conBox .box a {
    background: #404040;
}


/* 错误提示 */

.errorMainCon {
    width: 100%;
    background: url(Img/tanchuang/errorBg.jpg) no-repeat center #f6f6f6;
    ;
    height: 330px;
    padding-top: 300px;
}

.errorMainCon h3 {
    width: 525px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: normal;
    margin: 0 auto;
}

.errorMainCon h3 em {
    color: #005bac;
    font-weight: bold;
}

.errorMainCon p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

.errorMainCon p em {
    color: #005bac;
}

.errorMainCon a.error-url {
    font-size: 15px;
    color: #999999;
    font-family: arial;
    display: block;
    text-align: center;
    margin-top: 4px;
}

.errorMainCon .btn {
    text-align: center;
    height: 52px;
    width: 228px;
    margin: 30px auto 0;
    overflow: hidden;
}

.errorMainCon .btn .a1 {
    display: block;
    width: 104px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #818181;
    background: #e3e3e3;
    border-radius: 4px;
    float: left;
    text-decoration: none;
    border: none;
}

.errorMainCon .btn .a1:first-child {
    background: #005bac;
    color: #fff;
    margin-right: 20px;
}


/*在线客服*/


/* sideService */

.sideService {
    width: 54px;
    position: fixed;
    right: 12px;
    top: 200px;
    z-index: 99999;
}

.sideService .sideService-close {
    display: none;
    width: 27px;
    height: 37px;
    left: 50%;
    margin-left: -14px;
    top: -37px;
    position: absolute;
    cursor: pointer;
}

.sideService li {
    width: 52px;
    height: 48px;
    border: 1px solid #efefef;
    padding-top: 10px;
    background: #fff;
    position: relative;
}

.sideService li.siderService-qq {
    height: 60px;
    background: #005bac;
    border-color: #005bac;
    border-radius: 4px;
    cursor: pointer;
}

.sideService li.siderService-qq>a>p {
    color: #fff;
    margin-top: 6px;
    text-align: center;
}

.sideService li>p {
    text-align: center;
}

.sideService li.siderService-qq a {
    display: block;
    text-decoration: none;
}

.sideService li.siderService-qq:hover {
    background: #abce03;
    border-color: #abce03;
}

.sideService li span {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.sideService li span img {
    display: block;
    width: 22px;
    height: 44px;
    position: relative;
}

.sideService li:hover span img {
    top: -22px;
}

.sideService li p {
    font-size: 13px;
    color: #666666;
}

.sideService li.siderService-phone {
    display: none;
}

.sideService li.siderService-qqs {
    display: none;
    margin-top: 7px;
}

.sideService li.siderService-qqs:hover p {
    color: #fff;
}

.sideService li.siderService-qqs {
    text-align: center;
}

.sideService li.siderService-wx {
    display: none;
}

.sideService li.siderService-email {
    display: none;
}

.sideService li.siderService-backtop {
    margin-top: 20px;
    cursor: pointer;
}

.sideService li:hover>p {
    color: #fff;
}

.sideService li:hover {
    background: #005bac;
    border-color: #005bac;
}

.sideService li .box {
    display: none;
}

.sideService li.siderService-phone .box {
    position: absolute;
    width: 224px;
    top: 0;
    left: -224px;
}

.sideService li.siderService-phone .box i {
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 24px;
    right: 5px;
    background: url("../images/sideService-jt.png") no-repeat center;
}

.sideService li.siderService-phone .box dl {
    background: #fff;
    border: 1px solid #efefef;
    border-top: none;
    width: 212px;
    padding-top: 22px;
    padding-bottom: 20px;
}

.sideService li.siderService-phone .box dl:first-child {
    border-top: 1px solid #efefef;
}

.sideService li.siderService-phone .box dt {
    width: 22px;
    height: 22px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
}

.sideService li.siderService-phone .box dd {
    width: 154px;
    float: left;
    margin-left: 12px;
}

.sideService li.siderService-phone .box dd p {
    font-size: 13px;
    color: #999999;
}

.sideService li.siderService-phone .box dd em {
    display: block;
    font-size: 18px;
    color: #005bac;
    font-family: arial;
    margin-top: 2px;
}

.sideService li.siderService-wx .box {
    position: absolute;
    top: -60px;
    right: 61px;
}

.sideService li.siderService-wx .box i {
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 84px;
    right: -6px;
    background: url("../images/sideService-jt.png") no-repeat center;
}

.sideService li.siderService-wx .box dl {
    background: #fff;
    border: 1px solid #efefef;
    border-left: none;
    width: 151px;
    padding-top: 34px;
    height: 144px;
    float: left;
}

.sideService li.siderService-wx .box dl:first-child {
    border-left: 1px solid #efefef;
}

.sideService li.siderService-wx .box dt img {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    display: block;
}

.sideService li.siderService-wx .box dt p {
    font-size: 13px;
    color: #999999;
    margin-top: 6px;
    text-align: center;
}

.sideService li.siderService-email .box {
    position: absolute;
    width: 299px;
    top: 0;
    left: -299px;
}

.sideService li.siderService-email .box i {
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 24px;
    right: 5px;
    background: url("../images/sideService-jt.png") no-repeat center;
}

.sideService li.siderService-email .box dl {
    background: #fff;
    border: 1px solid #efefef;
    border-top: none;
    width: 288px;
    padding-top: 22px;
    padding-bottom: 20px;
}

.sideService li.siderService-email .box dl:first-child {
    border-top: 1px solid #efefef;
}

.sideService li.siderService-email .box dt {
    width: 22px;
    height: 22px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 13px;
}

.sideService li.siderService-email .box dd {
    width: 210px;
    float: left;
    margin-left: 10px;
}

.sideService li.siderService-email .box dd p {
    font-size: 13px;
    color: #999999;
}

.sideService li.siderService-email .box dd em {
    display: block;
    font-size: 18px;
    color: #005bac;
    font-family: arial;
    margin-top: 2px;
}

.sideService li:hover .box {
    display: block;
}


/* video-frame 视频弹窗*/

.video-frame {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
}

.video-frame .box_video {
    width: 730px;
    height: 580px;
    border: 5px solid #005bac;
    position: absolute;
    z-index: 5;
    left: 61%;
    top: 50px;
    margin-left: -555px;
    background-color: #000;
    border-radius: 5px;
    z-index: 99;
}

.video-frame .box_video>img.close {
    display: block;
    position: absolute;
    cursor: pointer;
    right: -30px;
    top: -5px
}