/* CSS Document */

@charset "gb2312";
/*头部*/

.head-top {
    color: #fff;
    background: #004b8d
}

.head-top {
    color: #fff;
    background: #004b8d
}

.search {
    position: relative;
    z-index: 10;
    display: block;
    width: 160px;
    float: right;
    margin-top: -5px;
    margin-left: 10px;
}

.search input {
    background: #fff;
    color: #6c90af;
    padding: 0 0.5rem;
    height: 40px;
    z-index: 1;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    -ms-transition: .3s ease all;
    transition: .3s ease all;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    float: right;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    border: none;
}

.search button {
    position: absolute;
    right: 0.1rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    z-index: 5;
    color: #6c90af;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    -ms-transition: .3s ease all;
    background: none;
    transition: .3s ease all;
    border: none;
    width: 54px;
}

.head_bg {
    border: 0px solid red;
    z-index: 999;
    width: 100%;
    background: #e6edf4;
}

.head {}

/*.head_bg{box-shadow: 1px 1px 10px #999;}*/

.logo {
    width: 26%;
    padding: 20px 0;
}

.logo img {
    margin-top: 5px;
    float: left;
}

.nav {
    width: 50%;
    padding-left: 4%;
    height: 99px;
    line-height: 99px;
    /* margin-top:8px; */
    position: relative;
}

/**/

.nav>li {
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
    onsor: pointer;
    font-size: 17px;
    position: relative
}

.nav>li>a {
    color: #070f1b;
    display: block;
    padding: 0px 30px;
}

.nav>li>a:hover {
    color: #004b8d;
    height: 95px;
    border-bottom: 2px solid #004b8d;
    text-decoration: none;
}

.nav>li.on>a {
    /*background:#fff*/
    color: #004b8d;
    height: 95px;
    border-bottom: 2px solid #004b8d;
}

.htel {
    letter-spacing: 1px;
    text-align: left;
    width: calc(20% - 100px);
    position: relative;
    right: 100px;


}

.htel a {
    margin-left: 20px;
}

.htel img {
    vertical-align: middle;
    width: 28px;
    margin-top: -6px;
    margin-right: -5px;
}

.htel .dlzc{position: absolute;width: 100px;line-height: 50px;left: 100%;text-align: right;top: 18px;cursor: pointer;}

