﻿@charset 'utf-8';

body{
    background: #9FA1A3;
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Helvetica Neue CE 55 Roman';
    src: url('./fonts/Helvetica Neue CE 55 Roman.eot');
    src: local('☺'), url('../fonts/Helvetica Neue CE 55 Roman.woff') format('woff'),
    url('../fonts/Helvetica Neue CE 55 Roman.ttf') format('truetype'),
    url('../fonts/Helvetica Neue CE 55 Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 首页 */
.wrap{
    max-width: 1200px;
    height: auto;
    margin: auto;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.sy-banner{
    position: relative;
    width: 100%;
    height: auto;
}
.sy-banner-con .item img{
    display: inline-block;
    width: 100%;
    -webkit-transition: all 3s ease-out 0s;
    -moz-transition: all 3s ease-out 0s;
    -ms-transition: all 3s ease-out 0s;
    -o-transition: all 3s ease-out 0s;
    transition: all 3s ease-out 0s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sy-banner-con .item img.scale{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sy-banner-con .item img.ph-show{
    display: none;
}
.banner_pag {
    width: 50px;
    height: 36px;
    position: absolute;
    right: 55px;
    bottom:25px;
    color: #ffffff;
    z-index: 200;
    font-family: 'Conv_Helvetica Neue CE 55 Roman';
    font-size: 18px;
}
.sy-banner-prev{
    position: absolute;
    left: -30px;
    top: -3px;
    cursor: pointer;
}
.sy-banner-next{
    position: absolute;
    right: -30px;
    top: -2px;
    cursor: pointer;
}
.sy-container{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.sy-h1{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    padding-top: 45px;
    padding-bottom: 20px;
}

.sy-jianjie{
    font-size: 18px;
    line-height: 30px;
    color:#666666;
}
/* 我们是谁，我们的产品，我们的人才理念 */
.sy-list1{
    margin-top: 40px;
}

.sy-list1 li{
    width: 260px;
    height: 247px;
    background: #F0F0F0;
    padding: 30px 25px;
    float: left;
    position: relative;
    cursor: pointer;
}
.sy-list1 li:first-child{width: calc(100% - 580px)}
.sy-list1 li:nth-child(2){
    animation-delay: 0.3s;
}
.sy-list1 li:nth-child(3){
    animation-delay: 0.6s;
}
.sy-list1 li + li{
    margin-left: 28px;
}
.sy-list1 li h2{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 22px;
    color: #333333;
}

.sy-list1 li .jiejian{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.sy-list1 li .more span{
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: #0062B2;
    border-radius: 50%;
    margin-right: 5px;
}
.sy-list1 li .more span .hocer-show{
    display: none;
}
.sy-list1 li .more a{
    font-size: 14px;
    color: #0062B2;
}
.sy-list1 li .more{
    position: absolute;
    left: 25px;
    bottom:30px;
    z-index: 10;
}
.sy-list1 li .more.top{
    bottom:68px;
}
/* 生产基地等四个 */
.sy-list2{
    margin-top: 30px;
    margin-left: -12px;
    margin-right: -12px;
}

.sy-list2 li{
    float: left;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
}
.sy-list2 a:nth-child(2) li{
    animation-delay: 0.3s;
}
.sy-list2 a:nth-child(3) li{
    animation-delay: 0.6s;
}
.sy-list2 a:nth-child(4) li{
    animation-delay: 0.9s;
}
.sy-list2 li .top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sy-list2 li .top >img{
    width: 100%;
    transition: all 1s;
}
.sy-list2 li .bottom{
    width: 100%;
    height: 240px;
    background: #F0F0F0;
    position: relative;
    padding: 30px 20px;
}

.sy-list2 li .bottom h2{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 25px;
}
.sy-list2 li .bottom .jianjie{
    font-size: 14px;
    color:#666666;
    line-height: 20px;

    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.sy-list2 li .bottom .more{
    position: absolute;
    left: 20px;
    bottom:30px;
    font-size: 14px;
    color: #0062B2;
}
.sy-list2 li .bottom .more span{
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: #0062B2;
    border-radius: 50%;
    margin-right: 5px;
}
.sy-list2 li .bottom .more span .hocer-show{
    display: none;
}
 /* 视频 */
.sy-shipin{
    margin-top: 50px;
}
.sy-shipin .left{
    float: left;
    width: 50%;
    height: 312px;
    padding: 45px;
    background: #0062B2;
    position: relative;
}

.sy-shipin .left h2{
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom:20px;
}

.sy-shipin .left h2 span{
    padding-right: 25px;
}
.sy-shipin .left p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.sy-shipin .left .more{
    position: absolute;
    left: 45px;
    bottom:45px;
    cursor: pointer;
    transition: all 0.3s;
    width: 70px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
}
.sy-shipin .left .more .hover-show{
    display: none;
}
.sy-shipin .right{
    float: right;
    width: 50%;
    overflow: hidden;
}
.sy-shipin .right img{
    width: 100%;
    transition: all 1s;
}
/* 媒体 */
.sy-news{
    margin-top:45px;
}
.sy-news .sy-news-h3{
    float: left;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.sy-news .p1 span{
    display: inline-block;
    padding:10px 15px;
   font-size: 14px;
    color: #333333;
}
.sy-news .p1 .s1{
    color:#0062b2;
    cursor: pointer;
}
.sy-news .p1 .s1.act{
    font-weight: bold;
    color: #333333;
    background:#DEDEDE;
}
.sy-news-contan{
    margin-top: 30px;
    margin-bottom: 70px;
}
.sy-news-con{
    display: none;
}
.sy-news-con.on{
    display: block;
}
.sy-news-con .item{
    width: 100%;
}
.sy-news-con .item a{
    display: block;
    float: left;
    width: calc(50% - 12px);
    height:230px;
    background:#F0F0F0;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.sy-news-con .item a:nth-child(odd){
    margin-right: 12px;
}
.sy-news-con .item a:nth-child(even){
    margin-left: 12px;
}
.sy-news-con .item a h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 20px;
}
.sy-news-con .item a p{
    font-size: 14px;
    line-height: 20px;
    color: #666666;

    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.sy-news-con .item a .more{
    position: absolute;
    left: 20px;
    bottom:30px;
    font-size: 14px;
    color: #0062B2;
}
.sy-news-con .item a .more span{
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background: #0062B2;
    border-radius: 50%;
    margin-right: 5px;
}
.sy-news-con .item a .more span .hocer-show{
    display: none;
}
.sy-news-con .slick-dots{
    position: absolute;
    bottom: -20px;
}
.sy-news-con .slick-dots li button::before,
.sy-news-con .slick-dots li button::after{
    display: none;
}
.sy-news-con .slick-dots li {
    width:  calc(25% - 10px);
    height: 6px;
    background: #DEDEDE;
    opacity: 1;
    margin: 0 5px;
}

.sy-news-con .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width:100%;
    height: 6px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.sy-news-con .slick-dots li.slick-active {
    background-color: #0062B2;
}
.sy-news-ph{
    display: none;
}
/* 底部 */
.foot{
    width: 100%;
    border-top: 1px solid #DEDEDE;
    padding-top: 40px;
    padding-bottom: 60px;
}
.foot .logo{
    width:300px;
    float: left;
}
.foot .logo img{
    display: inline-block;
    max-width: 214px;
}
.foot .lanmu{
    float: left;
    width: calc(100% - 580px);
}
.foot .lanmu ul{
    float: left;
    width: 33.33%;
}
.foot .lanmu ul:nth-child(1){
    animation-delay: 0.3s;
}
.foot .lanmu ul:nth-child(2){
    animation-delay: 0.6s;
}
.foot .lanmu ul:nth-child(3){
    animation-delay: 0.9s;
}
.foot .lanmu ul li{
    font-size: 14px;
    color: #666666;
    padding-bottom: 15px;
}
.foot .lanmu ul a:first-child li{
    font-weight: bold;
    color: #333333;
    padding-bottom: 25px;
}
.foot .contac{
    float: left;
    width: 280px;
    border-left: 1px solid #DEDEDE;
    padding-left: 30px;
    animation-delay: 0.9s;
}
.foot .contac .p1{
    font-weight: bold;
    color: #333333;
    padding-bottom: 25px;
}
.foot .contac .call{
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #0062B2;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}
.foot .contac .bdsharebuttonbox a{
    float: left;
    width:22px;
    height: 22px;
    margin-right: 15px;
    display: inline-block;
    background: none;
    padding-left: 0;
}
.foot .contac .bdsharebuttonbox a.bds_fbook{
    width: 11px;
}
.foot .contac .bdsharebuttonbox a.bds_fbook >img{
    width: 11px;
}
.foot .contac .bdsharebuttonbox a.bds_more{
    background: url("../images/sy13.png") 0 0 no-repeat;
    background-size: cover;
}
.foot .contac .bdshare-button-style0-16 > a >img{
   width: 22px;
}
.foot .contac .bdsharebuttonbox a.wx{
    position: relative;
}
.foot .contac .bdsharebuttonbox a.wx .z_ewm{
    width: 80px;
    height: auto;
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom:25px;
    margin-left: -40px;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}
.foot .contac .bdsharebuttonbox a.wx:hover  .z_ewm{
    visibility: visible;
    opacity: 1!important;
}
.foot .contac .bdsharebuttonbox a.wx:hover  .z_ewm img{
    opacity: 1!important;
}
.foot .contac .bdsharebuttonbox a.wx .z_ewm img{
    max-width: 100%;
    display: inline-block;
}
#down_bq span{float:left; margin-top: 35px; margin-left:15px; margin-right:5px;}
@media screen and (max-width: 1080px) {
    #down_bq span{margin-top:15px;}
.j-copy p.z_p{margin-top:13px; float:left;}
}


.j-copy{
    max-width: 1200px;
    min-height: 80px;
    margin: auto;
    padding:0px 30px;
    background: #F7F7F7;
    overflow: hidden;
}
.j-copy p{
    float: left;
    margin-top: 35px;
    font-size: 14px;
    color: #666666;
    animation-delay: 0.6s;
}
.j-copy .map{
    animation-delay: 0.8s;
}
.j-copy .map li{
    float: left;
    height: 20px;
    margin-top: 35px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.j-copy .map a + a li{
    border-left:2px solid #7F7F7F;
}
.j-copy .dian{
    animation-delay: 1.4s;
}
.j-copy .dian li{
    float: left;
    height: 35px;
    margin-top: 30px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.j-copy .dian li:nth-child(2){
    border-left:2px solid #7F7F7F;
}
/* pc头部  */
.pc-head{
    width: 1200px;
    height: 160px;
    background:rgba(0,98,178,0.6);
    position: fixed;
    top:20px;
    left:50%;
    z-index: 3000;
    transition: all 1s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pc-head.scrolltop{
    height: 65px;
    top:0px;
}
.pc-log{
    width: 160px;
    height: 100%;
    margin-left: 30px;
    position: relative;
    background: #0062B2;
    float: left;
}
.pc-log img{
    position: absolute;
    bottom:15px;
    left: 12px;
}
.pc-nav{
    float: left;
    height: 100%;
    transition: all 1s;
    padding: 110px 15px 0;
}
.pc-head.scrolltop .pc-nav{
    padding: 18px 15px 0;
}
.pc-nav .one{
    width: auto;
    height: 41px;
    float: left;
    display: block;
    padding:8px 15px 0;
}
.pc-nav .one > a{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}
.pc-nav .one.act{
    background: url("../images/synv-bg_03.png") center center repeat-x;
}
.pc-nav .one.act>a{
    color:#0062b2;
}
.pc-head .link-icon{
    float: right;
    height: 100%;
    transition: all 1s;
    padding: 120px 18px 0;
}
.pc-head.scrolltop .link-icon{
    padding: 25px 18px 0;
}
.link-icon li{
    float: left;
    padding: 0 12px;
}
.link-icon li >a >img{
    -webkit-transform: scale(0.5);

    -ms-transform: scale(0.5);

    -o-transform: scale(0.5);

    transform: scale(0.5);
}

.headerm .link-icon{
    float: right;
    height: 100%;
    transition: all 1s;
    padding: 10px 0px 0;
}
/* 语言下拉 */
.pc-language{
    width: 100%;
    height: auto;
    background: #F0F0F0;
    padding: 40px 30px;
    position: absolute;
    left: 0;
    top:180px;
    display: none;
}
.pc-language.scrolltop{
    top:80px;
}
.pc-language .p1{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-bottom:10px;
}
.pc-language p{
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}
.pc-language span{
    padding:  0 5px;
    font-size: 14px;
    color: #333333;
}
.pc-language span:hover{
    color:#0062b2;
}
/* 搜索 */
.pc-search{
    width: 100%;
    height: 70px;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    top:180px;
    display: none;
}
.headerm .pc-search{
    top:60px;
}
.pc-search .sou{
    width: 175px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    background: url("../images/sousuo1_03.png")right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px;
    color:#0062b2;
    float: left;
    cursor: pointer;
}
.pc-search  .sousuo{
    float: left;
    width: calc(100% - 185px);
    height: 35px;
    margin-top: 20px;
    margin-left: 10px;
    border-left: 1px solid #E2E2E2;
    padding-left: 15px;
    padding-right: 50px;
}
.pc-search  .sousuo input{
    float: left;
    width:calc(100% - 30px);
    height: 35px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.pc-search  .sousuo input::-moz-placeholder {
    color:#cdcdcd;
    font-size: 30px;
    font-weight: bold;
    opacity: 1;
}
.pc-search  .sousuo input:-moz-placeholder {
    color:#cdcdcd;
    font-size: 30px;
    font-weight: bold;
    opacity: 1;
}
.pc-search  .sousuo input::-webkit-input-placeholder  {
    color:#cdcdcd;
    font-size: 30px;
    font-weight: bold;
}
.pc-search  .sousuo input:-ms-input-placeholder {
    color:#cdcdcd;
    font-size: 30px;
    font-weight: bold;
}
.pc-search  .sousuo span{
    display: inline-block;
    float: left;
    cursor: pointer;
}
/* pc导航下拉 */
.pc-navdown{
    width: 100%;
    height: auto;
    background: #F0F0F0;
    padding: 20px 10px 0;
    position: absolute;
    left: 0;
    top:180px;
    display: none;
}
.pc-navdown.scrolltop{
    top:80px;
}
.pc-navdown ul{
    width: 33.33%;
    height: 215px;
    padding:  0 20px;
    float: left;
    margin-top: 10px;
}
.pc-navdown ul a:first-child li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background:#0062B2;
    margin-right: 15px;
    border-radius: 50%;
}
.pc-navdown ul a:first-child li{
    font-size: 18px;
    color:#0062b2;
    padding-bottom: 12px;
    border-bottom:1px solid #D7D7D7;
    margin-bottom: 30px;
}
.pc-navdown ul a li{
    font-size: 14px;
    color:#0062b2;
    margin-bottom: 24px;
}
.pc-navdown ul a li:hover{
    font-weight: bold;
}
/*小屏幕设备头部*/
.headerm {
    position: fixed;
    z-index: 1500;
    top: 65px;
    right: 0;
    display: none;

    width: 100%;
    height: 45px;
    padding-right: 15px;
    padding-left:15px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;

    background: #fff;
}
.headerm.scrolltop{
    top: 0px;
}
.headerm.act {
    position: absolute;
}
.headerm .navbtn {
    position: relative;

    width: 27px;
    height: 27px;
    margin-top: 8px;
}
.headerm .navbtn span {
    position: absolute;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 2px;

    -webkit-transition: opacity .25s;
    transition: opacity .25s;

    background: #0095db;
}
.headerm .navbtn::before,
.headerm .navbtn::after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: -webkit-transform .25s;
    transition:         transform .25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    background: #0095db;
}
.headerm .navbtn::before {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.headerm .navbtn::after {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.headerm .navbtn.act span {
    opacity: 0;
}
.headerm .navbtn.act::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.headerm .navbtn.act::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.headerm .navdiv {
    position: fixed;
    top: 45px;
    right: 0;

    width: 100%;
    padding-bottom: 30px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top center 0;
    -moz-transform-origin: top center 0;
    -ms-transform-origin: top center 0;
    transform-origin: top center 0;

    background-color: #4c4a4f;

    -webkit-overflow-scrolling: touch;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.headerm .navdiv.act {
    position: absolute;

    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}
.headerm .navdiv ul {
    padding-right: 15px;
    padding-left: 15px;
}
.headerm .navdiv ul li {
    margin-top: 20px;
}
.headerm .navdiv ul li ul {
    display: none;

    padding-left: 30px;
}
.headerm .navdiv ul li a {
    color: #fff;
}
.headerm .navdiv ul li a:hover {
    color: #fff;
}
.headerm .navdiv ul li span {
    line-height: 24px;

    vertical-align: middle;
}
.headerm .navdiv ul li span.fr {
    font-size: 24px;

    color: #fff;
}
.headerm .navdiv ul li span.fr img:last-child {
    display: none;
}
.headerm .navdiv ul li span.fr.act img:first-child {
    display: none;
}
.headerm .navdiv ul li span.fr.act img:last-child {
    display: inline;
}
.mask {
    position: fixed;
    z-index: 990;

    visibility: hidden;

    width: 100%;
    height: 100%;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    opacity: 0;
    background: rgba(0,0,0,.7);
}
.mask.act {
    visibility: visible;

    opacity: 1;
}
/* 视频 */
.tanimg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9100;
    display: none;
}
.tanimg .video_windown {
    position: absolute;
    width: 1000px;
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -300px;
}
.video-click{
    cursor: pointer;
}
.tanimg .video_windown .img_content{
    width: 100%;
}
.tanimg .video_windown .img_content video{
    width: 100%;
    height: 100%;
}
.tanimg .video_windown .shup {
    position: absolute;
    width:40px;
    height: 40px;
    right: 0px;
    top: -35px;
    text-align: right;
}
/* H7 */
.ny-banner{
    width: 100%;
    position: relative;
}
.ny-banner img{
    display: inline-block;
    width: 100%;
}
.ny-banner .ph-show{
    display: none;
}
.nytab{
    position: relative;
    z-index: 100;
    margin-top: -40px;
}
.nytab .tit{
    width: 100%;
    height: 68px;
    background: #F0F0F0;
    line-height: 68px;
    padding-left: 20px;
    font-size: 30px;
    color: #333333;
}
.nytab .subnav{
    width: 100%;
    height: 40px;
    background:#0062B2;
    padding-left: 7px;
}
.nytab .subnav1{
    display: none;
}
.nytab .subnav li{
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 17px;
    padding-right: 17px;
}
.nytab .subnav li:hover{
    color: #B9E0FF;
}
.nytab .subnav li.on{
    color: #B9E0FF;
}
/*.nytab1{
    width: 100%;
    height: 50px;
}
.nytab1 li{
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    padding-right: 7px;
}
.nytab1 li span{
    padding-right: 7px;
}
.nytab1 li:hover span{
    color: #666666;
}*/

.nytab1{
    width: 100%;
    height: 50px;
}
.nytab1 a{
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    padding-right: 7px;
}
.nytab1 span{
    padding-right: 7px; color: #999999;
}
.nytab1 a:hover{
    color: #666666;
}

.nytit{
    border-top: 1px solid #E2E2E2;
    padding-top: 65px;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 18px;
}
.nyp1{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}
.nyp1 p{line-height: 30px;}
.ny-list{
    padding-top: 50px;
    padding-bottom:50px ;
    margin-left: -15px;
    margin-right: -15px;
}
.ny-list li{
    float: left;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    cursor: pointer;
}
.ny-list a:nth-child(2) li{
    animation-delay: 0.3s;
}
.ny-list a:nth-child(3) li{
    animation-delay: 0.5s;
}
.ny-list a:nth-child(4) li{
    animation-delay: 0.6s;
}
.ny-list a:nth-child(5) li{
    animation-delay: 0.7s;
}
.ny-list a:nth-child(6) li{
    animation-delay: 0.8s;
}

.ny-list li:nth-child(2) {
    animation-delay: 0.3s;
}
.ny-list li:nth-child(3) {
    animation-delay: 0.5s;
}
.ny-list li:nth-child(4) {
    animation-delay: 0.6s;
}
.ny-list li:nth-child(5) {
    animation-delay: 0.7s;
}
.ny-list li:nth-child(6) {
    animation-delay: 0.8s;
}
.ny-list li .img{
    width: 100%;
    overflow: hidden;
}
.ny-list li .img img{
    display: inline-block;
    width: 100%;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.ny-list li .bottom{
    width: 100%;
    height: 125px;
    background: #F0F0F0;
    padding-left: 20px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.ny-list li .bottom .p1{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 35px;
    padding-bottom: 23px;
}
.ny-list li .bottom .p2 span{
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    background: #0062B2;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}
.ny-list li .bottom .p2 span .hover-show{
    display: none;
}
.ny-list li .bottom .p2{
    font-size: 14px;
    color: #0062B2;
}
/* J9 */
.j9-p1{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}
.j9-p1 p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 25px;
}
/* K10 */
.k10-p1{
    padding-top: 45px;
    padding-bottom: 65px;
}
.k10-p1 .right{
    float: right;
    width: 395px;
}
.k10-p1 .right img{
    max-width: 100%;
}
.k10-p1 .left{
    float: left;
    width: calc(100% - 395px);
    padding-right: 50px;
}
.k10-p1 .left p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 25px;
}
/* B1 */
.b1img{
    padding-left: 30px;
    float: right;
}
.b1img img{
    display: inline-block;
    max-width: 100%;
}
/* N13 */
.n13p2{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.n13p2 p{line-height: 30px;}
.n13p1{
    padding-top: 25px;
    padding-bottom: 45px;
    border-bottom: 1px solid #E2E2E2;
}
.n13p1 span{
    float: left;
    font-size: 18px;
    color: #0062b2;
    padding-top: 2px;
    margin-left: 10px;
    border-bottom: 1px solid  #A3BBDA;
}
.n13p1 span:hover{
    border-bottom: none;
}
.n13list{
    margin-top: 40px ;
    position: relative;
}
.n13list li{
    width: 100%;
    height: auto;
    background: #F0F0F0;
    padding: 35px 20px;
    margin-bottom: 30px;
    cursor: pointer;
}
.n13list li h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    padding-bottom: 20px;
}
.n13list li p{
    width: 100%;
    font-size: 14px;
    color: #666666;
}
.n13list li p .s1{
    float: left;
    width: 70px;
    line-height: 28px;
    font-weight: bold;
}
.n13list li p .s2{
    float: left;
    line-height: 28px;
    width: calc(100% - 70px);
}
/* G6 */
.g6-top{
    padding-top: 55px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}
.g6-top h3{
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 15px;
}
.g6-top p{
    color: #979797;
    font-size: 14px;
    text-align: center;
}
.g6-top p span{
    padding-right: 10px;
}
.g6-con{
    padding-top:50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #E2E2E2;
}
.g6-con p{
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 25px;
}
.g6-con p img{
    display: inline-block;
    max-width: 100%;
}
.g6-link{
    height: 170px;
    padding-top: 35px;
    position: relative;
}
.g6-link p{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.g6-link p:hover{
    color: #666666;
}
.g6-link .cen{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.g6-link .cen .bdsharebuttonbox{
    margin-top: 25px;
    /*margin-left: -22px;*/
}
.g6-link .cen .bdshare-button-style0-16 a {
    float: left;
    font-size: 12px;
    padding-left: 0px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position:  0 0;
    background-size: cover;
    cursor: pointer;
    margin: 6px 10px 6px 0;
}
.g6-link .cen .bdshare-button-style0-16 a.bds_tsina{
    background-image: url('../images/wb.png');
}
.g6-link .cen .bdshare-button-style0-16 a.bds_weixin{
    background-image: url('../images/wx.png');
}
.g6-link .cen .bdshare-button-style0-16 a.bds_more{
    background-image: url('../images/fx.png');
}

.ys-fenye{
    padding: 25px 0 50px;
    text-align: center;
}
.ys-fenye li{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 8px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 18px;
    background: #666666;
}
.ys-fenye li.pre{
    width: 90px;
}
.ys-fenye li.pre img{
    display: inline-block;
    margin-top: -3px;
}
.ys-fenye li.ys-activepage{  /* 选中的样式  */
    background:#0062B2;
}
.ys-fenye a li:hover{ /* 鼠标滑过的样式  */
    background:#0062B2;
}
.ys-fenye button{ /* 手机端的样式  */
    width: 100px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    background: #666666;
    border-radius: 10px;
    display: none;
}
/*  T18 */
#allmap{
    float: right;
    width: 570px ;
    height: 370px;
}
.t18-dizhi{
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
}
.t18-dizhi .left{
    float: left;
    width: calc(100% - 570px);
    padding-right: 30px;
}
.t18-dizhi .left .h2{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
}
.t18-dizhi .left .p3{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}
.t18-form{
    padding-top: 55px;
}
.t18-form .input{
    float: left;
    width: calc((100% - 80px)/3);
    height: 45px;
    border: 1px solid #C3C3C3;
    margin-bottom: 35px;
}
.t18-form .input:nth-child(2){
    margin-left: 40px;
    margin-right: 40px;
}
.t18-form .input input.wire{
    float: left;
    width: calc(100% - 40px);
    line-height: 45px;
    font-size: 14px;
    padding-left: 10px;
    color: #333333;
}
.t18-form .input input::-moz-placeholder { color:#000000; opacity: 1; }
.t18-form .input input:-moz-placeholder { color:#000000;opacity: 1; }
.t18-form .input input::-webkit-input-placeholder  { color:#000000; }
.t18-form .input input:-ms-input-placeholder { color:#000000; }
.t18-form .input span{
    font-size: 12px;
    line-height: 45px;
    color: #8b8b8b;
}
.t18-form .textare{
    float: left;
    width: 100%;
    height:150px ;
    border: 1px solid #E2E2E2;
    margin-bottom: 35px;
    position: relative;
}
.t18-form .textare  textarea{
    width: 100%;
    height: 100%;
    text-indent: 1em;
    resize: none;
    padding-top: 15px;
    font-size: 14px;
    color: #333333;
}
.t18-form .textare  textarea::-moz-placeholder { color:#000000; opacity: 1; }
.t18-form .textare  textarea:-moz-placeholder { color:#000000;opacity: 1; }
.t18-form .textare  textarea::-webkit-input-placeholder  { color:#000000; }
.t18-form .textare  textarea:-ms-input-placeholder { color:#000000; }
.t18-form .pass{
    float: left;
    width: 100%;
}
.t18-form .pass .left input{
    float: left;
    width: 344px;
    height:45px;
    padding-left: 12px;
    border: 1px solid #E2E2E2;
}
.t18-form .pass .left input::-moz-placeholder { color:#000000; opacity: 1; }
.t18-form .pass .left input:-moz-placeholder { color:#000000;opacity: 1; }
.t18-form .pass .left input::-webkit-input-placeholder  { color:#000000; }
.t18-form .pass .left input:-ms-input-placeholder { color:#000000; }
.t18btn{
    float: left;
    width:100% ;
    height: 45px;
    background: #0062B2;
    font-size: 14px;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 55px;
}
/* R16 */
.r16-lis{
    padding-top:45px;
    padding-bottom: 40px;
}
.r16list li{
    float: left;
    width: calc(50% - 20px);
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.r16list li:nth-child(even){
    float: right;
    margin-left: 40px;
    animation-delay: 0.3s;
}
.r16list li .top{
    padding-bottom: 25px;
    cursor: pointer;
    position: relative;
}
.r16list li .top .tit{
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    padding-left: 15px;
}
.r16list li .top.act .tit{
    font-weight: bold;
    color:#066DC1 ;
}
.r16list li .top .tit:after{
    content: '';
    width: 100%;
    height: 2px;
    background:#666666;
    position: absolute;
    right: 0;
    bottom:-1px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.r16list li .top.act  .tit:after{
    width: 0%;
}
.r16list li .top .tit:before{
    content: '';
    width: 0%;
    height: 2px;
    background:#066DC1 ;
    position: absolute;
    left: 0;
    bottom:-1px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.r16list li .top.act   .tit:before{
    width: 100%;
}
.r16list li .top .img{
    float: right;
    padding-right: 10px;
}
.r16list li .top .img .click-show{
    display: none;
}
.r16list li .top.act .img .click-show{
    display: inline-block;
}
.r16list li .top.act .img .click-hide{
    display: none;
}
.r16list li .top .ren{
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-right: 35px;
}
.r16list li .bottom{
    width: 100%;
    height: auto;
    background:#F0F0F0 ;
    padding: 0px 20px 55px 35px;
    display: none;
}
.r16list li .bottom p{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.r16list li .bottom .p1{
    padding-top: 30px;
}
.r16list li .bottom .link{
    margin-top: 30px;
}
.r16list li .bottom .link .s1{
    font-size: 14px;
    font-weight: bold;
    color: #0062b2;
    display: inline-block;
    border-bottom: 1px solid #0062b2;
    margin-right: 25px;
}
.r16list li .bottom .link .s2{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    border-bottom: 1px solid #333333;
}
/*  F5 */
.f5-lunbo{
    width: 100%;
    height: auto;
    background: #F0F0F0;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
    cursor: pointer;
}
.f5-lunbo .slick-dots{
    position: absolute;
    bottom: -27px;
}
.f5-lunbo .slick-dots li button::before,
.f5-lunbo .slick-dots li button::after{
    display: none;
}
.f5-lunbo .slick-dots li {
    width:  calc(25% - 10px);
    height: 6px;
    background: #DEDEDE;
    opacity: 1;
    margin: 0 5px;
}

.f5-lunbo .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width:100%;
    height: 6px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.f5-lunbo .slick-dots li.slick-active {
    background-color: #0062B2;
}
.f5-lunbo .left{
    float: left;
    width: 50%;
    height: auto;
    padding: 55px 20px 30px 35px;
}
.f5-lunbo .no_img .left{width:100%;}
.f5-h3{
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.f5-date{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.f5-p1{
    font-size: 14px;
    color: #666666;
    line-height: 22px;

    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.f5-more span{
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    background: #0062B2;
    border-radius: 50%;
    margin-top: -2px;
    margin-right:10px;
}
.f5-more{
    font-size: 14px;
    color: #0062b2;
    margin-top: 80px;
}
.f5-lunbo .right{
    float: right;
    width: 50%;
    overflow: hidden;
}
.f5-lunbo .right img{
    height: 100%;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.f5-list{
    margin-bottom: 25px;
}
.f5-list .new{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px;
}
.f5-list .new:nth-child(2) li{
    animation-delay: 0.3s;
}
.f5-list .new:nth-child(3) li{
    animation-delay: 0.4s;
}
.f5-list .new:nth-child(4) li{
    animation-delay: 0.5s;
}
.f5-list .new:nth-child(5) li{
    animation-delay: 0.6s;
}
.f5-list .new:nth-child(odd){
    background: #F0F0F0;
}
.f5-list .new .right{
    float: right;
    width: 293px;
    height: 165px;
    overflow: hidden;
}
.f5-list .new .right img{
    max-width: 100%;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.f5-list .new .left{
    float: left;
    width: calc(100% - 293px);
    padding-right: 15px;
}
.f5-list .new.no_img .left {width:100%; padding-right:0;}
.f5-list .new .f5-more{
    margin-top:55px;
}
/* L11 */
.l11-list{
    margin:0px -15px 40px;
    padding-top: 55px;
    border-top: 1px solid #E2E2E2;
}
.l11-list li{
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.l11-list li:nth-child(2){
    animation-delay: 0.2s;
}
.l11-list li:nth-child(3){
    animation-delay: 0.3s;
}
.l11-list li:nth-child(4){
    animation-delay: 0.4s;
}
.l11-list li:nth-child(5){
    animation-delay: 0.5s;
}
.l11-list li:nth-child(6){
    animation-delay: 0.6s;
}
.l11-list li:nth-child(7){
    animation-delay: 0.7s;
}
.l11-list li:nth-child(8){
    animation-delay: 0.8s;
}
.l11-list li:nth-child(9){
    animation-delay: 0.9s;
}
.l11-list li a{
    display: block;
    width: 100%;
    position: relative;
}
.l11-list li .img{
    width: 100%;
    overflow: hidden;
}
.l11-list li .img img{
    width: 100%;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.l11-list li:hover .img img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.l11-list li .more{
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 20;
    padding: 25px 30px 30px;
    background:rgba(255,255,255,0.75) ;
    overflow: hidden;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.l11-list li .more .p1{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.l11-list li:hover  .more{
    height: 113px;
    background:#0062B2;
}
.l11-list li:hover  .more .p1{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.l11-list li .more .clearfix span{
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
}
.l11-list li .more .clearfix{
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}
.l11-list li .meng{
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.l11-list li:hover  .meng{
    opacity:1 ;
}
/* M12 */
.m12-list{
   padding-top: 40px;
    padding-bottom: 30px;
}
.m12-list li{
    float: left;
    width: calc(50% - 10px);
    height: 130px;
    margin-bottom: 20px;
    background: #F0F0F0;
    padding: 30px 15px 0px;

    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.m12-list a:nth-child(even) li{
    margin-left: 20px;
}
.m12-list a:nth-child(1) li{
    animation-delay: 0.1s;
}
.m12-list a:nth-child(2) li{
    animation-delay: 0.2s;
}
.m12-list a:nth-child(3) li{
    animation-delay: 0.3s;
}
.m12-list a:nth-child(4) li{
    animation-delay: 0.4s;
}
.m12-list a:nth-child(5) li{
    animation-delay: 0.5s;
}
.m12-list a:nth-child(6) li{
    animation-delay: 0.6s;
}
.m12-list li .p1{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 25px;
    line-height: 24px;
}
.m12-list li .p2 span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0062B2;
    float: left;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
    margin-top: -3px;
}
.m12-list li .p2 span .hover-show{
    display: none;
}
.m12-list li .p2{
    font-size: 14px;
    color: #0062B2;
}
.m12-xianggu {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    border-top: 1px solid #E2E2E2;
}
.m12-lunbo{
    margin-bottom: 100px;
    margin-left: -15px;
    margin-right: -15px;
}
.m12-lunbo .i{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.m12-lunbo .i a{
    display: block;
    width: 100%;
}
.m12-lunbo .i .img{
    width: 100%;
    overflow: hidden;
}
.m12-lunbo .i .img img{
    display: inline-block;
    width: 100%;
}
.m12-lunbo .i .bottom{
    width: 100%;
    height: 130px;
    background: #F0F0F0;
    padding: 30px 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.m12-lunbo .i .bottom .p1{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    padding-bottom: 25px;
}
.m12-lunbo .i .bottom .p2 span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0062B2;
    float: left;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
    margin-top: -3px;
}
.m12-lunbo .i .bottom .p2 span .hover-show{
    display: none;
}
.m12-lunbo .i .bottom .p2{
    font-size: 14px;
    color: #0062B2;
}
.m12-lunbo .slick-dots{
    position: absolute;
    bottom: -27px;
}
.m12-lunbo .slick-dots li button::before,
.m12-lunbo .slick-dots li button::after{
    display: none;
}
.m12-lunbo .slick-dots li {
    width:  calc(25% - 10px);
    height: 6px;
    background: #DEDEDE;
    opacity: 1;
    margin: 0 5px;
}
.m12-lunbo .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width:100%;
    height: 6px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.m12-lunbo .slick-dots li.slick-active {
    background-color: #0062B2;
}
/* D3 */
.d3-tab{
    width: 580px;
    margin:65px auto 0;
    text-align: center;
}
.d3-tab p{
    float: left;
    width: 50%;
    height: 72px;
    margin-bottom: -2px;
    font-size: 18px;
    color: #333333;
    line-height: 70px;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-bottom: none;
    cursor: pointer;
}
.d3-tab p:nth-child(1){
    border-right: none;
}
.d3-tab p:nth-child(2){
    border-left: none;
}
.d3-tab p.on{
    border-top: 3px solid #0062B2;
    background: #ffffff;
    color:#0062B2;
}
.d3-tab p:nth-child(1).on{
    border-right:  1px solid #E2E2E2;
}
.d3-tab p:nth-child(2).on{
    border-left:  1px solid #E2E2E2;
}
.d3-con{
    display: none;
    padding-top: 55px;
    border-top:  1px solid #E2E2E2;
}
.d3-con.on{
    display: block;
}
.d3-con li .top{
    padding: 15px 10px;
    border-bottom:  1px solid #E2E2E2;
    position: relative;
    cursor: pointer;
}
.d3-con li .top .p1{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-right: 25px;
}
.d3-con li .top .img{
    position: absolute;
    right: 10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.d3-con li .top .img .click-show{
    display: none;
}
.d3-con li .top.act .img .click-show{
    display: inline-block;
}
.d3-con li .top.act .img .click-hide{
    display: none;
}
.d3-con li .bottom{
    display: none;
    width: 100%;
    height: auto;
    background: #F0F0F0;
    padding: 40px ;
}
.d3-con li .bottom img{
    max-width: 100%;
}
/* S17 */
.s17-p1{
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    padding-top: 50px;
    padding-bottom: 20px;
}
.s17-p1 span{
    color:#0062b2 ;
}
.t18-form .input .s17-s1{
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 45px;
    padding-left: 10px;
}
.t18-form .input .s17-s2{
    float: right;
    margin-right: 12px;
    margin-left: 15px;
}
.t18-form .input  .s17-label{
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #8b8b8b;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 16px;
}
.t18-form .input input.radio {
    float: left;
    width: auto;
    height: auto;
    margin-right: 5px;
    -webkit-appearance:radio;
}
.s17-text{
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 14px;
    color: #000000;
}
.s17-text span{
    font-size: 12px;
    line-height: 45px;
    color: #8b8b8b;
    padding-left: 5px;
}
/* Q14  */
.q14-tan{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5) ;
    position: fixed;
    left: 0;
    top:0;
    z-index: 3050;
    display: none;
}
.q14-tan .con{
    width: 930px;
    height: auto;
    background: #ffffff;
    padding:  0 50px 20px;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.q14-tan .con .close{
    text-align: right;
    padding-top: 15px;
    margin-right: -35px;
    cursor: pointer;
}
.q14-tan .con .tit{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding-bottom: 25px;
}
.q14-tan .con .lunbo-con{
    width: 100%;
    position: relative;
}
.q14-tan .con .lunbo-con .banner_pag{
    position: absolute;
    right:0;
    bottom:0;
}
.q14-tan .con .lunbo-con .banner_pag .prev,
.q14-tan .con .lunbo-con .banner_pag .next{
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background:rgba(0,0,0,0.7) ;
    cursor: pointer;
}
.q14-tan .con .lunbo-con .banner_pag .prev{
    position: absolute;
    right:55px;
    bottom:0;
}
.q14-tan .con .lunbo-con .banner_pag .next{
    position: absolute;
    right:0;
    bottom:0;
}
.q14-tan .con .lunbo-con .banner_pag .shuzi{
    position: absolute;
    right:125px;
    bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Conv_Helvetica Neue CE 55 Roman';
}
.q14-tan .con .lunbo.slick-slider{
    margin-left: 0;
    margin-right: 0;
}
.q14-tan .con .lunbo .slick-slide{
    padding-left: 0;
    padding-right: 0;
}
.q14-tan .con .lunbo .ite img{
    display: inline-block;
    width: 100%;
}
.q14-tan .con .p{
    padding-top: 15px;
}
.q14-tan .con .p p{
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
/* Q15 */
.q15-con .tit{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.q15-lunbo{
    max-width: 830px;
    margin: auto;
}
.q15-lunbo .ite img{
    max-width: 100%;
}
.q15-lunbo .slick-prev{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    left:-15px;
    z-index: 200;
    background:#ffffff url("../images/m12l.png") center center no-repeat;
}
.q15-lunbo .slick-next{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    right: -15px;
    z-index: 200;
    background:#ffffff url("../images/m12r.png") center center no-repeat;
}
.q15-con  .p{
    padding-top: 30px;
    padding-bottom: 40px;
}
.q15-con .p p{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
/*  C2 */
.c2-con{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
}
.c2-con h4{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.c2-con p{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.c2-con .history{
   width: 100%;
    height: 585px;
    background: #F0F0F0;
    padding: 0px  75px;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}
.c2-con .history .xian{
    width: calc(100% - 150px);
    height: 0;
    border-top: 1px solid #C2C2C2;
    position: absolute;
    top: 50%;
    left: 75px;
}
.c2-con .history .lunbo-con{
    width: 100%;
    height: 585px;
}
.c2-con .history .lunbo{
    height: 585px;
    position: relative;
    outline: none;
    cursor: pointer;
}
.c2-con .history .lunbo li .top{
    width: 290px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #D9D9D9;
    font-size: 18px;
    color: #333333;
    position: relative;
}
.c2-con .history .lunbo li:hover  .top{
    background: #0062B2;
    color: #ffffff;
}
.c2-con .history .lunbo li:nth-child(odd) .top:before{
    content: '';
    width: 17px;
    height: 8px;
    background: url("../images/C2jia_03.png") 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -9px;
}
.c2-con .history .lunbo li:nth-child(odd):hover .top:before{
    background: url("../images/C2jia_06.png") 0 0 no-repeat;
}
.c2-con .history .lunbo li:nth-child(even) .top{
    position: absolute;
    bottom:0;
    left: 0;
}
.c2-con .history .lunbo li:nth-child(even) .top:before{
    content: '';
    width: 17px;
    height: 8px;
    background: url("../images/C2jia_04.png") 0 0 no-repeat;
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -9px;
}
.c2-con .history .lunbo li:nth-child(even):hover .top:before{
    background: url("../images/C2jia_05.png") 0 0 no-repeat;
}
.c2-con .history .lunbo li:nth-child(odd):hover:before{
    background: #0062B2;
}
.c2-con .history .lunbo li:nth-child(even):hover:before{
    background: #0062B2;
}
.c2-con .history .lunbo li .bottom{
    width: 290px;
    height: auto;
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.c2-con .history .lunbo li:nth-child(even) .bottom{
    margin-bottom: 40px;
}
.c2-con .history .lunbo li:nth-child(odd){
    position: absolute;
    top:318px;
}
.c2-con .history .lunbo li:nth-child(odd):before{
    content: '';
    width: 15px ;
    height: 15px;
    border-radius: 50%;
    background:#C2C2C2 ;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top:-33px;
}
.c2-con .history .lunbo li:nth-child(even){
    position: absolute;
    bottom:321px;
}
.c2-con .history .lunbo li:nth-child(even):before{
    content: '';
    width: 15px ;
    height: 15px;
    border-radius: 50%;
    background:#C2C2C2 ;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom:-37px;
}
.c2-con .history .lunbo li:nth-child(2){
    margin-left: 175px;
}
.c2-con .history .lunbo li:nth-child(3){
    margin-left:350px;
}
.c2-con .history .lunbo li:nth-child(4){
    margin-left:520px;
}
.c2-con .history .lunbo li:nth-child(5){
    margin-left:700px;
}
.c2-con .history .prev1,
.c2-con .history .next1{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 3px solid #9C9C9C;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor:pointer;
}
.c2-con .history .prev1{
    left: 25px;
}
.c2-con .history .next1{
    right:25px;
}
.c2-con .history .prev1:hover,
.c2-con .history .next1:hover{
    border:none;
    background: #0062B2;
    line-height: 34px;
}
.c2-con .history .prev1 .hover-show,
.c2-con .history .next1 .hover-show{
    display: none;
}
.c2-con .history .prev1:hover .hover-show,
.c2-con .history .next1:hover .hover-show{
    display: inline;
}
.c2-con .history .prev1:hover .hover-hide,
.c2-con .history .next1:hover .hover-hide{
    display: none;
}
.c2-con .history1{
    width: 100%;
    height: auto;
    background: #F0F0F0;
    padding: 20px;
    margin-top:20px;
    margin-bottom:20px;
    position: relative;
    display: none;
}
.c2-con .history1 .xian{
    width: calc(100% - 80px);
    height: 0;
    border-top: 1px solid #C2C2C2;
    margin:20px auto;
}
.c2-con .history1 .prev1,
.c2-con .history1 .next1{
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 3px solid #9C9C9C;
    margin-top: -18px;
    position: absolute;
    top: 40px;
    z-index: 100;
    cursor:pointer;
}
.c2-con .history1 .prev1{
    left: 25px;
}
.c2-con .history1 .next1{
    right:25px;
}
.c2-con .history1 .prev1 .hover-show,
.c2-con .history1 .next1 .hover-show{
    display: none;
}

.c2-con .history1 .lunbo{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -48px;
}
.c2-con .history1 .lunbo li{
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    position: relative;
}
.c2-con .history1 .lunbo li .top{
    width:100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #D9D9D9;
    font-size: 18px;
    color: #333333;
    position: relative;
}
.c2-con .history1 .lunbo li.slick-current .top{
    background: #0062B2;
    color: #ffffff;
}
.c2-con .history1 .lunbo li .bottom{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.c2-con .history1 .lunbo li .top:before{
    content: '';
    width: 17px;
    height: 8px;
    background: url("../images/C2jia_03.png") 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -9px;
}
.c2-con .history1 .lunbo li.slick-current .top:before{
    background: url("../images/C2jia_06.png") 0 0 no-repeat;
}
.c2-con .history1 .lunbo li .dian{
    width: 15px ;
    height: 15px;
    border-radius: 50%;
    background:#C2C2C2 ;
    margin: 0 auto 50px;
}
.c2-con .history1 .lunbo li.slick-current .dian{
    background: #0062B2;
}

.sitemap{ width:100%;float:left; color:#666; }
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:15px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li p{padding-bottom:0;}
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px; line-height:24px;  color:#666;}
.sitemap li a:hover{color:#0062B2;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}