﻿@charset "utf-8";

html {
    font-size: 625%;
}

body {
    font-size: 14px;
}

body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure {
    margin: 0;
    padding: 0;
}

body, html, input, button, textarea {
    color: #231f20;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5
}

article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

body {
    background: #fff;
}

h1 {
    font-size: 20px;
    font-size: .2rem;
}

h2 {
    font-size: 18px;
    font-size: .18rem;
}

h3 {
    font-size: 16px;
    font-size: .16rem;
}

h4, h5 {
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

i, em {
    font-style: normal;
}

a {
    color: #231f20;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

    a:hover {
        color: #fad216;
        text-decoration: none;
    }

input[type="text"]:focus {
    outline: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0;
}

a:active, select, input, textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    outline: 0;
}


/* clear floating */
.clearfix:after, .layout:after, .topbar:after, .product-intro:after, .product-shop dl:after, .color-list:after, #respond:after, .goods-related .related-list ul:after, .head-wrapper:after, .blog-widget .foot-blog-item:after, .items_content li:after, .blog-list .blog-item:after, .index-discover ul li:after, .exhibition-tit-bar:after, .detail-tabs:after, .index-video-news .layout:after, .index-news .index-news-cont .index-new-list:after, .index-newsletter-testimonial .layout:after, .index-about:after, .news-slides .news-item:after, .page-bar:after, .company-data-wrap:after, .nav-bar:after, .index-service:after, .page-bar:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix, .layout, .topbar, .product-intro, .product-shop dl, .color-list, #respond, .goods-related .related-list ul, .head-wrapper, .blog-widget .foot-blog-item, .items_content li, .blog-list .blog-item, .index-discover ul li, .exhibition-tit-bar, .detail-tabs, .index-video-news .layout, .index-news .index-news-cont .index-new-list, .index-newsletter-testimonial .layout, .index-about, .news-slides .news-item, .page-bar, .company-data-wrap, .nav-bar, .index-service, .page-bar {
    *zoom: 1;
}

.clear {
    clear: both;
}
/* layout */
.z9999 {
    z-index: 9999 !important;
}

.inline_block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

@media (max-width: 1368px){
    .layout, .nav-bar .nav-wrap, .path-bar .path-nav {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    body {
        width: 100%;
        min-width: 1200px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .wrap {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }

    /*    导航条    */
    #menu_out {
        /*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);*/
        border-radius: 5px;
        height: 70px;
        background: #fff;
        position: relative;
        z-index: 50;
        width: 1200px;
        margin: 0 auto;
    }

        #menu_out .logo {
            max-width: 25%;
            float: left;
            margin: 18px 2% 0 0;
        }

            #menu_out .logo img {
                width: 100%;
                max-height: 57px;
                vertical-align: top;
            }

    #menu {
        display: block;
        line-height: 150px;
        width: 70%;
        float: right;
    }

        #menu li {
            float: left;
            width: 12%;
            margin: 0 1%;
        }

            /* #menu li:first-child{ width: 12.5%; } */
            #menu li a {
                display: block;
                text-align: center;
                color: #141414;
                font-size: 16px;
                line-height: 70px;
                height: 70px;
            }

            #menu li:last-child a {
                border-right: none;
            }

            /* #menu li:first-child a {
    background: none;
    padding-left: 60px;
    padding-right: 60px;
} */
            #menu li a:hover, #menu li a:active, #menu li a.A {
                border-bottom: 3px solid #004ea2;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            #menu li div.menu_bg {
                position: absolute;
                left: 0;
                top: 70px;
                width: 100%;
                height: 320px;
                display: none;
            }

            #menu li div.menu_bg_bg {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 210px;
                z-index: 1;
            }

            #menu li div.menu_con {
                width: 50%;
                position: absolute;
                top: 0;
                left: 30%;
                z-index: 9999;
                overflow: hidden;
                background: #f8f8f8;
            }

            #menu li p.menu_list {
                width: 50%;
                float: left;
                z-index: 2;
                margin-top: 30px;
            }

                #menu li p.menu_list a {
                    font-size: 14px;
                    color: #666;
                    font-weight: 400;
                }

            #menu li div a {
                width: 50%;
                float: left;
                display: block;
                padding: 0;
                font-size: 12px;
                text-align: center;
                height: 35px;
                line-height: 35px;
                color: #666;
            }

                #menu li div a:hover {
                    border-bottom: none;
                    color: #004ea2;
                }

            #menu li p.menu_img {
                width: 50%;
                overflow: hidden;
            }

                #menu li p.menu_img img {
                    float: right;
                }

                #menu li p.menu_img span {
                    display: block;
                    width: 80%;
                    height: 60px;
                    line-height: 60px;
                    float: right;
                    font-size: 16px;
                    font-weight: bold;
                    margin-bottom: 20px;
                }

            #menu li div.menu_txt {
                width: 786px;
                float: right;
                color: #0066CC;
            }

                #menu li div.menu_txt p {
                    margin-bottom: 12px;
                }

            #menu li div.menu_con2 {
                width: 100%;
                left: 0%;
            }

            #menu li div.menu2_center {
                width: 80%;
                margin: 2% auto 5%;
                overflow: hidden;
            }

            #menu li dl.dl_list {
                width: 25%;
                float: left;
            }

                #menu li dl.dl_list dt, #menu li dl.dl_list dd {
                    overflow: hidden;
                }

                    #menu li dl.dl_list dt a, #menu li dl.dl_list dd a {
                        text-align: left;
                        width: 60%;
                        height: 30px;
                        line-height: 30px;
                        font-size: 14px;
                        font-weight: 400;
                    }

                #menu li dl.dl_list dt {
                    margin-bottom: 4%;
                }

                    #menu li dl.dl_list dt a {
                        font-weight: bold;
                        font-size: 18px;
                    }
}

