﻿body
{
    font-family: "微软雅黑" ,Verdana,Tahoma,Arial,Helvetica, "宋体" ,sans-serif;
    font-size: 10pt;
    color: #2b2f32;
}
/*********************Search Part*****************************/
.searchpart
{
    width: 245px;
    height: 30px;
    line-height: 23px;
    float: left;
}
.searchwords
{
    color: #252525;
    font-size: 14px;
}
.defaltwords
{
    color: #808080;
    font-size: 12px;
}
.searchcontent
{
    background-image: url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/searchleft.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 213px;
    height: 28px;
    float: left;
}
.searchcontent input
{
    width: 200px;
    margin-left: 13px;
    height: 18px;
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    margin-top: 0px;
}
.searchbutton
{
    background-image: url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/searchbutton.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    float: right;
    cursor: pointer;
}
/*********************We Chat*****************************/
.officalpicpart
{
    max-width: 115px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 25px;
}
.Wechat
{
    float: left;
    display: none;
}
.imgWechat
{
    width: 230px;
    display: none;
    position: absolute;
    z-index: 99999;
    height: 185px;
}
/**************************Lanugage Change************************/
.languagepart
{
    width: 140px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 330px;
    margin-right: 28px;
    font-size: 13px;
}
#language
{
    float: left;
    width: 140px;
}
#language ul, #language ol, #language li
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#language a
{
    text-decoration: none;
    display: block;
}
#language ul
{
    text-align: left;
}
#language .arrow
{
    /* 菜单项的右侧小箭头 */
    float: right;
    padding-right: 5px;
}
#language > ul
{
    height: 30px;
}
/* 即使没有菜单项也能保持顶级菜单栏的高度。 */
#language > ul > li
{
    display: inline-block;
    width: 140px;
}
#language > ul > li > a
{
    color: #fff;
}
#language > ul > li:hover
{
    background: #FFFFFF; /* 靠近一级导航时的底色 */
}
/* 下拉的菜单栏 */
#language > ul > li ul
{
    display: none;
    width: 110px;
    position: absolute;
    background: #FFFFFF; /* 二级导航底色 */
    z-index: 99999;
    border: 1px solid #dcdbeb;
}
.imglanguage
{
    background-image: url(/_layouts/images/Nuctech.OfficialWebsite.Portal/FrontImg/language.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: 1px;
}
.languagedesc
{
    line-height: 27px !important;
}
/* 下拉菜单的菜单项 */
#language > ul > li > ul li
{
    /*padding-left: 5px;*/
    text-align: center;
    position: relative;
}
#language > ul > li > ul li > a
{
    color: #000;
}
#language > ul > li > ul li:hover
{
    background: #f0f2f4; /* 靠近二级导航底色 */
}
/***************************Logo And Banner********************************/
.headerline
{
    width: 100%;
    height: 8px;
    background-color: #00539f;
}
.logocontainer
{
    background-image: url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/logo.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 22px;
    width: 397px;
    float: right;
    height: 67px;
    cursor: pointer;
}
.nuctechnav
{
    margin-top: 12px;
    height: 40px;
    position: absolute;
    min-width: 830px;
}
.bannerright
{
    margin-top: 14px;
    position: absolute;
    top: 10px;
    min-width: 850px;
}
#s4-workspace
{
    background-image: url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/pagebg.jpg);
    background-position: left top;
    background-repeat: repeat;
}
.slidernav
{
    height: 7px;
    margin-left: 60px;
    overflow: hidden;
    position: absolute;
    right: 0px;
}
.sliderarrow
{
    background-image: url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/navslider.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 7px;
    width: 20px;
}
.sliderbg
{
    width: 100%;
    height: 7px;
    background-color: #00539f;
    margin-left: 20px;
}
/************************End Logo And Banner********************************/
/************************Hover Menu*************************/
.viewcontet
{
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#ececec,direction=90,strength=6) progid:DXImageTransform.Microsoft.Shadow(color=#ececec,direction=180,strength=6);*/ /*-moz-box-shadow: 6px 6px 20px #e1e1e1;*/ /*firefox*/ /*-webkit-box-shadow: 6px 6px 20px #e1e1e1;*/ /*safari或chrome搜索*/ /*box-shadow: 6px 6px 10px #e1e1e1; */ /*opera或ie9*/
}
.hovermenu
{
    margin: 7px auto 0px auto;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 9999;
}
.hhovermenu
{
    left: 50%; /*margin-left: -435px;*/
    margin-left: -80%;
}
.vhovermenu
{
    right: 0px;
}
.cont
{
    /*border-top: 5px solid rgb(0, 83, 159);*/
}
/************************End Hover Menu*************************/
/******Hrizon menu*******/
.conthri
{
    width: 1000px;
    padding-left: 20px;
}
.menuItem
{
    width: 195px;
}
.menuItem a
{
    color: #4a4a4a;
}
.menuItem a:hover
{
    color: #4a4a4a;
    text-decoration: underline;
}
.conthri UL LI:first-child
{
    border-left: 1px solid #b1cde8;
}
.conthri UL
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
}
.conthri UL LI
{
    float: left;
    margin-top: 14px;
    border-right: 1px solid #b1cde8;
}
.newline
{
    clear: both;
    border-left: 1px solid #b1cde8;
}
.navimg
{
    padding: 0px 7px;
    width: 181px;
}
.navimginner
{
    width: 180px;
    height: 78px;
    border: 0px;
}
.navhorisecond
{
    font-size: 13px;
    line-height: 25px;
    padding-left: 7px;
    margin-top: 0px;
    width: 172px;
    margin-left: 8px;
    margin-top: -29px;
    background-color: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    background: rgba(0,0,0,0.3);
    margin-bottom: 5px;
}
.navhorititle
{
    color: #f8f8f8;
    position: relative;
}
.navhorithird
{
    font-size: 12px;
    line-height: 20px;
    padding-left: 7px;
}
/******End Hrizon menu*******/
/******Vertical menu*******/
.contvertical
{
    width: 590px;
    height: 368px !important;
}
.menusecond
{
    width: 170px;
    float: left;
    height: 368px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    background-color: #f7fbff;
}
.menusecond a
{
    color: #8d8d8e;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #cfd3d6;
}
.menusecond a:hover
{
    color: #8d8d8e;
}
.vmenuitem
{
    width: 140px;
    cursor: pointer;
}
.vmenuitem:hover
{
    color: #3f4041;
}
.menudescpart
{
    width: 400px;
    margin-left: 190px;
    background-color: #FFFFFF;
    padding-top: 24px;
}
.itemdesc
{
    width: 362px;
    margin: 0px auto;
}
.hitemtitle
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 30px;
}
.hitemDescription
{
    line-height: 20px;
    font-size: 13px;
}
/******End Vertical menu*******/
/***************Footer Container*******************/
.footercontainer
{
    background-color: rgb(106, 110, 113);
    padding-left: 9px;
}
.footerlinks
{
    background-image: url(/_layouts/Images/Nuctech.OfficialWebsite.Portal/FrontImg/lybackImg2.jpg);
    width: 1136px; /*满屏1188*/
    margin: 0 auto;
    padding: 0px 32px;
    display: table;
    padding-bottom: 40px;
    background-repeat: repeat-x;
}
.footerlinkscontainer
{
    padding-bottom: 40px;
}
.footeritem
{
    margin-top: 40px;
    float: left;
    color: white;
    max-width: 170px;
    min-width: 160px;
    padding-right: 20px;
}
.firstnav
{
    font-size: 16px;
    letter-spacing: -1px;
    height: 46px;
    line-height: 36px;
}
.firstnav A, .firstnav A:hover
{
    color: #FFFFFF;
}
.secondnav
{
    letter-spacing: 0px;
    padding: 5px 0px;
}
.secondnav A, .secondnav A:hover
{
    color: #FFFFFF;
    white-space: normal;
    line-height: 17px;
    display: block;
}
.secondnav A:hover
{
    text-decoration: underline;
}
.footerrights
{
    background-color: #9da0a5;
}
.footerrightscontainer
{
    color: White;
    width: 1200px;
    height: 76px;
    line-height: 60px;
    margin: 0 auto;
}
.rightsword
{
    float: left;
    width: 730px;
}
.rightslinks
{
    float: left;
    margin-right: 20px;
}
.rightslinks A
{
    color: #FFFFFF;
}
.rightslinks A:hover
{
    text-decoration: underline;
}
.nuctechcard
{
    width: 127px;
    height: 200px;
    float: left;
    margin-top: 10px;
    display: none;
}
.imgcard
{
    color: #FFFFFF;
    font-size: 9pt;
}
#imgcard
{
    background-image: url(/_layouts/images/Nuctech.OfficialWebsite.Portal/FrontImg/wechat_H.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 13px;
    padding-left: 25px;
    letter-spacing: 1px;
    cursor: pointer;
}
.footerimg
{
    line-height: 80px;
}
/***************End Footer Container*******************/
/************************Recover System*************************/
.s4-title
{
    height: 118px;
    background-color: #FFFFFF; /*overflow: hidden;*/
    padding-left: 0px !important;
}
.s4-titlelogo
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    width: 35%;
}
.s4-titletable
{
    height: 118px;
    font-size: 16px;
    font-family: "微软雅黑" ,Verdana,Tahoma,Arial,Helvetica, "宋体" ,sans-serif;
    margin: 0px auto;
}
.ms-titlerowborder
{
    border-right: 0px;
}
.s4-ba
{
    padding-bottom: 0px;
}
.s4-ca
{
    background-color: transparent !important;
}
BODY #s4-bodyContainer
{
    display: table;
    width: 100%;
    margin: 0px auto;
}
A
{
    outline: none;
}
#s4-ribbonrow
{
    display: none;
}
/*********************End Recover System***********************/
