/*--公共CSS--*/
html {
    overflow-y: scroll;
    min-width: 1200px;
}

body {
    margin: 0;
    padding: 0;
    font: 12px/1.5 \5b8b\4f53, Arial, sans-serif;
    background-color: #003567;
    color: #fff;
    font-family: "MicroSoft YaHei";
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 12px;
}

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

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.hx a,
.hx em,
.fB {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.tc {
    text-align: center !important;
}
.clear:before,.clearfix:after{
    content: "";
    display: table;
}
.clear{
    /*兼容*/
    *zoom:1;
    clear: both;
}

.f12 {
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
}

.f16 {
    font: bold normal 16px/36px "微软雅黑";
    color: #333;
}

.f18 {
    font: bold normal 18px/36px "微软雅黑";
    color: #333;
}

.p-f18 {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #070000;
    font-weight: normal !important;
}

.f36 {
    font: bold normal 36px/150px "微软雅黑";
    color: #34495e;
    text-align: center;
}

.f36-e {
    font: bold normal 36px/150px "微软雅黑";
    color: #003567;
    text-align: center;
}

.f30 {
    font: bold normal 30px/120px "微软雅黑";
    color: #333;
}

.f48 {
    font: bold normal 48px/125px "微软雅黑";
    color: #fff;
    text-align: center;
	background-color: #003567;
}

.lh70 {
    line-height: 70px;
}

.m-top50 {
    margin-top: 50px;
}

.color3567 {
    color: #003567 !important;
}

.pl-100 {
    padding-left: 100px;
}

.pt-10 {
    padding-top: 30px;
}

.pb-10 {
    padding-bottom: 10%;
}

.pr-100 {
    padding-right: 100px;
}

.text-just {
    text-align: justify;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.m50-100 {
    margin: 50px 0 100px 0;
}

.border-top-1 {
    width: 100px;
    border-top: 1px #999 solid;
    margin-top: 30px;
}

.marginl-100 {
    margin-left: 100px;
}

.marginl-50 {
    margin-left: 50px;
}

.marginl-164 {
    margin-left: 164px;
}

.marginl-382 {
    margin-left: 382px;
}

#sc-wrap {
    width: 100%;
    height: auto;
    font: normal normal 18px/24px "微软雅黑";
}

/*--头部--*/
.sc-header-wrap {
    width: 100%;
    height: 80px;
    background-color: #003567;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.sc-header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}

.logo {
    width: 200px;
    height: 65px;
    margin-top: 23px;
}

.logo img {
    width: 200px;
}

.sc-header-wrap3 {
    width: 100%;
    min-width: 1200px;
    height: 120px;
    background-color: #003567;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.sc-header3 {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.logo3 {
    width: 260px;
    height: 72px;
    margin-top: 35px;
}

.logo3 img {
    width: 260px;
}

/*.nav{width:660px; height:78px; margin-top:15px;}
.nav ul{}
.nav ul li{width:34px; height:50px; border:0px #fff solid; border-radius:0px; float:left; display:inline; font-size:14px; text-align:center; line-height:48px; margin:0 14px; padding:0 8px;}
.nav ul li:hover{background:rgba(255,255,255,0.2);}
.nav ul .hover{background:rgba(255,255,255,0.2);}*/
@font-face {
    font-family: syht;
    src: url('font/SourceHanSansCN-Medium.otf');
}

.nav {
    height: 80px;
    width: 880px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.nav ul li {
    width: 70px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/80px "syht";
    line-height: 80px !important;
    font-size: 16px !important;
    text-align: center;
}

.nav ul li a {
    font: normal medium 16px/40px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.nav ul li:hover {
    background: url(../images/nav.png) center 60px no-repeat;
    color: #F00;
}

.nav ul li:hover a {
    color: #fff;
}

.nav ul li ul {
    display: none;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -30px;
    padding: 0;
}

.nav ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.nav ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.nav ul li:hover ul li:hover a {
    color: #fff;
}

.nav ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.nav .tel {
    width: 280px;
    float: right;
    margin-right: 70px;
    font: normal normal 24px/80px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel01.png) 70px center no-repeat;
    text-align: right;
}

.nav3 {
    height: 120px;
    width: 880px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.nav3 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.nav3 ul li {
    width: 70px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/120px "syht";
    line-height: 120px !important;
    font-size: 16px !important;
    text-align: center;
}

.nav3 ul li a {
    font: normal medium 16px/40px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.nav3 ul li:hover {
    background: url(../images/nav.png) center 60px no-repeat;
    color: #F00;
}

.nav3 ul li:hover a {
    color: #fff;
}

.nav3 ul li ul {
    display: none;
}

.nav3 ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -30px;
    padding: 0;
}

.nav3 ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.nav3 ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.nav3 ul li:hover ul li:hover a {
    color: #fff;
}

.nav3 ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.nav3 .tel {
    width: 280px;
    float: right;
    font: normal normal 24px/80px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel01.png) 70px center no-repeat;
    text-align: right;
}


.sc-header-wrap2 {
    min-width: 1200px;
    width: 100%;
    height: 28px;
    background-color: #01afec;
}

.sc-header2 {
    /*min-width: 1200px;*/
    width: 1200px;
    height: 28px;
    margin: 0 auto;
}

.nav2 {
    height: 28px;
    width: 1200px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.nav2 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.nav2 ul li {
    width: 90px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/28px "syht";
    line-height: 28px !important;
    font-size: 14px !important;
    text-align: center;
}

.nav2 ul li a {
    font: normal medium 14px/28px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.nav2 ul li:hover {
    background: url(../images/nav.png) center 25px no-repeat;
    color: #F00;
}

.nav2 ul li:hover a {
    color: #fff;
}

.nav2 ul li ul {
    display: none;
}

.nav2 ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 28px;
    background: url(../images/nav3.png) center top no-repeat, rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -20px;
    padding: 0;
}

.nav2 ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/24px "MicroSoft YaHei";
    line-height: 28px !important;
}

.nav2 ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.nav2 ul li:hover ul li:hover a {
    color: #fff;
}

.nav2 ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/24px "MicroSoft YaHei";
    font-weight: normal !important;
}

.sc-header4 {
    width: 700px;
    height: 28px;
    margin: 0 auto;
}

.nav4 {
    height: 28px;
    width: 800px;
    margin: 0 auto 0 -40px;
    background: none;
    position: relative;
}

.nav4 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.nav4 ul li {
    width: 110px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/28px "syht";
    line-height: 28px !important;
    font-size: 14px !important;
    text-align: center;
}

.nav4 ul li a {
    font: normal medium 14px/28px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.nav4 ul li:hover {
    background: url(../images/nav.png) center 25px no-repeat;
    color: #F00;
}

.nav4 ul li:hover a {
    color: #fff;
}

.nav4 ul li ul {
    display: none;
}

.nav4 ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 28px;
    background: url(../images/nav3.png) center top no-repeat, rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -10px;
    padding: 0;
}

.nav4 ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/24px "MicroSoft YaHei";
    line-height: 28px !important;
}

.nav4 ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.nav4 ul li:hover ul li:hover a {
    color: #fff;
}

.nav4 ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/24px "MicroSoft YaHei";
    font-weight: normal !important;
}

.en-nav4 {
    height: 28px;
    width: 800px;
    margin: 0 auto 0 -40px;
    background: none;
    position: relative;
}

.en-nav4 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.en-nav4 ul .w120 {
    width: 120px;
}

.en-nav4 ul li {
    width: 90px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/28px "syht";
    line-height: 28px !important;
    font-size: 14px !important;
    text-align: center;
}

.en-nav4 ul li a {
    font: normal medium 14px/28px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.en-nav4 ul li:hover {
    background: url(../images/nav.png) center 25px no-repeat;
    color: #F00;
}

.en-nav4 ul li:hover a {
    color: #fff;
}

.en-nav4 ul li ul {
    display: none;
}

.en-nav4 ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 28px;
    background: url(../images/nav3.png) center top no-repeat, rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -20px;
    padding: 0;
}

.en-nav4 ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/24px "MicroSoft YaHei";
    line-height: 28px !important;
}

.en-nav4 ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.en-nav4 ul li:hover ul li:hover a {
    color: #fff;
}

.en-nav4 ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/24px "MicroSoft YaHei";
    font-weight: normal !important;
}

.cn-nav4 {
    height: 28px;
    width: 800px;
    margin: 0 auto 0 -40px;
    background: none;
    position: relative;
}

.cn-nav4 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.cn-nav4 ul li {
    width: 90px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/28px "syht";
    line-height: 28px !important;
    font-size: 14px !important;
    text-align: center;
}

.cn-nav4 ul li a {
    font: normal medium 14px/28px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.cn-nav4 ul li:hover {
    background: url(../images/nav.png) center 25px no-repeat;
    color: #F00;
}

.cn-nav4 ul li:hover a {
    color: #fff;
}

.cn-nav4 ul li ul {
    display: none;
}

.cn-nav4 ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 28px;
    /*background: url(../images/nav3.png) center top no-repeat, rgba(255, 255, 255, 0.2);*/
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    margin-left: -20px;
    padding: 0;
}

.cn-nav4 ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/24px "MicroSoft YaHei";
    line-height: 28px !important;
}

.cn-nav4 ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.cn-nav4 ul li:hover ul li:hover a {
    color: #fff;
}

.cn-nav4 ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/24px "MicroSoft YaHei";
    font-weight: normal !important;
}

.nav5 {
    height: 28px;
    min-width: 400px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.nav5 ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0 5px;
}

.nav5 ul li {
    width: 60px;
    padding: 2px 5px 0 5px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/28px "syht";
    line-height: 28px !important;
    font-size: 14px !important;
    text-align: left;
}

/*.nav5 ul .c1:hover {*/
/*    background: url(../images/cn-new.png) 5px 2px no-repeat;*/
/*}*/

/*.nav5 ul .c2:hover {*/
/*    background: url(../images/english-new.png) 5px 2px no-repeat;*/
/*}*/

/*.nav5 ul .c3:hover {*/
/*    background: url(../images/french-new.png) 5px 2px no-repeat;*/
/*}*/

/*.nav5 ul .c4:hover {*/
/*    background: url(../images/spanish-new.png) 5px 2px no-repeat;*/
/*}*/

/*.nav5 ul .c5:hover {*/
/*    background: url(../images/jp-new.png) 5px 2px no-repeat;*/
/*}*/

/*.nav5 ul .c6:hover {*/
/*    background: url(../images/de-new.png) 5px 2px no-repeat;*/
/*}*/

/*.nav5 ul li a:hover img {*/
/*    opacity: 0;*/
/*}*/

