/*头部*/
.h120{height: 100px;}
.h70{height: 70px; display: none;}
header{padding:15px 0;background: #fff;z-index: 99999; width: 100%;border-bottom: 1px solid #fff;}
.logo{float: left;width: 180px;margin-right: 20px;}
.logo img{max-width: 100%;}
header .container{display: flex; flex-direction: row; align-content: space-between; align-items: center;}
.header-l{display: flex; flex-direction: row;align-items: center;}
.header-l h1{font-size: 13px;line-height: .9; margin-top: 9px;color: #2b5698;}
.header-l h2{font-size: 13px;color: #2b5698;}

.pcnav{ width: calc(100% - 240px);}
.pcnav ul{}
.pcnav ul li{float: left;position: relative;font-size: 17px;text-align: center;  width: 16.6%; padding: 0px 0;}
.pcnav ul li a{color: #222;line-height:44px; }
.pcnav ul li a.active{color: #2b5698;font-weight: bold;}
.pcnav ul li:hover a{color: #2b5698;}
.pcnav ul li .subnav{box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:118px;z-index: 199;}
.pcnav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#2b5698,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.pcnav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.pcnav ul li .subnav a{color: #666;display: block;font-size: 14px;line-height: 40px;height: 40px;width: 100%;background: #fff;}
.pcnav ul li .subnav a:hover{color: #FFF;background: #2b5698;}
.pcnav ul li .subnav-pro{width: 198px;}

.header-r{float: left; width: calc(100% - 400px); display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.lg{float: right; overflow: hidden;  width: 240px; margin:0px 0px 0 0;}
.lg ul{}
.lg ul li{float: left;text-align: center;cursor: pointer;}
.lg ul li i{margin: 0 6px;}
.lg ul li b{font-weight: 400;}
.lg ul li a{ position: relative;}
.lg ul li.tel{font-family: 'Arial';font-weight: bold;font-size: 22px;}
.lg ul li.tel i.iconfont{font-size: 20px;}
.lg ul li.tel b{color: #2b5698;font-weight: bold;}
.lg ul li.Searchico i{font-size: 22px;}

.Searchico{width: 50px;}
.searchbox{width:100%; background:#fff;z-index: 999; display:none; position:absolute; top:90px; height: 120px;padding: 35px 30%;border-top: 1px solid #e7e7e7;}
.searchbox .input{width:100%; height:50px; line-height:50px; text-indent:1em;border: 1px solid #e7e7e7;}
.searchbox .input::-webkit-input-placeholder {color: #959595;}
.searchbox .btns { position:absolute;top:50px; width:60px; background:none; border: 0; }
.searchbox .btns i{font-size: 30px;color:#222; line-height:20px;border: 0;}

/*底部信息*/
footer{overflow: hidden;background:#212121; padding:50px 0;}

.foot-nav {float: left;width:40%;}
.foot-nav ul{}
.foot-nav ul li{float: left; width:33.333333%;}
.foot-nav ul li h4{font-size: 17px;margin-bottom: 10px;color: #FFF;}
.foot-nav ul li a{display: block; color: #999;line-height: 24px;font-size: 13px;}
.foot-nav ul li a:hover{display: block; color: #FFF;}

.foot-wx {float: left; width:25%;}
.foot-wx h2{font-size: 14px;color: #FFF;margin-bottom: 20px;}
.foot-wx h2 b{display: block;font-family: 'Microsoft YaHei';font-size: 24px;margin-top: 5px;}
.foot-wx img{max-width: 100%;}

.foot-lx{float: left; width:35%;}
.foot-lx span{display: block; border-bottom: 1px solid #323131;margin-bottom: 15px;padding-bottom: 25px;}
.foot-lx .text{line-height: 30px;color: #999;}


.copybg{background:#212121;border-top: 1px solid #323131;padding: 30px 0;}
.copyright{color: #999999;text-align: center;}
.copyright a{color: #999999;}
.copyright a:hover{color: #FFF;}

@media screen and (max-width:1205px) {
	.logo{margin-right: 10px;}
	.header-r {width: calc(100% - 360px);
    }
    .lg{width: 210px; display: none;}
    .pcnav { width: calc(100% - 0px);}
}
@media (min-width:1024px) and (max-width:1366px) {
.pcnav ul li{font-size: 14px;}
}

@media (min-width:768px) and (max-width:1023px) {
.h120{height: 120px; display: none;}
.h70{height: 70px; display: block;}
header{height: 70px;}
.logo{width: 130px;  margin-right: 20px;}
.header-r{display: none;}

.foot-nav{width: 100%; margin-bottom: 30px;}
.foot-lx{width: 70%; margin-left: 5%;}
}


@media screen and (max-width:767px) {
.h120{height: 120px; display: none;}
.h70{height: 70px; display: block;}
header{height: 70px;}
.logo{width: 160px; margin-right: 10px;}
.header-r{display: none;}
.header-l h1,.header-l h2{line-height: 1.1; margin-top: 0;}
.header-l h1{margin-top: 3px;}
.foot-nav{width: 100%; margin-bottom: 30px;}
.foot-wx{display: none;}
.foot-lx{width: 100%;}
.foot-lx span{text-align: center;}
.foot-lx span img{width: 40%; text-align: center;margin: 0 auto;}
footer{padding: 30px 0;}
.foot-nav ul li:last-child{ padding-left: 8%;}
}



/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;margin-top: 0px;}
#navToggle .line {background: #2b5698;border-radius: 1px;display: block;height: 3px;top: 0;left: 0;transition: all 0.3s ease;transform-origin: center center;width: 100%;position: absolute;}
#navToggle .line1 {top: 0;}
#navToggle .line2 {top: 50%;margin-top: -1px;}
#navToggle .line3 {top: auto;bottom: 0;}

#navToggle.active .line{top: 50%;bottom: auto; margin-top: -1px;}
#navToggle.active .line1{transform: rotate(45deg);}
#navToggle.active .line2{opacity: 0;filter: alpha(opacity=0);}
#navToggle.active .line3{transform: rotate(-45deg);}

.mobileMenu{display: none;position: fixed;top: 70px;left: 0;width: 100%;height: calc(100% - 70px);background-color: #fff;overflow-y: auto;z-index: 400;border-top: 1px solid #dcdcdc;}
.mobileMenu ul {background: #fff;}
.mobileMenu ul li{transform: translate3d(0, 10px, 0);transition: transform 0.4s ease, opacity 0.4s ease;opacity: 0;}
.mobileMenu.h-show ul li{opacity: 1;transform: translate3d(0, 0, 0);}
.menu-item{display: flex;flex-direction: row;height: 100px;align-items: center; padding-left: 20px;padding-right: 20px;border-bottom: 1px solid #dcdcdc;position: relative;transition: all .5s;}
.menu-item i{font-size: 30px;display: block;font-style: normal;}
.menu-item a{font-size: 30px;color: #000;padding-left: 30px;}
.menu-item:hover i, .menu-item:hover a{color: #2b5698;}
.menu li.on .menu-item i{color: #2b5698;}

.menu_dl{display: none; padding-left: 98px;padding-top: 20px; padding-bottom: 20px;border-bottom: 1px solid #dcdcdc;}
.menu_dl dd a{font-size: 24px;color: #333;line-height: 64px;}
.menu_dl dd a:hover{color: #0f256e;}

.ovh-f{width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow: hidden;}
.menu-itemtit{display: flex;}
.Mobile-Foot{display: none;}

@media(max-width: 1023px){
	.header-l{width: calc(100% - 30px);}
    #navToggle{display: block;}
    .menu-arrow{ font-size:30px; position: absolute;right: 15px;transform: rotate(-0deg);transition: all 0.4s;}
    .menu_li.on .menu-arrow{ transform: rotate(90deg);color: #0f256e;} 
	.menu-item{ height: 60px;}
	.menu-item a{font-size: 22px;padding-left: 20px;}
}

@media(max-width: 767px){
    .menu-item{padding-left: 20px;height: 60px;}
    .menu-item i{font-size: 24px;margin-top:0;}
    .menu-item a{font-size: 24px;padding-left: 20px;}
    #navToggle{margin-right: 0px;}
    .menu_dl{ padding-left: 65px;}
    .menu_dl dd a{font-size: 18px;line-height: 36px;}
}

@media(max-width: 599px){
    .menu-item i{font-size: 26px;}
    .menu-item a{font-size: 18px;padding-left: 15px; padding-top: 7px;}
    .menu_dl{ padding-left: 60px;padding-top: 15px; padding-bottom: 15px;}
    .menu_dl dd a{font-size: 16px;line-height: 32px;}
    .menu-arrow{ font-size: 22px;}
}


.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

header.sticky{
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*图片附上去效果*/
.images {
	overflow: hidden;
	position: relative;
	height: 0;
	/*padding-bottom: 75%;*/
	transition: ease 1s;
}

.images img {
	transform: scale(1);
	transition: all 0.8s;
}

.images:hover img {
	transform: scale(1.2);
	transition: all 0.8s;
}

.images img {
    border: none;
    max-width: 100%;
}
/*---------------超出省略号---------------*/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}
.trans {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
	;
}