body {
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
    color: #333;
}

::-webkit-scrollbar {
    width: 8px;
}

.noDis {
	display: none;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 2px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #585858;
}

a,
button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

a:hover {
    text-decoration: none;
}

a:link{
    text-decoration: none;
}

select {
    outline:none;
}

ul {
    list-style: none;
}

h2 {
    margin: 0px;
    padding: 0px;
}

header {
    background-color: #103181;
}

.shade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(28, 28, 28, 0.7);
    z-index: 2;
    cursor: context-menu;
}

.top_menu {
    font-size: 12px;
    width: 100%;
    /* height: 50px; */
    background-color: #103181;
    color: #666666;
    /* border-bottom: 1px solid #f1f1f1; */
}

.top_lang {
    float: right;
    /* height: 50px; */
    padding: 20px 10px 0px 10px;
    color: #fff;
}

.top_lang a {
    color: #fff;
}

.top_lang a.current {
    color: #f00;
}

.top_name {
    display: inline-block;
    padding-top: 10px;
}


/*手机版菜单可展开图标*/

#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

#app_menudown:hover {
    background-color: #103181;
}

#app_menudown span {
    display: block
}


/*菜单栏标志*/

.navbar-brand {
    width: auto;
    float: left;
    padding: 0;
}

.navbar .navbar-brand:hover {
    background: none;
}

.MMhead a {
    color: #fff;
}

.borderBottom {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo {
    padding: 20px 0px 20px 0px
}

.logo * {
    padding: 0px;
    margin: 0px;
    border: 0px
}

.logo a img {
    max-width: 100%;
    height: auto
}


/*导航菜单*/
.navbar li span {
    display: none
}

.navbar {
    margin: 0px;
    margin-top: 0px;
    min-height: 80px;
    border: 0px;
    background: #fff;
    border-radius: 0px;
}

/*首页产品*/
.product_detail img {
    width: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product_detail :hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.product-swiper {
    width: 90%;
}
.product_index .product_tab {
    font-weight: bold;
}

.product_index .product_tab span {
    font-size: 13px;
}

.div_more {
    text-align: center;
    margin-top: 30px;
}

a.btn-more {
    color: #103181;
    /* background: transparent; */
    background-color: #fff;
    border-radius: 10px;
    /* border: 1px solid #103181; */
    padding: 8px 36px;
}

a.btn-more:hover,
a.btn-more:focus {
    color: #fff;
    background: #103181;
    border: 1px solid #103181;
}

.product-swiper-button-prev {
    background: url(../images/prev.png);
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    width: 28px;
    height: 44px;
    outline: none;
}

.product-swiper-button-next {
    background: url(../images/next.png);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    width: 28px;
    height: 44px;
    outline: none;
}

.product-swiper-button-prev:hover {
    background: url(../images/prevho.png);
    outline: none;
}

.product-swiper-button-next:hover {
    background: url(../images/nextho.png);
    outline: none;
}


/*优势*/

.super_index {
    padding: 80px 0px 80px 0px;
    position: relative;
}

/*首页新闻*/
.news_index .news_tab {
    font-weight: bold;
}
.news_index .news_tab span {
    font-size: 13px;
}

/*首页案例*/

.case_box {
    padding: 80px 0px 80px 0px;
    background: url(../images/case_bg.jpg) center center;
}

.case_head {
    margin-top: 30px;
}

.case_head h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    /*color: #035c98;*/
    color: #fff;
}

.case_head span {
    display: block;
    width: 60px;
    margin: 14px auto;
    border-bottom: 2px solid #fff;
}

.case_head p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.case_list {
    clear: both;
    padding: 30px 0px 10px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.case_list div.product_img {
    /*min-height: 270px;*/
}

.case_list p.product_title a {
    color: #000
}

.case_list p.product_title a:hover {
    text-decoration: none;
    color: #ff5722;
}

@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */

}

/*列表页*/

.list_box {
    clear: both;
    padding: 10px 0px 0px 0px;
}

.page_bg {
    height: 230px;
}


/*栏目导航*/

.left_nav {
    clear: both;
    padding-top: 10px;
}

.left_h {
    background: url(../images/title_line.jpg) left bottom no-repeat;
    font-size: 22px;
    display: block;
    margin-top: 25px;
    padding: 0px 0px 14px 16px;
    color: #103181;
}

.left_nav_ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

.left_nav_ul>li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background: url(../images/left_sli.gif) 6px 15px no-repeat;
    padding: 8px 0px 8px 18px;
}

