﻿@charset "utf-8";
body {
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0;
	color: #666;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0
}
dd, dl, dt, li, ol, ul,h1 {
	margin: 0;
	padding: 0
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
p {
	margin: 0
}
li {
	list-style-type: none
}
.blue {
	background-color: #005ba8
}
.range {
	background-color: #fda412
}
.gray {
	background-color: #f5f5f5
}
.h60 {
	padding-top: 30px;
	padding-bottom: 30px
}
/*清除浮动*/
.clear {
    clear: both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}


.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
    content:".";
}
.c_tit {
	text-align: center;
	color: #888
}
.c_tit p {
	
	color: #888
}

.c {
	text-align: center;
	color: #888
}

.c_tit strong {
	font-size: 36px;
    text-align: center;
	color: #333
}


.c strong {
	font-size: 36px;
    text-align: center;
	color: #333
}
.c p {
	font-size: 14px;
    text-indent: 2em;
    text-align: center
}

.c i {
	display: block;
	height: 15px;
	clear: both;
	float: none;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc
}

.c_tit i {
	display: block;
	height: 15px;
	clear: both;
	float: none;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc
}
#subbanner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
       margin-top:115px;
}
#subbanner .classname {
	display: table;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 450px
}
#subbanner .classname div {
	vertical-align: middle;
	display: table-cell
}
#subbanner .classname div strong {
	font-size: 40px;
	color: #FFF
}
#subbanner .classname div i {
	display: block;
	height: 5px;
	width: 80px;
	font-size: 0;
	line-height: 0;
	background-color: #FFF;
	margin-top: 12px
}
#submenu {
	height: 72px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e6e8;
	background-color: #FFF;
        position:relative;
        margin-bottom:20px;
}
#submenu ul {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}
#submenu ul li {
	display: inline-block;
	line-height: 70px;
	height: 70px;
	font-size: 16px;
	padding-right: 38px;
	padding-left: 38px
}
#submenu ul li.cur {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005ba8;
	height: 71px
}
#submenu ul li.cur a {
	color: #005ba8
}

/*头部*/
#topnav {
	height: 79px;
	position: fixed;
	z-index: 100;
	min-width: 1280px!important;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #c2c2c2;
	-webkit-box-shadow: 0px 0px 1px #c2c2c2;
	box-shadow: 0px 0px 1px #c2c2c2
}
#topnav.cur {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	top: 0px;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
 to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
 to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

@media all and (max-width:1410px) {
#topnav .logo {
	width: 162px!important;
}
#topnav .menu {
	left: 162px!important;
	right: 500px!important;
}
#topnav .op {
	width: 501px!important;
}
#topnav .op .tel {
	width: 270px!important;
}
}