.eng-nav {
    height: 80px;
    width: 730px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.eng-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.eng-nav ul li {
    width: 120px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: normal medium 14px/80px "syht";
    line-height: 80px !important;
    font-size: 16px !important;
    text-align: center;
}

.eng-nav ul li a {
    font: normal medium 16px/40px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.eng-nav ul li:hover {
    background: url(../images/nav.png) center 60px no-repeat;
    color: #F00;
}

.eng-nav ul li:hover a {
    color: #fff;
}

.eng-nav ul li ul {
    display: none;
}

.eng-nav ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -15px;
    padding: 0;
}

.eng-nav ul li:hover ul li {
    width: 140px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.eng-nav ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.eng-nav ul li:hover ul li:hover a {
    color: #fff;
}

.eng-nav ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.eng-nav .tel {
    width: 280px;
    float: right;
    margin-right: 70px;
    font: normal normal 24px/80px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel01.png) 70px center no-repeat;
    text-align: right;
}

.eng-nav2 {
    height: 28px;
    width: 1200px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.eng-nav2 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.eng-nav2 ul li {
    width: 120px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: noamal medium 14px/28px "syht";
    line-height: 28px !important;
    font-size: 14px !important;
    text-align: center;
}

.eng-nav2 ul li a {
    font: normal medium 14px/28px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.eng-nav2 ul li:hover {
    background: url(../images/nav.png) center 25px no-repeat;
    color: #F00;
}

.eng-nav2 ul li:hover a {
    color: #fff;
}

.eng-nav2 ul li ul {
    display: none;
}

.eng-nav2 ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 28px;
    background: url(../images/nav3.png) center top no-repeat, rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -5px;
    padding: 0;
}

.eng-nav2 ul li:hover ul li {
    width: 120px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.eng-nav2 ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.eng-nav2 ul li:hover ul li:hover a {
    color: #fff;
}

.eng-nav2 ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.jp-nav {
    height: 80px;
    width: 730px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.jp-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.jp-nav ul .p0 {
    width: 10px;
    height: 80px;
    padding-top: 32px;
}

.jp-nav ul .p1 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.jp-nav ul .p2 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.jp-nav ul .p3 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.jp-nav ul .p4 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.jp-nav ul .p5 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.jp-nav ul .p6 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.jp-nav ul:hover .p0 img {
    opacity: 0;
}

.jp-nav ul:hover .p0 {
    background: url(../images/change-02.png) 15px 32px no-repeat;
}

.jp-nav ul .p1:hover {
    background: url(../images/cn-c-new.png) 2px 26px no-repeat;
}

.jp-nav ul .p2:hover {
    background: url(../images/english-c-new.png) 2px 26px no-repeat;
}

.jp-nav ul .p3:hover {
    background: url(../images/french-c-new.png) 2px 26px no-repeat;
}

.jp-nav ul .p4:hover {
    background: url(../images/spanish-c-new.png) 2px 26px no-repeat;
}

.jp-nav ul .p5:hover {
    background: url(../images/jp-c-new.png) 2px 26px no-repeat;
}

.jp-nav ul .p6:hover {
    background: url(../images/de-c-new.png) 2px 26px no-repeat;
}

.jp-nav ul .w150 {
    width: 150px;
}

.jp-nav ul li:hover img {
    opacity: 0;
}

.jp-nav ul li {
    width: 100px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: normal medium 14px/80px "syht";
    line-height: 80px !important;
    font-size: 16px !important;
    text-align: center;
}

.jp-nav ul li a {
    font: normal medium 16px/40px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.jp-nav ul li:hover {
    background: url(../images/nav.png) center 60px no-repeat;
    color: #F00;
}

.jp-nav ul li:hover a {
    color: #fff;
}

.jp-nav ul li ul {
    display: none;
}

.jp-nav ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -15px;
    padding: 0;
}

.jp-nav ul li:hover ul li {
    width: 140px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.jp-nav ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.jp-nav ul li:hover ul li:hover a {
    color: #fff;
}

.jp-nav ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.jp-nav .tel {
    width: 280px;
    float: right;
    font: normal normal 24px/80px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel01.png) 70px center no-repeat;
    text-align: right;
}

.fr-nav {
    height: 80px;
    width: 830px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.fr-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.fr-nav ul .p0 {
    width: 10px;
    height: 80px;
    padding-top: 32px;
}

.fr-nav ul .p1 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.fr-nav ul .p2 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.fr-nav ul .p3 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.fr-nav ul .p4 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.fr-nav ul .p5 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.fr-nav ul .p6 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.fr-nav ul:hover .p0 img {
    opacity: 0;
}

.fr-nav ul:hover .p0 {
    background: url(../images/change-02.png) 15px 32px no-repeat;
}

.fr-nav ul .p1:hover {
    background: url(../images/cn-c-new.png) 2px 26px no-repeat;
}

.fr-nav ul .p2:hover {
    background: url(../images/english-c-new.png) 2px 26px no-repeat;
}

.fr-nav ul .p3:hover {
    background: url(../images/french-c-new.png) 2px 26px no-repeat;
}

.fr-nav ul .p4:hover {
    background: url(../images/spanish-c-new.png) 2px 26px no-repeat;
}

.fr-nav ul .p5:hover {
    background: url(../images/jp-c-new.png) 2px 26px no-repeat;
}

.fr-nav ul .p6:hover {
    background: url(../images/de-c-new.png) 2px 26px no-repeat;
}

.fr-nav ul .w150 {
    width: 150px;
}

.fr-nav ul li:hover img {
    opacity: 0;
}

.fr-nav ul li {
    width: 100px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: normal medium 14px/80px "syht";
    line-height: 80px !important;
    font-size: 16px !important;
    text-align: center;
}

.fr-nav ul li a {
    font: normal medium 16px/40px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.fr-nav ul li:hover {
    background: url(../images/nav.png) center 60px no-repeat;
    color: #F00;
}

.fr-nav ul li:hover a {
    color: #fff;
}

.fr-nav ul li ul {
    display: none;
}

.fr-nav ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -15px;
    padding: 0;
}

.fr-nav ul li:hover ul li {
    width: 140px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.fr-nav ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.fr-nav ul li:hover ul li:hover a {
    color: #fff;
}

.fr-nav ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.fr-nav .tel {
    width: 280px;
    float: right;
    font: normal normal 24px/80px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel01.png) 70px center no-repeat;
    text-align: right;
}

.cn-nav {
    height: 80px;
    width: 980px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.cn-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.cn-nav ul .p0 {
    width: 10px;
    height: 80px;
    padding-top: 32px;
}

.cn-nav ul .p1 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.cn-nav ul .p2 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.cn-nav ul .p3 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.cn-nav ul .p4 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.cn-nav ul .p5 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.cn-nav ul .p6 {
    width: 20px;
    height: 80px;
    padding-top: 26px;
}

.cn-nav ul:hover .p0 img {
    opacity: 0;
}

.cn-nav ul:hover .p0 {
    background: url(../images/change-02.png) 15px 32px no-repeat;
}

.cn-nav ul .p1:hover {
    background: url(../images/cn-c-new.png) 2px 26px no-repeat;
}

.cn-nav ul .p2:hover {
    background: url(../images/english-c-new.png) 2px 26px no-repeat;
}

.cn-nav ul .p3:hover {
    background: url(../images/french-c-new.png) 2px 26px no-repeat;
}

.cn-nav ul .p4:hover {
    background: url(../images/spanish-c-new.png) 2px 26px no-repeat;
}

.cn-nav ul .p5:hover {
    background: url(../images/jp-c-new.png) 2px 26px no-repeat;
}

.cn-nav ul .p6:hover {
    background: url(../images/de-c-new.png) 2px 26px no-repeat;
}

.cn-nav ul li:hover img {
    opacity: 0;
}

.cn-nav ul li {
    width: 80px;
    padding: 0 15px;
    float: left;
    color: #FFF;
    margin: 0;
    font: normal medium 14px/80px "syht";
    line-height: 80px !important;
    font-size: 16px !important;
    text-align: center;
}

.cn-nav ul li a {
    font: normal medium 16px/40px "syht";
    font-weight: normal !important;
    color: #fff;
    text-decoration: none;
}

.cn-nav ul li:hover {
    background: url(../images/nav.png) center 60px no-repeat;
    color: #F00;
}

.cn-nav ul li:hover a {
    color: #fff;
}

.cn-nav ul li ul {
    display: none;
}

.cn-nav ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    margin-left: -15px;
    padding: 0;
}

.cn-nav ul li:hover ul li {
    width: 140px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
    line-height: 30px !important;
}

.cn-nav ul li:hover ul li:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.cn-nav ul li:hover ul li:hover a {
    color: #fff;
}

.cn-nav ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
    font-weight: normal !important;
}

.cn-nav .tel {
    width: 280px;
    float: right;
    font: normal normal 24px/80px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel01.png) 70px center no-repeat;
    text-align: right;
}

#sc-4 {
    height: 40px;
    padding-top: 20px;
    line-height: 14px;
}

#sc-4 a {
    font: bold normal 12px/20px "微软雅黑";
}

.sc-5 {
    height: 78px;
    width: 100px;
    line-height: 86px;
    text-align: right;
    font-size: 14px;
}

.sc-5 img {
    margin: 38px 5px 0 0;
}

.sc-5 a {
    color: #ccc;
}

.sc-5 a:hover {
    color: #999;
}

.sc-6 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: url(../images/change-01.png) left 33px no-repeat, url(../images/english.png) 30px 26px no-repeat;
}

.sc-6 a {
    color: #f1f1f1;
}

.sc-6 a:hover {
    color: #fff;
}

.sc-6:hover {
    background: url(../images/change-02.png) left 33px no-repeat, url(../images/english-bg.png) 30px 26px no-repeat;
}

.sc-6 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 670px;
}

.sc-6 span {
    display: none;
}

.sc-6:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-6:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-20 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: none, url(../images/english.png) 30px 26px no-repeat;
}

.sc-20 a {
    color: #f1f1f1;
}

.sc-20 a:hover {
    color: #fff;
}

.sc-20:hover {
    background: none, url(../images/english-bg.png) 30px 26px no-repeat;
}

.sc-20 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 670px;
}

.sc-20 span {
    display: none;
}

.sc-20:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-20:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-7 {
    height: 51px;
    width: 45px;
    margin: 0 10px;
    line-height: 36px;
    text-align: right;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/french.png) 10px 26px no-repeat;
}

.sc-7 a {
    color: #f1f1f1;
}

.sc-7 a:hover {
    color: #fff;
}

.sc-7 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 725px;
}

.sc-7:hover {
    background: url(../images/french-bg.png) 10px 26px no-repeat;
}

.sc-7 span {
    display: none;
}

.sc-7:hover span {
    width: 55px;
    display: block;
    text-align: center;
    padding-left: 8px;
}

.sc-7:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-8 {
    height: 78px;
    width: 75px;
    line-height: 86px;
    text-align: right;
    font-size: 14px;
}

.sc-8 a {
    color: #ccc;
}

.sc-8 a:hover {
    color: #999;
}

.sc-9 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    text-align: left;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/spanish.png) 0px 26px no-repeat;
}

.sc-9 a {
    color: #f1f1f1;
}

.sc-9 a:hover {
    color: #fff;
}

.sc-9 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 780px;
}

.sc-9:hover {
    background: url(../images/spanish-bg.png) 0px 26px no-repeat;
}

.sc-9 span {
    display: none;
}

.sc-9:hover span {
    width: 55px;
    display: block;
    text-align: center;
    margin-left: -3px;
}

.sc-9:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-30 {
    height: 51px;
    width: 45px;
    margin: 0 0 0 10px;
    line-height: 36px;
    text-align: left;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/spanish.png) right 2px no-repeat;
}

.sc-30 a {
    color: #f1f1f1;
}

.sc-30 a:hover {
    color: #fff;
}

.sc-30 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 1095px;
}

.sc-30:hover {
    background: url(../images/spanish-bg.png) right 2px no-repeat;
}

.sc-30 span {
    display: none;
}

.sc-30:hover span {
    width: 55px;
    display: block;
    text-align: center;
    margin-left: -3px;
}

.sc-30:hover span img {
    margin-top: 3px;
    margin-left: 30px;
}

.sc-31 {
    height: 51px;
    width: 45px;
    margin: 0 10px;
    line-height: 36px;
    text-align: right;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/french.png) right 2px no-repeat;
}

.sc-31 a {
    color: #f1f1f1;
}

.sc-31 a:hover {
    color: #fff;
}

.sc-31 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 1021px;
}

.sc-31:hover {
    background: url(../images/french-bg.png) right 2px no-repeat;
}

.sc-31 span {
    display: none;
}

.sc-31:hover span {
    width: 55px;
    display: block;
    text-align: center;
    padding-left: 8px;
}

.sc-31:hover span img {
    margin-top: 3px;
    margin-left: 35px;
}

.sc-32 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: none, url(../images/english.png) right 2px no-repeat;
}

.sc-32 a {
    color: #f1f1f1;
}

.sc-32 a:hover {
    color: #fff;
}

.sc-32:hover {
    background: none, url(../images/english-bg.png) right 2px no-repeat;
}

.sc-32 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 962px;
}

.sc-32 span {
    display: none;
}

.sc-32:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-32:hover span img {
    margin-top: 3px;
    margin-left: 28px;
}

.sc-33 {
    height: 51px;
    width: 45px;
    margin: 0 0 0 10px;
    line-height: 36px;
    text-align: left;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/spanish.png) right 2px no-repeat;
}

.sc-33 a {
    color: #f1f1f1;
}

.sc-33 a:hover {
    color: #fff;
}

.sc-33 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 1095px;
}

.sc-33:hover {
    background: url(../images/spanish-bg.png) right 2px no-repeat;
}

.sc-33 span {
    display: none;
}

.sc-33:hover span {
    width: 55px;
    display: block;
    text-align: center;
    margin-left: -3px;
}

.sc-33:hover span img {
    margin-top: 3px;
    margin-left: 30px;
}

.sc-34 {
    height: 51px;
    width: 45px;
    margin: 0 10px;
    line-height: 36px;
    text-align: right;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/french.png) right 2px no-repeat;
}

.sc-34 a {
    color: #f1f1f1;
}

.sc-34 a:hover {
    color: #fff;
}

.sc-34 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 1021px;
}

.sc-34:hover {
    background: url(../images/french-bg.png) right 2px no-repeat;
}

.sc-34 span {
    display: none;
}

.sc-34:hover span {
    width: 55px;
    display: block;
    text-align: center;
    padding-left: 8px;
}

.sc-34:hover span img {
    margin-top: 3px;
    margin-left: 35px;
}

.sc-35 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: none, url(../images/cn.png) right 2px no-repeat;
}

.sc-35 a {
    color: #f1f1f1;
}

.sc-35 a:hover {
    color: #fff;
}

.sc-35:hover {
    background: none, url(../images/cn-bg.png) right 2px no-repeat;
}

.sc-35 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 0px;
    left: 962px;
}

.sc-35 span {
    display: none;
}

.sc-35:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-35:hover span img {
    margin-top: 3px;
    margin-left: 28px;
}

.sc-10 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: url(../images/change-01.png) left 33px no-repeat, url(../images/english.png) 30px 26px no-repeat;
}

.sc-10 a {
    color: #f1f1f1;
}

.sc-10 a:hover {
    color: #fff;
}

.sc-10:hover {
    background: url(../images/change-02.png) left 33px no-repeat, url(../images/english-bg.png) 30px 26px no-repeat;
}

.sc-10 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 520px;
}

.sc-10 span {
    display: none;
}

.sc-10:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-10:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-11 {
    height: 51px;
    width: 45px;
    margin: 0 10px;
    line-height: 36px;
    text-align: right;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/french.png) 10px 26px no-repeat;
}

.sc-11 a {
    color: #f1f1f1;
}

.sc-11 a:hover {
    color: #fff;
}

.sc-11 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 575px;
}

.sc-11:hover {
    background: url(../images/french-bg.png) 10px 26px no-repeat;
}

.sc-11 span {
    display: none;
}

.sc-11:hover span {
    width: 55px;
    display: block;
    text-align: center;
    padding-left: 8px;
}

.sc-11:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-12 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    text-align: left;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/spanish.png) 0px 26px no-repeat;
}

.sc-12 a {
    color: #f1f1f1;
}

.sc-12 a:hover {
    color: #fff;
}

.sc-12 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 630px;
}