.left_nav_ul>li>a {
    text-decoration: none;
    color: #656464;
}

.left_nav_ul>li>a:hover,
.left_nav_ul li a.left_active {
    color: #ff5722;
}


/*小类*/

ul.left_snav_ul {
    list-style: none;
    padding: 0px;
    display: none;
    padding-top: 8px;
}

ul.left_snav_ul>li {
    margin: 0px;
    padding: 5px 0px 5px 10px;
    background: url(../images/left_sli.gif) 0px 13px no-repeat;
}

ul.left_snav_ul>li>a {
    border: 0;
    color: #797979;
    padding: 5px 0px 5px 0px;
}

ul.left_snav_ul>li>a:hover {
    text-decoration: none;
    color: #ff5722;
}

.menu_head {
    cursor: pointer;
    font: 600 18px/30px "Open Sans", sans-serif;
    width: 35px;
    text-align: center;
    color: #303c4b;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0px;
}

.menu_head:hover {
    color: #ff5722;
}


/*左侧新闻*/

.left_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 12px 0px 0px 0px;
}

.left_news li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 15px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 14px;
}

.left_news li a {
    color: #656464;
    display: inline-block;
}

.left_news li a:hover {
    text-decoration: none;
    color: #ff5722;
}


/*左侧联系*/

.index_contact {
    margin: 30px 0px 35px 0px;
}

.index_contact p,
.index_econtact p {
    clear: both;
}


/*新闻列表*/

.list_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 12px 0px 20px 0px;
}

.list_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 14px;
    line-height: 22px;
    padding: 8px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
    /*dotted*/
}

.list_news li a {
    color: #303c4b;
    display: inline-block;
}

.list_news li a:hover {
    text-decoration: none;
    color: #ff5722;
}

.list_news .news_time {
    float: right;
}


/*新闻列表*/

.list_news_pic {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0 0 20px 0;
}

.list_news_pic li {
    color: #898989;
    padding: 20px 0px 20px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
    height: 140px;
    /*dotted*/
}

.list_news_pic li .news_pic {
    overflow: hidden;
    height: 100px;
    padding: 0;
}

.list_news_pic li .news_pic div {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: 100px;
}

.list_news_pic li .news_pic:hover div {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    cursor: pointer;
}

.list_news_pic .news_content_title {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: bold;
}

.list_news_pic .news_content_detail {
    margin-top: 10px;
}

.list_news_pic .news_content_time {
    margin-top: 6px;
}

.list_news_pic li a {
    color: #303c4b;
    display: inline-block;
}

.list_news_pic li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.list_news_pic .news_time {
    float: right;
}


/*产品新闻*/

.list_products_news .row>div {
    margin-top: 20px;
}

.list_products_news .product_img {
    overflow: hidden;
    padding: 0;
}

.list_products_news .product_img img,
.list_products_news .product_img div {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    max-height: 160px;
}

.list_products_news .product_img div {
    height: 160px;
}

.list_products_news .product_img:hover img,
.list_products_news .product_img:hover div {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    cursor: pointer;
}

.list_products_news .product_title {
    height: 80px;
    padding: 10px;
    margin: 0;
    /*border: 1px solid #656565;*/
    /*border-top: 0;*/
}

.list_products_news .product_title:hover {
    color: #ffffff;
    background-color: #103181;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.contents {
    clear: both;
    padding: 15px 2px 0px 2px;
    line-height: 28px;
    overflow: auto;
}

.product_con img,
.contents img {
    max-width: 100%;
}

.div_news_title {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #656565;
}

.div_news_title span {
    margin-left: 10px;
}

.contents_title {
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
}


/*职位列表*/

.list_job li {
    height: auto;
}

.list_job .news_content_title {
    font-size: 20px;
}

.job_detail span {
    margin-left: 4px;
    margin-right: 20px;
}

.job_skill {
    margin-top: 10px;
    line-height: 24px;
}

.job_btn {
    text-align: right;
    margin-top: 10px;
}

.job_btn .btn-more {
    padding: 2px 10px;
    color: #898989;
}


/*分页样式*/

.page {
    clear: both;
    /* margin: 20px 0px 0px 0px; */
    text-align: center;
}

.page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none
}

.page a:hover,
.page a:focus {
    font-family: Arial;
    font-size: 13px;
    border: #000 1px solid;
    padding: 4px 9px;
    color: #fff;
    background-color: #31363c;
}