#topnav .logo {
	position: absolute;
	z-index: 3;
	height: 79px;
	width: 258px;
	left: 0px;
	top: 0px;
	text-align: center;
	display: table
}
#topnav .logo span {
	vertical-align: middle;
	display: table-cell
}
#topnav .menu {
	position: absolute;
	z-index: 1;
	height: 79px;
	box-sizing: border-box;
	left: 258px;
	right: 540px
}
#topnav .menu > ul {
	width: 100%
}
#topnav .menu > ul li {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	float: left;
	height: 79px;
	width: 14.2%;
	line-height: 79px;
	text-align: center;
	font-size: 16px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 79px;
	white-space: nowrap;
}
#topnav .menu > ul li.index {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	background-image: url(../img/gb10.png)!important;
	background-repeat: no-repeat;
	background-position: left center
}
#topnav .menu > ul li.index:hover {
	background-position: left center!important
}
#topnav .menu > ul li:hover {
	background-image: url(../img/bg1.gif);
	background-repeat: no-repeat;
	background-position: center bottom
}
#topnav .menu > ul li:hover a {
	color: #333333
}
#topnav .menu > ul li.nosub {
	background-image: none
}
#topnav .menu > ul li a {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e6e8;
	text-decoration: none
}
#topnav .menu ul li .submenu {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	width: 480px;
	position: absolute;
	left: 0px;
	font-size: 14px;
	overflow: hidden;
	height: 0px;
	top: 79px
}
#topnav .menu ul li:hover .submenu {
	height: 220px
}
#topnav .menu ul li .submenu .nav {
	display: table-cell;
	width: 132px;
	padding-top: 30px;
	padding-right: 27px;
	padding-bottom: 30px;
	padding-left: 27px;
}
#topnav .menu ul li .submenu .nav ul li {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	width: auto;
	height: auto;
	clear: both;
	float: none;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #402c8c;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #402c8c;
	font-size: 14px;
}
#topnav .menu ul li .submenu .nav ul li:hover {
	background-image: none;
}
#topnav .menu ul li .submenu .nav ul li:last-child {
	border-bottom-style: none;
}
#topnav .menu ul li .submenu .nav ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	display: block;
	background-image: url(../img/ico_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#topnav .menu ul li .submenu .con {
	display: table-cell;
	line-height: 24px;
	text-align: left;
	color: #a3bbda;
	padding-right: 40px;
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
	white-space: normal;
}
#topnav .menu ul li .submenu .con strong {
	font-size: 24px;
	color: #FFFFFF;
}
#topnav .menu ul li .submenu .con p {
	padding-top: 12px;
        height:94px;
        overflow:hidden;
}
#topnav .menu ul li .submenu .con i {
	font-style: normal;
	margin-top: 20px;
	display: block;
}
#topnav .menu ul li .submenu .con i a {
	line-height: 28px;
	display: inline-block;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../img/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#topnav .op {
	position: absolute;
	z-index: 2;
	height: 79px;
	width: 541px;
	top: 0px;
	right: 0px;
}
#topnav .op .tel {
	height: 79px;
	width: 310px;
	float: left;
	line-height: 79px;
	font-family: "微软雅黑 Light";
	font-size: 14px;
	text-align: center;
	display: table;
	color: #888888;
}
#topnav .op .tel i {
	background-image: url(../img/ico_tel.gif);
	vertical-align: middle;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-right: 5px;
}
#topnav .op em {
	display: block;
	height: 100%;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 79px;
	text-align: center;
}
#topnav .op .language {
	height: 79px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	background-image: url(../img/ico_language.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 25px;
	box-sizing: border-box;
}
#topnav .op .language a {
	display: inline-block;/*padding-left: 32px;*/
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 79px;
	text-decoration: none;
	clear: both;
	float: none;
}
#topnav .op .search {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	height: 79px;
	width: 81px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#topnav .op .search .erweima {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	background-image: url(../img/weixin_erweima.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 0px;
	width: 178px;
	position: absolute;
	top: 79px;
	right: 0px;
	overflow: hidden;
}
#topnav .op .search:hover .erweima {
	height: 190px;
	top: 67px;
}
#topnav .op .search em {
	background-image: url(../img/ico_wx.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}