.htel .dlzc:hover{color: #004b8d;}

.htel .huiyuan{position: absolute;width: 50px;height: 50px;left: calc(100% + 30px);text-align: right;top: 18px;cursor: pointer;background: url(../images/hy.svg) center no-repeat;}

.htel .huiyuan .wz{display: none;width: 48px;line-height: 38px;background: #fff;border-radius: 3px;position: absolute;right: 0;top: 100%;text-align: center;}

.htel .huiyuan:hover .wz{display: block;}



/* 表单弹窗 */

.dl_tanchuang{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99;display: none;}

.dl_tanchuang .hezi{display: flex;width: 100%;height: 100%;justify-content: center;align-content: center;align-items: center;position: relative;}

.dl_tanchuang .hezi .out{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: rgba(0, 0, 0, 0.7);cursor: pointer;}

.dl_tanchuang .hezi .hox{background: #fff;position: relative;z-index: 3;width: 380px;padding: 30px 40px;}

.dl_tanchuang .hezi .hox .tt{text-align: center;margin-bottom: 20px;}

.dl_tanchuang .hezi .hox .tc{position: relative;display: flex;width: 100%;height: 42px;border: 1px solid #e6e6e6;padding: 0 10px;margin-bottom: 10px;align-items: center;align-content: center;color: #666;overflow: hidden;}

.dl_tanchuang .hezi .hox .tc .tlt{width: 60px;}

.dl_tanchuang .hezi .hox .tc .tlt span{color: #f00;}

.dl_tanchuang .hezi .hox .tc .trt{width: calc(100% - 60px);position: relative;height: 100%;}

.dl_tanchuang .hezi .hox .tc .trt input{display: block;width: 100%;height: 100%;border: 0;outline: none;}

.dl_tanchuang .hezi .hox .tc .trt .yzm{width: 120px;height: 100%;position: absolute;top: 0;right: 0;z-index: 3;background: #fff;color: #004b8d;text-align: center;cursor: pointer;}

.dl_tanchuang .hezi .hox .tc .trt .yzm .yanz1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;align-content: center;}

.dl_tanchuang .hezi .hox .tc .trt .yzm .yanz2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;align-content: center;opacity: 0;}

.dl_tanchuang .hezi .hox .tc .trt .yzm.act{pointer-events: none;}

.dl_tanchuang .hezi .hox .tc .trt .yzm.act .yanz1{opacity: 0;}

.dl_tanchuang .hezi .hox .tc .trt .yzm.act .yanz2{opacity: 1;}

.dl_tanchuang .hezi .hox .tijiao{display: block;width: 120px;line-height: 34px;background: #E67E22;color: #fff;text-align: center;margin: 20px auto 0;cursor: pointer;}




.sb-search {
    position: relative;
    margin-top: 20px;
    width: 0%;
    min-width: 45px;
    height: 45px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 95%;
    height: 45px;
    margin: 0;
    z-index: 10;
    padding-left: 7px;
    font-family: inherit;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #004b8d;
}

.sb-search-input:-moz-placeholder {
    color: #004b8d;
}

.sb-search-input::-moz-placeholder {
    color: #004b8d;
}

.sb-search-input:-ms-input-placeholder {
    color: #004b8d
}

.sb-icon-search,
.sb-search-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #004b8d;
    z-index: 90;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.small_nav {
    position: absolute;
    /* left: 162px; */
    top: 99px;
    background: #d4e0ec;
    z-index: 99999999999999;
    border: 0px solid red;
    width: 100%;
    text-align: center;
}

.small_nav ul {}

.small_nav ul li {}

.small_nav ul li:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.small_nav ul li strong {
    font-size: 16px;
    color: #004b8d;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

.small_nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 31px;
    height: 31px !important;
    padding: 10px 0px 10px 0px;
}

.small_nav ul a:hover {
    background: #004b8d;
    color: #fff
}

/*移动端头部*/

.m_header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.m_header {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    ;
    border-bottom: 1px solid #f0f0f0;
    z-index: 99999;
}

.logo_box {
    float: right;
    width: 68%;
    text-align: center;
    line-height: 0;
    padding: 20px 0;
    padding-right: 30px;
    font-size: 0;
    zoom: 1;
}

.m_lang {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    padding: 19px 10px;
}

/*移动端菜单按钮*/

.nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
}

.nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #004b8d;
    position: absolute;
    display: block;
    content: '';
}

.nav_toggle span:before {
    top: -10px;
}

.nav_toggle span:after {
    bottom: -10px;
}

.nav_toggle span,
.nav_toggle span:before,
.nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.nav_toggle.active span {
    background-color: transparent;
}

.nav_toggle.active span:before,
.nav_toggle.active span:after {
    top: 0;
}

.nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

/*移动端导航*/

.m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #004b8d;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
}

.m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 5px 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px !important;
    color: #fff;
}

.m_header .m_nav_list>li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform .5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
}

.m_header .m_nav_list>li>b {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 8px;
    right: 10px;
    background: url("../images/li_click.png") no-repeat top center;
}

.m_header .m_nav_list>li>a {
    opacity: 0;
}

.m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
}

.m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
}

.m_header .m_nav_list .dropdown_menu>li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
}

.m_header .m_nav_list>li a span {
    font-size: 14px;
}

.m_header .m_nav_list .dropdown_menu>li a {
    color: #000;
}

.pro-list1 ul {}

.pro-list1 ul li {
    width: 24%;
    float: left;
}

.pro-list1 ul li a {
    padding: 5px 10px;
    line-height: 60px;
    font-size: 18px;
}