.page .current {
    font-family: Arial;
    border: #00269a 1px solid;
    font-size: 13px;
    padding: 5px 9px;
    color: #fff;
    margin: 2px;
    background-color: #00269a
}


/*产品展示*/

#pic-page {
    text-align: center;
    margin-top: 10px;
}

#pic-page a {
    margin: 0 2px;
}

#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}

.showpic_box,
.proinfo_box {
    margin: 30px 0px 20px 0px;
}

.showpic_box div.bx-wrapper img {
    margin: 0 auto;
    max-height: 340px;
}

.product_h1 {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #103181;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}

.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.product_info li {
    line-height: 24px;
    padding-bottom: 12px;
}

.product_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    overflow: auto;
}

.related_h1 {
    padding: 30px 0px 12px 0px;
    color: #303c4b;
    margin: 0px;
    display: block;
    font-weight: 300;
    font-size: 24px;
    border-bottom: 5px solid #f4f5f6;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.related_list {
    padding-top: 25px;
}

.related_news {
    padding-top: 10px;
    clear: both;
    margin-bottom: 15px;
}

.download_btn {
    text-align: right;
    margin: 10px 10px 20px 0px;
}

.page-btn {
    background-color: #103181;
    border-radius: 0px;
    border: none;
}

.page-btn:hover,
.page-btn:focus {
    background-color: #F68B33;
}

.grey-btn {
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}

.grey-btn:hover,
.grey-btn:focus {
    background-color: #ccc;
}

.a2a_default_style {
    display: inline-block;
}


/*在线留言订购*/

.feedback {
    margin-top: 50px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.codeimg {
    margin: 0px 0px -10px -18px;
}


/*上一个下一个*/

.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

.point span.to_prev {
    text-align: right;
}

.point span.to_prev a {
    color: #0068b7;
}

.point span.to_prev a:hover {
    color: #ff5722;
    text-decoration: none;
}

.point span.to_next {
    text-align: left;
}

.point span.to_next a {
    color: #0068b7;
}

.point span.to_next a:hover {
    color: #ff5722;
    text-decoration: none;
}


/*标签样式*/

.tags {
    margin: 15px 0px 10px 0px
}

.tags a {
    margin: 0px 5px 8px 0px
}

.tags_list {
    padding: 5px 10px 100px 10px
}

.tags_ul {
    margin-top: 10px;
}

.tags_ul li {
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.tags_ul h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.tags_ul p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #a0a0a0;
    line-height: 20px;
    padding-top: 8px;
}


/*网站地图*/

ul.ul_sitemap {
    margin: 30px 0px 40px 30px;
}

ul.ul_sitemap li {
    list-style: none;
    line-height: 26px;
    clear: both;
}

ul.ul_sitemap li a {
    color: #7d7d7d;
}

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}


/*首页Tags*/

.tags_box {
    background-color: #00549a;
    padding: 9px 0px 9px 0px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #0064b7;
}

.tags_box a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 8px 0px 8px;
    font-size: 13px;
}

.tags_box a:hover {
    text-decoration: none;
    color: #FFEB3B;
}

.tags_box a:last-child {
    border-right: 0px;
}

.tags_box button {
    display: none;
}

.tags_title {
    font-size: 13px;
    margin-right: -6px;
}

.tags_title a {
    padding: 0px 10px 0px 0px;
}

.tags_title:after {
    content: "：";
}


/*友情链接*/

.link_box {
    background-color: #00549a;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.link_box a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
}

.link_box a:hover {
    text-decoration: none;
    color: #FFEB3B;
}

.link_box a:last-child {
    border-right: 0px;
}

.link_box button {
    display: none;
}

.link_title {
    font-size: 13px;
    margin-right: -6px;
}

.link_title:after {
    content: "：";
}


/*底部信息*/

footer {
    /* background-image: url(../images/pic_33.jpg);
    background-size: cover; */
    background-color: #606672;
    color: #fff;
    margin-top: 100px;
}

.copyright {
    line-height: 20px;
}

.copyright .row {
    margin: 0;
}

.copyright .nav_link {
    margin-bottom: 40px;
}

.copyright .nav_link a {
    padding: 0 10px;
    letter-spacing: 1px;
    border-right: 1px solid #000;
    border-image: -webkit-linear-gradient(#aaa,#fff,#aaa) 0 1;
   	border-image: -moz-linear-gradient(#aaa,#fff,#aaa) 0 1;
    border-image: linear-gradient(#aaa,#fff,#aaa) 0 1;
}

.copyright a {
    color: #fff;
}

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
    color: #898989;
}

.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
    cursor: pointer;
}

.foot_nav a {
    color: #898989;
    display: block;
}

.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}