/*头部结束*/
/*头部新增样式*/
.Header-wrapper,.container{
  position:relative;
 left:0;
 width:100%;
 min-width:1200px;
height:auto;
}
.Header-wrapper{
 z-index:99;
}
.header-c1{
  position:relative;
  display:none;
  height:85x;
 
}
.Header-wrapper .container-header {
    height: 85px;
    background-color: #fff;
    position: fixed;
    top: 30px;
    left: 0px;
}
.contain {
    width: 1200px;
    margin: 0 auto;
}
.Header-wrapper .logo {
    height: 85px;
    line-height: 85px;
    font-size: 0px;
    float: left;
}
.Header-wrapper .Hlang {  /*中英文切换*/
   position:relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    border-left: 1px solid #e5e5e5;
    float: right;
    margin: 34px 0 0;
}
/*搜索*/
a.order-search{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    float: left;
    transition-duration: 300ms;
      background: url(../img/ico_22.png) no-repeat center center;
}
.search-sub {
    padding:16px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 30px;
    display: none;
    z-index: 13;
   text-align:center;
  
}
 .search-box {
    display:inline-block;
   width:302px;
}
.f-cb {
    zoom: 1;
}
.Hnav>li:hover .name, .Hnav>li.cur .name, .Hlang a.cur, .Hlang a:hover, .Inews-box:hover .name, .Inews-box:hover .con, .news-box:hover .name, .news-nav a.cur .dd, .news-nav a.cur .name, .news-nav a:hover .dd, .news-nav a:hover .name, .hNews-box:hover .name, .nInfo-page a:hover, .pC3-5l-box:hover {
    color: #005ba8;
}
/* .Hnav>li.cur .name:hover{color:#005ba8}*/
.search-box .tex {
    border: 1px solid #bebebe;
    font-size: 12px;
    height: 13px;
    line-height: 12px;
    padding: 14px 10px 13px;
    width: 194px;
  outline:none;
}
.search-box .sub-btn {
    border: none;
    width: 86px;
    height: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
      background: #005ba8;
}
.search-box .sub-btn:hover{
   background-color: #005ba8;
  
}

.Header-wrapper .Hnav {
    width: auto;
    float: right;
    margin: 0 20px 0 0;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.search-bg-alert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 12;
    height: 100%;
    display: none;
}

.Hnav>li {
    float: left;
    margin: 0 0 0 40px;
}

.Hnav>li:first-child {
    margin: 0px;
}
.Hnav .name {
    display: block;
    padding: 0 5px;
    height: 85px;
    line-height: 85px;
    color:#454545;
    font-size: 16px;
    position: relative;
    overflow: hidden;
  -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.Hn2nd-box {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 85px;
    display: none;
}

.Hnav .name:before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: -100%;
      -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.Hnav>li:hover .name:before, .Hnav>li.cur .name:before {
    left: 0px;
}

/*下拉菜单*/
.Hnav>li:hover .Hn2nd-box {
    display: block;
}
.Hn2nd-box .Hn2nd-con {
    width: 360px;
    color: #c9c9c9;
    font-size: 16px;
    text-align: center;
    float: right;
}
.Hn2nd-con img {
    width: 360px;
    height: 170px;
    margin: 25px auto ;
}
.line1, .Icase-box .con, .Icase-box .name, .Inews-box .name, .case-box .name, .cIs-box .cIs-block, .aCs-box .name, .news-box .name, .Hn2nd-con .Hn2nd-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Hn2nd-box .Hn2nd-nav {
    padding: 19px 0 9px;
    min-height: 190px;
    width: 555px;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.1);
    float: right;
    margin: 0 105px 0 0;
}
.Hn2nd-nav a {
    display: block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    float: left;
  color:#eee;
}
.Hn2nd-nav a.cur, .Hn2nd-nav a:hover i{
    padding-right:6px;
}
.Hn2nd-nav a i {
    display: block;
    font-size: 12px;
    font-family: '宋体';
    font-style: normal;
    float: left;
    margin: 0 16px 0 0;
     -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*FOOTER*/
#footer {
	clear: both;
	float: none;
	background-color: #1e1e1e;
}