.sc-12:hover {
    background: url(../images/spanish-bg.png) 0px 26px no-repeat;
}

.sc-12 span {
    display: none;
}

.sc-12:hover span {
    width: 55px;
    display: block;
    text-align: center;
    margin-left: -3px;
}

.sc-12:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-13 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: url(../images/change-01.png) left 33px no-repeat, url(../images/cn.png) 30px 26px no-repeat;
}

.sc-13 a {
    color: #f1f1f1;
}

.sc-13 a:hover {
    color: #fff;
}

.sc-13:hover {
    background: url(../images/change-02.png) left 33px no-repeat, url(../images/cn-bg.png) 30px 26px no-repeat;
}

.sc-13 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 520px;
}

.sc-13 span {
    display: none;
}

.sc-13:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-13:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-21 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: none, url(../images/cn.png) 30px 26px no-repeat;
}

.sc-21 a {
    color: #f1f1f1;
}

.sc-21 a:hover {
    color: #fff;
}

.sc-21:hover {
    background: none, url(../images/cn-bg.png) 30px 26px no-repeat;
}

.sc-21 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 520px;
}

.sc-21 span {
    display: none;
}

.sc-21:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-21:hover span img {
    margin-top: 20px;
    margin-left: 5px;
}

.sc-14 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    text-align: left;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/spanish.png) 0px 26px no-repeat;
}

.sc-14 a {
    color: #f1f1f1;
}

.sc-14 a:hover {
    color: #fff;
}

.sc-14 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 705px;
}

.sc-14:hover {
    background: url(../images/spanish-bg.png) 0px 26px no-repeat;
}

.sc-14 span {
    display: none;
}

.sc-14:hover span {
    width: 55px;
    display: block;
    text-align: center;
    margin-left: 0px;
}

.sc-14:hover span img {
    margin-top: 20px;
    padding-left: -3px;
}

.sc-15 {
    height: 51px;
    width: 45px;
    margin: 0 10px;
    line-height: 36px;
    text-align: right;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/french.png) 10px 26px no-repeat;
}

.sc-15 a {
    color: #f1f1f1;
}

.sc-15 a:hover {
    color: #fff;
}

.sc-15 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 650px;
}

.sc-15:hover {
    background: url(../images/french-bg.png) 10px 26px no-repeat;
}

.sc-15 span {
    display: none;
}

.sc-15:hover span {
    width: 55px;
    display: block;
    text-align: center;
    padding-left: 0px;
}

.sc-15:hover span img {
    margin-top: 20px;
    margin-left: 0px;
}

.sc-16 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: url(../images/change-01.png) left 33px no-repeat, url(../images/english.png) 30px 26px no-repeat;
}

.sc-16 a {
    color: #f1f1f1;
}

.sc-16 a:hover {
    color: #fff;
}

.sc-16:hover {
    background: url(../images/change-02.png) left 33px no-repeat, url(../images/english-bg.png) 30px 26px no-repeat;
}

.sc-16 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 595px;
}

.sc-16 span {
    display: none;
}

.sc-16:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-16:hover span img {
    margin-top: 20px;
    margin-left: 2px;
}


.sc-17 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    text-align: left;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/spanish.png) 0px 26px no-repeat;
}

.sc-17 a {
    color: #f1f1f1;
}

.sc-17 a:hover {
    color: #fff;
}

.sc-17 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 480px;
}

.sc-17:hover {
    background: url(../images/spanish-bg.png) 0px 26px no-repeat;
}

.sc-17 span {
    display: none;
}

.sc-17:hover span {
    width: 55px;
    display: block;
    text-align: center;
    margin-left: 0px;
}

.sc-17:hover span img {
    margin-top: 20px;
    padding-left: -3px;
}

.sc-18 {
    height: 51px;
    width: 45px;
    margin: 0 10px;
    line-height: 36px;
    text-align: right;
    font-size: 8px;
    padding-top: 27px;
    background: url(../images/french.png) 10px 26px no-repeat;
}

.sc-18 a {
    color: #f1f1f1;
}

.sc-18 a:hover {
    color: #fff;
}

.sc-18 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 430px;
}

.sc-18:hover {
    background: url(../images/french-bg.png) 10px 26px no-repeat;
}

.sc-18 span {
    display: none;
}

.sc-18:hover span {
    width: 55px;
    display: block;
    text-align: center;
    padding-left: 0px;
}

.sc-18:hover span img {
    margin-top: 20px;
    margin-left: 0px;
}

.sc-19 {
    height: 51px;
    width: 55px;
    margin: 0 10px;
    line-height: 36px;
    padding-top: 27px;
    text-align: right;
    font-size: 8px;
    background: url(../images/change-01.png) left 33px no-repeat, url(../images/cn.png) 30px 26px no-repeat;
}

.sc-19 a {
    color: #f1f1f1;
}

.sc-19 a:hover {
    color: #fff;
}

.sc-19:hover {
    background: url(../images/change-02.png) left 33px no-repeat, url(../images/cn-bg.png) 30px 26px no-repeat;
}

.sc-19 img {
    width: 45px;
    display: block;
    position: absolute;
    top: 27px;
    left: 375px;
}

.sc-19 span {
    display: none;
}

.sc-19:hover span {
    width: 55px;
    display: block;
    padding-left: 0px;
    text-align: center;
}

.sc-19:hover span img {
    margin-top: 20px;
    margin-left: 2px;
}

/*--图片/视频/文字--*/
@-webkit-keyframes sc_scale {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sc_scale {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sc_scale {
    -webkit-animation: sc_scale 3s linear;
    animation: sc_scale 3s linear;
    overflow: hidden
}

#scBanner {
    overflow: hidden;
}

.sc-banner {
    height: 100%;
    background: url(../images/sc-banner.jpg) center no-repeat;
    background-size: cover;
    margin-top: -5px;
}

.service-title,
.service-title-pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.service-title {
    background-color: rgba(0, 0, 0, .5)
}

.sc-word {
    width: 860px;
    height: 890px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/text3.png) 0 460px no-repeat;
}

#sc-wrap .sc-word-e {
    width: 1200px;
    height: 890px;
    margin: 0 auto;
    overflow: hidden;
}
.sc-word-e img {
	width: 100%;
}
.sc-word-j {
    width: 1200px;
    height: 890px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/text4.png) 0 420px no-repeat;
}

.sc-word-d {
    width: 1200px;
    height: 890px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/text5.png) 0 420px no-repeat;
}

.sc-word-f {
    width: 1200px;
    height: 890px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/text6.png) 0 420px no-repeat;
}

.sc-video {
    width: 783px;
    height: auto;
    margin: 72px auto 56px auto;
}

.sc-text {
    width: 1200px;
    margin: 0 auto 100px auto;
    font: normal normal 16px/34px "微软雅黑";
    text-align: justify;
}

/*--合作伙伴--*/
.sc-partner {
    min-width: 1200px;
    width: 100%;
    height: 605px;
    background: #dcdddd;
}

.sc-partner-title {
    width: 1200px;
    height: 113px;
    font: bold normal 16px/128px "微软雅黑";
    font-weight: bold !important;
    color: #003567;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -50px;
    background: url(../images/1_2.png) no-repeat;
}

.sc-partner ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.sc-partner ul li {
    width: 171px;
    height: 60px;
    float: left;
    margin: 15px 0px;
    overflow: hidden;
    text-align: center;
}