.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}

.webshare {
    width: 230px;
    padding: 5px;
}

.ewebshare {
    width: 200px;
    padding: 5px;
}

.lang {
    background-color: #606672;
    text-align: right;
}
.lang a{
    color: #fff;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.lang a.active {
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.5);
}

/*大屏幕*/

@media screen and (min-width: 769px) {
    .container .navbar-header {
        height: 80px;
    }
    #navbar {
        float: right;
        padding: 0px;
        margin: 0px;
    }
    .nav_lang {
        float: right;
        line-height: 80px;
        margin-left: 40px;
    }
    .nav_lang select {
        border: 0;
        font-size: 12px;
    }

    .navbar-nav>li {}
    .navbar-nav>li:first-child {
        border-left: 0;
    }
    .navbar-nav>li:last-child {}
    .navbar-nav>li>a {
        transition: background 0.4s;
        text-align: center;
        color: #000;
        font-size: 16px;
        background-image: none;
        background-position: center 70px;
        background-repeat: no-repeat;
    }
    .navbar-nav>li .selected {
        /* background-image: url(../images/menubg.jpg);
        background-position: center 60px;
        background-repeat: no-repeat;
        background-color: #f1f1f1 */
        color: #00269a !important;
        font-weight: bold;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 80px;
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        color: #000000;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        /* background-image: url(../images/menubg.jpg);
        background-position: center 60px;
        background-repeat: no-repeat;
        background-color: #f1f1f1; */
        color: #00269a;
    }
    .navbar-default .navbar-nav-e>li>a {
        font-weight: normal;
    }
    .navbar .dropdown-menu {
        background: url(../images/alpha.png);
        border: none;
        color: #fff;
        padding: 0px;
        border-radius: 0px;
        min-width: 150px;
    }
    .en .navbar .dropdown-menu {
        min-width: 220px;
    }
    .navbar .dropdown-menu li a {
        color: #fff;
        line-height: 40px;
        padding: 0px;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
        width: 150px;
        font-size: 12px;
    }
    .navbar .dropdown-menu li a.selected {
        background: #dadada;
    }
    .navbar .dropdown-menu li a:hover {
        background: #dadada;
    }
    .navbar .dropdown-menu li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-top: -35px;
        margin-left: 150px;
        width: 150px;
        background: url(../images/alpha.png);
    }
    .en .navbar .dropdown-menu li ul {
        width: 220px;
        margin-left: 220px
    }
    .navbar .dropdown-menu li ul a {
        display: block;
    }
    .navbar .dropdown-menu li ul li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-left: 150px;
    }
    .en .navbar .dropdown-menu li ul li ul {
        margin-left: 220px;
    }
    .navbar-brand img {
        height: 50px;
        margin-top: 15px;
    }
    .navbar .dropdown-menu a span {
        display: none;
    }
    .navbar-brand {
        margin-left: 0 !important;
    }

    #app_menudown {
        display: none;
    }
    .index_left_nav,
    .footer_nav {
        display: none;
    }

    .index_module_head {
        text-align: center;
        font-size: 30px;
        letter-spacing: 2px;
        margin: 140px 0 60px 0;
    }
    .index_module_head span.main_title {
        color: #00269a;
        font-weight: bold;
        margin-right: 20px;
    }
    .index_module_head span.sub_title {
        color: #8d96cd;
    }

    .index_module_type_button {
        text-align: right;
        margin: 0 0 40px 0;
    }

    .index_module_type_button a {
        color:#00269a;
        background-color: #f1f1f1;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 6px 10px;
        margin-left: 8px;
        border-radius: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        display: inline-block;
    }

    .index_module_type_button a.active {
        color:#fff;
        background-color: #00269a;
    }

    /*首页-公司产品 start*/  
    .product_head span {
        width: 60px;
        margin: 14px auto;
    }
    .product_intro {
        background-color: #f5f6f7;
        padding: 30px 20px;
        height: 130px;
    }
    .product_intro .product_title {
        color: #00269a;
        font-size: 18px;
        font-weight: bold;
    }
    /*首页-公司产品 end*/ 

    /*首页-关于公司 start*/
    .about_content { 
        width: 90%;
        /*height: 440px;*/
        height: auto;
        margin: 120px auto 0 auto;
        background-color: #f5f6f7;
        border-radius: 10px;
    }

    .about_content .div_video {
        position: absolute;
        left: 60px;
        top: -40px;
        margin-top: -15px;
        z-index: 10;
        background-color: #000;
        border-radius: 10px;
    }
    
    .about_content .div_video .ckin__player {
        border-radius: 10px;
    }

    .about_content .div_video video {
        height: 420px;
    }

    .about_info {
        width: 80%;
        margin: 0 auto;
    }

    .about_content .about_tips {
        margin: 40px 0 20px 0;
    }

    .about_content .about_tips div {
        width: 100%;
        margin: 20px 0;
        padding: 8px 14px;
        background-color: #00269a;
        border-radius: 20px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2px;
    }  

    .about_content div {
        line-height: 24px;
        font-size: 14px;
        letter-spacing: 2px;
        color: #00269a;
    }
    
    .about_content .about_more {
        margin: 20px 0;
        text-align: right;
    }

    .about_content .more {
        background-color: #00269a;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        padding: 4px 10px;
    }
    /*首页-关于公司 end*/ 

    /*首页-荣誉 start*/       
    #certify {
        position: relative;
        margin: 0 auto
    }

    #certify .swiper-container {
        padding-bottom: 60px;
    }

    #certify  .swiper-slide {
        width: 320px;
        height: auto;
        background: #fff;
        box-shadow: 0 8px 30px #ddd;
    }
    #certify  .swiper-slide img{
        display:block;
        width: 100%;
        border-radius: 10px;
    }

    #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        border: 3px solid #fff;
        background-color: #d5d5d5;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        border: 3px solid #00aadc;
        background-color: #fff;
    }

    #certify .swiper-button-prev {
        left: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }

    #certify .swiper-button-prev:hover {
        background-position: 0 -46px;
        background-size: 100%
    }

    #certify .swiper-button-next {
        right: -30px;
        width: 45px;
        height: 45px;
        background: url(../images/wm_button_icon.png) no-repeat;
        background-position: 0 -93px;
        background-size: 100%;
    }

    #certify .swiper-button-next:hover {
        background-position: 0 -139px;
        background-size: 100%
    }
    #certify .swiper-button-prev::after,#certify .swiper-button-next::after{
        content: '';
    }

    .honor_index .honor-icon {
        position: absolute;
        right: 70px;
        bottom: 30px;
        z-index: 10;
    }
    .honor_index .honor-icon img {
        width: 80px;
        height: auto;
    }
    /*首页-荣誉 end*/

    
    /*首页-发展历史 start*/
    .history_list {
        background-size: cover;
        border-radius: 10px;
        padding: 60px;
        width: 100%;
        margin: 0 auto;
    }
    .history-swiper .history_content {
        width: 200px;
        height: 220px;
    }
    .history-swiper .history_detail {
        width: 240px;
        height: 150px;
        background-color:#1f97b9 ;
        border-radius: 8px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        padding: 14px;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 20px;
    }
    .history-swiper .history_detail:before {
        position: absolute;
        left: 26%;
        bottom: -30px;
        transform: translateX(-50%);
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        border: 15px solid;
        border-color:#1f97b9 transparent  transparent  transparent;
    }
    .history-swiper .history_detail .history_detail_title {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .history-swiper .history_date {
        border-bottom: 3px solid #1f91b1;
        height: 188px;
    } 

    .history-swiper .history_date div.circle {
        background: url(../images/circle.png) no-repeat center center;
        background-size: 100%;
        position: absolute;
        left: 54px;
        top: 180px;
        z-index: 10;
        width: 14px;
        height: 14px;
        cursor: pointer;
        border-radius: 10px;
    } 

    .history-swiper .history_date div.circle.active {
        background-image: none;
        background-color: #1f91b1;
    }

    .history-swiper .history_date div.date {
        position: absolute;
        bottom: 0px;
        z-index: 10;
        width: 100%;
        font-size: 12px;
        color: #1f91b1;
        text-align: center;
    } 

    .history_detail_more {
        margin-top: 14px;
        text-align: right;
    }

    .history_detail_more a {
        background-color: #fff;
        color: #1f91b1;
        border-radius: 10px;
        padding: 4px 10px;
        letter-spacing: 1px;
        font-size: 11px;
    }
    /*首页-发展历史 end*/

    /*首页-新闻中心 start*/
    .news_content {
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .news_content .news_img {
        height: 250px;
        overflow: hidden;
        border: 1px solid #d6d6d6;
        border-radius: 10px 10px 0 0;
    }
    
    .news_content .news_img div {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        height: 100%;
    }
    
    .news_content .news_img:hover div {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        cursor: pointer;
    }

    .news_content .news_info
    {
        background-color: #f5f6f7;
        padding: 30px 20px;
        height: 190px;
    }

    .news_content .news_info .news_title
    {
        color: #00269a;
        font-size: 20px;
        font-weight: bold;    
    }
    .news_content .news_info .news_detail {
        border: 0;
        color: #717171;
    }
    .news_content .news_info .news_more
    {
        text-align: right;
        margin: 10px 0;
    }

    .news_content .news_info .news_more .more
    {
        background-color: #00269a;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        padding: 4px 10px;
    }
    /*首页-新闻中心 end*/

    .product-swiper-button-prev {
        left: -20px;
        top: 50%;
        z-index: 10;
        outline: none;
    }
    .product-swiper-button-next {
        right: -20px;
        top: 50%;
        z-index: 10;
        outline: none;
    }
    .news_cover {
        overflow: hidden;
    }

    /*底部 start*/
    footer {
        font-size: 16px;
    }
    footer .copyright {
        /* width: 80%; */
        margin: 0 auto;
        padding: 30px 0;
    }
    footer .copyright_p {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 4px 0 0 0;
    }  
    footer .nav_qr_code {
        text-align: right;
        position: absolute;
        z-index: 10;
        right: 30px;
        top: -80px;
    }
    /*底部 end*/

    .prize_name {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .super_index {
        padding: 0px 0px 80px 0px;
        position: relative;
    }
    .super_index .super_list {
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: -40px;
    }
    .super_index .super_list div {}
    .list_honor .product_img {
        padding: 6px;
        height: 170px;
        /*flex 布局*/
        display: flex;
        /*实现垂直居中*/
        align-items: center;
        /*实现水平居中*/
        justify-content: center;
    }
    .product_img div {
        transition: 0.4s linear;
        -webkit-transition: 0.4s linear;
        overflow: hidden;
    }
    .product_img div:hover {
        background-color: #103181;
        cursor: pointer;
    }
    .product_img :hover p {
        color: #fff;
    }
    .product_img img {
        width: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .product_img :hover img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .product_img .product_intro {
        min-height: 100px;
        padding:20px 0;
    }

    .list_products_news .product_img {
        border: 1px solid #dddddd;
        border-radius: 4px;
    }
    .list_products_news .product_img img {
        width: auto;
    }
    
    /*鼠标动效*/
    .copyright .nav_qr_code img:hover {
        animation: bounce; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1.5s; /* don't forget to set a duration! */
    }
    .navbar-brand:hover {
        animation: flip; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1.5s; /* don't forget to set a duration! */
    }
    .product-number-inner-content img:hover {
        animation: bounce; /* referring directly to the animation's @keyframe declaration */
        animation-duration: 1.5s; /* don't forget to set a duration! */
    }
}


/*小屏幕*/

@media screen and (max-width: 768px) {
    .logo {
        display: block;
        margin: 0 auto;
        max-width: 310px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top_lang 
    {
        padding: 10px 0 0;
    }
    .div_more {
        margin-top: 10px;
    }
    a.btn-more {
        font-size: 12px;
    }
    /*.navbar{height:60px;}*/
    .navbar-toggle {
        border: 0px;
        margin-top: 10px;
        /* margin-bottom: 15px; */
    }
    .navbar-default .navbar-brand {
        color: #fff;
        font-size: 16px;
    }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }
    .navbar-brand {
        padding: 0 10px 0;
    }
    .navbar-brand img {
        height: 40px;
    }
    .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 1px solid #103181;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #103181;
    }
    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #103181;
    }
    .navbar-default .navbar-nav>li {}
    .navbar-default .navbar-nav>li:last-child {
        border: none;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #103181;
        color: #fff;
    }
    .navbar-fixed-top {
        margin-top: 0px;
        background-color: #103181;
    }   
    .navbar-fixed-top .navbar-brand img {
        height: 32px;
    }
    .navbar-fixed-top .navbar-brand {
        margin-top: 4px;
    }
    .navbar-fixed-top ul.navbar-nav>li>a {
        color: #ffffff;
    }
    .navbar-fixed-top .navbar-toggle {
        /* background-color: #f1f1f1; */
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e60012;
    }
    .logo {
        text-align: center
    }
    .logo img {
        max-width: 700px
    }
    .top_name {
        display: none;
    }
    .product_head {
        background: none;
    }
    .product_head h2 {
        margin-top: 25px;
    }
    .product_head p {
        display: none;
    }
    .product_list {
        padding: 20px 10px;
    }
    .product_img {
        min-height: 80px;
        margin-bottom: 12px;
    }
    /*.product_img div {
        height: 60px;
    }*/
    .product_list2 div.product_img,
    .case_list div.product_img {
        min-height: 80px;
        margin-bottom: 12px;
    }
    .list_honor .product_img {
        padding: 6px;
        height: 130px;
        /*flex 布局*/
        display: flex;
        /*实现垂直居中*/
        align-items: center;
        /*实现水平居中*/
        justify-content: center;
        border: 1px solid #dddddd;
    }
    .case_box {
        /*padding: 35px 0px 10px 0px;*/
    }

    .news_head {
        /*margin-top: 35px;*/
    }
    .page_bg {
        display: none;
    }
    .left_h {
        margin-top: 10px;
    }
    .list_related h2.left_h {
        margin-top: 60px;
    }
    .news_time {
        display: none;
    }
    #pic-page a img {
        width: 35px;
    }
    #cmsFloatPanel {
        display: none;
    }
    .point span.to_prev,
    .point span.to_next {
        text-align: left;
        padding-bottom: 8px;
    }
    .product_list2 {
        padding-top: 25px;
    }
    .feedback {
        margin-top: 20px;
    }
    .link_box {
        padding-left: 7px;
    }
    .link_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }
    .link_title {
        display: block;
    }
    .link_title:after {
        content: "";
    }
    .link_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }
    .link_box button:hover,
    .link_box button:focus {
        color: #FFEB3B;
    }
    .link_list {
        display: none;
        padding-top: 7px;
    }
    .tags_box {
        padding-left: 7px;
    }
    .tags_box a {
        display: block;
        border-right: 0px;
        padding: 4px 0px;
    }
    .tags_title {
        display: block;
    }
    .tags_title:after {
        content: "";
    }
    .tags_box button {
        display: inline-block;
        background-color: transparent;
        border: none;
        float: right;
        margin-top: -20px;
    }
    .tags_box button:hover,
    .tags_box button:focus {
        color: #FFEB3B;
    }
    .tags_rows {
        display: none;
        padding-top: 7px;
    }
    .footer_nav {
        background-color: #fafafa;
    }
    footer {
        /*margin-bottom: 50px;*/
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .copyright,
    .copyright .nav_footer {
        text-align: center;
    }
    .copyright .nav_link {
        font-size: 14px;
    }
    .copyright .nav_link a {
        margin-left: 0px;
        margin-right: 10px;
    }
    .list_news_pic li {
        height: 108px;
    }
    .list_news_pic li .news_pic div {
        height: 70px;
    }
    .list_news_pic .news_content_title {
        font-size: 14px;
    }
    .list_news_pic .news_content_detail {
        display: none;
    }
    .list_products_news .product_img {
        margin: 0;
    }
    .development_history {
        margin-left: 0
    }
    .development_history ul li {
        padding-left: 0px;
    }
    .development_history {
        border-left: 0
    }
    .development_history ul li span {
        left: 0;
        position: initial;
    }
    .development_history ul li .web {
        padding: 20px;
    }
    .development_history ul li span {
        background-position: left center;
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 20px;
        width: 100%;
        text-align: left;
    }
    .list_job li {
        height: auto;
    }
    .news_content_detail.job_detail {
        display: block;
    }
    .page {
        margin:20px 0 30px;
    }
}