/*
#pdsre .nav>li>a{ padding:0px 30px}
#pdsre .head-top{background: #ebf4f9;}
.pro-list1>a {display:inline-block;font-size:17px;margin:10px;}
#pdsre .logo-text{ line-height:50px;color:#231f20; font-size:12px}
#pdsre input{ background: url(../images/input.png) center center no-repeat transparent;
    border:1px solid #ccc;
    height:30px;
    width: 140px;
    padding:0 10px;
    line-height:22px;
    color:#333333;
    margin-right:45px;
	margin-top:30px;
    outline: none; font-size:12px;}
	
#pdsre .search button{right:0px; top:80%;}
#pdsre .search{padding-top: 14px;} */

/*尾部*/

.section {
    background: #fff;
    color: #241f20;
}

.col-md-10 {
    width: 66%;
    float: left
}

.col-md-2 {
    width: 12%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 5px;
}

.col-md-4 {
    /*width:18%;*/
    float: left;
    position: relative;
    min-height: 1px;
    /* padding-right: 15px; */
    padding-left: 5px;
}

.footer-title {
    font-size: 17px;
    font-weight: 400;
    color: #3c3c3c;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-content a,
.footer-content2 a,
.footer-content3 a {
    display: inline-block;
    padding: 0px 5px;
    color: #004b8d
}

.footer-content p {
    margin-bottom: 15px;
    margin: 0 0 10px;
}

.footer-content p a {
    color: #241f20;
}

.footer.section a {
    color: #949494;
    font-size: 14px;
}

.weibo-word {
    margin-top: 10px;
    font-size: 14px;
    color: #BCBEC2;
    text-align: center;
}

.subfooter-1 p {
    margin-bottom: 0;
    color: #fff;
}

.col-md-12 {
    width: 100%;
}

.footer-content {
    border-top: 1px #b6b7b8 solid;
    padding-top: 20px;
}

.footer-bottom {
    line-height: 36px;
    border-top: 1px #b6b7b8 solid;
    border-bottom: 7px solid #0b9abf;
    color: #a89a9d
}

/*产品页面*/

.section-menu,
.bottom-big-menu,
.download-menu {
    background: #43abcc;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.container {
    width: 1260px;
    margin: 0 auto;
}

.section-menu .box,
.bottom-big-menu .box,
.download-menu .box {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    margin: 0 -1px;
    padding: 0;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}

.col-sm-3 {
    width: 25%;
    float: left
}

.section-menu .box a,
.bottom-big-menu .box a,
.download-menu .box a {
    color: #fff;
    min-height: 53px;
    padding: 10px 0;
    display: block;
    line-height: 17px;
}

.section-menu .box .box-text,
.bottom-big-menu .box .box-text,
.download-menu .box .box-text {
    margin: 0 1px;
    /* background: #0b9abf; */
    padding: 0;
    /* min-height: 120px; */
}

.section-menu h2,
.bottom-big-menu h2,
.download-menu h2 {
    font-size: 25px;
    white-space: nowrap;
    font-weight: 200;
    margin: 0;
    padding: 20px 0 5px 0;
    font-family: "Source Sans Pro", sans-serif;
}

.section-menu .box .arrow-down,
.bottom-big-menu .box .arrow-down,
.download-menu .box .arrow-down {
    background: url(../images/arrow_down.png) center center no-repeat;
    width: 23px;
    height: 12px;
    /* display: block; */
    margin: 20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.section-menu .subtitle,
.section-menu .arrow-down {
    display: none;
}

.banner_img>a {
    display: block
}

.section-menu .box-text:hover {
    -webkit-transition: all ease-out 100ms;
    transition: all ease-out 200ms;
    background-color: #076077;
    min-height: 128px;
    position: absolute;
    width: 99%;
    z-index: 100;
    bottom: 0px;
}

.section-menu .box-text:hover .subtitle {
    display: block;
    font-size: 12px;
}

.section-menu .box-text:hover .arrow-down {
    display: block
}

.prosuyud-rer {
    position: relative
}

.sidebar-menu {
    width: 240px;
    border-top: 1px solid #b6b7b8;
    padding-top: 14px;
    /*background:#dfe8f2;*/
    position: absolute;
    height: 98.8%
}

.pro-right {
    width: 75%;
    padding-right: 40px;
    padding-left: 30px;
    padding-bottom: 60px;
}

.sidebar ul li.current-menu-item>a {
    color: #0b9abf;
}

.sidebar-menu h1 {
    background: #6c90af;
    color: #fff;
    font-size: 18px;
    padding: 10px 50px;
    display: inline-block;
}

.sidebar-menu li a {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #241f20;
    text-decoration: none;
    padding: 15px 10px 0 20px;
}

.sidebar-menu>li span {
    display: inline-block;
    padding-right: 5px;
}

.sidebar-menu li a.active {
    color: #004b8d
}

.sidebar-menu li a:hover {
    color: #004b8d
}

.pro-right h1 {
    border-top: 1px solid #b6b7b8;
    padding: 14px 0;
    margin: 0;
    font-weight: 200;
    font-size: 37px;
    margin: 0 0 21px 0;
}

.pro-right p {
    margin: 0 0 10px;
    color: #241f20;
}

.panter-list>a {
    display: inline-block;
    margin-right: 20px;
    width: 23%;
    text-align: center;
}

#pdsre .section-menu {
    margin-top: 5px;
}

/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #004b8d;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90
}