/*--365英国上市官网登录--*/
.sc-news {
    width: 100%;
    height: 495px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-news-title {
    width: 1200px;
    height: 113px;
    margin: 0 auto;
    font: bold normal 16px/128px "微软雅黑";
    font-weight: bold !important;
    color: #003567;
    text-align: center;
    position: relative;
    top: -50px;
    background: url(../images/2_2.png) no-repeat;
}

.sc-news-hot {
    width: 1200px;
    height: 20px;
    margin: 0 auto;
    border-bottom: 1px #34475e solid;
    background: url(../images/hot_1.png) no-repeat;
    font: normal normal 12px/20px "微软雅黑";
    color: #333;
    text-align: right;
}

.sc-news-hot a {
    color: #333;
}

.sc-news-hot a:hover {
    color: #666;
}

.sc-news-hot span {
    width: 100px;
    float: left;
    text-align: left;
    color: #fff;
    font: noamal normal 12px/24px "微软雅黑";
    padding-left: 15px;
}

.sc-news-hot-e {
    width: 1200px;
    height: 20px;
    margin: 0 auto;
    border-bottom: 1px #34475e solid;
    background: url(../images/hot_1.png) no-repeat;
    font: normal normal 12px/20px "微软雅黑";
    color: #333;
    text-align: right;
}

.sc-news-hot-e a {
    color: #333;
}

.sc-news-hot-e a:hover {
    color: #666;
}

.sc-news-hot-e span {
    width: 100px;
    float: left;
    text-align: left;
    color: #fff;
    font: noamal normal 12px/24px "微软雅黑";
    padding-left: 25px;
}

.sc-news-wrap {
    width: 1200px;
    margin: 0 auto;
}

.sc-news-wrap ul {
    width: 1253px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.sc-news-wrap ul li {
    width: 262px;
    height: 380px;
;
    float: left;
    margin: 7px 51px 0 0;
    color: #333;
    overflow: hidden;
}

.sc-news-wrap ul li h5 {
    font: bold normal 14px/28px "微软雅黑";
    padding-top: 10px;
}

.sc-news-wrap ul li h5 a {
    color: #333;
}

.sc-news-wrap ul li p {
    font: normal normal 12px/20px "微软雅黑";
    color: #999;
    text-align: justify;
}

.sc-news-wrap ul li .num {
    width: 262px;
    font: normal normal 12px/20px "微软雅黑";
    color: #999;
    margin-top: 5px;
    border-bottom: 1px #999 solid;
    background: url(../images/num.png) 220px 5px no-repeat;
}

.sc-news-wrap ul li .num span {
    float: right;
}

/*底部foot*/
footer {
    width: 100%;
    height: 233px;
    background: #003567;
}

.sc-foot-wrap {
    width: 100%;
    height: 165px;
    border-bottom: 1px #dcdddd solid;
}

.sc-foot {
    width: 1200px;
    height: 165px;
    margin: 0 auto;
	color: #FFFFFF;
}
.sc-foot a{
	color: #FFFFFF;
}

.sc-foot-01 {
    float: left;
    font: bold normal 16px/165px "微软雅黑";
}

.sc-foot-01 ul {}

.sc-foot-01 ul li {
    height: 140px;
    line-height: 140px;
    float: left;
    margin: 0 60px 0 0;
    font-weight: bold;
}

.sc-foot-01 ul li a {
    font-weight: bold;
}

.sc-foot-01 ul li:hover {
    color: #f0f0f0;
}

/*background:url(../images/nav.png) center 100px  no-repeat; */
.sc-foot-01 ul li a:hover {
    color: #f1f1f1;
}

.sc-foot-02 {
    width: 380px;
    float: right;
    font: normal normal 44px/165px "微软雅黑";
    letter-spacing: 1px;
    background: url(../images/tel.png) left center no-repeat;
    text-align: right;
}

.sc-foot-code {
    width: 180px;
    float: right;
    font-size: 12px;
    padding-top: 15px;
    text-align: right;
	color: #FFFFFF;
}

.sc-foot-next {
    width: 1200px;
    height: 58px;
    margin: 0 auto;
    padding-top: 10px;
	color: #FFFFFF;
}

.sc-foot-next-01 {
    float: left;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-foot-next-02 {
    float: right;
    font: normal normal 12px/72px "微软雅黑";
}

/*---------------------------------------二级页面------------------------------*/

/*新闻列表及新闻页news-list、news*/
.sc-sl-newslist-banner {
    width: 100%;
    height: 418px;
    background: url(../images/news/newslist-banner.jpg) center no-repeat;
    background-size: cover;
}

.sc-sl-newslist {
    width: 100%;
    height: auto;
    margin-top: 130px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-newslist-ico {
    width: 1200px;
    height: 113px;
    margin: 50px auto 0 auto;
    font: bold normal 16px/128px "微软雅黑";
    font-weight: bold !important;
    color: #003567;
    text-align: center;
    padding-bottom: 80px;
    position: relative;
    top: -50px;
    border-bottom: 1px #999 solid;
    background: url(../images/news/news-title2.png) no-repeat;
}

.sc-sl-newslist-content {
    width: 1200px;
    min-height: 600px;
    margin: -50px auto 0 auto;
}

.sc-sl-newslist-content .newslist-title {
    width: 1200px;
    height: 70px;
    border-bottom: 1px #999 solid;
    color: #333;
    font: bold normal 18px/70px "微软雅黑";
    overflow: hidden;
}

.sc-sl-newslist-content .newslist-content {
    width: 1160px;
    height: auto;
    padding: 30px 40px 50px 0;
    font: normal normal 14px/36px "微软雅黑";
    color: #333;
    text-align: justify;
}

.sc-sl-newslist-content .newslist-content ul {}

.sc-sl-newslist-content .newslist-content ul li {
    width: 1175px;
    height: auto;
    padding: 8px 10px 10px 15px;
    font: normal normal 14px/20px "微软雅黑";
    background: url(../images/news/newslist-dot.png) left center no-repeat;
}

.sc-sl-newslist-content .newslist-content ul li a {
    color: #666;
}

.sc-sl-newslist-content .newslist-content ul li a:hover {
    color: #999;
}

.sc-sl-newslist-content .newslist-content ul li span {
    width: 150px;
    height: auto;
    float: right;
    color: #ccc;
    font: normal normal 12px/20px "微软雅黑";
    text-align: right;
}

/*公用分页*/
.pagelist {
    width: 1200px;
    height: 53px;
    margin: 0 auto;
}

.pagelist ul {
    width: 900px;
    margin: 0 auto;
}

.pagelist ul .hover {
    background: #12d964;
    color: #fff;
}

.pagelist ul li {
    min-width: 20px;
    height: 40px;
    float: left;
    padding: 0 10px;
    margin: 0 3px;
    border: 0px solid #fafafa;
    border-radius: 5px;
    font: normal normal 14px/40px "微软雅黑";
    color: #707070;
    text-align: center;
}

.pagelist ul li a {
    color: #707070;
}

.pagelist ul li a:hover {
    color: #5e5e5e;
}

.pagelist ul li input {
    width: 30px;
    height: 30px;
    text-align: center;
}

.sc-sl-news-banner {
    width: 100%;
    height: 416px;
    background: url(../images/news/news-banner.jpg) center no-repeat;
    background-size: cover;
}

.sc-sl-news {
    width: 100%;
    height: auto;
    margin-top: 130px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-news-ico {
    width: 1200px;
    height: 113px;
    margin: 50px auto 0 auto;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    top: -50px;
    border-bottom: 1px #999 solid;
    background: url(../images/news/news-title2.png) no-repeat;
}

.sc-sl-news-ico span {
    font: bold normal 14px/128px "微软雅黑";
    font-weight: bold !important;
    color: #003567;
}

.sc-sl-news-ico .path {
    width: 1200px;
    height: auto;
    color: #666;
    font: normal normal 12px/24px "微软雅黑";
    position: absolute;
    bottom: 10px;
    text-align: left;
}

.sc-sl-news-ico .path a {
    color: #666;
}

.sc-sl-news-ico .path a:hover {
    color: #999;
}

.sc-sl-news-content {
    width: 1200px;
    min-height: 600px;
    margin: -50px auto 0 auto;
}

.sc-sl-news-content .news-left {
    width: 955px;
    height: 1500px;
    float: left;
    border-right: 1px #999 solid;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sc-sl-news-content .news-title {
    width: 1200px;
    height: 70px;
    border-bottom: 1px #999 solid;
    color: #333;
    font: bold normal 18px/70px "微软雅黑";
    overflow: hidden;
}

.sc-sl-news-content .news-title span {
    width: 90px;
    float: right;
    color: #ccc;
    text-align: right;
    font: normal normal 12px/75px "微软雅黑";
}

.sc-sl-news-content .news-content {
    width: 1200px;
    height: auto;
    padding: 30px 40px 0 0;
    font: normal normal 14px/36px "微软雅黑";
    color: #333;
    text-indent: 2em;
    text-align: justify;
}

.sc-sl-news-content .news-content img {
    display: block;
    padding-bottom: 20px;
}

.sc-sl-news-content .news-right {
    width: 245px;
    height: 1500px;
    float: right;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sc-sl-news-content .news-right .news-right-ico {
    width: 175px;
    height: 70px;
    position: absolute;
    padding-left: 55px;
    border-bottom: 1px #999 solid;
    color: #333;
    font: bold normal 18px/70px "微软雅黑";
    background: url(../images/news/right-ico.png) 20px center no-repeat #fff;
}

.sc-sl-news-content .news-right ul {
    margin-top: 70px;
}

.sc-sl-news-content .news-right ul li {
    width: 195px;
    height: auto;
    padding: 15px 0 0 32px;
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
    background: url(../images/news/dot.gif) 21px 25px no-repeat;
}

.sc-sl-news-content .news-right ul li a {
    color: #333;
}

.sc-sl-news-content .news-right ul li p {
    color: #999;
}

/*联系我们contact*/
.sc-sl-contact-banner {
    width: 100%;
    height: 417px;
    background: url(../images/contact.jpg) center no-repeat;
}

.sc-sl-contact {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-world-map{
    width: 1200px;
    padding-top: 50px;
    margin: 130px auto 50px auto;
}
.sc-sl-world-map img{
    width: 100%;
}
.sc-sl-contact-map {
    width: 1200px;
    height: 750px;
    margin: 30px auto 50px auto;
    background: url(/Public/img/world_map.png) center bottom no-repeat;
    background-size: 100%;
    position: relative;
}

.sc-sl-contact-ico {
    width: 1200px;
    height: 113px;
    margin: 10px auto 0 auto;
    color: #003567;
    font: bold normal 16px/120px "微软雅黑";
    font-weight: bold !important;
    padding-bottom: 80px;
    position: relative;
    top: -50px;
    text-align: center;
}

/*background:url(../images/contact-title2.png) no-repeat;*/
.sc-sl-contact-ico2 {
    width: 1200px;
    height: 113px;
    margin: 10px auto 0 auto;
    color: #003567;
    font: bold normal 16px/240px "微软雅黑";
    font-weight: bold !important;
    padding-bottom: 80px;
    position: relative;
    top: -50px;
    text-align: center;
}

/* background:url(../images/contact-title2.png) no-repeat; */
.sc-sl-contact-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sc-sl-contact ul {}

.sc-sl-contact ul li {
    width: 400px;
    height: auto;
    float: left;
    padding-bottom: 100px;
}

.sc-e-contact {
    width: 1200px;
    font-size: 12px;
    margin: -120px auto 50px auto;
    color: #070000;
	position: relative;
}

.sc-e-contact p {
    margin-left: 730px;
}

.sc-e-contact span {
    font-size: 15px;
    margin-left: 730px;
}

.sc-f-contact {
    width: 1200px;
    font-size: 12px;
    margin: -120px auto 50px auto;
    color: #070000;
}

.sc-f-contact p {
    margin-left: 700px;
}

.sc-f-contact span {
    font-size: 15px;
    margin-left: 700px;
}

a {
    border: none;
}

.sc-link01 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 194px 0 0 190px;
}

.sc-link02 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 354px 0 0 -134px;
}

.sc-link03 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 50px 0 0 40px;
}

.sc-link04 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 135px 0 0 -238px;
}

.sc-link05 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 132px 0 0 -46px;
}

.sc-link06 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 188px 0 0 -241px;
}

.sc-link07 {
    width: 188px;
    height: 50px;
    float: left;
    margin: 190px 0 0 14px;
}

.sc-link07_01 {
    position: absolute;
    width: 188px;
    height: 50px;
    right: 200px;
    top: 405px;
}

.sc-link08 {
    width: 188px;
    height: 50px;
    float: right;
    margin: -11px 133px 0px 0;
}

.sc-link09 {
    position: absolute;
    width: 188px;
    height: 50px;
    right: 109px;
    top: 389px;
}



/*加入我们position*/
.sc-sl-position-banner {
    width: 100%;
    height: 565px;
    background: url(../images/position1.jpg) center bottom no-repeat;
}

.sc-sl-position {
    width: 100%;
    height: auto;
    margin-top: 130px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-position-ico {
    width: 1200px;
    height: 113px;
    margin: 50px auto 0 auto;
    color: #003567;
    font: bold normal 16px/120px "微软雅黑";
    font-weight: bold !important;
    position: relative;
    top: -50px;
    background: url(../images/position-title2.png) no-repeat;
    text-align: center;
}

.sc-sl-position-content {
    width: 1200px;
    height: auto;
    margin: 50px auto;
}

.sc-sl-position-content .position-left {
    width: 335px;
    min-height: 700px;
    float: left;
    border-right: 0px #999 solid;
    margin-top: -50px;
}

.sc-sl-position-content .position-left .left-title {
    width: 335px;
    height: 70px;
    border-bottom: 1px #999 solid;
    line-height: 70px;
}

.sc-sl-position-content .position-left .left-content {
    width: 335px;
    height: auto;
}

.sc-sl-position-content .position-left .left-content ul {
    margin-top: 20px;
}

.sc-sl-position-content .position-left .left-content ul li {
    width: 320px;
    height: auto;
    color: #666;
    font: normal normal 12px/24px "微软雅黑";
    padding: 7px 0 7px 15px;
    background: url(../images/dot.gif) left center no-repeat;
}

.sc-sl-position-content .position-left .left-content ul li.hover {
    font: bold normal 14px/24px "微软雅黑";
}

.sc-sl-position-content .position-right {
    width: 864px;
    min-height: 700px;
    float: right;
    border-left: 1px #999 solid;
    margin-top: -50px;
}

.sc-sl-position-content .position-right .right-content {
    width: 810px;
    height: auto;
    color: #666;
    font: normal normal 12px/36px "微软雅黑";
    margin-top: -50px;
}

.sc-sl-position-content .position-right .right-content .po-title {
    width: 815px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #999 solid;
    padding-left: 50px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.sc-sl-position-content .position-right .right-content p {
    padding-left: 50px;
}

/*技术讲座lecture*/
.sc-sl-lecture-banner {
    width: 100%;
    height: 418px;
    background: url(../images/lecture.jpg) center no-repeat;
}

.sc-sl-lecture {
    width: 100%;
    height: auto;
    margin-top: 130px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-lecture-ico {
    width: 1200px;
    height: 113px;
    margin: 50px auto 0 auto;
    color: #003567;
    font: bold normal 16px/120px "微软雅黑";
    font-weight: bold !important;
    text-align: center;
    border-bottom: 1px #999 solid;
    padding-bottom: 80px;
    position: relative;
    top: -50px;
    background: url(../images/lecture-title2.png) no-repeat;
}

.sc-sl-lecture-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sc-sl-lecture-content ul {}

.sc-sl-lecture-content ul li {
    width: 400px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 100px;
}

.sc-sl-lecture-content ul li p {
    font: normal normal 12px/36px "微软雅黑";
    color: #333;
    margin-top: -30px;
}

.sc-sl-lecture-content ul li .date {
    width: 354px;
    font: normal normal 12px/24px "微软雅黑";
    color: #666;
    border-bottom: 1px #999 solid;
}

.sc-sl-lecture-content ul li img {
    width: 354px;
    border: 1px solid #dcdddd;
}

.sc-sl-lecture-content ul li .float-layer {
    width: 354px;
    height: 35px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    bottom: 35px;
}

.sc-sl-lecture-content ul li .float-layer img {
    display: none;
}

.sc-sl-lecture-content ul li .float-layer .down-num {
    display: none;
}

.sc-sl-lecture-content ul li:hover .float-layer {
    background: rgba(0, 0, 0, .6);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    display: block;
}

.sc-sl-lecture-content ul li:hover .float-layer .down {
    width: 32px;
    height: 39px;
    float: right;
    background: url(../images/lecture-down02.png) center 5px no-repeat;
}

.sc-sl-lecture-content ul li:hover .float-layer .down img {
    width: 32px;
    margin-top: 5px;
    display: block;
    border: none;
}

.sc-sl-lecture-content ul li:hover .float-layer .down-num {
    width: 10px;
    height: 32px;
    text-align: center;
    font: normal normal 14px/50px "微软雅黑";
    float: right;
    display: block;
}

.sc-sl-lecture-content ul li:hover .float-layer .down:hover {
    background: url(../images/lecture-down-hover2.png) center 5px no-repeat;
}



/*行业/服务/产品公共头部*/
.sc-header-isp {
    width: 100%;
    height: 88px;
    background-color: #efefef;
}

/*.isp-nav{width:600px; height:78px; margin-top:15px;}
.isp-nav ul{}
.isp-nav ul li{width:34px; height:50px; border:1px #ccc solid; background:#fff; border-radius:25px; float:left; display:inline; font-size:14px; text-align:center; line-height:48px; margin:0 14px; padding:0 8px;}
.isp-nav ul li a{color:#999;}
.isp-nav ul li:hover{background:rgba(0,0,0,0.1);}
.isp-nav ul li:hover a{color:#fff;}
.isp-nav ul .hover{background:rgba(0,0,0,0.1);}*/
.isp-nav {
    height: 88px;
    width: 800px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.isp-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.isp-nav ul li {
    width: 70px;
    padding: 0 15px;
    float: left;
    color: #999;
    margin: 0;
    font: normal medium 14px/88px "syht";
    font-size: 16px !important;
    line-height: 88px !important;
    text-align: center;
}

.isp-nav ul li a {
    font: normal medium 16px/40px "syht";
    color: #706f73;
    text-decoration: none;
}

.isp-nav ul li:hover {
    background: url(../images/nav2.png) center 60px no-repeat;
    color: #ccc;
}

.isp-nav ul li:hover a {
    color: #1d3685;
}

.isp-nav ul li ul {
    display: none;
}

.isp-nav ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 88px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    margin-left: -20px;
    padding: 0;
}

.isp-nav ul li:hover ul li {
    width: 100px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
}

.isp-nav ul li:hover ul li:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.isp-nav ul li:hover ul li:hover a {
    color: #fff;
}

.isp-nav ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
}

.isp-nav-e {
    height: 88px;
    width: 580px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.isp-nav-e ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.isp-nav-e ul li {
    width: 100px;
    padding: 0 15px;
    float: left;
    color: #999;
    margin: 0;
    font: normal medium 14px/88px "syht";
    font-size: 16px !important;
    text-align: center;
}

.isp-nav-e ul li a {
    font: normal medium 16px/40px "syht";
    line-height: 88px !important;
    color: #706f73;
    text-decoration: none;
}

.isp-nav-e ul li:hover {
    background: url(../images/nav2.png) center 60px no-repeat;
    color: #ccc;
}

.isp-nav-e ul li:hover a {
    color: #1d3685;
}

.isp-nav-e ul li ul {
    display: none;
}

.isp-nav-e ul li:hover ul {
    display: block;
    position: absolute;
    width: auto;
    top: 88px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    margin-left: -20px;
    padding: 0;
}

.isp-nav-e ul li:hover ul li {
    width: 100px;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 5px;
    min-width: 76px;
    border-bottom: 0px #999 solid;
    font: normal normal 14px/30px "MicroSoft YaHei";
}

.isp-nav-e ul li:hover ul li:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #F00;
    border-bottom: 0px #999 solid;
    border-top: 0px #333 solid;
}

.isp-nav-e ul li:hover ul li:hover a {
    color: #fff;
}

.isp-nav-e ul li:hover ul li a {
    color: #FFF;
    font: normal normal 12px/28px "MicroSoft YaHei";
}

.isp-nav-j {
    height: 88px;
    width: 620px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.isp-nav-j ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.isp-nav-j ul .p0 {
    width: 10px;
    height: 88px;
    padding-top: 39px;
}

.isp-nav-j ul .p1 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j ul .p2 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j ul .p3 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j ul .p4 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j ul .p6 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j ul:hover .p0 img {
    opacity: 0;
}

.isp-nav-j ul:hover .p0 {
    background: url(../images/change-02.png) 15px 39px no-repeat;
}

.isp-nav-j ul .p1:hover {
    background: url(../images/cn-p-new.png) 2px 32px no-repeat;
}

.isp-nav-j ul .p2:hover {
    background: url(../images/english-p-new.png) 2px 32px no-repeat;
}

.isp-nav-j ul .p3:hover {
    background: url(../images/french-p-new.png) 2px 32px no-repeat;
}

.isp-nav-j ul .p4:hover {
    background: url(../images/spanish-p-new.png) 2px 32px no-repeat;
}

.isp-nav-j ul .p6:hover {
    background: url(../images/de-p-new.png) 2px 32px no-repeat;
}

.isp-nav-j ul li:hover img {
    opacity: 0;
}

.isp-nav-j ul li {
    width: 100px;
    padding: 0 15px;
    float: left;
    color: #999;
    margin: 0;
    font: normal medium 14px/88px "syht";
    font-size: 16px !important;
    text-align: center;
}

.isp-nav-j ul li a {
    font: normal medium 16px/40px "syht";
    line-height: 88px !important;
    color: #706f73;
    text-decoration: none;
}

.isp-nav-j ul li:hover {
    background: url(../images/nav2.png) center 60px no-repeat;
    color: #ccc;
}

.isp-nav-j ul li:hover a {
    color: #1d3685;
}

.isp-nav-j2 {
    height: 88px;
    width: 920px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.isp-nav-j2 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.isp-nav-j2 .newUl2 {
    width: 100%;
    height: 100%;
}
.isp-nav-j2 .newUl2 li {
    position: relative;
    padding: 30px 0 0 0;
}
.isp-nav-j2 .newUl2 li a {
    background-color: green;
}
.isp-nav-j2 .newUl2 li .img1 {
    position: absolute;
    top: 30px;
    left: 13PX;
}
.isp-nav-j2 .newUl2 li .img2 {
    position: absolute;
    top: 30px;
    left: 0;
}

.isp-nav-j2 ul .p0 {
    width: 10px;
    height: 88px;
    padding-top: 39px;
}

.isp-nav-j2 ul .p1 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j2 ul .p2 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j2 ul .p3 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j2 ul .p4 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j2 ul .p5 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j2 ul .p6 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j2 ul:hover .p0 img {
    opacity: 0;
}

.isp-nav-j2 ul:hover .p0 {
    background: url(../images/change-02.png) 15px 39px no-repeat;
}

/*.isp-nav-j2 ul .p1:hover {*/
/*    background: url(../images/cn-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j2 ul .p2:hover {*/
/*    background: url(../images/english-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j2 ul .p3:hover {*/
/*    background: url(../images/french-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j2 ul .p4:hover {*/
/*    background: url(../images/spanish-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j2 ul .p5:hover {*/
/*    background: url(../images/jp-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j2 ul .p6:hover {*/
/*    background: url(../images/de-p-new.png) 2px 32px no-repeat;*/
/*}*/

.isp-nav-j2 ul li:hover img {
    opacity: 1;
}

.isp-nav-j2 ul li {
    width: 80px;
    padding: 0 15px;
    float: left;
    color: #999;
    margin: 0;
    font: normal medium 14px/88px "syht";
    font-size: 16px !important;
    text-align: center;
}

.isp-nav-j2 ul li a {
    font: normal medium 16px/40px "syht";
    line-height: 88px !important;
    color: #706f73;
    text-decoration: none;
}

.isp-nav-j2 .newUl1 li:hover {
    background: url(../images/nav2.png) center 60px no-repeat;
    color: #ccc;
}

.isp-nav-j2 ul li:hover a {
    color: #1d3685;
}

.isp-nav-j3 {
    height: 88px;
    width: 620px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.isp-nav-j3 ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.isp-nav-j3 ul .p0 {
    width: 10px;
    height: 88px;
    padding-top: 39px;
}

.isp-nav-j3 ul .p1 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j3 ul .p2 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j3 ul .p3 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j3 ul .p4 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j3 ul .p5 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-j3 ul .p6 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

/*.isp-nav-j3 ul:hover .p0 img {*/
/*    opacity: 0;*/
/*}*/

/*.isp-nav-j3 ul:hover .p0 {*/
/*    background: url(../images/change-02.png) 15px 39px no-repeat;*/
/*}*/

/*.isp-nav-j3 ul .p1:hover {*/
/*    background: url(../images/cn-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j3 ul .p2:hover {*/
/*    background: url(../images/english-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j3 ul .p3:hover {*/
/*    background: url(../images/french-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j3 ul .p4:hover {*/
/*    background: url(../images/spanish-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j3 ul .p5:hover {*/
/*    background: url(../images/jp-p-new.png) 2px 32px no-repeat;*/
/*}*/

/*.isp-nav-j3 ul .p6:hover {*/
/*    background: url(../images/de-p-new.png) 2px 32px no-repeat;*/
/*}*/

.isp-nav-j3 ul li:hover img {
    opacity: 0;
}

.isp-nav-j3 ul li {
    width: 100px;
    padding: 0 15px;
    float: left;
    color: #999;
    margin: 0;
    font: normal medium 14px/88px "syht";
    font-size: 16px !important;
    text-align: center;
}

.isp-nav-j3 ul li a {
    font: normal medium 16px/40px "syht";
    line-height: 88px !important;
    color: #706f73;
    text-decoration: none;
}

.isp-nav-j3 ul li:hover {
    background: url(../images/nav2.png) center 60px no-repeat;
    color: #ccc;
}

.isp-nav-j3 ul li:hover a {
    color: #1d3685;
}

.isp-nav-fr {
    height: 88px;
    width: 670px;
    margin: 0 auto;
    background: none;
    position: relative;
}

.isp-nav-fr ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.isp-nav-fr ul .p0 {
    width: 10px;
    height: 88px;
    padding-top: 39px;
}

.isp-nav-fr ul .p1 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-fr ul .p2 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-fr ul .p3 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-fr ul .p4 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-fr ul .p5 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-fr ul .p6 {
    width: 20px;
    height: 88px;
    padding-top: 32px;
}

.isp-nav-fr ul .w150 {
    width: 150px;
}

.isp-nav-fr ul:hover .p0 img {
    opacity: 0;
}

.isp-nav-fr ul:hover .p0 {
    background: url(../images/change-02.png) 15px 39px no-repeat;
}

.isp-nav-fr ul .p1:hover {
    background: url(../images/cn-p-new.png) 2px 32px no-repeat;
}

.isp-nav-fr ul .p2:hover {
    background: url(../images/english-p-new.png) 2px 32px no-repeat;
}

.isp-nav-fr ul .p3:hover {
    background: url(../images/french-p-new.png) 2px 32px no-repeat;
}

.isp-nav-fr ul .p4:hover {
    background: url(../images/spanish-p-new.png) 2px 32px no-repeat;
}

.isp-nav-fr ul .p5:hover {
    background: url(../images/jp-p-new.png) 2px 32px no-repeat;
}

.isp-nav-fr ul .p6:hover {
    background: url(../images/de-p-new.png) 2px 32px no-repeat;
}

.isp-nav-fr ul li:hover img {
    opacity: 0;
}

.isp-nav-fr ul li {
    width: 100px;
    padding: 0 15px;
    float: left;
    color: #999;
    margin: 0;
    font: normal medium 14px/88px "syht";
    font-size: 16px !important;
    text-align: center;
}

.isp-nav-fr ul li a {
    font: normal medium 16px/40px "syht";
    line-height: 88px !important;
    color: #706f73;
    text-decoration: none;
}

.isp-nav-fr ul li:hover {
    background: url(../images/nav2.png) center 60px no-repeat;
    color: #ccc;
}

.isp-nav-fr ul li:hover a {
    color: #1d3685;
}

.sc-isp-nav2 {
    width: 100%;
    height: 80px;
    top: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
}

.sc-isp-nav2 ul {
    height: 56px;
    padding: 0;
    list-style: none;
    white-space:nowrap;
}

.sc-isp-nav2 ul li {
    display: inline-block;
    /*width: 130px;*/
    height: 56px;
    margin: 0 20px;
    /* float: left; */
    color: #a0a0a0;
    position: relative;
    bottom: -4px;
    z-index: 999;
    font: normal medium 12px/60px "syht";
    text-align: center;
    background: url(../images/industries/gray-dot.png) center bottom no-repeat;
}

.sc-isp-nav2 ul li a {
    color: #706f73;
    font-size: 14px !important;
    line-height: 60px !important;
}

.sc-isp-nav2 ul li:hover {
    background: url(../images/industries/blue-dot.png) center bottom no-repeat;
}

.sc-isp-nav2 ul .hover {
    background: url(../images/industries/lakeblue-dot.gif) center bottom no-repeat;
}

.sc-isp-nav2 ul li a:hover {
    color: #1d3685;
}

.sc-isp-nav2 .line100 {
    width: 100%;
    height: 1px;
    border-top: 1px #999 solid;
}

.sc-isp-title {
    width: 100%;
    height: 125px;
    margin: 0 auto;
    background: #003567;
}

.sc-isp-nav3 {
    width: 100%;
    height: 80px;
    top: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
}

.sc-isp-nav3 ul {
    width: 1290px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.sc-isp-nav3 ul .w180 {
    width: 180px;
}

.sc-isp-nav3 ul li {
    width: 110px;
    height: 56px;
    float: left;
    color: #a0a0a0;
    position: relative;
    bottom: -4px;
    z-index: 999;
    font: normal medium 12px/60px "syht";
    text-align: center;
    background: url(../images/industries/gray-dot.png) center bottom no-repeat;
}

.sc-isp-nav3 ul li a {
    color: #706f73;
    font-size: 14px !important;
    line-height: 60px !important;
}

.sc-isp-nav3 ul li:hover {
    background: url(../images/industries/blue-dot.png) center bottom no-repeat;
}

.sc-isp-nav3 ul .hover {
    background: url(../images/industries/lakeblue-dot.gif) center bottom no-repeat;
}

.sc-isp-nav3 ul li a:hover {
    color: #1d3685;
}

.sc-isp-nav3 .line100 {
    width: 100%;
    height: 1px;
    border-top: 1px #999 solid;
}

.sc-isp-nav2-e {
    width: 100%;
    height: 80px;
    top: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
}

.sc-isp-nav2-e ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.sc-isp-nav2-e ul .w240 {
    width: 240px;
}
.isp-nav-j2 ul .w150 {
    width: 150px;
}
.sc-isp-nav2-e ul li {
    min-width: 183px;
    height: 56px;
    float: left;
    display: inline-block;
    color: #a0a0a0;
    position: relative;
    bottom: -4px;
    z-index: 999;
    font: bold normal 14px/60px "微软雅黑";
    text-align: center;
    background: url(../images/industries/gray-dot.png) center bottom no-repeat;
}

.sc-isp-nav2-e ul li a {
    color: #706f73;
}

.sc-isp-nav2-e ul li:hover {
    background: url(../images/industries/blue-dot.png) center bottom no-repeat;
}

.sc-isp-nav2-e ul .hover {
    background: url(../images/industries/lakeblue-dot.gif) center bottom no-repeat;
}

.sc-isp-nav2-e ul li a:hover {
    color: #1d3685;
}

.sc-isp-nav2-e .line100 {
    width: 100%;
    height: 1px;
    border-top: 1px #999 solid;
}

.sc-isp-nav2-j {
    width: 100%;
    height: 80px;
    top: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
}

.sc-isp-nav2-j ul {
    width: 1440px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.sc-isp-nav2-j ul li {
    width: 160px;
    height: 56px;
    float: left;
    color: #a0a0a0;
    position: relative;
    bottom: -4px;
    z-index: 999;
    font: bold normal 14px/60px "微软雅黑";
    text-align: center;
    background: url(../images/industries/gray-dot.png) center bottom no-repeat;
}

.sc-isp-nav2-e ul .w280,.sc-isp-nav2-j ul .w280 {
    width: 280px;
}
.sc-isp-nav2-j ul li a {
    color: #706f73;
}

.sc-isp-nav2-j ul li:hover {
    background: url(../images/industries/blue-dot.png) center bottom no-repeat;
}

.sc-isp-nav2-j ul .hover {
    background: url(../images/industries/lakeblue-dot.gif) center bottom no-repeat;
}

.sc-isp-nav2-j ul li a:hover {
    color: #1d3685;
}

.sc-isp-nav2-j .line100 {
    width: 100%;
    height: 1px;
    border-top: 1px #999 solid;
}

/*行业industries*/
.sc-sl-industries-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries.jpg) center no-repeat;
}

.sc-sl-industries2-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner02.jpg) center no-repeat;
}

.sc-sl-industries3-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner03.jpg) center no-repeat;
}

.sc-sl-industries4-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner04.jpg) center no-repeat;
}