@media screen and (max-width: 767px) {}


/*320px到768px*/

@media screen and (min-width:320px) and (max-width:768px) {
    .col-mm-1,
    .col-mm-2,
    .col-mm-3,
    .col-mm-4,
    .col-mm-5,
    .col-mm-6,
    .col-mm-7,
    .col-mm-8,
    .col-mm-9,
    .col-mm-10,
    .col-mm-11,
    .col-mm-12 {
        float: left;
    }
    .col-mm-12 {
        width: 100%;
    }
    .col-mm-11 {
        width: 91.66666667%;
    }
    .col-mm-10 {
        width: 83.33333333%;
    }
    .col-mm-9 {
        width: 75%;
    }
    .col-mm-8 {
        width: 66.66666667%;
    }
    .col-mm-7 {
        width: 58.33333333%;
    }
    .col-mm-6 {
        width: 50%;
    }
    .col-mm-5 {
        width: 41.66666667%;
    }
    .col-mm-4 {
        width: 33.33333333%;
    }
    .col-mm-3 {
        width: 25%;
    }
    .col-mm-2 {
        width: 16.66666667%;
    }
    .col-mm-1 {
        width: 8.33333333%;
    }
}

@media screen and (max-width: 340px) {
    .logo {
        max-width: 230px;
    }
}