.pri1 {
    color: #004b8d !important;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px
}

.select,
.input,
.textarea {
    width: 66% !important;
    border-radius: 5px !important;
    border: solid 1px #CFCFCF !important;
    overflow: hidden !important;
    background-color: #f6f7f7 !important;
    font-size: 12px !important;
    padding: 0 10px !important;
    line-height: 30px !important;
    margin: 10px 0 20px 0 !important;
    height: 30px !important;
    background: none !important
}

.select {
    width: 68.8% !important
}

.select option {
    padding: 3px 12px !important
}

.textarea {
    height: 120px
}

.inputE {
    text-align: center;
    width: 66%;
    overflow: hidden
}

.btnE {
    width: 110px !important;
    height: 30px !important;
    border: solid 1px #004b8d !important;
    border-radius: 5px !important;
    background-color: #f7f7f7 !important;
    margin: 20px 10px 50px !important;
    color: #1771BF !important;
    font-size: 13px !important;
    display: inline-block;
    cursor: pointer
}

/*banner 开始*/

.frame {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    padding-bottom: 82px;
}

.banners {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* background-color: rgba(200,200,200,0.5); */
    padding-bottom: 50px;
}

.banners:hover .click_left {
    display: block;
}

.banners:hover .click_right {
    display: block;
}

.click_left {
    width: 24px;
    position: absolute;
    z-index: 10;
    left: 0px;
    display: none;
    top: 50%;
}

.click_right {
    width: 24px;
    position: absolute;
    z-index: 10;
    right: 0px;
    display: none;
    top: 50%;
}

.click_left img,
.click_right img {
    width: 100%;
    height: 100%;
}

.number {
    width: 100%;
    height: 1vw;
    line-height: 1vw;
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: -0.5vw;
}

.numbers {
    display: inline-block;
}

.numbers span {
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 4px;
    border-radius: 20px;
    background: #000;
    border: none;
    outline: none;
    margin: 0 6px;
    line-height: 26px;
}

.numbers span:hover {
    cursor: pointer;
}

.banner_img {
    width: 100%;
    height: 100%;
}

.banner_img img {
    width: 100%;
    height: 348px;
    position: absolute;
    break-inside: 1;
}

/*banner 结束*/

.news-bg {
    background: #004b8d
}

.new-rights {
    width: 80%
}

.new-rights a {
    display: block;
    padding: 7px 10px;
    width: 98px;
    background: #e67e22;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 10px auto;
}