.sc-sl-industries5-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner05.jpg) center no-repeat;
}

.sc-sl-industries6-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner06.jpg) center no-repeat;
}

.sc-sl-industries7-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner07.jpg) center no-repeat;
}

.sc-sl-industries8-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner08.jpg) center no-repeat;
}

.sc-sl-industries9-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner09.jpg) center no-repeat;
}

.sc-sl-industries10-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner10.jpg) center no-repeat;
}

.sc-sl-industries11-banner {
    width: 100%;
    height: 580px;
    background: url(../images/industries/industries-banner11.jpg) center no-repeat;
}

.sc-sl-industries-text {
    width: 1200px;
    min-height: 220px;
    margin: 0 auto;
    background: #003567;
}

.sc-sl-industries-text p {
    font: normal normal 16px/36px "微软雅黑";
    padding-top: 7%;
    padding-bottom: 7%;
}

.sc-sl-industries {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-industries-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}

.sc-sl-industries-content img {
    margin: 50px auto;
}

/*行业表格*/
.sc-mydiv {
    width: 100%;
    border: 0px solid #000;
    font-size: 16px;
    border-right: none;
    border-top: none;
    height: auto;
    white-space: nowrap;
    color: #7c7c7c;
    border-left: 1px solid #7c7c7c;
}