/*中屏幕*/

@media screen and (min-width: 752px) and (max-width: 1100px) {
    #certify  .swiper-slide {
        width: 320px;
    }
}


/*index case start*/

.incasecon {
    width: 480px;
    margin: 30px auto 10px auto;
}

.incasefl {
    text-align: center;
}

.incasefl .slick-current a {
    color: #fff;
    background: #103181;
    border: 1px solid #103181;
}

.incasefl .slick-slide {
    display: inline-block;
}

.incasefl .slick-track {
    margin: 0 auto;
}

.incasefl a {
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    /*border: 1px solid #dbd4cd;*/
    overflow: hidden;
    border-radius: 20px;
    transition: 0.5s;
    color: #103181;
    background-color: #fff;
}

.incasefl a:hover,
.incasefl a.active {
    color: #fff;
    background: #103181;
    border: 1px solid #103181;
    text-decoration: none;
}


/*320px到768px*/

@media screen and (min-width:320px) and (max-width:768px) {
    .incasecon {
        width: 280px;
    }
    .incasefl a {
        display: inline-block;
        width: 80px;
    }
}


/*index case end*/


/* 轮播图 Start */

.mySwiper {
    width: 100%;
    height: 450px;
}

.swiper-slide {
    /*text-align: center;
    font-size: 18px;
    background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*保持图像的纵横比并将图像缩放成将完全覆盖背景定位区域的最小大小，超出部分被裁减*/
    background-position: center;
    /*设置背景图像的起始位置*/
}


