@charset="utf-8";
body,html{ padding:0; margin:0; font-size:14px; color:#666; font-family: '微软雅黑' !important; /*font-family: "微軟正黑體","Microsoft Yahei","Hiragino Sans GB","SimHei","STHeiti" !important;*/}
ul,li,p,h1,h2,h3,dl,dt,dd,input{ padding:0; margin:0; list-style:none;}
a{ text-decoration:none; color:#666; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a:hover{ color: #104c89 !important; text-decoration: none;  -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.demo{ -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.clear{ clear:both;}
img{ vertical-align:top; border:none;}
input{ font-family: '微软雅黑' !important;}
input:focus{ outline: none;}
textarea:focus{ outline: none; }
.phoneicon{ display: none; }

/* 头部 */
.head-box-pc{ width: 100%; height: 96px; background: #fff; position: fixed; top: 0; left: 0; z-index: 9; box-shadow: 0 1px 3px rgba(0,0,0,0.1);}
.head-box-pc .head{ width: 1200px; height: 96px; margin: 0 auto; }
.head-box-pc .head .logo{ width: 320px; height: 96px; float: left;}
.head-box-pc .head .menu{ width: 665px; height: 96px; float: left;}
.head-box-pc .head .menu>ul>li{ display: block; width: 95px; height: 96px; float: left; position: relative; font-size: 16px; }
.head-box-pc .head .menu>ul>li>a{ display: block; width: 100%; height: 96px; line-height: 96px; text-align: center; position: relative; overflow: hidden;}
.head-box-pc .head .menu>ul>li>a span{ display: block; width: 100%; height: 3px; position: absolute; bottom: -5px; left: 0%; border-bottom: solid 2px #104c89; -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.head-box-pc .head .menu>ul>li>a span img{ display: block; margin: 0 auto;}
.head-box-pc .head .menu>ul>li>a:hover span{ bottom: 0px; -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.head-box-pc .head .menu>ul>li>a.nav{ color: #104c89 !important;}
.head-box-pc .head .menu>ul>li>a.nav span{ bottom: 0px; -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.head-box-pc .head .menu>ul>li .submenu{ width: 112px; height: auto; position: absolute; left: -11px; top: 80px; z-index: 9; background: url(../images/submenubg.png) no-repeat top left; border-radius: 5px; overflow: hidden; box-shadow: 0px 7px 3px rgba(0,0,0,.3); display: none; }
.head-box-pc .head .menu>ul>li .submenu>ul{ border-radius: 5px;}
.head-box-pc .head .menu>ul>li .submenu>ul>li{ display: block; width: 100%; height: 44px; text-align: center; line-height: 44px; font-size: 14px; background: #fff;}
.head-box-pc .head .menu>ul>li .submenu>ul>li:first-child{ margin-top: 7px; border-radius: 5px 5px 0 0}
.head-box-pc .head .menu>ul>li:hover .submenu{animation: submenudemo 1s linear 0s alternate forwards; display: block;}
.head-box-pc .head .code{ width: 130px; height: 96px; float: left;}
.head-box-pc .head .code ul li{ display: block; width: 43px; height: 57px; float: left; padding-top: 39px; cursor: pointer; position: relative;}
.head-box-pc .head .code ul li img{ display: block; margin: 0 auto; }
.head-box-pc .head .code ul li .codesub{ width: 265px; height: 160px; padding-left: 5px; padding-top: 10px; /*background: url(../images/codeicon.png) no-repeat center top #fff; */ background:#fff; box-shadow: 0 3px 7px rgba(0,0,0,0.5); position: absolute; top: 79px; left: 50%; margin-left: -132.5px; display: none; border-radius: 5px; overflow: hidden; text-align: center;}
.head-box-pc .head .code ul li .codesub-icon{ width: 26px; height: 14px; position: absolute; top: 65px; left: 50%; margin-left: -13px; z-index: 2; display: none; }
.head-box-pc .head .code ul li .codesub .codeimg{ width: 130px; height: 160px; float: left; }
.head-box-pc .head .code ul li .codesub .codeimg img{ width: 120px; height: 120px; margin-left: 5px; margin-top: 8px;}
.head-box-pc .head .code ul li:hover .codesub{animation: submenudemo 1s linear 0s alternate forwards; display: block;}
.head-box-pc .head .code ul li:hover .codesub-icon{ display: block; animation: submenudemo 1s linear 0s alternate forwards; }
.head-box-pc .head .code ul li .codesub1{width: 135px; margin-left: -55px;}
.head-box-pc .head .code ul li .codetel{ width: 140px; height: 95px; padding-top: 20px; padding-left: 20px; padding-right: 20px; background: #fff; position: absolute; top: 79px; left: 50%; margin-left: -80px; display: none; border-radius: 5px; overflow: hidden;box-shadow: 0 3px 7px rgba(0,0,0,0.5);}
.head-box-pc .head .code ul li:hover .codetel{ animation: submenudemo 1s linear 0s alternate forwards; display: block; }
.head-white{ width: 100%; height: 96px; }
.head-box-pc .head .code ul li .codetel img{ width: 140px; }

.head-box{ display: none; }

/* 底部 */
.bottom-box{ width: 100%; height: auto; padding: 40px 0; border-bottom: solid 1px #213146; background: #0f1b2c; }
.bottom-box .bottom-center{ width: 1200px; height: auto; overflow: hidden; margin: 0 auto; }
.bottom-box .bottom-center ul{ display: block; width: 160px; height: auto; float: left; position: relative; }
.bottom-box .bottom-center ul li{ display: block; width: 100%; height: 31px; line-height: 31px; background: url(../images/bottomicon.png) no-repeat left center; text-indent: 1em;}
.bottom-box .bottom-center ul li a{ font-size: 14px; color: #ccc !important; }
.bottom-box .bottom-center ul li a:hover{ text-decoration: underline; color: #ccc !important; }
.bottom-box .bottom-center .bottom-tit{ display: block; width: 100% !important; height: 40px !important; line-height: 40px !important; font-size: 18px;color: #fff; background: none !important; text-indent: 0em !important;}
.bottom-box .bottom-center .botabout{ width: 200px; height: auto; overflow: hidden; float: left; position: relative; }
.bottom-box .bottom-center .botabout div{ display: block; width: 50%; height: 31px; line-height: 31px; background: url(../images/bottomicon.png) no-repeat left center; text-indent: 1em; float: left;}
.bottom-box .bottom-center .botabout div a{ font-size: 14px; color: #ccc !important; }
.bottom-box .bottom-center .botabout div a:hover{ text-decoration: underline; color: #ccc !important; }
.bottom-box .bottom-center .research{ width: 180px; height: auto; padding-left: 80px; float: left; position: relative; }
.bottom-box .bottom-center .research .research-list{ width: 100%; height: auto; padding-bottom: 15px; }
.bottom-box .bottom-center .research .research-list a{ color: #fff !important; font-size: 16px; }
.bottom-box .bottom-center .research .research-list a:hover{ text-decoration: underline; color: #fff !important; }
.bottom-box .bottom-center .research .research-list a img{ margin-right: 7px; }
.bottom-box .bottom-center dl{ display: block; width: 340px; height: 132px; float: right; margin-top: 15px; position: relative;}
.bottom-box .bottom-center dl dt{ display: block; width: 208px; height: 132px; float: left; }
.bottom-box .bottom-center dl dt .dl-tit{ width: 100%; height: auto; font-size: 14px; color: #fff; padding-top: 15px; }
.bottom-box .bottom-center dl dt .dl-tel{ width: 100%; height: auto; font-size: 22px; font-weight: bold; color: #ccc; padding: 7px 0; }
.bottom-box .bottom-center dl dt .dl-a{ width: 100%; height: 40px; }
.bottom-box .bottom-center dl dd{ display: block; width: 132px; height: 132px; float: right; }
.bottom-box .bottom-center dl dd img{ width: 132px; height: 132px; }

.foot-box{ width: 100%; height: 50px; line-height: 50px; background: #0f1b2c; color: #ccc; }
.foot-box .foot-cent{ width: 1200px; height: 50px; margin: 0 auto; font-size: 12px; }
.foot-box .foot-cent span{ float: right; }
.foot-box .foot-cent span a{ color: #ccc !important; }
.foot-box .foot-cent span a:hover { color: #fff !important; }

/* CSS3动画区 */
@-webkit-keyframes submenudemo {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes submenudemo {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}