* {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff')
    format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')
    format('truetype'), url('../fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}



ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.clearfix-130{
    clear: both;
    height: 130px;
}
.clearfix-100{
    clear: both;
    height: 100px;
}
.clearfix-80{
    clear: both;
    height: 80px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
.clearfix-55{
    clear: both;
    height: 55px;
}
.clearfix-50{
    clear: both;
    height: 50px;
}
.clearfix-45{
    clear: both;
    height: 45px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-35{
    clear: both;
    height: 35px;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-32{
    clear: both;
    height: 32px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-12{
    clear: both;
    height: 12px;
}
.clearfix-10{
    clear: both;
    height: 10px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px !important;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
/*-------------------------------------------------------------------*/
.slider_main .owl-nav .icon-slider {
    font-size: 30px;
    color: #333;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
        background: hsla(0, 0%, 100%, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
        transform: translateY(-50%);
    z-index: 999;
    opacity: 999;
}
.slider_main .owl-nav {
    top: 50%;
}
.slider_main .owl-dots .owl-dot span {
    background: rgba(51, 51, 51, 0.4);
}
.slider_main .owl-dots .owl-dot.active span, .slider_main .owl-dots .owl-dot:hover span {
    background: #333;
}
/*--------------footer*/
.txt_ft  {
    padding: 15px 0;
    background: #141937;
}
.txt_ft p {
    color: #fff;
    font-size: 12px;
     font-family: 微软雅黑, "Microsoft YaHei", Tahoma, Verdana, Simsun;
}
.flogo  {
    text-align: right;
}
.flogo li {
     display: inline-block;
}
.flogo img{
    max-height: 30px;
    
    margin:0 20px;
}
/*--------------------------------------------------*/
.as-menu {

    list-style-type: none;
    margin-bottom: 0;
}

.as-menu li {
    position: relative;
}

.as-menu li:last-child {
    /*border-bottom: none;*/
}

.as-menu li.dropdown:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    position: absolute;
    /*width: 80px;*/
    /*height: 35px;*/
    /*background: red;*/
    line-height: 45px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-bottom: 0;
    text-align: right;
    padding: 0 ;
}

.as-menu li .dropdown-content {
    list-style-type: none;
    padding-left: 0;
    max-height: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}

.as-menu li .dropdown-content li {
    border-bottom: 1px solid #fff;
    position: relative;
}

.as-menu li .dropdown-content li:last-child {
    border-bottom: none;
}

.as-menu li.dropdown.open:after {
    font-family: FontAwesome;
    content: "\f106";
}

.as-menu li.dropdown.open .dropdown-content {
    height: auto;
    max-height: 400px;
}

.as-menu li a {
    display: block;
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    color: #666;
    /*height: 45px;*/
    line-height: 45px;
    
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}

.as-menu li a:hover{
    text-decoration: underline;
}




.sub-hd{
    color: #666 ;
    font-size: 14px;
    display: block;
}
.as-menu li{
    position: relative;
    border-bottom: 1px solid #ccc;
}
.as-menu>li>a:before{
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;

    display: inline-block;
    position: absolute;
   color: #929090;
    top: 15px;
    left: 0;
}
.prod_cate_home{
    background: #efefef;
}
.as-menu li .dropdown-content li a{
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.as-menu li .dropdown-content li a:before{
    /*content: "\f105";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 10px;
    color: #000000;
    font: normal normal normal 13px/1 fontawesome;*/
}
.sub_prd_left {
        background: #FCFCFC;
    padding: 15px 20px;
    margin-top: 30px;
    max-height: 429px;
    height: 429px;
}
/*.as-menu .is-active {
    background: #2b296b;
    color: #fff;
}*/
.prd_list .tit_prd {
    font-size: 30px;
    margin: 0 0 20px;
    color: #2a2869;
    padding-bottom: 20px;
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    
}
/*------------------prd contente-right-----------------------*/
.box_prd {
    display: block;
    position: relative;
}

.box_prd .hbg {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 100%;
    top: 0;
    background: rgba(17,20,27,0.8);
    color: #fff;
    opacity: 0;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.box_prd .hbg h5 {
    top: 70%;
    position: absolute;
    margin-top: -10px;
    font-size: 18px;
    width: 100%;
    height: auto;
    display: block;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
   font-family:' 微软雅黑, "Microsoft YaHei", Tahoma, Verdana, Simsun';
    transition: 1s;
    -webkit-transition:  1s;
    -o-transition:  1s;
    transition:  1s;
}
.box_prd:hover .hbg {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 100%;
    top: 0;
    background: rgba(17,20,27,0.6);
    color: #fff;
    opacity: 1;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.box_prd:hover .hbg h5 {
    top: 50%;
    transition: 1s;
    -webkit-transition:  1s;
    -o-transition:  1s;
    transition:  1s;

}
.box_prd {
    margin-bottom: 30px;
}

/*====================*/
/*-------------------------------------------------------------------*/
/*==================================================Slider detail=================================================================*/
.gc-icon.gc-icon-download{
    display: none !important;
}
.gc-thumbs-area-next .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
}
.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-next{
    width: 36px !important;
    height: 50px !important;
    right: 10px;
}
.gc-display-area .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-prev{
    width: 36px !important;
    height: 50px !important;
    left: 10px;
}
.gc-display-area .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.gc-overlay-right-icons .gc-icon.gc-icon-next{
    width: 36px !important;
    height: 50px !important;
    text-align: center;
}
.gc-overlay-right-icons .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}
.gc-overlay-left-icons .gc-icon.gc-icon-prev{
    width: 36px !important;
    height: 50px !important;
    text-align: center;
}
.gc-overlay-left-icons .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}
.gc-icon.gc-icon-enlarge{
    display: none !important;
}
.gc-overlay-top-icons .gc-icon.gc-icon-close:before{
    content: "\f00d" !important;
    font: normal normal normal 25px/1 fontawesome !important;
    color: #fff;
    width: 24px;
    text-align: center;
}
.glass-case{
    margin: auto;
}

/*===================================================end slider detail======================================================*/
.sub_prd .tit_sub_prd {
   /* margin: 25px 0 0;*/
    color: #333;
}
.sub_prd .tit_sub_prd span {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}.tit_sub_prd{
    font-size: 24px;
}
.sub_prd h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}
.list_sub_prd li {
    float: left;
    width: 50%;
        color: #666;
        font-size: 14px;
}
.list_sub_prd li span {
    width: 62px;
}
.relate_prd h2 {
    color: #333;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
}
.slider_rl .owl-nav .icon-slide-rl {
    font-size: 25px;
    color: #2a2869;
    width: 32px;
    height: 32px;
    line-height: 27px;
    text-align: center;
        background: hsla(0, 0%, 100%, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
        transform: translateY(-50%);
    z-index: 999;
    opacity: 999;
    border: 2px solid #2a2869;
}
.slider_rl .owl-nav {
    top: 60%;
}
.slider_rl .owl-nav .owl-next {
    right: -20px;
}
.slider_rl .owl-nav .owl-prev {
    left: -20px;
}
/*------------------------------------------contact------------------------------------------*/
@media (min-width:1200px) /* lg*/ {
      .fixcontent img{
        max-width: 100%;
    }
    .fixcontent table{
        max-width: 100%;
    }
}
@media (max-width:767px) /* xs*/{
    .fixcontent img{
        width: inherit !important;
        max-width: 100%;
        height: auto !important;
    }
    .fixcontent table{
        width: inherit !important;
        max-width: 100%;
        height: auto !important;
    }
}