/* 轮播图 End */


/*小屏幕*/

@media screen and (max-width: 768px) {
    .swiper {
        height: 200px;
    }

    .history-swiper {
        height: auto;
    }
}

/*数据统计滚动*/

.product-number-info {
    margin-top: 30px;
}

.product-number-info div b {
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #035c98;
    margin-right: 4px;
}

.product-number-info div b i {
    font-style: normal;
    color: #fff;
    font-weight: bold;
}

.product-number-info div p {
    font-size: 14px;
}

.product-number-inner-content {
    padding: 0;
}

.product-number-inner-content .prize_content {
    text-align: center;
    min-height: 60px;
    border-right: 1px solid #000;
    border-image: -webkit-linear-gradient(#fff,#aaa,#fff) 0 1;
   	border-image: -moz-linear-gradient(#fff,#aaa,#fff) 0 1;
    border-image: linear-gradient(#fff,#aaa,#fff) 0 1;
}

.product-number-inner-content .no-border {
    border-right: 0;
}

.product-number-inner .prize_num {
    margin-top: 10px;
    color: #00269a;
    font-size: 24px;
}

.product-number-inner .prize_num .prize_num_number {
    font-size: 34px;
    font-weight: bold;
}

.product-number-inner-content .prize_name {
    /* border-top: 1px solid #dadada; */
    margin: 0 auto;
    color: #717171;
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    /* align-items: center; */
    /*实现水平居中*/
    justify-content: center;
}


/*小屏幕*/

@media screen and (max-width: 768px) {
    .product-number-inner-content {
        margin: 10px 0;
    }
    .product-number-info div b {
        font-size: 30px;
    }
    .product_title {
        font-size: 14px;
        /* margin: 4px 0; */
    }
    .about_content p {
        font-size: 14px;
    }
    .product_intro {
        padding: 10px 0;
        min-height: 60px; 
    }
    .prize_name {
        font-size: 12px;
        height: 70px;
    }
    .news_content {
        background-color: #868686;
        color: #ffffff;
    }
    .product-swiper-button-next {
        background: url(../images/next.png);11
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        z-index: 10;
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
    .product-swiper-button-prev {
        background: url(../images/prev.png);
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        z-index: 10;
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
    .product-swiper-button-prev:hover {
        background: url(../images/prevho.png);
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
    .product-swiper-button-next:hover {
        background: url(../images/nextho.png);
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }
}


/*超大屏幕*/
@media screen and (min-width: 1900px) {
    .mySwiper {
        width: 100%;
        height: 600px;
    }
}

@media screen and (min-width: 2000px) {
    body {
        width: 2000px;
        margin: 0 auto;
    }
}