.sc-mydiv .bg {
    background: #60acb9;
    color: #fff;
}

.sc-mydiv .tc {
    text-align: center;
}

.sc-mydiv .bd {
    font-weight: bold;
}

.sc-mydiv .in-t-01 {
    width: 15%;
    float: left;
    height: auto;
    display: block;
    padding: 0 5px;
    line-height: 30px;
    border-top: 0px solid #000;
    border-bottom: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
}

.sc-mydiv .in-t-02 {
    width: 30%;
    float: left;
    height: auto;
    display: block;
    padding: 0 5px;
    line-height: 30px;
    border-top: 0px solid #000;
    border-bottom: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
}

.sc-mydiv .in-t-03 {
    width: 35%;
    float: left;
    height: auto;
    display: block;
    padding: 0 5px;
    line-height: 30px;
    border-top: 0px solid #000;
    border-bottom: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
}

.sc-mydiv .in-t-04 {
    width: 16.2%;
    float: left;
    height: auto;
    display: block;
    padding: 0 5px;
    line-height: 30px;
    border-top: 0px solid #000;
    border-bottom: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
}

.sc-mydiv .b-l01 {
    border-left: 0px solid #7c7c7c;
}

.sc-mydiv .b-t01 {
    border-top: 1px solid #7c7c7c;
}

.sc-mydiv .b-t02 {
    border-bottom: 0px solid #7c7c7c;
}

.sc-in-bg {
    background: #60acb9;
    color: #fff !important;
    font-weight: bold !important;
    text-align: center;
}

.sc-in-text {
    color: #7c7c7c;
    font-size: 14px;
}

.sc-sl-industries-content table tr td {
    color: #7c7c7c;
    font: normal normal 16px/35px "微软雅黑";
    padding: 0 5px;
}

.sc-in-bg2 {
    background: #cfcfcf;
    color: #666 !important;
    text-align: center;
}

.sc-sl-product-content table tr td {
    color: #595656;
    font: normal normal 16px/35px "微软雅黑";
    padding: 10px !important;
}

.sc-pr-bg {
    background: #f4d622;
    line-height: 24px !important;
    padding: 20px 0 !important;
    color: #211403 !important;
    font-weight: bold !important;
    text-align: center;
}

.sc-bag-bg {
    background: #5ca797;
    line-height: 24px !important;
    padding: 20px 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align: center;
}

/*行业service*/
.sc-sl-service-banner {
    height: 450px;
    background: url(../images/service/service-banner.png);
    background-repeat: repeat;
    background-size: 100% 100%;
}

.sc-sl-service-banner02 {
    width: 100%;
    height: 924px;
    background: url(../images/service/service-banner02.jpg) center no-repeat;
}

.sc-sl-service-banner02 ul {
    padding-top: 30px;
}

.sc-sl-service-banner02 ul li {
    width: auto;
    height: auto;
    padding: 10px 0 0 550px;
;
    color: #333;
    font: bold normal 16px/30px "微软雅黑";
}

.sc-sl-service-banner03 {
    width: 100%;
    height: 580px;
    background: url(../images/service/service-banner03.jpg) center no-repeat;
}

.sc-sl-service-banner04 {
    width: 100%;
    height: 580px;
    background: url(../images/service/service-banner04.jpg) center no-repeat;
}

.sc-sl-service-text {
    width: 1200px;
    min-height: 220px;
    margin: 0 auto;
    background: #003567;
}

.sc-sl-service-text p {
    font: normal normal 16px/36px "微软雅黑";
    padding-top: 7%;
    padding-bottom: 7%;
}

.sc-sl-service-text02 {
    width: 1100px;
    min-height: 220px;
    margin: 0 auto;
    background: #003567;
}

.sc-sl-service-text02 p {
    font: normal normal 16px/36px "微软雅黑";
    padding-top: 7%;
    padding-bottom: 7%;
}

.sc-sl-service-text04 {
    width: 1100px;
    min-height: 180px;
    margin: 0 auto;
    background: #003567;
}

.sc-sl-service-text04 p {
    font: normal normal 16px/36px "微软雅黑";
    padding-top: 7%;
    padding-bottom: 7%;
}

.sc-sl-service-text03 {
    width: 1000px;
    min-height: 160px;
    margin: 0 auto;
    background: #003567;
}

.sc-sl-service {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-service-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sc-sl-service-content .title {
    width: 1200px;
    height: 130px;
    margin: auto;
    background: url(../images/service/blue-line.gif) bottom center no-repeat;
}

.sc-sl-service-content .title2 {
    width: 1200px;
    height: 60px;
    margin: auto;
    color: #333;
    font: normal normal 16px/60px "微软雅黑";
    text-align: center;
}

.sc-sl-service-content ul {
    margin-top: 70px;
}

.sc-sl-service-content ul .line-01 {
    border-top: 1px #999999 solid;
}

.sc-sl-service-content ul li {
    width: 600px;
    height: 520px;
    float: left;
    color: #333;
}

.s-text-01 {
    font: bold normal 30px/120px "微软雅黑";
    color: #333;
    padding-left: 100px;
    padding-top: 30px;
}

.s-text-02 {
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
    padding-left: 100px;
    text-align: justify;
}

.s-text-03 {
    width: 100px;
    border-top: 1px #999 solid;
    margin-top: 30px;
    margin-left: 100px;
}

.s-text-04 {
    font: normal normal 12px/24px "微软雅黑";
    padding-left: 100px;
    padding-top: 30px;
}

.s-text-05 {
    font: bold normal 30px/120px "微软雅黑";
    color: #333;
    padding-top: 30px;
}

.s-text-06 {
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
    padding-right: 100px;
    text-align: justify;
}

.s-text-07 {
    width: 100px;
    border-top: 1px #999 solid;
    margin-top: 30px;
}

.s-text-08 {
    font: normal normal 12px/24px "微软雅黑";
    padding-top: 30px;
}

.s-text03-01 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 240px 285px no-repeat;
}

.s-text03-02 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 210px 285px no-repeat;
}

.s-text03-03 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 235px 285px no-repeat;
}

.s-text03-04 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 240px 285px no-repeat;
}

.s-text03-05 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 227px 285px no-repeat;
}

.s-text03-06 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 210px 285px no-repeat;
}

.s-text03-07 {
    font: bold normal 30px/500px "微软雅黑";
    color: #333;
    text-align: center;
    background: url(../images/service/grey-line.gif) 210px 285px no-repeat;
}

/*产品product*/
.sc-sl-product-banner {
    height: 740px;
;
    background: url(../images/product/pro_07_banner.png) center no-repeat;
    background-size: 100% 100%;
}

.sc-sl-product2-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner02.jpg) center no-repeat;
}

.sc-sl-product3-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner03.jpg) center no-repeat;
}

.sc-sl-product4-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner04.jpg) center no-repeat;
}

.sc-sl-product5-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner05.jpg) center no-repeat;
}

.sc-sl-product6-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner06.jpg) center no-repeat;
}

.sc-sl-product6-banner-new {
    width: 100%;
    height: 580px;
    background: url(../images/product/top-05.jpg) center no-repeat;
}

.sc-sl-product7-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner07.jpg) center no-repeat;
}

.sc-sl-product8-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner08.jpg) center no-repeat;
}

.sc-sl-product9-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner09.jpg) center no-repeat;
}

.sc-sl-product9-new-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/top-09.jpg) center no-repeat;
}

.sc-sl-product10-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner10.jpg) center no-repeat;
}

.sc-sl-product11-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner11.jpg) center no-repeat;
}

.sc-sl-product12-banner {
    width: 100%;
    height: 580px;
    background: url(../images/product/product-banner12.jpg) center no-repeat;
}

.sc-sl-product-text {
    width: 100%;
    min-height: 160px;
    margin: 0 auto;
    background: #003567;
	color: #ffffff;
}

.sc-sl-product-text p {
    font: normal normal 16px/36px "微软雅黑";
    padding-top: 50px;
    padding-bottom: 50px;
	width: 1200px;
	margin: 0 auto;
}