.new-rights a:hover {
    background: #e89347
}

/*首页banner开始*/

.i_zgs {
    width: 100%;
}

.izgsc {
    width: 100%;
}

.i_zgs_li {
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
    min-height: 450px;
    max-height: 450px;
    padding-bottom: 65px;
    margin-right: .1%;
    position: relative;
    cursor: pointer;
    transition: all .4s ease 0s;
    overflow: hidden;
    background-size: cover !important;
}

/*.i_zgs_li .i_zgstit,.i_zgs_li .i_zgsmc,.i_zgs_li span{ display:none;}*/

.i_zgstit {
    min-height: 110px;
    padding: 15px 3%;
    text-align: center;
    /*background:rgba(0,0,0,.6);*/
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 3;
    margin: -100px 0 0 5%;
    transition: all .4s ease 0s;
}

.i_zgstit h1 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    /*text-shadow: 6px 5px 11px #0356be;*/
    text-transform: uppercase;
}

.js_wzgs {
    width: 50%;
}

.js_wzgs .i_zgstit,
.js_wzgs .i_zgsmc,
.js_wzgs span {
    display: block;
}

.js_wzgs .i_zgstit {
    width: 39%;
    min-height: 110px;
    padding: 15px 3%;
    text-align: center;
    /*background:rgba(0,0,0,.6);*/
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: -100px 0 0 -22.5%;
    transition: all .4s ease 0s;
}

.js_wzgs .i_zgstit h1 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    /*text-shadow: 6px 5px 11px #0356be;*/
    text-transform: uppercase;
}

.js_wzgs span {
    display: block;
    width: 33px;
    height: 14px;
    background: url(../images/p3.png) center bottom no-repeat;
    position: absolute;
    bottom: 64px;
    left: 50%;
    z-index: 2;
    margin-left: -16.5px;
    overflow: hidden;
}

.js_wzgs .i_zgsmc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    font-size: 22px;
    font-weight: lighter;
    text-align: center;
    color: #333333;
}

.js_wzgs .i_zgsmc p {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}

.i_zgs_li .i_qhan {
    width: 80%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #004b8d;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
}

.i_zgs_li .i_qhan div {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: "新宋体";
    font-size: 15px;
    background: rgb(0, 75, 141);
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin-left: 15px;
}

.mr0 {
    margin-right: 0 !important;
}

.btn {
    color: #004b8d;
    background: none;
    border: 2px solid #004b8d;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
    border-radius: 1.5em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 10;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
}

.btn-white-full {
    margin-top: 1rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: .3s .5s ease opacity;
    -moz-transition: .3s .5s ease opacity;
    -o-transition: .3s .5s ease opacity;
    -ms-transition: .3s .5s ease opacity;
    transition: .3s .5s ease opacity;
    color: #004b8d;
    background: #fff;
    border-color: #fff;
    font-size: 16px;
}

.i_zgs_li:hover .btn {
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

/*新闻资讯*/

.NewsUl,
.NewsUl li,
.newsCon {
    overflow: hidden
}

.NewsUl li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px
}

.innewsCont img {
    width: 175px;
    float: left;
    height: 117px
}

.innewsCont span {
    width: 76%;
    margin-left: 20px;
    float: right
}

.innewsCont span h3 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.innewsCont span p {
    height: 43px;
    overflow: hidden;
    line-height: 20px;
    color: #888;
    margin: 10px 0
}

.innewsCont span b {
    color: #004b8d;
    font-weight: 300
}

.newsCon {
    margin: 40px auto 0
}

.newsTitle h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px
}

.newsTitle p {
    color: #999;
    text-align: center;
    margin-bottom: 30px
}

.newsTitle i {
    display: inline-block;
    margin: 0 20px
}

.newsCon>p {
    margin: 15px auto
}

.newsCon>img {
    width: 100%
}

/*产品视频*/

.shipin_list li {
    float: left;
    width: 30%;
    margin-right: 20px;
    background: #fff;
    box-shadow: 1px 1px 8px 1px #E8E8E8;
    margin-top: 18px;
}

