﻿
/*-----------------[初始化]--------------*/
html,body{color: #444;font-size: 14px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
ul,li,ol{list-style: none;}
a{color: #343434;text-decoration: none;}
a:hover{color: #1A75BB;}
*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    margin:0;
    padding:0;
}
img{border: none;}
span,p{font-size: 14px;}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}
@font-face {
	font-family:'ImpactMTStd';
	src: url('../fonts/ImpactMTStd.otf') format('truetype');
	font-weight:normal;
    font-style: normal;
}
.wp{
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    height: auto;
}
@media (max-width: 1200px)
.wp {
    padding: 0 15px;
}

/*******************************
-------[=头部&底部]-------
********************************/
#hd{
	transition:.3s;
}
#hd.sc{
	box-shadow:2px 0px 6px #888888 ;
	background: #fff;
	height:81px;
}
#hd.sc .nav li .v1{
	color:#333;
}
#hd.sc .chooselan{
	color:#333;
}
#hd.sc .chooselan a{
	color:#333;
}
#hd.sc .nav{
	padding: 0 0 0 30px;
}
#hd.sc .logo{
	
	width:320px;
	padding: 18px 0 0 0;
}
#hd.sc  .chooselan{
	padding: 30px 0 0  0;
	transition: .3s;
}
#hd {
    position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
#hd.index-hd{
	transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#hd .logo {
    float: left;
    height: 45px;
    padding: 30px 0 0 0px;
    line-height: 45px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
#hd .logo img {
    vertical-align: middle;
    height: 47px;
}


.nav {
	float:right;
    overflow: hidden;
    padding: 18px 0 0 30px;
    transition: .3s;

}
.nav li {
	text-align: center;
    float: left;
    margin-right: 10px;
}
.nav li .v1 {
	padding: 0 20px;
    display: block;
    height: 78px;
    font-size: 14px;
    line-height: 78px;
    color: #fff;
}
.nav li .v1:hover {
    color: #fff;
}

.nav .subBox {
    display: none;
    z-index: 1;
    width: auto;
    padding: 10px 20px  15px 20px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 78px;
    
}
.nav .subBox.subBox1{
    margin-left: -15px;
}
.nav .subBox dd {
    line-height: 25px;
    border-bottom:1px solid #d7d7d7;
}
.nav .subBox dd a{
	display: inline-block;
	width:100%;
	line-height: 25px;
}