@media (min-width: 1369px) {
    .layout, .nav-bar .nav-wrap, .path-bar .path-nav {
        width: 1400px;
        margin: 0 auto;
        position: relative;
    }

    body {
        width: 100%;
        min-width: 1400px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .wrap {
        width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }

    /*    导航条    */
    #menu_out {
        /*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);*/
        border-radius: 5px;
        height: 70px;
        background: #fff;
        position: relative;
        z-index: 50;
        width: 1400px;
        margin: 0 auto;
    }

        #menu_out .logo {
            max-width: 25%;
            float: left;
            margin: 18px 2% 0 0;
        }

            #menu_out .logo img {
                width: 100%;
                max-height: 57px;
                vertical-align: top;
            }

    #menu {
        display: block;
        line-height: 150px;
        width: 70%;
        float: right;
    }

        #menu li {
            float: left;
            width: 12%;
            margin: 0 1%;
        }

            /* #menu li:first-child{ width: 12.5%; } */
            #menu li a {
                display: block;
                text-align: center;
                color: #141414;
                font-size: 16px;
                line-height: 70px;
                height: 70px;
            }

            #menu li:last-child a {
                border-right: none;
            }

            /* #menu li:first-child a {
    background: none;
    padding-left: 60px;
    padding-right: 60px;
} */
            #menu li a:hover, #menu li a:active, #menu li a.A {
                border-bottom: 3px solid #004ea2;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            #menu li div.menu_bg {
                position: absolute;
                left: 0;
                top: 70px;
                width: 100%;
                height: 320px;
                display: none;
            }

            #menu li div.menu_bg_bg {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 210px;
                z-index: 1;
            }

            #menu li div.menu_con {
                width: 50%;
                position: absolute;
                top: 0;
                left: 30%;
                z-index: 9999;
                overflow: hidden;
                background: #f8f8f8;
            }

            #menu li p.menu_list {
                width: 50%;
                float: left;
                z-index: 2;
                margin-top: 30px;
            }

                #menu li p.menu_list a {
                    font-size: 14px;
                    color: #666;
                    font-weight: 400;
                }

            #menu li div a {
                width: 50%;
                float: left;
                display: block;
                padding: 0;
                font-size: 12px;
                text-align: center;
                height: 35px;
                line-height: 35px;
                color: #666;
            }

                #menu li div a:hover {
                    border-bottom: none;
                    color: #004ea2;
                }

            #menu li p.menu_img {
                width: 50%;
                overflow: hidden;
            }

                #menu li p.menu_img img {
                    float: right;
                }

                #menu li p.menu_img span {
                    display: block;
                    width: 80%;
                    height: 60px;
                    line-height: 60px;
                    float: right;
                    font-size: 16px;
                    font-weight: bold;
                    margin-bottom: 20px;
                }

            #menu li div.menu_txt {
                width: 786px;
                float: right;
                color: #0066CC;
            }

                #menu li div.menu_txt p {
                    margin-bottom: 12px;
                }

            #menu li div.menu_con2 {
                width: 100%;
                left: 0%;
            }

            #menu li div.menu2_center {
                width: 80%;
                margin: 2% auto 5%;
                overflow: hidden;
            }

            #menu li dl.dl_list {
                width: 25%;
                float: left;
            }

                #menu li dl.dl_list dt, #menu li dl.dl_list dd {
                    overflow: hidden;
                }

                    #menu li dl.dl_list dt a, #menu li dl.dl_list dd a {
                        text-align: left;
                        width: 60%;
                        height: 30px;
                        line-height: 30px;
                        font-size: 14px;
                        font-weight: 400;
                    }

                #menu li dl.dl_list dt {
                    margin-bottom: 4%;
                }

                    #menu li dl.dl_list dt a {
                        font-weight: bold;
                        font-size: 18px;
                    }
}