.shipin_list li:nth-child(3n+3) {
    margin-right: 0;
}

.sp_img {
    position: relative;
    height: 200px;
}

.sp_img span {
    position: absolute;
    top: 0;
    left: 0;
    /**/
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%
}

.sp_img span img {
    margin-top: 105px;
    margin-top: 25%;
    margin-left: 45%;
    height: 47px;
}

.sp_img>a>img {
    width: 100%;
}

.sp_font {
    padding: 10px;
}

.sp_font h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #0097da;
}

.sp_font h3 a {
    color: #0F81D6
}

.sp_more {
    overflow: hidden;
    margin-top: 10px;
}

.sp_more span {
    margin-top: 4px;
}

.sp_more a {
    border: 1px solid #e3e3e3;
    padding: 4px 10px;
    border-radius: 2px;
    color: #999
}

.sp_more a:hover {
    border: 1px solid #0F81D6;
}

/*技术资料下载*/

.downTitle {
    height: 35px;
    line-height: 35px;
    background: #f1f1f1;
    padding: 0 0 0 10px;
    overflow: hidden
}

.downTitle p,
.spanW,
.downUl li p {
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    height: 35px
}

.pW {
    width: 420px;
    color: #004b8d;
    float: left
}

.spanW {
    float: right;
    width: 42%
}

.spanW p {
    text-align: center;
    width: 100px
}

.pW2 {
    width: 130px !important
}

.downUl li {
    height: 40px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    margin: 5px 0
}

.downUl li p {
    font-size: 14px;
    margin: 0
}

.downUl li .pW a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 10px
}

.pW1 a {
    background: #075fad;
    color: #fff;
    padding: 6px 6px;
    line-height: 39px;
    border-radius: 5px;
}

.ndet .ndet_tit {
    width: 100%;
    margin-bottom: 30px;
}

.ndet .ndet_tit h2 {
    font-size: 38px;
    text-align: center;
    line-height: 45px;
}

.ndet .ndet_tit p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin: 10px 0 20px 0;
}

.dex-p-list>li {
    width: 25%;
    float: left
}

.p-cir {
    width: 10px;
    height: 10px;
    background: #004b8d;
    display: inline-table;
    margin-right: 6px;
}

.p-tit {
    font-size: 26px;
    color: #004b8d;
    border-left: 4px solid #004b8d;
    padding-left: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold
}

.p-tit2 {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.p-b-left {
    width: 50%
}

.p-b-right {
    width: 50%;
    /*height:258PX;overflow:hidden;*/
}

/*banner*/

/*banner*/

.banner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner img {
    width: 100%
}

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 12;
    width: 100%;
    text-align: center;
    left: 0;
    display: none
}

.flex-control-nav li {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin: 0 4px;
    *display: inline;
    zoom: 1
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%
}

.flex-control-nav .flex-active {
    background: #7d0454;
}

.flex-direction-nav {
    width: 28%;
    /* height:100%; */
    position: absolute;
    top: 0;
    z-index: 5;
    right: -50px;
    bottom: -95px;
}

.flex-direction-nav li {
    width: 61px;
    height: 60px;
    overflow: hidden;
    /
}

.flex-direction-nav li a {
    width: 61px;
    height: 60px;
    position: absolute;
    z-index: 11;
    top: 50%;
    margin-top: -30px;
}

.flex-direction-nav li a.flex-prev {
    background-position: 0 0;
    left: 30px;
    background: url(../images/sp_nav_prev.svg) no-repeat;
}

.flex-direction-nav li a.flex-next {
    background-position: 0px 0;
    right: 20px;
    background: url(../images/sp_nav_next.svg) no-repeat;
}

.bodytext {
    display: inline-table;
    border-top: 1px solid #b6b7b8;
    margin: 5px 30px 15px 0;
    padding-top: 10px;
    font-weight: 600
}

