@charset "utf-8";
/* Css Document */
*, *:after, *:before{ box-sizing:border-box; -webkit-box-sizing:border-box;}
html{ font-family:Microsoft YaHei; font-size:14px; color:#555;}
html{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
body{ width:expression(document.body.clientWidth <= 320? "320px": "auto"); min-width:320px;}
body,div,ul,li,dl,dt,dd,ol,form,a,span,p,h1,h2,h3,h4,h5,h6,label,table,tbody,tr,th,td,object,iframe,icon{ margin:0px; padding:0px;}
html,body{ height:100%;}
img{ vertical-align:bottom; border:none;}
ul,li{ list-style-type:none;}
a{ color:#555; text-decoration:none; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;}
a:hover{ color:#01368f; text-decoration:none;}
a{ outline: none;}
a:active{ star:expression(this.onFocus=this.blur());}
:focus{ outline:0;}
.clear{ width:0px; height:0px; padding:0px; margin:0px; clear:both;}
@font-face {
 font-family: "vi-logo-font-Gotham-Book";
 src: url("../Fonts/vi-logo-font-Gotham-Book.otf");
 src: url("../Fonts/Gotham-Book.eot") format("embedded-opentype"),
 url("../Fonts/Gotham-Book.woff") format("woff"),
 url("../Fonts/Gotham-Book.ttf") format("truetype"),
 url("../Fonts/Gotham-Book.svg") format("svg");
}
a:hover,a:active,a:link{ color: #333; }

.w1200{
    width: 1200px;
    margin:0 auto;
}

/* Css Heard */
header{
    position:fixed;
    top:0;
    left:0;
    height:80px;
    width:100%;
    background-color:#fff;
    opacity: 0.95;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 10px 15px -10px rgba(0,0,0,.1);

    -webkit-transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    transition-duration:0.4s;
    z-index: 101;
}

/* Css Top */
.logo{
    float:left;
    width:340px;
    height:80px;
  
}
.logo img{
    width:340px;
    height:80px;
}
.menu{
    float:right;
}
.menu ul li{
    background: url(../Images/line.png) no-repeat center right;
    float:left;
    position:relative;
}
.menu ul li a{
    display:block;
    padding:0 34px;
    font-size:15px;
    color:#333;
    height:80px;
    line-height:80px;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.menu ul li:hover a{
    
    color:#f19901;
}
.menu ul li ul{
    position:absolute;
    left:0;
    top:88px;
    background-color:#01368f;
    height:0;
    overflow:hidden;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.menu ul li:hover ul{
    padding-top:25px;
    height:120px;
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=1)";
}
.menu ul li ul li{
    float:inherit;
    width:150px;
}
.menu ul li:hover ul.menu-product{
    height:408px;
}
.menu ul li:hover ul.menu-product li{
    width:280px;
}
.menu ul li:hover ul.menu-news{
    height:152px;
}
.menu ul li:hover ul.menu-about{
    height:248px;
}
.menu ul li ul li a, .menu ul li:hover ul li a{
    display:block;
    height:32px;
    line-height:32px;
    font-size:14px;
    font-weight:normal;
    color:#fff;
    background:none;
}
.menu ul li ul li a:hover, .menu ul li:hover ul li a:hover{
    font-weight:600;
}
.db-tb{
    float:right;
    width: 215px;

}
.db-tb p{
    float:right;
    margin-top: 26px;
    color: #d81c1b;
    font-size: 16px;
    margin-left: 8px;
}
.db-tb a{
    display:block;
    float:left;
    width:34px;
    height:34px;
    border:1px solid #fff;
    margin-top:27px;
    margin-left:18px;
    border-radius:50%;
    -webkit-border-radius:50%;
    position: relative;

}
.db-tb a.db-search:hover{
    background-color:#01368f;
    border:1px solid #01368f;
}
.db-tb .search{
    width: 320px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    top:40px;

    display: none;
    box-shadow: 0 0px 15px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.db-tb .search .search_ipt{
    width: 300px;
   border:0px;
    height: 38px;
    line-height: 38px;


    outline: none;
}
.db-tb .search .search_btn{
    width: 20px;
    height: 20px;
    border:none;
    outline: none;
    position: absolute;
    top:11px;
    right: 15px;
    background: url(../Images/zoom.png) no-repeat center;
    background-size: cover;
    padding:0;
    margin:0;
    cursor: pointer;
}


/* Css Area */
.fl-bg{ display:none; background-color:#f5f5f5; padding:0 10%; text-align:center; padding-bottom:15px; color:#888;}
.fl-bg a{ color:#888;}
.fl-bg a:hover{ color:#01368f;}

/* Css Tel */
.tl-bg{ background-color:#f5f5f5; padding:0;}
.tl-bg ul{ height:150px; margin-bottom:-75px; background-color:#fff; position:relative; z-index:10;}
.tl-bg ul li{ float:left; width:25%; height:150px; padding-top:39px; border-right:1px solid #f5f5f5;}
.tl-bg ul li:nth-of-type(4){ border-right:none;}
.tl-bg ul li a{ display:block; width:84%; margin:auto; color:#888; cursor:pointer;}
.tl-bg ul li a > span{ display:block; float:left; width:72px; height:72px; margin-right:20px; background-color:#01368f; background-repeat:no-repeat; background-position:center; background-size:34px 36px; border-radius:50%; -webkit-border-radius:50%; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;}
.tl-bg ul li a > span.in01{ background-image:url(../Images/lx01.png);}
.tl-bg ul li a > span.in02{ background-image:url(../Images/lx02.png);}
.tl-bg ul li a > span.in03{ background-image:url(../Images/lx03.png);}
.tl-bg ul li a > span.in04{ background-image:url(../Images/lx04.png);}
.tl-bg ul li a p{ padding-top:15px; line-height:20px; word-wrap:break-word;}
.tl-bg ul li a p strong{ display:block; font-size:15px; font-weight:normal; color:#333; margin-bottom:4px;}
.tl-bg ul li a p span{ font-family:Arial;}
.tl-bg ul li a p u{ text-decoration:none;}
.tl-bg ul li a:hover{ color:#0c47ae;}
.tl-bg ul li a:hover > span{ background-color:#0c47ae; border:1px solid #0c47ae; background-size:24px 25px;}
.tl-bg ul li a:hover p strong{ color:#0c47ae;}

/* Css Bottom */

.foot_top{ padding: 20px 0; position: absolute;background: #fff;z-index: 33;top: -45px;    width: 1200px;left: 50%;margin-left: -600px;}
.foot_top ul li { font-size: 16px;float: left; width: 33.33%;text-align: center;}
.foot_top ul li.foottel{ color: #dd241f; font-size: 20px;}
.foot_top ul li img{ vertical-align: middle; margin-right: 10px;}
.friend{ width: 100%; }
.friend li a{ color: #fff;float: left;margin-right: 30px; }
.bt-bg h3{ font-size: 22px;background:url(../Images/foot_line.png) no-repeat left bottom; font-weight: normal;color: #fff;height:50px;line-height: 50px;margin-bottom: 20px;}
.bt-bg{ background:#1c1c1c; padding:120px 0 0;position: relative;}
.bt-bg .bt-ls{ float:left; overflow:hidden;}
.bt-bg .bt-ls ul li{ float:left;width:130px;}
.bt-bg .bt-ls ul li a{ display:block; color:#fff; line-height:24px;font-size: 12px;}
.bt-bg .bt-ls ul li a.nm{ font-size:16px; color:#fff; line-height:38px;margin-bottom: 5px;}
.bt-bg .bt-ls ul li a:hover{ color:#fff;}
.bt-bg .bt-ls ul li a:hover.nm{ font-weight:600;}
.bt-bg .bt-ig{ 
    width:363px;
    height:189px;
    background:url(../Images/map.png) no-repeat center;
    float:right; 
    color: #fff;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    line-height: 48px;
    overflow:hidden;
}
.bt-bg .bt-cy{ margin-top:70px; line-height:50px; color:#fff;border-top: 1px solid rgba(255,255,255,.05);}
.bt-bg .bt-cy font{ font-family:Arial;}
.bt-bg .bt-cy span{ float:right;}
.bt-bg .bt-cy span a{ color:#fff;}
.bt-bg .bt-cy span a:hover{ color:#fff;}

/* Css Inside */
.tl-in{ display:none; background-color:#fff;}
.tl-in ul{ background-color:#f5f5f5;}
.tl-in ul li{ border-right:1px solid #e8e8e8;}
.cd-main-content{width: 100%;overflow: hidden;}
.ny{ padding:48px 10% 0; height:340px;}