.nav .subBox dd:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: url(../images/icon3.png) no-repeat left top;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.nav .subBox dd a {
    font-size: 14px;
    line-height: 3em;
    color: #343434;
}
.nav .subBox dd:hover:after{
    width: 100%;
}
.nav .subBox dd:hover a{
    color: #1A75BB;
}
.nav .subBox dd.on {
    background: url(../images/icon3.png) 0 bottom no-repeat;
}
.chooselan{
	float:right;
	padding:47px 0px 0 0;
	color:#fff;
}
.chooselan a{color:#fff;}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    margin-top: 14px;
}
.menuBtn b{display: block;height: 3px;background-color: #004a84;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

@media  (max-width: 1200px) {
.wp{padding: 0 5px !important;}	
}
@media (min-width: 881px) {
.phone-lange{display: none;}	
.phone_nav{display: none;}
}
@media  (max-width: 880px) {
#hd{display: none;}
}

/*----------手机导航-----------------------------------
 ---------------------------------------------------*/
.phone_nav{
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	width:100%;
	background: transparent;
}

		.list-title{
			text-align:center!important;
			letter-spacing:0!important;
		}
		.button-column .search-button,.button-column .differ-line{
			display:none!important;
		}
.header-right .menu-icon{
    display:none;
}
.header-right .menu-button{
    display:inline;
}

.container {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 90%;
}

.Header .navigation{
    height:55px;
    line-height:55px;
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
}
.Header .navigation.on{
	background: #fff;
}

.Header .navigation .nav-logo img {
    vertical-align:middle;
    width:200px;
}
.header-right {
    float: right;
}
.header-right .icon-search {
    margin-left: 30px;
    vertical-align: middle;
    cursor: pointer;
    height: 18px;
}
.header-right .menu-icon{
    display:inline;
}

.header-menu {
    float: left;
    margin-left: 60px;
}
.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu li {
    font-size: 14px;
    font-weight: 500;
    float: left;
    list-style: none;
    margin-right: 30px;
}
.header-menu li a{
        color:rgba(0, 0, 0, 0.54);
}
.header-menu li a.active{
        color:#1A75BB;
}
.header-menu li a:hover {
    color:#1A75BB!important;
}
.nav-logo {
    float: left;
}
.Header .navigation-subnav {
border-bottom: solid 1px #ebebeb;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    margin-top: 50px;
    background: #fff;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.Header .navigation-subnav .subnav{
    width: auto;
    display: inline-block;
    white-space: nowrap;
}
.Header .navigation-subnav .subnav a {
    display:inline-block;
    margin-right:2em;
    cursor:pointer;
    color: rgba(0, 0, 0, 0.54);
}
.Header .navigation-subnav .subnav a.active {
    color: #1A75BB;
}
.Header .navigation-subnav .subnav a img{
    height:25px;
    vertical-align:top;
    display:inline;
}
.Header .navigation-subnav .subnav a img.hover{
    display:none;
}
.Header .navigation-subnav .subnav a.active img{
    display:none;
}
.Header .navigation-subnav .subnav a.active img.hover{
    display:inline;
}
.Header .navigation-subnav .subnav a.activemenu {
    color: #1A75BB!important;
}
.Header .navigation-subnav .subnav a.activemenu img{
    display:none!important;
}
.Header .navigation-subnav .subnav a.activemenu img.hover{
    display:inline!important;
}
.Header .navigation-subnav .subnav .txt{
    margin-top:8px;
}
.changeLang {
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 110px;
    height:90px;
    text-align: center;
    padding-left: 12px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.changeLang:hover {
    color: #1A75BB!important;
}
.changeLang .changeLang-span {
    margin-right: 10px;
    font-size: 14px;
}
.changeLang .hover {
    display: none;
}
.changeLang:hover .normal {
    display: none;
}
.changeLang:hover .hover {
    display: inline-block;
}
.fiveLang {
     display: none; 
    position: absolute;
    right: 0;
    top: 70%;
    width: 110px;
    border: 1px solid #c0c0c0;
    background: #fff;
    padding: 10px 0;
    z-index: 2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.arrow {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 70px;
}
.arrow * {
    display: block;
    border-width: 8px;
    position: absolute;
    border-style: solid dashed dashed dashed;
    font-size: 0;
    line-height: 0;
}
.arrow span {
    border-color: transparent transparent #FFF;
    top: 1px;
}
.arrow em {
    border-color: transparent transparent #c0c0c0;
}
.fiveLang a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #494C50;
    text-align: center;
}
.fiveLang a:hover {
    background: #eeeeee;
}
@media(min-width:768px) {
    .Header .navigation{
    height:90px;
    line-height:90px;
    position:relative;
    top:0;
    width:100%;
}
    .Header .navigation-subnav {
    margin-top:0;
}
    .Header .navigation-subnav .subnav a img{
    height:40px;
}
}

/*the style of list menu*/
.list {
  display:none;
  background-color: #1A75BB;
  position: fixed;
  z-index: 1000;
  height: 0;
  width: 100%;
  display: none;
  top: 0;
}
.list .list-container {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 10%;
}
.list .list-container .col-list {
  width: 100%;
  min-height: 11%;
  height:auto;
  padding-bottom: 20px;
  position: relative;
}

.list .list-container .col-list .list-column.active {
   font-weight:bold; 
}
.list .list-container .col-list .list-column .list-number img {
  width: 54px;
  height: auto;
}
.list .list-container .col-list .list-column .list-title {
  position: relative;
  margin-top: -16px;
  font-size: 16px;
  letter-spacing: 0.6em;
  text-indent: 10px;
  z-index: 10;
  padding: 0;
  color: #fff;
}
.list .list-container .col-list a {
  line-height: 14px;
}
.list .list-container .col-button {
  width:100%;
  position:absolute;
  bottom:10%;
}
.list .list-container .col-button a {
  margin-left: 8%;
  line-height: 14px;
}
.list .list-container .col-button a.clear-margin {
  margin-left: 0;
}
.list .list-container .col-button div, .list .list-container .col-button span, .list .list-container .col-button a {
  display: inline;
}
.list .list-container .col-button div {
  /*float: right;*/
  float:none !important;
}
.list .list-container .col-button div a, .list .list-container .col-button div span {
  color: rgba(255, 255, 255, 0.5);
}
.list .list-container .col-button div a.active-text, .list .list-container .col-button div span.active-text {
  color: #fff;
}
.list .list-container .col-button span{
    margin:0 10px;
}
.list .search-button, .list .close-button, .list .list-search {
  position: absolute;
  top: 0;
  
  cursor: pointer;
}
@media (min-width: 768px) {
  .list .search-button, .list .close-button, .list .list-search {
    top: 30px;
  }
}
.list .search-button, .list .close-button {
  height: 50px;
  line-height:50px;
  z-index: 10;
}
.list .search-button img, .list .close-button img {
  display: inline;
    line-height: 50px;
    width: 100%;
    vertical-align: middle;
    height:18px;
    width:auto;
}



.list .search-button {
  left: 5%;
}
.list .close-button {
  right: 5%;
}
.subnav{
	display: none;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subnav dd{
	width:100%;
	text-align: center;
	line-height: 35px;
}

/*footer*/
.footer{
	padding-top: 50px;
	position: relative;
	z-index: 2;
	width:100%;
	min-height: 200px;
	height:auto;
	background: #333;
}
.footer_top{
	width:100%;
	height:auto;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
.footer_right{
	float:right;
	width:120px;
	text-align: center;
}
.footer_right img{
	width: 100%;
}
.footer_right p{
	color:#999;
}
.footer_left{
	margin-right: 160px;
	padding: 0 0  30px 0;
	height:auto;
	overflow: hidden;
}
.footer_left dl{
	width:12.5%;
	text-align: left;
	float:left;

}
.footer_left dl dt{
	line-height: 35px;
}
.footer_left dl dd{
	line-height: 30px;
}
.footer_left dl dt a{
	color:#fff;
}
.footer_left dl dd a{
	color:#999;
}
.footer_bt{
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 20px 0;
}
.footer_bt p{
	text-align: left;
	color:#999;
}
.footer_bt >div:first-child{
	float:left;
	width:50px;
}
.footer_bt >div:nth-child(2){
	float:left;
	margin-left: 15px;
}
.ftright{
	float:right;
}
.ftright p{
	font-size: 18px;

}
.ftright p.p2{
	font-style: italic;

}
.ftright >div:first-child{
	width: 240px;
    height: 100%;
    float: left;
    border-right: 1px solid #999;
    padding-left: 65px;
    margin-left: 90px;
}
.ftright >div:last-child {
    width: 150px;
    height: 54px;
    float: right;
    padding-left: 40px;
}
.fticon{
	position: relative;
}
.fticon span{
	display: inline-block;
	position: absolute;
}
.fticon .span1{
	right:0;
	top:50%;
	margin-top: -10px;
}
.fticon .span2{
	right:75px;
	top:50%;
	margin-top: -19px;
}
.foot-phone {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    padding-top: 15px;
}
.foot-phone-m {
    width: 97%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.foot-phone li { font-family: "微软雅黑"; list-style: none; color:#ccc; width:100%;height:40px; background:#242424;margin-top:8px;line-height: 40px;text-align: center;}
.foot-phone li a{color:#ccc; text-decoration: none; }


@media  (max-width: 1024px) {
.ftright,.footer_right{display: none;}	
.footer_left{margin-right: 0;}
}
@media  (min-width: 641px) {
	.foot-phone{display: none;}
}
@media  (max-width: 640px) {
	.Header .navigation{background:#fff;}
.footer_top{display: none;}	
.footer_bt >div:first-child{display: none;}
.footer{padding-top: 20px;}
}