/* *{-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;} */
/*====================头部*********/  
.header{width:180px;height: 100%;position: fixed;top:0;left:0;z-index:999;  background: #17408e;}
.header .logo{width: 100%;height:130px;text-align: center;background: #fff;position: relative;}
.header .logo a img{max-width: 100%;max-height:100%;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;}
.header .toptel{font-size: 18px;font-weight: bold;height: 40px;line-height: 40px;margin-top: 25px;font-family: Century Gothic;background: #e00000;padding: 0 10px;color: #fff;position: relative;margin-left: 60px;margin-right: 20px;}
.header .toptel i{display: inline-block;line-height: 40px;font-size: 22px;margin-right: 10px;}
.header .toptel::before{content: '';position: absolute;width: 0;height: 0;border-bottom: 40px solid #e00000;border-left: 15px solid transparent;border-right: 0;bottom: 0;left: -15px;}
.header .toptel::after{content: '';position: absolute;width: 0;height: 0;border-top: 40px solid #e00000;border-right: 15px solid transparent;top: 0;right: -15px;}
/*导航*/
.nav{width: 100%;height: 100%;display: block;z-index: 999;transition: all 0.5s ease 0s;padding-top: 20px;position: relative;}
.nav.scroll{position: fixed;animation:fadeInDown 0.5s linear forwards;top: 0; left: 0;}
.navbar_nav .dropdown{display: block;text-align: center;text-transform: uppercase;position: inherit;}
.navbar_nav li .leve1{text-decoration: none;height: 100%;display: block;color: #fff;font-size: 16px;line-height: 1.5;padding: 20px 0;font-weight: bold;}
.navbar_nav .dropdown .leve1:hover,.navbar_nav .dropdown .leve1.active{background: #2b5aaa;}
.navbar_nav .dropdown .dropdown_menu{visibility: hidden;opacity: 0;transform: translateX(-20px);transition: all 0.3s;position: absolute;height: calc(100vh - 130px);background: #2b5aaa;right:-210px;top: 0;color: #fff;width: 210px;text-align: left;text-transform: capitalize;}
.navbar_nav .dropdown .dropdown_menu h4{font-size: 18px;margin-top: 60px;margin-bottom: 5px;padding-left: 20px;}
.navbar_nav .dropdown .dropdown_menu span{font-size: 14px;font-family: Arial;display: inline-block;margin-bottom: 20px;padding-left: 20px;}
.navbar_nav .dropdown .dropdown_menu .leve2{display: block;line-height: 40px;height: 40px;color: #fff;font-size: 15px;font-weight: bold;font-family: Arial;padding: 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.navbar_nav .dropdown .dropdown_menu .leve2:hover{background: #4479d4;}
.navbar_nav .dropdown .dropdown_menu .leve2 i{float: right;display: inline-block;line-height: 40px;opacity: 0;transition: all .3s;transform: translateX(-20px);}
.navbar_nav .dropdown .dropdown_menu .leve2:hover i{opacity: 1;transform: translateX(0);}
.navbar_nav .dropdown:hover .dropdown_menu{visibility: visible;transform: translateX(0);opacity: 1;}
#navToggle{display: none;}
.m_nav{
	display: none\9;
	position: fixed;
	right: 0;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{transform: translateX(0);}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
	position: relative;
}
.m_nav .ul li .icon-jiantou{transition: all 0.5s ease 0s;font-size: 18px;font-weight: bold;position: absolute;right: 5px;top: 7px;z-index: 20;width: 35px;height: 35px;line-height: 35px;text-align: center;cursor: pointer;border-radius: 50%;}
.m_nav .ul li:hover .icon-jiantou{background: #f5f5f5;}
.m_nav .ul li:first-child .icon-jiantou{display: none;}
.m_nav .ul li .icon-jiantou.up{transform: rotate(180deg);}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
/*homemain */
.wrapper{max-width: 1500px;margin:  0 auto;padding: 0 10px;}
.homemain .title h3{font:600 36px/40px 'Oswald','Microsoft yahei'; position: relative;text-transform: uppercase;position: relative;color: #2b5aaa;}
.imgarea{overflow: hidden;}
.imgarea img{width: 100%;transition: all 0.5s ease;height: 100%;}
.imgarea:hover img, li:hover .imgarea img{transform: scale(1.1);}
.index-mian{margin-left: 180px;}
.home-top .topbar{height: 40px;line-height: 40px;background: #17408e;color: #fff;}
.home-top .topbar .fl span{padding-right: 20px;}
.home-top .topbar .fl span:last-child{padding-left: 20px;position: relative;border-left: 1px solid #fff;}
.home-top .topbar .iconlist a{color: #fff;padding: 0 5px;font-size: 16px;}
.home-top .topbot{background: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.home-top .topbot li{float: left;padding: 0 25px;font-family: Arial;}
.home-top .topbot li a{color: #2b5aaa;font-size: 15px;line-height: 90px;font-weight: bold;text-transform: uppercase;}
.home-top .topbot .search i{line-height: 90px;color: #2b5aaa;font-size: 20px;font-weight: bold;}
.home-top.on{position: fixed;top: 0;width:calc(100% - 180px);z-index: 998;}
.overview{display: none;line-height: 90px;color: #2b5aaa;font-size: 20px;font-weight: bold;font-family: Arial;}
.home-top .search{position: relative;}
.home-top .search form{position: absolute;z-index: 9;right: 0;top:100%;display: none;padding: 10px;background: #2b5aaa;width: 240px;height: 50px;}
.home-top .search form .key{line-height: 30px;padding: 0 0 0 15px;width: 180px;float: left;}
.home-top .search form .search-btn{line-height: 30px;height: 30px;width: 40px;text-align: center;background: #fff;background: #fff url(../images/ser_icon.png)center no-repeat;}
#owl-banner{position: relative;}
#owl-banner .item{height: 480px;text-align: center}
#owl-banner .owl-controls {margin-top: 0; position: absolute; bottom: 15px; left: 50%;margin-left: -30px;}
#owl-banner .owl-controls .owl-buttons{display: none;}
#owl-banner .owl-controls .owl-page span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity:1; background: #fff;transition: all .5s;}
#owl-banner  .owl-controls .owl-page.active span,
#owl-banner  .owl-controls.clickable .owl-page:hover span{background: #d20000;text-decoration: underline}
.homemain .mod1{padding: 50px 0;}
.homemain .mod1 .des{margin-top: 30px;}
.homemain .mod1 li {margin-top: 30px;}
.homemain .mod1 li .imgarea{height: 245px;}
.homemain .mod1 li .wrap{position: relative;}
.homemain .mod1 li .cover{position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;left: 0;top: 0;}
.homemain .mod1 li .cover a{z-index: 3;}
.homemain .mod1 li .cover h4{font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 30px;z-index: 3;text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;text-align:center;}
.homemain .mod1 li .cover .more{color: #fff;background: #1b64e4;padding: 5px 30px;z-index: 3;}
.homemain .mod1 li .cover::after{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: rgba(43, 90, 170, 0.85);opacity: 0;transition: all 0.5s;z-index: 2;}
.homemain .mod1 li:hover .cover::after{opacity: 1;}
.homemain .mod2{padding: 80px 0;background:#253e71 url(../images/map.png)center right no-repeat;}
.homemain .mod2 .title h3{color: #fff;}
.homemain .mod2 .txtarea{width: 30%;}
.homemain .mod2 p{color: #96a3b0;font-size: 16px;font-family: Arial;line-height: 1.5;font-weight: bold;margin: 30px 0;}
.homemain .more1{padding: 11px 30px;background: #1b64e4;color: #fff;font-size: 16px;font-weight: bold;border-radius: 5px;display: inline-block;font-family: Arial;}
.homemain .mod3{padding: 50px 0;}
.homemain .mod3 .cont{margin-top: 20px;}
.homemain .mod3 .about .des{font-size: 16px;color: #666;margin: 30px 0;}
.homemain .mod3 .news{padding-left: 80px;}
.homemain .mod3 .news .hot{position: relative;padding-bottom:30px;}
.homemain .mod3 .news .hot .imgarea{width: 220px;height: 165px;overflow: hidden;position: absolute;left: 0;top: 0;}
.homemain .mod3 .news .hot .txtarea{padding-left: 250px;}
.homemain .mod3 .news .hot h5{font-size: 20px;font-family: Arial;font-weight: bold;color: #222;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;overflow : hidden;}
.homemain .mod3 .news .hot .time{margin: 15px 0 10px;color: #4e6ca0;}
.homemain .mod3 .news .des{color: #666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow : hidden;word-break:break-all;}
.homemain .mod3 .news .more{color: #1b64e4;font-size: 14px;font-weight: bold;font-family: Arial;margin-top: 15px;display: inline-block;}
.homemain .mod3 .news li{margin-top: 30px;position: relative;}
.homemain .mod3 .news li .time{font-family: Arial;width: 100px;height: 100px;font-size: 16px;font-weight: bold;transition: all 0.5s;background: #ccc;color: #fff;top: 0;left: 0;  
	display: flex;flex-direction: column;justify-content: center;align-items: center;position: absolute;}
.homemain .mod3 .news li .txtarea{padding-left: 110px;}
.homemain .mod3 .news li h5{font-size: 16px;font-family: Arial;font-weight: bold;color: #222;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;overflow : hidden;line-height: 1.5;margin-bottom: 10px;}
.foot{background: #2b5aaa;color: #fff;}
.foot .top{display: flex;padding: 60px 0 30px;}
.foot .top ul{display: flex;width: 100%;justify-content:space-between}
.foot a{color: #fff;}
.foot .top h5{color: #fff;margin-bottom: 20px;font-family: 'Oswald','Arial';font-size: 24px;font-weight: bold;text-transform: uppercase;}
.foot .top li{text-transform: capitalize;}
.foot .top li .company{font-size: 16px;font-style: italic;font-family: Arial}
.foot .top li .iconlist{margin: 20px 0;}
.foot .top li .iconlist i{width: 35px;height: 35px;border-radius: 50%;margin-right: 10px;color: #fff;line-height: 35px;font-size: 20px;display: inline-block;text-align: center;}
.foot .top li i.icon-facebook-fill{background: #355eb8;}
.foot .top li i.icon-tuite{background: #1cb7eb;}
.foot .top li i.icon-in2{background: #0e76a8;}
.foot .top li i.icon-google{background: #e3411f;}
.foot .key{width: 280px;height: 50px;line-height: 50px;padding-left: 20px;border-radius: 3px 0 0 3px;background: #fff;color: #aaa;float: left;}
.foot .search-btn{width: 80px;height: 50px;border-radius: 0 3px 3px 0;color: #fff;background: #e6ad00;}
.foot .copyright{text-align: right;line-height: 40px;height: 40px;padding-bottom: 50px;}
.fixed-r{position:fixed;width:60px;height:275px;right:0;top:50%;transform: translateY(-50%);z-index:100;z-index: 999;}
.fixed-r ul li{width:60px;height:60px;float:left;position:relative;margin-bottom: 1px;}
.fixed-r ul li .sidebox{position:absolute;width:60px;height:60px;top:0;right:0;transition:all 0.3s;background:#646577;color:#fff;font:15px/60px;overflow:hidden;}
.fixed-r ul li .sidetop,.fixed-r  ul li .wx{width:60px;height:60px;display:block;background:#646577;transition:all 0.3s;}
.fixed-r ul li i{display: inline-block;width: 60px;line-height: 60px;color: #fff;font-size: 30px;text-align: center;vertical-align: middle;}
.fixed-r .wx{position: relative;}
.fixed-r .wx .wx_code{position: absolute;width: 100px;height: 100px;background: rgba(20,38,78,0.5);padding: 4px;left: -110px;top: 50%;display: none;transform: translateY(-50%);text-align: center;}
.fixed-r .wx .wx_code img{max-width: 100%;}
.fixed-r .wx:hover .wx_code{display: block;}
.fixed-r ul li .sidetop:hover,.fixed-r ul li .sidebox:hover,.fixed-r .wx:hover{background:rgba(20,38,78,0.5);}
.fixed-b {width: 100%; background: #2b5aaa; bottom: 0; left: 0;z-index: 999; font-size: 14px;position: fixed;padding: 10px 0;display: none;}
.fixed-b li{ width: 33.33%; text-align: center; color: #fff; float: left;border-right: 1px solid #777;box-sizing: border-box;}
.fixed-b li:last-child{ border-right: none;}
.fixed-b li a{color: #fff;}
.fixed-b li a i{font-size: 24px;padding-right: 5px;color: #fff;vertical-align: middle;line-height: 1;}
.fixed-b li a .icon-home{font-size: 18px;}