a.en {
  float: left;
  width: 5%;
  height: 70px;
  line-height: 70px;
  padding-left: 3%;
  background: url(../images/en.png) left center no-repeat;
  color: #004ea2; }

.search {
  float: left;
  width: 3%;
  height: 70px;
  line-height: 70px;
  background: url(../images/search.png) center no-repeat;
  cursor: default; }

.top_icon {
  width: 10%;
  float: left;
  overflow: hidden; }

.top_icon a {
  display: block;
  float: left;
  width: 50px;
  height: 70px;
  line-height: 70px;
  background: url(../images/ft_share_02.png) 5px center no-repeat; }

.top_icon a:last-child {
  background: url(../images/ft_share_02.png) -47px center no-repeat; }

.show_search {
  display: none;
  width: 100%;
  padding: 1.5% 12% 1.5% 11%;
  background: #fff; }

.show_search img {
  margin-left: 10%; }

.show_search input {
  appearance: none;
  -webkit-appearance: none;
  border: 0; }

.show_search input[type=text] {
  display: inline-block;
  padding-left: 1%;
  border-left: 1px solid #e4e4e4;
  color: #808080;
  font-size: 16px;
  margin-left: 1%;
  width: 50%; }

.show_search input[type=submit] {
  float: right;
  background: transparent url(../images/search.png) center no-repeat;
  text-indent: -99em;
  width: 5%;
  padding: 0 0 1%; }







/* footer */
.pageFooter {
  background-color: #282828;
  color: #fff;
  font-size: 13px;
  overflow: hidden; }

.foot_main {
  padding: 50px 0 50px;
  overflow: hidden; }

.foot_main dl {
  float: left; }

.foot_main dd {
  color: #a7abb0;
  line-height: 2; }

.foot_main dt {
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-weight: 400; }

.foot_main dt:after {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #004ea2;
  position: absolute;
  left: 0;
  bottom: 0; }

.ft_dl_01 {
  width: 18.5%; }

.ft_dl_02 {
  width: 15.5%; }

.ft_dl_03 {
  width: 15.5%; }

.ft_dl_04 {
  width: 24%; }

.ft_dl_05 {
  width: 25%;
  float: right; }

.ft_dl_01 dd a, .ft_dl_02 dd a, .ft_dl_03 dd a, .ft_dl_04 dd a, .ft_dl_05 dd a {
  color: #a7abb0; }

.ft_zq, .ft_search {
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  margin-bottom: 10px; }

.ft_zq {
  background-color: #e75826;
  position: relative; }

.ft_zq ._a {
  display: block;
  padding: 0 10px 0 20px;
  cursor: pointer; }

.ft_zq .ion {
  float: right;
  font-size: 0px;
  font-family: 0/a;
  width: 30px;
  height: 30px;
  background: url(../img/jt_left.png) no-repeat;
  margin-top: 10px;
  background-position: -7px -7px; }

.ft_zq .ion.jt_btm {
  background-position: -51px -7px; }

.ft_zq .btm_zq_list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #e75826;
  width: 100%;
  z-index: 10; }

.ft_zq .btm_zq_list li {
  border-top: 1px solid #eee;
  width: 100%; }

.ft_zq .btm_zq_list a {
  display: block;
  color: #fff;
  padding-left: 20px; }

.ft_search {
  background-color: #d7d7d7;
  position: relative; }

.ft_search form {
  padding: 0 10px 0 20px; }

.ft_search input {
  border: 0;
  background-color: transparent;
  width: 80%;
  color: #000; }

.ft_search .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  text-indent: -99em;
  background: url(../images/search.png) no-repeat;
  background-position: 12px 12px; }

.ft_share {
    padding-left: 20px;
    margin-top: 30px;
}

.ft_mobile {
    padding-left: 20px;
    margin-top: 30px;
    float: left;
}

.ft_wechat {
    padding-left: 60px;
    margin-top: 30px;
    float: left;
}

.copyright {
    padding: 10px;
    background-color: #333;
    text-align: center;
    color: #a7abb0;
}

    .copyright a {
        color: #a7abb0;
        text-decoration: none;
    }

        .copyright a:hover {
            color: #a7abb0;
            text-decoration: none;
        }

.gotop {
    position: fixed;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    right: .17rem;
    bottom: .32rem;
    background: #00598b;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 0 0 .12rem rgba(0,89,139,.8);
    -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
    animation: tm-bounce 2.0s infinite ease-in-out;
}
    .gotop:hover {
        /*-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);*/
    }
/* transition */
.owl-nav, .owl-nav .owl-prev, .owl-nav .owl-next, .gotop, .nav > li > a:before, .nav-bar .nav > li:before, .foot-social li img, .head-social li img, .nav-bar .nav li .nav-ico:before, .mobile-head-item .middle-content-wrap, .gotop, .gm-delay, .read-more, .pages a, .product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy, .subscribe-form .subscribe-btn, .head-contact .head-phone:before, .head-contact .head-email:before, .search-title, .nav li a:after, .index-product-more, .index-case-more, .case-item .case-img img, .ad_banner .more, .index-product-more a, .review-items .owl-prev:before, .review-items .owl-next:before, .review-item .item-wrap, .company-content .more, .foot-item.foot-item-list li, .nav-bar .nav li li a, .skype-container li, .index-contact .contact-button, .product-item .item-inquiry, .synopsis-item .item-img, .synopsis-item .item-img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
