* {
    box-sizing: border-box;
    outline: 0
}

body {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    min-width: 1259px;
    font-family: "Microsoft YaHei", "arial"
}

img {
    border: 0;
    vertical-align: top
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

a:hover {
    color: #003f72
}

textarea {
    -webkit-appearance: none
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'], input[type='button'] {
    padding: 0;
    color: #666;
    margin: 0;
    outline: none
}

@font-face {
    font-family: "Bodoni_0";
    src: url("../font/Bodoni_0.woff2") format("woff2"), url("../font/Bodoni_0.woff") format("woff"), url("../font/Bodoni_0.ttf") format("truetype"), url("../font/Bodoni_0.eot") format("embedded-opentype"), url("../font/Bodoni_0.svg") format("svg")
}

@font-face {
    font-family: "Berthold Akzidenz Grotesk BE Bold Condensed_0";
    src: url("../font/Berthold Akzidenz Grotesk BE Bold Condensed_0.woff2") format("woff2"), url("../font/Berthold Akzidenz Grotesk BE Bold Condensed_0.woff") format("woff"), url("../font/Berthold Akzidenz Grotesk BE Bold Condensed_0.ttf") format("truetype"), url("../font/Berthold Akzidenz Grotesk BE Bold Condensed_0.eot") format("embedded-opentype"), url("../font/Berthold Akzidenz Grotesk BE Bold Condensed_0.svg") format("svg")
}

@font-face {
    font-family: "HelveticaNeue-Bold";
    src: url("../font/HelveticaNeue-Bold.woff2") format("woff2"), url("../font/HelveticaNeue-Bold.woff") format("woff"), url("../font/HelveticaNeue-Bold.ttf") format("truetype"), url("../font/HelveticaNeue-Bold.eot") format("embedded-opentype"), url("../font/HelveticaNeue-Bold.svg") format("svg")
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    width: 1259px;
    margin: 0 auto
}

.header {
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    position: fixed;
    border-top: solid 5px #003f72
}

.header .logo {
    float: left;
    display: inline-block;
    margin: 10px 0 0 75px
}

.header .logo img {
    max-height: 55px
}

.header .nav {
    float: left;
    padding-left: 18%;
	 font-family: "黑体";
}

.header .nav li {
    height: 85px;
    display: inline-block;
    font-size: 16px;
    line-height: 85px;
    padding: 0 40px;
    position: relative
}

.header .nav li > a:before {
    content: "";
    left: -40px;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    background: #e1e1e1;
}

.header .nav li a {
    color: #333;
    display: block;
    position: relative;
}

.header .nav li:first-child > a:before {
    display: none
}

.header .nav li:hover > a, .header .nav .active > a {
    font-weight: bold;
    color: #003f72
}

.header .nav li:hover .subnav {
    display: block;
}

.header .nav li .subnav {
    top: 85px;
    left: 0;
    width: 100%;
    display: none;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    position: absolute;
}

.header .nav li .subnav a {
    font-size: 14px;
    margin-top: 5px;
    color: #333 !important;
    line-height: 24px;
}

.header .nav li .subnav a:hover {
    color: #003f72 !important;
    font-weight: bold;
}

@media (max-width: 1700px) {
    .header .nav {
        padding-left: 10%
    }
}

@media (max-width: 1440px) {
    .header .nav li {
        padding: 0 25px
    }
}

@media (max-width: 1280px) {
    .header .nav li {
        padding: 0 20px
    }
}

.header .language {
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    line-height: 85px;
    border-left: solid 1px #eee;
    position: absolute
}

.header .language a {
    color: #999
}

.header .language a:hover {
    color: #333
}

.header .language .cur {
    color: #333
}

.header .language:before {
    top: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background: #da251c
}

.header .searchbox {
    cursor: pointer;
    margin-top: 28px;
    display: inline-block
}

.header .searchkuang {
    display: none;
    margin-left: -30px
}

.header .searchkuang input {
    padding: 10px;
    width: 240px;
    padding-right: 40px;
    border: solid 1px #eee
}

.header .searchkuang a {
    margin-left: -25px
}

.header .searchkuang a img {
    max-height: 15px
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner {
    width: 100%;
    display: block;
    height: 860px;
    margin-top: 90px;
    padding-top:160px;
    text-align: center;
    background:url(../images/banner.jpg) no-repeat top center;
}

.banner .container{
	position:relative;
	width:1280px;
	margin:0 auto;
}
.banner .hh {
   position:absolute;
   top:80px;
   opacity:0;
   left:220px;
   z-index: 9;
   height:182px;
   width:413px;
   color:#fff;
   font-size:24px;
   font-weight:700;
   line-height:120px;
   padding-left:140px;
   background: url(../images/yq-1.png) no-repeat top center;
}
.banner .swiper-container{
  text-align:center;
  width:1200px;
}
.banner .pic{
	 padding-left:30px;
}
.banner .pic img{
	 transform:scale(0.55);
	 filter: blur(5px);
	 padding-top:250px;
}
.banner .swiper-slide-active .hh,
.banner .swiper-slide-duplicate-active .hh, 
.banner .slick-current .hh{
	opacity:1;
}
.banner .swiper-slide-active .pic img,.banner .swiper-slide-duplicate-active .pic img,.banner .slick-current .pic img{
   transform: scale(1);
   filter: blur(0px);
   padding-top:170px;
  
}
.banner .slick-current .pic{
	padding-left:0;
}
.banner .txtbox {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute
}

.banner .container {
    position: relative
}

.banner .bimg {
    width: 400px;
    margin-top: 250px;
    margin-left: 560px
}

.banner .text-01 {
    top: 180px;
    color: #003f72;
    left: 970px;
    font-size: 20px;
    line-height: 40px;
    position: absolute
}

.banner .text-01 i {
    display: inline-block;
    font-style: normal;
    padding: 0 5px;
    border-bottom: solid 1px #003f72
}

.banner .line {
    top: 222px;
    right: 290px;
    position: absolute
}

.banner .slick-prev, .banner .slick-next {
    width: 50px;
    height: 50px;
    border: 0;
    margin-top:50px
}

.banner .slick-prev {
    left: 0px;
    background: url(../images/index-prev.png) no-repeat
}

.banner .slick-next {
    right: 0px;
    background: url(../images/index-next.png) no-repeat
}

.banner .swiper-button-prev{
	left:0;
	width:50px;
	height:50px;
	background-size:100% 100%;
	background-image:url(../images/index-prev.png) !important;
}
.banner .swiper-button-next{
	right:0;
	width:50px;
	height:50px;
	background-size:100% 100%;
	background-image:url(../images/index-next.png) !important;
}
.banner .slick-dots {
    bottom: -110px
}

.banner .slick-dots li button {
    width: 12px;
    height: 12px;
    margin: 0 3px
}

.banner .slick-dots li.slick-active button {
    background: #003f72
}
.index-content{
	overflow:hidden;
}
.index-content ul{
	margin:0 -2px;
}
.index-content li {
    width: 25%;
    float: left;
    padding:0 2px;
    position: relative
}

.index-content li .pic {
    overflow: hidden;
    position: relative
}

.index-content li .pic:after {
    content: "";
    display: block;
    padding-bottom: 58.8%
}

.index-content li .pic img {
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease
}

.index-content li .txtbox {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    color: #fff;
    opacity: 1;
    text-align: center;
    position: absolute
}

.index-content li .txtbox:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    background: #003f72;
    background: rgba(0, 65, 122, 0.3)
}

.index-content li .cn, .index-content li .en, .index-content li .icon {
    z-index: 3;
    position: relative
}

.index-content li .cn {
    font-size: 22px;
    height: 24px;
    overflow: hidden;
    margin-top: 60px;
    bottom:30px;
    right:50px;
    position:absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-content li .en {
    font-size: 18px;
    margin-top: 5px;
    display:none;
    font-family: "Bell MT"
}

.index-content li .icon {
    margin-top: 0;
    display: block;
    display:none;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-content li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index-content li:hover .txtbox {
    opacity: 1
}

.index-content li:hover .txtbox:before {
    opacity: 1
}

.index-content li:hover .cn {
    margin-top: 80px
}

.index-content li:hover .icon {
    margin-top: 30px
}

.footer {
    padding: 20px 0 40px 0;
    background: #e9e9e9
}

.footer .logo {
    margin-bottom: 40px
}

.footer .logo img {
    max-height: 55px
}

.footer ul {
    width: 65%;
    float: left
}

.footer li {
    width: 25%;
    float: left;
    line-height: 36px
}

.footer li h3 {
    font-weight: normal
}

.footer li h3 a {
    color: #000
}

.footer li a {
    display: block;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
    overflow: hidden;
}

.footer .add {
    width: 35%;
    float: left;
    line-height: 30px;
    min-height: 185px;
    padding-left: 80px;
    border-left: solid 1px #d1d1d1
}

.footer .font16 {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px
}

.copy {
    padding: 10px 0;
    text-align: center;
    background: #b9b9b9
}

.inside-banner {
    height: 400px;
    margin-top: 90px;
    overflow: hidden;
    position: relative
}

.inside-banner .pic {
    left: 50%;
    top: 0;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
    position: absolute
}

.inside-menu {
    height: 50px;
    margin-top: 90px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #003f72
}

.inside-menu a {
    color: #fff;
    padding: 0 30px;
    position: relative;
    display: inline-block
}

.inside-menu a:before {
    content: "";
    width: 1px;
    height: 17px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: #33658e
}

.inside-menu a:first-child:before {
    display: none
}

.inside-menu a:hover, .inside-menu .cur {
    font-weight: 700
}

.inside-menu-02 {
    line-height: 80px;
    text-align: center;
    background: #f7f7f7
}

.inside-menu-02 a {
    margin: 0 35px;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
    position: relative
}

.inside-menu-02 a:before {
    content: "";
    height: 3px;
    width: 0;
    left: 50%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    position: absolute;
    background: #003f72
}

.inside-menu-02 a:hover, .inside-menu-02 .cur {
    font-weight: bold;
    color: #003f72
}

.inside-menu-02 a:hover:before, .inside-menu-02 .cur:before {
    width: 100%;
    opacity: 1;
    left: 0
}

.inside-menu-03 {
    text-align: center;
    margin: 0px 0 50px 0
}

.inside-menu-03 span {
    display: inline-block;
    position: relative
}

.inside-menu-03 span:before {
    content: "";
    width: 1px;
    height: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: #d8d8d8
}

.inside-menu-03 a {
    color: #333;
    margin: 0 5px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px
}

.inside-menu-03 a:first-child:before {
    display: none
}

.inside-menu-03 a:hover, .inside-menu-03 .cur {
    color: #fff;
    background: #003f72
}

.inside-about .box-1 {
    color: #545454;
    line-height: 30px;
    font-size: 16px;
    height: 1039px;
    padding: 130px 0;
    text-align: center
}

.inside-about .box-1 .title {
    padding-bottom: 10px;
    position: relative;
    text-align: center
}

.inside-about .box-1 .title:before {
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    background: #003f72;
    position: absolute
}

.inside-about .box-1 .cn {
    color: #3b3b3b;
    font-size: 24px
}

.inside-about .box-1 .en {
    font-size: 22px;
    padding-top: 5px;
    font-weight: lighter;
    font-family: "Bodoni_0"
}

.inside-about .box-2 {
    height: 643px;
    font-size: 16px;
    color: #545454;
    padding: 130px 0 60px 0;
    background: url(../images/about-bg-2.jpg) no-repeat top center
}

.inside-about .box-2 .leftbox {
    width: 58%;
    float: left;
    padding-top: 70px;
    line-height: 30px
}

.inside-about .box-2 .rightbox {
    width: 38%;
    float: right
}

.inside-about .box-2 .rightbox .scroll {
    width: 257px;
    margin: 0 auto;
    text-align: center;
}

.inside-about .box-2 .rightbox .pic {
    width: 257px;
    height: 375px;
    position: relative;
    border: solid 10px #fff;
}

.inside-about .box-2 .rightbox .tit {
    font-size: 18px;
    margin-top: 10px
}

.inside-about .box-2 .rightbox .slick-prev {
    width: 50px;
    height: 50px;
    left: -80px;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd;
    background: url(../images/arrow-1.png) no-repeat center center #fff
}

.inside-about .box-2 .rightbox .slick-next {
    width: 50px;
    height: 50px;
    right: -80px;
    border-radius: 100%;
    box-shadow: 0 0 10px #ddd;
    background: url(../images/arrow-2.png) no-repeat center center #fff
}

.inside-about .box-3 {
    color: #fff;
    padding-top: 190px;
    height: 787px
}

.inside-about .box-3 .leftbox {
    width: 510px;
    float: left
}

.inside-about .box-3 .t1 {
    font-size: 16px
}

.inside-about .box-3 .t2 {
    font-size: 36px;
    line-height: 48px;
    padding: 25px 0 35px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

.inside-about .box-3 .t2 span {
    font-size: 16px;
    vertical-align: top
}

.inside-about .box-3 .t3 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px
}

.inside-news ul {
    margin: 0 -20px
}

@media (max-width: 1280px) {
    .inside-news ul {
        margin: 0
    }
}

.inside-news li {
    float: left;
    position: relative;
    margin: 50px 20px 20px 20px;
    width: 390px
}

@media (max-width: 1280px) {
    .inside-news li {
        margin-left: 14px;
        margin-right: 14px
    }
}

.inside-news li .pic {
    width: 390px;
    height: 267px;
    overflow: hidden;
    position: relative
}

.inside-news li .pic img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-news li .tit {
    color: #333;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    border-bottom: solid 1px #dedede
}

.inside-news li .txt {
    color: #999;
    height: 48px;
    overflow: hidden;
    margin-top: 15px
}

.inside-news li .date {
    right: 1px;
    top: 1px;
    color: #666;
    opacity: 0;
    line-height: 40px;
    padding: 0 10px;
    font-family: arial;
    font-size: 24px;
    background: #fff;
    position: absolute;
    -webkit-transition: all 600ms ease-in;
    transition: all 600ms ease-in
}

.inside-news li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-news li:hover .tit {
    color: #003f72;
    border-color: #003f72
}

.inside-news li:hover .date {
    opacity: 1
}

.inside-news-show {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    padding: 60px 0 90px 0
}

.inside-news-show .title {
    font-size: 30px;
    line-height: 40px;
    text-align: center
}

.inside-news-show p {
    text-indent: 2em;
}

.inside-news-show .info {
    color: #999;
    font-size: 14px;
    margin-bottom: 40px;
    padding: 15px 0 20px 0;
    text-align: center;
    border-bottom: solid 1px #ececea
}

.inside-news-show .info span {
    padding: 0 100px;
    display: inline-block
}

.inside-relenews {
    height: 50px;
    margin-top: 110px;
    border-top: solid 1px #e2e0de;
    border-bottom: solid 1px #e2e0de
}

.inside-relenews li {
    width: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: right;
    overflow: hidden;
    padding-right: 30px;
    border-left: solid 1px #e2e0de
}

.inside-relenews li a {
    color: #333
}

.inside-relenews li a:hover {
    color: #003f72
}

.inside-relenews li:first-child {
    border-left: 0;
    text-align: left
}

.inside-return {
    color: #fff;
    margin-top: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 30px 0 40px;
    border-radius: 3px;
    background: #003f72;
    display: inline-block
}

.inside-return img {
    margin-top: -4px;
    margin-left: 10px;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in
}

.inside-return:hover {
    color: #fff;
    background-color: #00457d
}

.inside-product {
    padding-top: 60px;
background: #eaeaea;
}

.inside-product .title {
    text-align: center;
    margin-bottom: 30px;
}

.inside-product .title .cn {
    color: #003f72;
    font-size: 30px;
    line-height: 30px
}

.inside-product .title .en {
    color: #999;
    margin-top: 5px;
    font-size: 14px;
    font-family: arial
}

.inside-product ul {
    margin: 0 -10px
}

@media (max-width: 1280px) {
    .inside-product ul {
        margin: 0
    }
}

.inside-product li {
    width: 405px;
    float: left;
    margin: 0 10px;
    text-align: center
}

@media (max-width: 1280px) {
    .inside-product li {
        margin: 0 7px
    }
}

.inside-product li .pic {
    width: 405px;
    height: 252px;
    overflow: hidden;
    position: relative;
background:#fff;
}

.inside-product li .pic img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-product li .txtbox {
    padding: 20px 10px;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in
}

.inside-product li .tit {
    color: #333;
    font-size: 18px
}

.inside-product li .tit, .inside-product li .txt {
    height: 24px;
    overflow: hidden
}

.inside-product li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-product li:hover .txtbox {
    background: #003f72
}

.inside-product li:hover .tit, .inside-product li:hover .txt {
    color: #fff
}

.inside-product-show {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 60px 0 90px 0
}

.inside-product-show h1 {
    font-size: 24px;
    text-align: center
}

.inside-product-show .info {
    color: #999;
    margin-top: 5px;
    font-size: 16px;
    text-align: center
}

.inside-product-show .bigimg {
    margin-top: 20px;
    background: #fff
}

.inside-product-show .bigimg .pic {
    width: 836px;
    height: 520px;
    margin: 0 auto;
    position: relative
}

.inside-product-show .smallimg {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px
}

.inside-product-show .smallimg .pic {
    cursor: pointer;
    width: 129px;
    height: 60px;
    background: #fff;
    border: solid 3px #fff;
    position: relative
}

.inside-product-show .smallimg .slick-current .pic {
    border: solid 3px #003f72
}

.inside-product-show .slick-prev, .inside-product-show .slick-next {
    width: 50px;
    height: 50px;
    border: 0;
    margin-top: -25px;
    border-radius: 100%
}

.inside-product-show .slick-prev {
    background: url(../images/arrow-left-02.png) no-repeat center center #b8b8b8
}

.inside-product-show .slick-prev:hover {
    background-color: #003f72
}

.inside-product-show .slick-next {
    background: url(../images/arrow-right-02.png) no-repeat center center #b8b8b8
}

.inside-product-show .slick-next:hover {
    background-color: #003f72
}

.inside-product-show .tit {
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 30px 0
}

.inside-product-show .txtbox {
    margin-top: 50px;
    border-top: solid 1px #eaeaea
}

.inside-product-show .txtbox-2 {
    margin-top: 60px;
    padding-top: 50px;
    border-top: dotted 1px #eee
}

.inside-contact {
    padding-bottom: 100px;
    padding-top: 90px
}

.inside-contact .title {
    color: #003f72;
    text-align: center
}

.inside-contact .title .en {
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    font-family: "Berthold Akzidenz Grotesk BE Bold Condensed_0"
}

.inside-contact .title .cn {
    font-size: 20px
}

.inside-contact .box-1 {
    height: 444px;
    background: url(../images/contact-bg.jpg) no-repeat center bottom
}

.inside-contact .box-1 ul {
    margin-top: 60px
}

.inside-contact .box-1 li {
    width: 385px;
    float: left;
    color: #003f72;
    font-size: 16px;
    padding-top: 40px;
    margin-left: 52px;
    text-align: center;
    min-height: 217px;
    -webkit-transition: all 334ms ease-in;
    transition: all 334ms ease-in;
    background: #f7f7f7
}

.inside-contact .box-1 li .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    display: inline-block
}

.inside-contact .box-1 li .icon-01 {
    background: url(../images/contact-img.png) no-repeat top center
}

.inside-contact .box-1 li .icon-02 {
    background: url(../images/contact-img02.png) no-repeat top center
}

.inside-contact .box-1 li .icon-03 {
    background: url(../images/contact-img03.png) no-repeat top center
}

.inside-contact .box-1 li:first-child {
    margin-left: 0
}

.inside-contact .box-1 li:hover {
    color: #fff;
    background: #003f72
}

.inside-contact .box-1 li:hover .icon-01 {
    background: url(../images/contact-img-hover.png) no-repeat top center
}

.inside-contact .box-1 li:hover .icon-02 {
    background: url(../images/contact-img02-hover.png) no-repeat top center
}

.inside-contact .box-1 li:hover .icon-03 {
    background: url(../images/contact-img03-hover.png) no-repeat top center
}

.inside-contact .box-2 {
    padding: 50px;
    min-height: 410px;
    box-shadow: 0 0 10px #ddd
}

.inside-contact .message {
    width: 530px;
    float: left
}

.inside-contact .message li:first-child {
    padding-top: 10px
}

.inside-contact .message li {
    padding: 30px 0 10px 0;
    border-bottom: solid 1px #e4e4e4
}

.inside-contact .message li input, .inside-contact .message li textarea {
    font-size: 16px;
    border: 0;
    width: 100%;
    color: #333;
    font-family: "寰蒋闆呴粦"
}

.inside-contact .message li textarea {
    height: 100px;
    width: 100%;
    border: 0;
    resize: none
}

.inside-contact .message li input[type="button"] {
    width: 116px;
    height: 38px;
    margin: 0 auto;
    color: #fff;
    display: block;
    border-radius: 3px;
    background: #da251c
}

.inside-contact .message li:hover {
    border-color: #003f72
}

.inside-contact .map {
    width: 570px;
    float: right
}

.inside-job {
    font-size: 15px
}

.inside-job .box {
    font-size: 15px;
    padding-top: 70px
}

.inside-job .box a {
    color: #fff;
    padding: 0 10px
}

.inside-job .box a:hover {
    text-decoration: underline
}

.inside-job li:first-child {
    color: #303030;
    font-size: 16px;
    background: #e8e8e8
}

.inside-job li:first-child span:first-child {
    border: 0
}

.inside-job li:first-child:before {
    display: none
}

.inside-job li, .inside-job .tit {
    color: #333;
    cursor: pointer;
    text-align: left;
    position: relative;
    border-bottom: solid 1px #e8e8e8
}

.inside-job li:before, .inside-job .tit:before {
    width: 13px;
    height: 13px;
    right: 50px;
    top: 22px;
    content: "";
    position: absolute;
    background: url(../images/job-icon.png) no-repeat
}

.inside-job li span, .inside-job .tit span {
    width: 20%;
    float: left;
    height: 53px;
    line-height: 52px;
    padding-left: 80px;
    overflow: hidden
}

.inside-job .tit span:last-child {
    width: 15%;
}

.inside-job li span img, .inside-job .tit span img {
    vertical-align: top;
    margin-right: 5px;
    margin-top: 15px
}

.inside-job li span:first-child, .inside-job .tit span:first-child {
    text-align: left
}

.inside-job .txt {
    line-height: 22px;
    padding: 40px 80px 100px 80px;
    text-align: left;
    display: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    background: #739fcd
}

.inside-job .font16 {
    padding: 30px 0 0 0;
    font-weight: bold
}

.inside-job .active {
    background: #fff
}

.inside-job .active:before {
    background: url(../images/job-icon2.png) no-repeat
}

.inside-culture {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 80px;
    margin-top: 40px
}

.inside-culture .blue {
    font-size: 24px;
    color: #003f72;
    margin-bottom: 25px
}

.inside-culture .box-1 {
    padding-right: 60px;
    background: #f5f5f5
}

.inside-culture .box-1 .pic {
    float: left;
    margin-right: 55px
}

.inside-culture .box-1 .text {
    height: 344px;
    display: table-cell;
    vertical-align: middle
}

.inside-culture .box-3 {
    padding-left: 60px;
    padding-right: 0;
    margin-top: 25px
}

.inside-culture .box-3 .pic {
    float: right;
    margin-right: auto;
    margin-left: 55px
}

.inside-culture .box-4 {
    margin-top: 25px
}

.inside-culture .box-2 {
    padding: 55px;
    margin-top: 25px;
    background: #f5f5f5
}

.inside-culture .box-2 .txtbox-1 .pic {
    float: right;
    margin-top: 40px;
    margin-left: 55px
}

.inside-culture .box-2 .txtbox-2 {
    padding-top: 55px
}

.inside-culture .box-2 .txtbox-2 .pic {
    float: left;
    margin-right: 55px
}

.inside-history .bg {
    margin: 110px 0;
    min-height: 477px;
    background: url(../images/contact-bg.jpg) no-repeat top center
}

.inside-history .title {
    text-align: center
}

.inside-history .title .cn {
    color: #333;
    font-size: 30px;
    line-height: 30px
}

.inside-history .title .en {
    color: #003f72;
    font-size: 16px;
    font-family: arial;
    margin-top: 5px
}

.inside-history .tabmenu {
    width: 1120px;
    margin: 0 auto;
    padding-top: 110px;
    position: relative
}

.inside-history .tabmenu:before {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 7px;
    background: #ececec;
    position: absolute
}

.inside-history .tabmenu .year {
    font-size: 24px;
    font-family: arial;
    text-align: center;
    padding-bottom: 40px;
    position: relative
}

.inside-history .tabmenu .year:after {
    width: 10px;
    height: 10px;
    content: "";
    bottom: 0;
    left: 50%;
    border-radius: 100%;
    margin-left: -8px;
    position: absolute;
    border: solid 3px #c6c4c7;
    background: #fff
}

.inside-history .tabmenu .slick-current {
    color: #d9261c
}

.inside-history .tabmenu .slick-current .year:after {
    border-color: #d9261c
}

.inside-history .tabcot {
    width: 790px;
    height: 250px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 40px;
    background: #ebebeb
}

.inside-history .tabcot dl {
    width: 100%
}

.inside-history .tabcot dt {
    float: left;
    width: 290px;
    height: 180px;
    position: relative
}

.inside-history .tabcot dd {
    width: 380px;
    float: left;
    color: #545454;
    line-height: 30px;
    font-size: 16px;
    padding-top: 40px;
    position: relative;
    margin-left: 30px;
    text-indent: 2em;
}

.inside-history .tabcot dd:before {
    top: 0;
    left: 0;
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    background: #003f72
}

.inside-history .tabcot dd p {
    height: 120px;
    overflow: hidden
}

.inside-history .slick-prev, .inside-history .slick-next {
    border: 0;
    width: 25px;
    height: 25px;
    margin-top: 65px
}

.inside-history .slick-prev {
    left: -25px;
    background: url(../images/history-02.png) no-repeat top center #fff
}

.inside-history .slick-prev:hover {
    background: url(../images/history-02-hover.png) no-repeat top center #fff
}

.inside-history .slick-next {
    right: -25px;
    background: url(../images/history-03.png) no-repeat top center #fff
}

.inside-history .slick-next:hover {
    background: url(../images/history-03-hover.png) no-repeat top center #fff
}

.inside-strength {
    color: #003f72;
    font-size: 16px;
    min-height: 1000px;
    position: relative;
    line-height: 30px;
    padding-top: 130px;
    overflow-x: hidden;
    background: url(../images/strength-bg.png) no-repeat top center #ecedee
}

.inside-strength .font36 {
    font-family: "HelveticaNeue-Bold";
    font-size: 36px;
    line-height: 40px
}

.inside-strength .font18 {
    font-size: 18px;
    color: #003f72
}

.inside-strength .box-1 {
    width: 630px;
    padding-bottom: 140px;
    margin-left: 400px
}

.inside-strength .box-1 .pic {
    margin-top: 90px
}

.inside-strength .t1 {
    position: relative
}

.inside-strength .t1:before {
    content: "";
    width: 13px;
    height: 13px;
    left: -50px;
    top: 7px;
    border-radius: 100%;
    position: absolute;
    background: #4788bd;
    border: solid 5px #003f72
}

.inside-strength .t2 {
    padding: 0 90px 0 90px;
    padding-top: 30px;
    position: relative;
    text-indent: 2em;
}

.inside-strength .t2:before {
    top: 20px;
    left: 30px;
    width: 35px;
    height: 35px;
    content: "";
    position: absolute;
    background: url(../images/simg-02.png) no-repeat
}

.inside-strength .t2:after {
    bottom: -10px;
    right: 30px;
    width: 35px;
    height: 35px;
    content: "";
    position: absolute;
    background: url(../images/s-img03.png) no-repeat
}

.inside-strength .box-2 {
    width: 670px;
    padding-bottom: 280px;
    padding-left: 60px;
    position: relative;
    margin-left: 150px
}

.inside-strength .box-2 .t1 {
    padding-left: 50px
}

.inside-strength .box-2 .t1:before {
    top: 12px;
    right: 220px;
    left: auto
}

.inside-strength .box-2 .pic {
    position: relative;
    margin-top: 70px
}

.inside-strength .box-2 .img {
    box-shadow: 5px 5px 10px #bbb;
    border: solid 3px #4f8cbd
}

.inside-strength .box-2 .img01 {
    top: 63px;
    left: 120px;
    position: absolute
}

.inside-strength .box-2 .img02 {
    top: 100px;
    left: 360px;
    position: absolute
}

.inside-strength .box-2 .img03 {
    top: 248px;
    left: 170px;
    border: 0;
    position: absolute
}

.inside-strength .box-2 .img04 {
    top: 310px;
    left: -50px;
    position: absolute
}

.inside-strength .box-2 .img05 {
    top: 474px;
    left: 50px;
    position: absolute
}

.inside-strength .box-2 .img06 {
    top: 350px;
    left: 230px;
    position: absolute
}

.inside-strength .box-3 {
    position: relative;
    margin-left: 430px;
    padding-bottom: 220px
}

.inside-strength .box-3 .pic {
    z-index: 9;
    padding: 5px;
    margin-top: 70px;
    position: relative;
    margin-right: 30px;
    background: #fff;
    display: inline-block;
    box-shadow: 5px 5px 10px #bbb
}

.inside-strength .box-3 .year {
    right: -50px;
    bottom: 150px;
    font-size: 248px;
    line-height: 250px;
    color: #dcdfe3;
    position: absolute;
    font-family: "HelveticaNeue-Bold"
}

.inside-strength .box-4 {
    width: 970px;
    padding-bottom: 270px
}

.inside-strength .box-4 .t1 {
    padding-left: 230px
}

.inside-strength .box-4 .t1:before {
    left: auto;
    right: 385px
}

.inside-strength .box-4 .number {
    width: 395px;
    height: 128px;
    color: #bc050d;
    font-size: 60px;
    background: #fff;
    line-height: 120px;
    text-align: center;
    margin-left: 220px;
    margin-top: 80px;
    margin-bottom: 60px;
    position: relative;
    font-family: "HelveticaNeue-Bold";
    box-shadow: 5px 5px 10px #bbb
}

.inside-strength .box-4 .number:before, .inside-strength .box-4 .number:after {
    left: 68px;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 100%;
    background: #e4e6e9
}

.inside-strength .box-4 .number:after {
    left: 313px
}

.inside-strength .box-4 .t3 {
    text-align: right;
    padding-right: 0;
    margin-top: 20px;
    padding-right: 30px
}

.inside-strength .box-4 .t3:before {
    right: 0;
    top: 15px
}

.inside-strength .box-4 .pic {
    z-index: 9;
    padding: 5px;
    margin-top: 50px;
    position: relative;
    background: #fff;
    margin-right: 25px;
    display: inline-block;
    box-shadow: 5px 5px 10px #bbb
}

.inside-strength .box-5 {
    width: 890px;
    position: relative;
    margin-left: 400px;
    padding-bottom: 340px
}

.inside-strength .box-5 .t4 {
    margin-top: 20px
}

.inside-strength .box-5 .t4:before {
    display: none
}

.inside-strength .box-5 .pic {
    padding: 5px;
    margin-top: 30px;
    position: relative;
    background: #fff;
    margin-right: 20px;
    display: inline-block;
    box-shadow: 5px 5px 10px #bbb
}

.inside-strength .box-5 .pic-2 {
    bottom: -80px;
    right: 70px;
    z-index: 9;
    position: absolute
}

.inside-strength .box-6 {
    width: 920px;
    position: relative;
    padding-bottom: 200px
}

.inside-strength .box-6 .t1 {
    text-align: right
}

.inside-strength .box-6 .t1:before {
    right: -45px;
    left: auto;
    top: 15px
}

.inside-strength .box-6 .map {
    margin-top: 50px;
    position: relative
}

.inside-strength .box-6 .map .tit {
    top: 148px;
    left: 225px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    background: #ff6464;
    position: absolute
}

.inside-strength .box-6 .map .tit:before {
    content: "";
    top: 50%;
    left: -5px;
    margin-top: -3px;
    position: absolute;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-right: solid 6px #ff6464
}

.inside-strength .box-6 .map .arrow {
    left: 168px;
    top: 150px;
    position: absolute
}

.inside-strength .box-6 .map .arrow img {
    -webkit-animation: 1s dong02 infinite alternate;
    animation: 1s dong02 infinite alternate
}

@-webkit-keyframes dong02 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes dong02 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.inside-talent {
    color: #333;
    min-height: 300px;
    padding: 60px 0;
    font-size: 16px
}

.inside-page {
    padding: 70px 0 100px 0;
    text-align: center
}

.inside-page a {
    height: 50px;
    margin: 0 5px;
    display: inline-block;
    border: solid 1px #f0f0f0
}

.inside-page a:hover {
    border-color: #003f72
}

/**********IE8***********/

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    filter: alpha(opacity=80);
    opacity: 80;
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #666;
}

.prompt span a {
    text-decoration: underline;
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer;
}

.inside-about .box-1 .container>p {
    text-indent: 2em;
	text-align: left;
}

/*.nav li:hover .subproduct{
		display:block;
}*/
.subproduct {
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    background: #fff;
    position: absolute;

    border-bottom: solid 2px #e8e7e7;
}

.subproduct:before {
    content: "";
    width: 11px;
    height: 6px;
    top: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    background: url(../images/header-top.jpg) no-repeat top center;
}

.subbox {
    text-align: center;
    background: #f8f8f8;
    padding-top: 10px;
    border-top: solid 1px #e8e7e7;
}

.subbox .picbox {
    width: 190px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.subbox .picbox:before {
    top: 40px;
    left: -5px;
    content: "";
    width: 1px;
    height: 63px;
    position: absolute;
    background: #e8e8e8;
}

.subbox .picbox .tit {
    color: #666;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.subbox .picbox:hover .tit, .subbox .cur .tit {
    color: #da251c;
    font-weight: bold;
}

.subbox .picbox:first-child:before {
    display: none;
}

.subboxTwo {
    display: none;
    padding-top: 45px;
}

.subboxTwo ul {
    min-height: 270px;
}

.subboxTwo li {
    width: 281px;
    float: left;
    padding: 0 !important;
    text-align: center;
    margin-left: 40px;
    position: relative;
}

.subboxTwo li a {
    display: block;
    width: 100% !important;
    height: 100%;
}

.subboxTwo li a:before {
    display: none;
}

.subboxTwo li:first-child {
    margin-left: 0;
}

.subboxTwo li .pic {
    width: 281px;
    height: 199px;
    position: relative;
    border: solid 1px #efefef;
}

.subboxTwo li .tit {
    line-height: 30px;
    margin-top: 5px;
    color: #666;
    height: 30px;
    overflow: hidden;
}

.subboxTwo .more {
    width: 150px;
    height: 38px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 34px;
    border-radius: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #da251c !important;
    border: solid 1px #da251c;
}

.subboxTwo .more:hover {
    color: #fff !important;
    background: #da251c;
}







.inside-message li {
    margin-bottom: 10px
}

.inside-message li p {
    padding: 0 5px;
    width: 33.333%;
    float: left;
    position: relative
}

.inside-message li label {
    top: 10px;
    left: 24px;
    color: #f30;
    position: absolute
}

.inside-message li input, .inside-message li textarea {
    padding: 10px;
    width: 100%;
    line-height:25px;
    color: #000;
    font-size: 14px;
    padding-left: 30px;
    font-family: "微软雅黑";
    border: solid 1px #c9c9c9
}

.inside-message li input:focus, .inside-message li textarea:focus {
    border-color: #1485c3;
    padding-bottom: 9px
}

.inside-message li .code {
    width: 100%
}

.inside-message li .code input {
    width: 30%
}

.inside-message li .code img {
    margin: 0 5px
}

.inside-message li .textarea {
    width: 100%
}

.inside-message li .textarea textarea {
    height: 150px
}

.inside-message .button-01 {
    margin-top: 25px;
    text-align: center
}

.inside-message .button-01 input[type="button"] {
    color: #fff;
    width: 226px;
    padding: 10px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 16px;
    border: 0;
    background: #1485c3
}

.inside-message .button-01 input[type="button"]:hover {
    background: #1279b1
}