.p-dng-a {
    background-color: #9bccf7;
    text-align: center;
    padding: 5px;
    pointer-events: auto;
    max-height: 200px;
    -webkit-transition: all linear 1000ms;
    transition: all linear 1000ms;
    display: inline-block;
    width: 50%;
    height: 48px;
    padding-top: 20px;
}

.p-d-list>li {
    margin-top: 25px;
}

.p-d-list>li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.p-down .name {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.p-down a .size {
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    position: relative;
}

.p-down a .size:before {
    content: "";
    background-image: url(../images/1.png);
    width: 16px;
    height: 16px;
    display: block;
    margin-top: 3px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
}

.section-menu {
    margin-top: 90px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-active {
    background: #3697C1;
    color: #fff;
    min-width: 160px;
}

.content a.btn-active {
    color: #fff;
}

#allmap {
    width: 100%;
    height: 350px;
}




/* 搜索 */

.sear1{padding: 30px 0;}

.sear1 .sox{display: flex;justify-content: space-between;align-items: center;align-content: center;}

.sear1 .sox .srt{width: 315px;height: 50px;display: flex;border: 1px solid #D7D7D7;box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);}

.sear1 .sox .srt input{display: block;width: calc(100% - 50px);height: 100%;border: 0;outline: none;padding: 0 20px;}

.sear1 .sox .srt span{display: block;width: 50px;height: 50px;background: #004b8d url(../images/seachs.png) center no-repeat;background-size: 30px;cursor: pointer;}


.sear2{background: #F7F7F7;line-height: 60px;}

.sear2 span{color: #004b8d;font-weight: bold;}

.sear3{padding: 50px 0;}


.sear3 .slt{width: calc(25% - 10px);float: left;padding-right: 10px;line-height: 30px;color: #666;}

.sear3 .slt .stc{}

.sear3 .slt .stc a{display: block;color: #666;margin-top: 10px;}

.sear3 .slt .stc a.act{color: #000;font-weight: bold;}

.sear3 .slt .stc a:hover{color: #004b8d;}

.sear3 .srt{width: 75%;float: right;}

.sear3 .srt .aox{margin-bottom: 50px;}

.sear3 .srt .aox a{display: block;padding: 20px 0;border-bottom: 1px dashed #ddd;line-height: 1.5;}

.sear3 .srt .aox a h3{color: #000; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.sear3 .srt .aox a .tc{color: #666;word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin: 10px 0;}

.sear3 .srt .aox a .tc2{color: #004b8d;}

.sear3 .srt .aox a .tc span{color: #004b8d;}

.sear3 .srt .aox a:hover h3{color: #004b8d;}




.page1 {text-align: center;margin: 0;text-align: center;display: flex;justify-content: center;font-family: "arial";}

.page1 span a {display: block;color: #666;width: 40px;height: 40px;text-decoration: none;font-size: 14px;background: #f0f0f0;border: 1px solid #E2E2E2;}

.page1 span.current a {background: #004b8d;color: #f0f0f0;cursor: pointer;}

.page1 span {display: inline-block;line-height: 40px;color: #666;margin: 0 5px;}

.page1 span input, .page1 span .go {display: block;width: 55px;height: 40px;border: 1px solid #E2E2E2;outline: none;text-align: center;background: #f0f0f0;}

.page2 {background: #004b8d;display: none;}

.page1 span a:hover, .page1 span.current a {background: #004b8d;border: 1px solid #004b8d;}

.page1 span.current a {background: #004b8d;}

.page1 span a.pre, .page1 span a.nex {width: 100px;transform: none;display: flex;align-items: center;justify-content: center;color: #333;}

.page1 .page-text { color: #999999; margin: 0 10px;}

.page1 span.qd {width: 72px;cursor: pointer;}

.page1 span.qd a {width: 100%;}

.page1 span a:hover, .page1 span.current a {background: #004b8d;color: #f0f0f0;border: 1px solid #004b8d;}

.page2{display: none;}