#footer .bottommenu {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer .bottommenu .sidebar {
	float: left;
	width: 970px;
}
#footer .bottommenu .sidebar dl {
	width: 20%;
	float: left;
}
#footer .bottommenu .sidebar dl dt {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
#footer .bottommenu .sidebar dl dt a {
	color: #FFFFFF;
}
#footer .bottommenu .sidebar dl dd {
}
#footer .bottommenu .sidebar dl dd a {
	color: #b0b0b0;
	line-height: 30px;
	font-size: 14px;
	clear: both;
	float: left;
	display: block;
           -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footer .bottommenu .sidebar dl dd a:hover{
   color:#fff;
}
#footer .bottommenu .we {
	float: right;
	width: 230px;
}
#footer .bottommenu .we strong {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 26px;
}
#footer .bottommenu .we p {
	font-size: 14px;
	line-height: 24px;
	color: #b0b0b0;
	padding-top: 5px;
	padding-bottom: 18px;
}
#footer .bottommenu .we .social {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 16px;
	color: #FFFFFF;
}
#footer .bottommenu .we .social strong {
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-bottom: 8px;
}
#footer .bottommenu .we .social span {
	float: left;
	margin-right: 20px;
	position: relative;
}
#footer .bottommenu .we .social span .erweima {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	background-image: url(../img/weixin_erweimab.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 0px;
	width: 178px;
	position: absolute;
	top: -242px;
	left: 0px;
	overflow: hidden;
    background-size: contain;
}
#footer .bottommenu .we .social span:hover .erweima {
	height: 190px;
	top: -192px;
}
#footer .copybottom {
	background-color: #000000;
	padding: 20px;
}
#footer .copybottom .copyright {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	color: #8b8b8b;
	line-height: 22px;
}
#footer .copybottom .copyright a {
	color: #8b8b8b;
}
#footer .copybottom .copyright .link {
	float: right;
}
#footer .copybottom .copyright .link a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #515151;
	display: inline-block;
	line-height: 14px;
	height: 14px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer .copybottom .copyright .link a:nth-child(1) {
	padding-left: 0px;
	border-left-style: none;
}
#footer .copybottom .copyright .link a:last-child {
	border-left-style: none;
	padding-right: 0px;
}
/*//FOOTER*/
.pagelist {
        width:1200px;
        margin:40px auto;
        text-align:center;
        overflow:hidden;
}
.pagelist a, .pagelist span {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #666;
	border: 1px solid #dddddd;
	margin-right: 5px;
	cursor: pointer;
}
.pagelist a.current, .pagelist span.current, .pagelist a:hover, .pagelist span:hover {
	background-color: #005ba8;
	color: #ffffff;
	border: 1px solid #005ba8;
}
.pagelist input, .pagelist button {
	display: none;
}
#video-airbox {
	width: 100%;
	position: fixed;
	height: auto;
	left: 0;
	top: 0;
	z-index: 999;
	min-height: 300px;
	background-color: rgba(0,0,0,0.8);
}
#video-player {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 300px;
	z-index: 1;
	background-color: rgba(255,255,255,0.98);
}
#video-layer a.vdl-colse {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 9;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
	background: url(../img/icon_close.png) no-repeat;
}
#video-layer .vdl-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

.pageflip {
	clear: both;
	float: none;
	margin-top: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E6E8;
	border-bottom-color: #E5E6E8;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold
}
.pageflip a {
	color: #000000;
	display: block;
	background-image: url(../img/ico_previous.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px
}
.pageflip a.previous_no {
	color: #7F7F7F;
	background-position: left bottom!important
}
.pageflip .previous {
	float: left
}
.pageflip a.previous {
	padding-left: 25px
}
.pageflip .next {
	float: right
}
.pageflip a.next {
	padding-right: 25px;
	background-image: url(../img/ico_next.gif);
	background-repeat: no-repeat;
	background-position: right top
}
.pageflip a.nextno_no {
	padding-right: 25px!important;
	background-image: url(../img/ico_next.gif)!important;
	background-repeat: no-repeat!important;
	background-position: right bottom!important;
	float: right!important;
	color: #7F7F7F!important
}
.return {
	float: right;
	margin-top: 38px;
	margin-bottom: 40px
}
.return a {
	background-color: #005ba8;
	color: #FFFFFF;
	line-height: 36px;
	height: 36px;
	width: 125px;
	display: block;
	text-align: center
}
/*index_banner*/
.index_banner{
  width:100%
}
.index_banner .skitter{
   max-width:1920px;
  width:100%;
}

































































