.editBule {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.editBule p {
    padding-left: 70px;
    padding-top: 20px;
    font-size: 16px;
}

.sc-sl-product {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #fff;
    padding-bottom: 20px;
}

.sc-sl-product-content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sc-sl-product-content table,
tr,
td {
    border: 1px solid #dcdddd;
}

.sc-sl-product-content .title {
    width: 1200px;
    height: 130px;
    margin-bottom: 50px;
    background: url(../images/service/blue-line.gif) bottom center no-repeat;
}

.sc-sl-product-content .title2 {
    width: 1200px;
    height: 60px;
}

.sc-sl-product-content .b-01 {
    width: 1200px;
    height: 100px;
    border-top: 0px #dcdddd solid;
}

.sc-sl-product-content ul {}

.sc-sl-product-content ul .b-01 {
    width: 1200px;
    height: 100px;
    border-top: 1px #dcdddd solid;
}

.sc-sl-product-content ul li {
    width: 1200px;
    height: 350px;
    border-top: 1px #dcdddd solid;
    color: #333;
}

.sc-sl-product-content ul li .div-01 {
    width: 400px;
    height: 350px;
    float: left;
}

.sc-sl-product-content ul li .div-02 {
    width: 800px;
    height: 350px;
    float: right;
}

.sc-sl-product-content ul li .div-03 {
    width: 720px;
    height: 350px;
    float: left;
}

.sc-sl-product-content ul li .div-04 {
    width: 480px;
    height: 350px;
    float: right;
}

.sc-sl-product-content ul li .div-05 {
    width: 430px;
    height: 350px;
    float: left;
}

.sc-sl-product-content ul li .div-06 {
    width: 770px;
    height: 350px;
    float: right;
}

.sc-sl-product-content ul li .div-07 {
    width: 740px;
    height: 350px;
    float: left;
}

.sc-sl-product-content ul li .div-08 {
    width: 460px;
    height: 350px;
    float: right;
}

.sc-sl-product-content ul li .div-09 {
    width: 480px;
    height: 350px;
    float: left;
}

.sc-sl-product-content ul li .div-10 {
    width: 720px;
    height: 350px;
    float: right;
}

.sc-sl-product-content ul li .div-11 {
    width: 730px;
    height: 350px;
    float: left;
}

.sc-sl-product-content ul li .div-12 {
    width: 470px;
    height: 350px;
    float: right;
}

.sc-sl-product-content .div-13 {
    width: 600px;
    height: 520px;
    float: left;
    color: #333;
}

.sc-sl-product-content .div-14 {
    width: 600px;
    height: 520px;
    float: right;
    border-top: 1px #ccc solid;
    color: #333;
}

.sc-sl-product-content .div-15 {
    width: 600px;
    height: auto;
    font: bold normal 30px/50px "微软雅黑";
    color: #333;
    padding-top: 10px;
    float: left;
}

.sc-sl-product-content .div-16 {
    width: 50px;
    border-top: 1px #999 solid;
    margin: 15px 0 30px 0;
}

.sc-sl-product-content .div-17 {
    width: 500px;
    height: auto;
    font: bold normal 30px/50px "微软雅黑";
    color: #333;
    padding-top: 10px;
    float: left;
    padding-left: 100px;
}

.t-text-01 {
    font: bold normal 30px/100px "微软雅黑";
    color: #333;
    padding-left: 100px;
    padding-top: 10px;
}

.t-text-02 {
    font: normal normal 14px/24px "微软雅黑";
    color: #333;
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
}

.t-text-03 {
    width: 50px;
    border-top: 1px #999 solid;
    margin: 15px 0;
    margin-left: 100px;
}

.t-text-04 {
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0px;
}

.t-text-05 {
    font: bold normal 30px/100px "微软雅黑";
    color: #333;
    padding-top: 10px;
}

.t-text-06 {
    font: normal normal 14px/24px "微软雅黑";
    color: #333;
    padding-right: 100px;
    text-align: justify;
}

.t-text-07 {
    width: 50px;
    border-top: 1px #999 solid;
    margin: 15px 0;
}

.t-text-08 {
    font: normal normal 12px/24px "微软雅黑";
    padding-top: 0px;
    padding-right: 80px;
}

.p-text-01 {
    font: bold normal 30px/100px "微软雅黑";
    color: #333;
    padding-top: 30px;
}

.p-text-02 {
    width: 55px;
    border-top: 2px #dcdddd solid;
    margin-top: 0px;
}

.p-text-03 {
    font: normal normal 12px/24px "微软雅黑";
    padding-top: 10px;
    padding-right: 80px;
    text-align: justify;
}

.p-text-04 {
    font: bold normal 30px/100px "微软雅黑";
    color: #333;
    padding-top: 30px;
    padding-left: 80px;
}

.p-text-05 {
    width: 50px;
    border-top: 2px #dcdddd solid;
    margin-top: 0px;
    margin-left: 80px;
}

.p-text-06 {
    font: normal normal 12px/24px "微软雅黑";
    padding-top: 10px;
    padding-left: 80px;
    text-align: justify;
}

.p-text-07 {
    font: bold normal 16px/30px "微软雅黑";
    color: #333;
    padding-top: 30px;
}

.p-text-08 {
    width: 50px;
    border-top: 1px #999 solid;
    margin-top: 20px;
}

.p-text-09 {
    font: normal normal 12px/24px "微软雅黑";
    padding-top: 30px;
    padding-right: 80px;
    text-align: justify;
}

.p-text-10 {
    font: bold normal 14px/24px "微软雅黑";
    color: #333;
    padding-top: 30px;
}

.p-text-11 {
    width: 50px;
    border-top: 1px #999 solid;
    margin-top: 20px;
}

.p-text-12 {
    font: normal normal 12px/24px "微软雅黑";
    padding-top: 30px;
    padding-right: 80px;
    text-align: justify;
}

.x-text-01 {
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
    padding-top: 50px;
    padding-bottom: 50px;
}

.x-text-02 {
    font: bold normal 30px/50px "微软雅黑";
    color: #333;
    padding-top: 10px;
}

.x-text-03 {
    width: 50px;
    border-top: 1px #999 solid;
    margin: 10px 0;
    padding-bottom: 10px;
}

.x-text-04 {
    font: normal normal 12px/24px "微软雅黑";
    color: #333;
    padding-bottom: 10px;
}

.z-text-01 {
    font: normal normal 14px/24px "微软雅黑";
    color: #333;
    padding-bottom: 10px;
    border-top: 1px #ccc solid;
    padding-top: 20px;
}

.z-text-02 {
    font: normal normal 14px/24px "微软雅黑";
    color: #333;
    padding-bottom: 10px;
    border-top: 1px #ccc solid;
    padding-top: 20px;
}

.z-text-02 .div-18 {
    width: 200px;
    height: auto;
    float: left;
    font: normal normal 14px/26px "微软雅黑";
    color: #333;
    margin-top: 15px;
}

.sc-sl-product-content .tools {
    width: 1200px;
    height: 100px;
    border-top: 1px #dcdddd solid;
    font: bold normal 30px/100px "微软雅黑";
    color: #333;
}

.sc-sl-product-content .tools2 {
    width: 1200px;
    height: 100px;
    margin-top: 50px;
    border-top: 0px #999 solid;
    font: bold normal 30px/100px "微软雅黑";
    color: #333;
}

.sc-sl-product-content .line-55 {
    width: 55px;
    height: 1px;
    border-top: 0px #dcdddd solid;
    margin-bottom: 20px;
}

.sc-sl-product-content table tr td {
    color: #7c7c7c;
    font: normal normal 16px/35px "微软雅黑";
    padding: 0 5px;
    text-align: center;
}

.sc-sl-product-content .tools-pic {
    width: 1200px;
    height: auto;
}

.sc-sl-product-content .tools-pic table tr td {
    color: #7c7c7c;
    font: normal normal 16px/35px "微软雅黑";
    padding: 0 5px;
}

.sc-sl-product-content .tools-pic2 {
    width: 1200px;
    height: auto;
}

.sc-sl-product-content .tools-pic2 table tr td {
    color: #7c7c7c;
    font: normal normal 16px/35px "微软雅黑";
    padding: 0 5px;
    text-align: center;
}

.sc-sl-product-content .str-session {
    width: 1200px;
    height: auto;
    border-top: 1px #dcdddd solid;
    border-bottom: 1px #dcdddd solid;
    padding: 20px 0 20px 0;
}

.sc-sl-product-content .str-session .str-left {
    width: 400px;
    float: left;
    padding-top: 10px;
}

.str-left img {
    width: 358px;
    height: 80px;
}

.sc-sl-product-content .str-session .str-right {
    width: 800px;
    float: right;
    color: #333;
    padding-top: 20px;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session .str-right-e {
    width: 800px;
    float: right;
    color: #333;
    padding-top: 20px;
    font: normal normal 14px/24px "微软雅黑";
}

.sc-sl-product-content .str-session2 {
    width: 1200px;
    height: auto;
    padding: 60px 0 20px 0;
}

.sc-sl-product-content .str-session2 .str-session2-left {
    width: 760px;
    height: auto;
    float: left;
}

.sc-sl-product-content .str-session2 .str-session2-left table tr td {
    color: #7c7c7c;
    font: normal normal 14px/30px "微软雅黑";
    padding: 0 5px;
    text-align: left;
}

.sc-sl-product-content .str-session2 .str-session2-right {
    width: 440px;
    height: auto;
    padding-top: 30px;
    float: right;
    color: #333;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session2 .str-session2-right p {
    padding: 10px 0 25px 30px;
    text-align: justify;
}

.sc-sl-product-content .str-session3 {
    width: 1200px;
    height: auto;
    margin: 20px 0;
    padding: 60px 0 20px 0;
    color: #333;
}

.sc-sl-product-content .str-session3 .str-01 {
    width: 430px;
    height: auto;
    float: left;
    padding-left: 50px;
    border-top: 1px #ccc solid;
}

.sc-sl-product-content .str-session3 .str-02 {
    width: 720px;
    height: auto;
    float: right;
}

.sc-sl-product-content .str-session3 .str-03 {
    width: 480px;
    height: auto;
    float: left;
}

.sc-sl-product-content .str-session3 .str-04 {
    width: 670px;
    height: auto;
    float: right;
    padding-left: 50px;
    padding-top: 50px;
}

.sc-sl-product-content .str-session3 .str-05 {
    width: 670px;
    height: auto;
    float: left;
    border-top: 1px #dcdddd solid;
    padding-left: 50px;
    padding-top: 20px;
}

.sc-sl-product-content .str-session3 .str-06 {
    width: 480px;
    height: auto;
    float: right;
}

.sc-sl-product-content .str-session4 {
    width: 1200px;
    height: auto;
    border-top: 1px #dcdddd solid;
    border-bottom: 1px #dcdddd solid;
    padding: 20px 0 20px 0;
}

.sc-sl-product-content .str-session4 .str-left {
    width: 400px;
    float: left;
    padding-top: 10px;
}

.sc-sl-product-content .str-session4 .str-right {
    width: 800px;
    float: right;
    color: #333;
    padding-top: 30px;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session4-e {
    width: 1200px;
    height: auto;
    border-top: 0px #dcdddd solid;
    border-bottom: 1px #dcdddd solid;
    padding: 20px 0 20px 0;
}

.sc-sl-product-content .str-session4-e .str-left {
    width: 400px;
    float: left;
    padding-top: 10px;
}

.sc-sl-product-content .str-session4-e .str-right {
    width: 800px;
    float: right;
    color: #333;
    padding-top: 30px;
    font: normal normal 14px/24px "微软雅黑";
}

.sc-sl-product-content .new-str-bg-78 {
    width: 1200px;
    border-top: 1px #CCC solid;
    border-bottom: 1px #dcdddd solid;
    padding-top: 50px;
}

.sc-sl-product-content .str-bg-78 {
    width: 1200px;
    height: 850px;
    background: url(../images/product/str-10-bg_02.png) top center no-repeat;
    border-top: 1px #CCC solid;
    border-bottom: 1px #dcdddd solid;
    padding-top: 50px;
}

.sc-sl-product-content .str-bg-78 .str-07 {
    width: 480px;
    height: auto;
    float: left;
}

.sc-sl-product-content .str-bg-78 .str-08 {
    width: 420px;
    height: auto;
    float: right;
    padding-left: 100px;
    padding-right: 200px;
    padding-top: 60px;
    color: #333;
}

.sc-sl-product-content .str-bg-78 .str-09 {
    width: 380px;
    height: auto;
    float: left;
    color: #333;
    padding: 150px 200px 0 100px;
}

.sc-sl-product-content .str-bg-78 .str-10 {
    width: 520px;
    height: auto;
    float: right;
}

.sc-sl-product-content .str-session5 {
    width: 1200px;
    height: auto;
    margin: 20px 0;
    padding: 10px 0 20px 0;
    color: #333;
}

.sc-sl-product-content .str-session5 .str-11 {
    width: 550px;
    height: auto;
    float: left;
    padding-top: 50px;
}

.sc-sl-product-content .str-session5 .str-12 {
    width: 230px;
    height: auto;
    float: right;
    padding-top: 200px;
    line-height: 28px;
    font-size: 16px;
}

.sc-sl-product-content .str-session5 .str-13 {
    width: 420px;
    height: auto;
    float: right;
}

.sc-sl-product-content .str-session5 .str-13 img {
    margin-bottom: -40px;
}

.sc-sl-product-content .str-session6 {
    width: 1200px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
    color: #333;
    border-top: 1px #CCC solid;
}

.sc-sl-product-content .str-session6 .str-14 {
    width: 700px;
    height: auto;
    float: left;
    padding-top: 50px;
}

.sc-sl-product-content .str-session6 .str-14 img {
    margin-top: -190px;
}

.sc-sl-product-content .str-session6 .str-14 p {
    padding: 100px 150px 0 150px;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session6 .str-15 {
    width: 500px;
    height: auto;
    float: right;
    padding-top: 100px;
    line-height: 30px;
}

.sc-sl-product-content .str-session5-e {
    width: 1200px;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 0 0px 0;
    color: #333;
}

.sc-sl-product-content .str-session5-e .str-11 {
    width: 550px;
    height: auto;
    float: left;
    padding-top: 50px;
}

.sc-sl-product-content .str-session5-e .str-12 {
    width: 230px;
    height: auto;
    float: right;
    padding-top: 200px;
    line-height: 28px;
    font-size: 16px;
}

.sc-sl-product-content .str-session5-e .str-13 {
    width: 420px;
    height: auto;
    float: right;
}

.sc-sl-product-content .str-session6-e {
    width: 1200px;
    height: auto;
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
    color: #333;
    border-top: 1px #CCC solid;
}

.sc-sl-product-content .str-session6-e .str-14 {
    width: 600px;
    height: auto;
    float: left;
    padding-top: 50px;
}

.sc-sl-product-content .str-session6-e .str-14 img {
    margin-top: -190px;
}

.sc-sl-product-content .str-session6-e .str-14 p {
    padding: 100px 150px 0 150px;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session6-e .str-15 {
    width: 595px;
    height: auto;
    float: right;
    padding-top: 50px;
    line-height: 30px;
    color: #595757;
}

.sc-sl-product-content .str-session6-e .str-15 p {
    font-size: 16px;
}

.sc-sl-product-content .str-session7-e {
    width: 1200px;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 0 0px 0;
    color: #333;
}

.sc-sl-product-content .str-session7-e .str-16 {
    width: 550px;
    height: auto;
    float: left;
    padding-top: 50px;
}

.sc-sl-product-content .str-session7-e .str-17 {
    width: 1180px;
    height: 750px;
    padding-top: 50px;
    color: #595757;
    background: url(../images/product/k-map.png) center 80px no-repeat;
}

.sc-sl-product-content .str-session7-e .str-17 p {
    padding: 280px 390px 0 240px;
    font-size: 16px;
}

.sc-sl-product-content .str-session7-e .str-18 {
    width: 500px;
    height: auto;
    float: right;
    padding-top: 0px;
    line-height: 28px;
    font-size: 16px;
}

.sc-sl-product-content .str-session7-e .str-19 {
    width: 1180px;
    height: 230px;
    background: url(../images/product/global.png) center 0px no-repeat;
}

.sc-sl-product-content .str-session7-e .str-19 p {
    padding: 65px 30px 0 30px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.sc-sl-product-content .str-session8-e {
    width: 1200px;
    height: auto;
    margin: 80px 0 0 0;
    padding: 10px 0 0px 0;
    color: #333;
}

.b-line50 {
    width: 50px;
    height: 30px;
    border-bottom: 2px solid #dcdddd;
    margin-bottom: 10px;
}

.b-line50_2 {
    width: 50px;
    height: 2px;
    border-top: 2px solid #dcdddd;
    margin-bottom: 10px;
}

.b-line1200 {
    width: 1200px;
    height: 20px;
    border-top: 1px solid #dcdddd;
    margin-bottom: 10px;
}

.sc-sl-product-content .str-session8-e .fab-01 {
    width: 1200px;
    height: auto;
    color: #070000;
}

.sc-sl-product-content .str-session8-e .fab-01 span {
    font-size: 24px;
}

.sc-sl-product-content .str-session8-e .fab-01 p {
    font-size: 24px;
    font-weight: bold;
}

.sc-sl-product-content .str-session8-e .fab-02 {
    width: 1200px;
    height: auto;
    color: #070000;
    margin-top: 5px;
    margin-bottom: 70px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdddd;
}

.sc-sl-product-content .str-session8-e .fab-02 p {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 20px;
}

.sc-sl-product-content .str-session8-e .fab-02 span {
    width: 1000px;
    display: block;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 28px;
    background: url(../images/product/b-dot.png) 0 10px no-repeat;
}

.sc-sl-product-content .str-session8-e .fab-03 {
    width: 1200px;
    height: auto;
    color: #070000;
}

.sc-sl-product-content .str-session8-e .fab-03 p {
    font: normal normal 16px/30px Verdana, Geneva, sans-serif;
    padding-bottom: 20px;
}

.sc-sl-product-content .str-session8-e .fab-03 span {
    font-size: 30px;
    font-weight: bold;
    font-family: "微软雅黑";
}

.sc-sl-product-content .str-session9-e {
    width: 1200px;
    height: auto;
    margin: 60px 0 0 0;
    padding: 10px 0 10px 0;
    color: #333;
}

.sc-sl-product-content .str-session9-e .cf-01 {
    width: 1200px;
    height: 212px;
    margin-bottom: 25px;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background: url(../images/product/g-cf-01.png) center 0 no-repeat;
    color: #070000;
}

.sc-sl-product-content .str-session9-e .cf-01-jp {
    width: 1200px;
    height: 212px;
    margin-bottom: 25px;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background: url(../images/product/g-cf-02.jpg) center 0 no-repeat;
    color: #070000;
}

.sc-sl-product-content .str-session9-e .cf-01-de {
    width: 1200px;
    height: 212px;
    margin-bottom: 25px;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background: url(../images/product/g-cf-03.jpg) center 0 no-repeat;
    color: #070000;
}

.sc-sl-product-content .str-session9-e .cf-01-fr {
    width: 1200px;
    height: 212px;
    margin-bottom: 25px;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    background: url(../images/product/g-cf-04.jpg) center 0 no-repeat;
    color: #070000;
}

.sc-sl-product-content .str-session9-e .cf-02 {
    width: 333px;
    height: auto;
    float: left;
}

.sc-sl-product-content .str-session9-e .cf-03 {
    width: 534px;
    height: auto;
    float: left;
    text-align: center;
}

.sc-sl-product-content .str-session9-e .cf-04 {
    width: 333px;
    height: auto;
    float: right;
}

.sc-sl-product-content .str-session9-e p {
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 20px;
}

.sc-sl-product-content .str-session9-e span {
    width: 1000px;
    display: block;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 28px;
    background: url(../images/product/b-dot.png) 0 10px no-repeat;
}

.sc-sl-product-content .str-session9-e .cf-05 {
    margin-top: 35px;
}

.sc-sl-product-content .str-session9-e .cf-06 {}

.sc-sl-product-content .str-session9-e .cf-06 p {
    font-size: 12px;
    color: #070000;
}

.sc-sl-product-content .str-session9-e .cf-06 .s1 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border-top: 1px solid #dcdddd;
    padding-top: 50px;
}

.sc-sl-product-content .str-session10-e {
    width: 1200px;
    height: auto;
    margin: 60px 0 0 0;
    padding: 10px 0 10px 0;
    color: #333;
}

.sc-sl-product-content .str-session10-e p {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 24px;
}

.sc-sl-product-content .str-session10-e .str-left-e {
    width: 750px;
    float: left;
    color: #333;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-left: 50px;
    font: normal normal 12px/24px "微软雅黑";
    text-align: left;
}

.sc-sl-product-content .str-session10-e .str-right-e {
    width: 400px;
    float: right;
    padding-top: 10px;
    margin-bottom: 15px;
}

.sc-sl-product-content .str-session10-e .str-right-e p {
    font-size: 12px !important;
    line-height: 16px;
}

.sc-sl-product-content .str-session10-e .str-left-e2 {
    width: 550px;
    float: left;
    padding-top: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-left: 0px;
    font: normal normal 12px/24px "微软雅黑";
    text-align: left;
}

.sc-sl-product-content .str-session10-e .str-right-e2 {
    width: 650px;
    float: right;
    color: #333;
    margin-bottom: 15px;
}

.sc-sl-product-content .str-session10-e .str-left-e2 p {
    font-size: 12px !important;
    line-height: 16px;
}

.sc-sl-product-content .str-session11-e {
    width: 1200px;
    height: auto;
    margin: 60px 0 0 0;
    padding: 10px 0 10px 0;
    color: #333;
}

.sc-sl-product-content .str-session11-e p {
    font-size: 16px;
}

.sc-sl-product-content .str-session11-e .st-01 {
    width: 1200px;
    height: 355px;
    color: #070000;
    margin: 0 0 30px 0;
    background: #dcdddd;
    text-align: right;
}

.sc-sl-product-content .str-session11-e .st-01 img {
    margin-top: -90px;
    text-align: right;
    margin-right: 45px;
}

.sc-sl-product-content .str-session11-e .st-01 .st-wrap {
    width: 540px;
    float: left;
    margin-top: 100px;
    margin-left: 10px;
}

.sc-sl-product-content .str-session11-e .st-01 .st-wrap p {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 20px;
    text-align: left;
}

.sc-sl-product-content .str-session11-e .st-01 .st-wrap span {
    width: 1000px;
    display: block;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 28px;
    background: url(../images/product/b-dot.png) 0 10px no-repeat;
    text-align: left;
}

.sc-sl-product-content .str-session12-e {
    width: 1200px;
    height: auto;
    margin: 60px 0 0 0;
    padding: 10px 0 10px 0;
    color: #333;
}

.sc-sl-product-content .str-session12-e table tr td {
    color: #084997;
    font-size: 26px;
    letter-spacing: 6px;
    padding: 0 !important;
}

.sc-sl-product-content .str-session12-e .str-left-e {
    width: 335px;
    float: left;
    padding-top: 10px;
    margin-bottom: 15px;
}

.sc-sl-product-content .str-session12-e .str-right-e {
    width: 865px;
    float: right;
    color: #333;
    padding-top: 40px;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session12-e .str-right-e p {
    padding: 0;
}

.sc-sl-product-content .str-session12-e p {
    font-size: 12px;
    line-height: 24px;
}

.sc-sl-product-content .str-session13-e {
    width: 1200px;
    height: auto;
    margin: 60px 0 0 0;
    padding: 10px 0 10px 0;
    color: #333;
}

.sc-sl-product-content .str-session13-e table tr td {
    color: #084997;
    font-size: 26px;
    border: none;
    letter-spacing: 6px;
    padding: 10px 0 !important;
}

.sc-sl-product-content .str-session13-e .str-left-e {
    width: 335px;
    float: left;
    padding-top: 10px;
    margin-bottom: 15px;
}

.sc-sl-product-content .str-session13-e .str-right-e {
    width: 865px;
    float: right;
    color: #333;
    padding-top: 40px;
    font: normal normal 12px/24px "微软雅黑";
}

.sc-sl-product-content .str-session13-e .str-right-e p {
    padding: 0;
}

.sc-sl-product-content .str-session13-e p {
    font-size: 12px;
    line-height: 24px;
}

.sc-sl-product-content .str-session13-e span {
    width: 1000px;
    display: block;
    height: 25px;
    font-size: 12px;
    font-weight: normal;
    padding-left: 28px;
    background: url(../images/product/b-dot.png) 0 10px no-repeat;
}


.sc-sl-product-map-wrap {
    width: 100%;
    height: auto;
    margin-top: 0px;
    background: #dcdddd;
    padding-bottom: 20px;
}

.sc-sl-product-map {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map.png) center bottom no-repeat;
}

.sc-sl-product-map2 {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map-02.png) center bottom no-repeat;
}

.sc-sl-product-map3 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/jiaonianji.png) center bottom no-repeat;
}

.sc-sl-product-map4 {
    width: 1200px;
    height: 778px;
    margin: 0 auto;
    background: url(../images/product/jiaxin-new-map.png) center bottom no-repeat;
}

.sc-sl-product-map5 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map-05.png) center bottom no-repeat;
}

.sc-sl-product-map6 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map-06.png) center bottom no-repeat;
}

.sc-sl-product-map7 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    /*
    background: url(../images/product/map-07.png) center bottom no-repeat;
    */

}
.new_product-map7{
    width: 1200px;
    height: 560px;
    background-image:  url(../images/product/map-07.png);
    background-size: 100% 100%;
}

.new_product-map10{
    width: 1200px;
    height: 610px;
    background-image:  url(../images/product/bx-new-map.png);
    background-size: 100% 100%;
}

.new_product-map11{
    width: 1200px;
    height: 560px;
    background-image:  url(../images/product/map-11-new.png);
    background-size: 100% 100%;
}

.sc-sl-product-map8 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map-03_re.gif) center bottom no-repeat;
}

.sc-sl-product-map9 {
    width: 1200px;
    height: 778px;
    margin: 0 auto;
    background: url(../images/product/map-11-new.png) center bottom no-repeat;
}

.sc-sl-product-map10 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map-10.png) center bottom no-repeat;
}

.sc-sl-product-map11 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/u-map-11.png) center bottom no-repeat;
}

.sc-sl-product-map12 {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/product/map-12.png) center bottom no-repeat;
}
.sc-sl-product-map13 {
    width: 1200px;
    height: 734px;
    margin: 0 auto;
    background: url(../images/product/map-13.png) center bottom no-repeat;
}
.sc-sl-product-ico {
    width: 1200px;
    height: 113px;
    margin: 0px auto 0 auto;
    font: bold normal 16px/120px "微软雅黑";
    font-weight: bold !important;
    color: #003567;
    padding-bottom: 30px;
    position: relative;
    top: -50px;
    background: url(../images/product/map-title2.png) no-repeat;
    text-align: center;
}

.sc-sl-product-ico-e {
    width: 1200px;
    height: 113px;
    margin: 0px auto 0 auto;
    font: bold normal 20px/260px "微软雅黑";
    font-weight: bold !important;
    color: #126bb2;
    padding-bottom: 30px;
    position: relative;
    top: -50px;
    background: url(../images/product/map-title2.png) no-repeat;
    text-align: center;
}

.sc-foot-last {
    clear: both;
    height: 28px;
    font-size: 12px;
    margin: -5px auto 0;
    text-align: center;
    position: relative;
	color: #FFFFFF;
	background-color: #003567
}
.sc-foot-last a {
	color: #FFFFFF;
}
.sc-foot-last-01 {
    position: absolute;
    top: -24px;
    left: 0px;
    right: 0px;
	background-color: #003567
}

.sc_product_07,
.zs_pro_07_left,
.zs_pro_07_right {
    position: relative;
    color: #333;
    padding-top: 50px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 16px;
    font: normal normal 16px/36px "微软雅黑";
    box-sizing: border-box;
}




.zs_pro_07_left h3 {
    padding-left: 34px;
    font-size: 20px;
    font-weight: bolder;
    line-height: 41px;
;
    color: #FFF;
    height: 60px;
    background: url(/Public/Home/pc/images/product/title_left.png);
    background-repeat: no-repeat;
    background-size: 60% 64%
}

.zs_pro_07_left ul {
    float: left;
    height: 500px;
}

.zs_pro_07_left ul h4 {
    font-size: 18px;
    font-weight: bolder;
    padding-left: 40px;
;
    padding-top: 30px;
}

.zs_pro_07_left ul li {
    margin-left: 80px;
    list-style-type: disc;
}

.zs_pro_07_left img {
    height: 500px;
    width: 350px;
    float: right;
}

.zs_pro_07_right ul {
    float: right;
    height: 500px;
}

.pro_07_right_title h3 {
    width: 40px;
;
    text-align: right;
    font-size: 20px;
    font-weight: bolder;
    padding-right: 50px;
    line-height: 40px;
    color: #FFF;
    width: 70%;
    float: right;
    background: url(/Public/Home/pc/images/product/title_right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.zs_pro_07_right ul {
    padding-top: 30px;
    float: right;
    height: 500px;
}

.zs_pro_07_right ul h4 {
    font-size: 18px;
    font-weight: bolder;
    padding-left: 40px;
;
    padding-top: 30px;
}

.zs_pro_07_right ul li {
    margin-left: 80px;
    list-style-type: disc;
}

.zs_pro_07_right img {
    height: 500px;
    width: 350px;
    float: left;
}

.zs_logo_box{
    padding-top: 40px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font: normal normal 16px/36px "微软雅黑";
    box-sizing: border-box;
}

.zs_logo_box img{
    float: left;
}

.zs_logo_box_rig{
    float: right;
    color: #333;
    width: 600px;
    box-sizing: border-box;
    margin-top: 40px;;
}


.h3_left{
    padding-left: 34px;
    font-size: 20px;
    font-weight: bolder;
    line-height: 41px;
    color: #FFF;
    height: 60px;
    background: url(/Public/Home/pc/images/product/title_left.png);
    background-repeat: no-repeat;
    background-size: 100% 64%
}

.scrollContainer{
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}
.scrollContainer::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scrollmh::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.scrollmh::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.scrollmh::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}
.nav-container{
    width: 1330px;
    height: 80px;
    margin: 0 auto;
    overflow-x: auto;
    position: relative;
}
.scrollView{
    height: 100%;
    width: 100%;
    /*width: auto;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    text-align: center;
}
