﻿@charset "utf-8";
/* CSS Document */
body,div,section,figure,strong,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:.1rem; font-family:"Microsoft Yahei","Arial";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:.1rem;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.figure{display: block;height: 0;overflow: hidden;position: relative;}
.figure img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.fs{font-size: .26rem;text-transform: uppercase;}
.iconfont{font-size: .16rem;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none;}
a:hover {color:#1b5494; text-decoration:underline;}
.layout{padding: 4% 13%;}

@font-face {
	font-family: 'Conv_Armata-Regular';
	src: url('../fonts/Armata-Regular.eot');
	src: local('☺'), url('../fonts/Armata-Regular.woff') format('woff'), url('../fonts/Armata-Regular.ttf') format('truetype'), url('../fonts/Armata-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'tt0102m_';
	src: url('../fonts/tt0102m_.eot');
	src: local('☺'), url('../fonts/tt0102m_.woff') format('woff'), url('../fonts/tt0102m_.ttf') format('truetype'), url('../fonts/tt0102m_.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

header{position: fixed;z-index: 1000;left: 0;top: 0;right: 0;transition: all 0.3s;background: #FFF;box-shadow: 0 0 5px rgba(0,0,0,.2);}

header .top{display: flex;align-items: center;justify-content: space-between;padding: 0 13%;height: .6rem;transition: all .3s;}
header .logo{display: flex;align-items: center;}
header h1{width:.8rem;}
header h1 img{width: 100%;transition: all .3s;}
header .logo .txt{padding-left: .1rem;}
header .logo .txt p:nth-of-type(1){font-weight: bold;background-image: -webkit-gradient(linear,left 0, right 0, from(#1b5494), to(#048c3e));color: transparent;-webkit-background-clip: text;}
header .right{display: flex;align-items: center;justify-content: space-between;}
.nav{font-size: 0px;background: #1b5494;padding: 0 13%;}
.nav li{display: inline-block;position: relative;}
.nav li p{line-height: .3rem;font-size: .1rem;transition: all 0.3s;position: relative;}
.nav li p:after{content: "";display: block;position: absolute;left: 50%;bottom: 0;width: 100%;z-index: 100;height: 0;background: #1b5494;opacity: 0;transform: translateX(-50%);transition: all .3s;}
.nav li.current a{font-weight: bold;background: #048c3e;color: #FFF;}
.nav li p a{display: block;transition: all .3s;color: #FFF;padding: 0 .2rem;}
.nav li:hover p a{text-decoration: none;background: #048c3e;color: #FFF;}
.nav li i{font-size: .1rem;margin-left: .05rem;display: none;}
.nav li dl{position: absolute;left: 0;top: .3rem;background: #FFF;font-size: .09rem;display: none;z-index: 1000;right: 0;width: 1rem;box-sizing: border-box;box-shadow: 0 5px 5px rgba(0,0,0,.2);}
.nav li dd{position: relative;font-size: .08rem;text-align: left;}
.nav li dd a{display: block;transition: all 0.3s;padding: .05rem .1rem;}
.nav li dd:hover a{display: block;text-decoration: none;background: #1b5494;color: #FFF;}
.nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
.nav li dd:hover .san{visibility: visible;opacity: 1;}
.nav li dd:hover .san .list a{padding: .05rem .1rem;background: #eff3fc;color: #333;}
.nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #1b5494;color: #FFF;}
.nav li .pic{float: right;width: 65%;}
.nav li .pic figure{padding-bottom: 70%;}

.dianhua{display: flex;align-items: center;margin-right: .2rem;}
.dianhua i{font-size: .24rem;background-image: -webkit-gradient(linear,left 0, right 0, from(#1b5494), to(#048c3e));color: transparent;-webkit-background-clip: text;}
.dianhua .txt{margin-left: .05rem;}
.dianhua .txt span{letter-spacing: .05rem;font-size: .08rem;color: #666;}
.dianhua .txt p{font-weight: bold;background-image: -webkit-gradient(linear,left 0, right 0, from(#1b5494), to(#048c3e));color: transparent;-webkit-background-clip: text;margin-top: .03rem;font-size: .13rem;}

.yuyan{position: relative;}
.yuyan ul{display: flex;align-items: center;}
.yuyan li{margin-left: .1rem;border-radius: 100%;overflow: hidden;}
.yuyan li a{width: .2rem;height: .2rem;display: flex;align-items: center;justify-content: center;background: #f5f5f5;}
.yuyan li a:hover{text-decoration: none;}
.yuyan li a.current{background-image: -webkit-gradient(linear,left 0, right 0, from(#1b5494), to(#048c3e));color: transparent;color: #FFF;}

.navm{display: none;width: 1.2rem;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #333;cursor: pointer;}
.navm i{font-size:.6rem;display: block;}
.navm .icon-guanbi{color: #1b5494;}

.h_active .top{height: 0;opacity: 0;visibility: hidden;}

footer{background: rgba(0,0,0,.7);padding: .3rem 13% 0 13%;position: relative;}
footer .foot_t{display: flex;justify-content: space-between; flex-wrap: wrap;color: #FFF;}
footer .foot_t .left{width: 30%;display: flex;justify-content: space-between; flex-wrap: wrap;}
footer .foot_t .left dt{margin-bottom: .08rem;font-weight: bold;font-size: .1rem;}
footer .foot_t .left dd{line-height: 2;font-size: .09rem;}
footer .foot_t .left dd a{transition: all 0.3s;color: #FFF;}
footer .foot_t .left dd a:hover{text-decoration: none;margin-top: .2rem;color: #FFF;}
footer .foot_t .left dd:last-child{border-bottom: none;}
footer .foot_t .center{width: 30%;}
footer .foot_t .center dt{margin-bottom: .08rem;font-weight: bold;font-size: .1rem;}
footer .foot_t .center dd{font-size: .09rem;display: flex;align-items: center;padding: .05rem 0;}
footer .foot_t .center dd i,footer .foot_t .center dd em{font-size: .1rem;padding-right: .1rem;}
footer .foot_t .center dd a{transition: all 0.3s;color: #FFF;}
footer .foot_t .center dd a:hover{text-decoration: none;color: #FFF;}
footer .foot_t .right{width: 23%;}
footer .foot_t .right ul{margin-top: .1rem;}
footer .foot_t .right li{ width:100%; margin-bottom: .05rem;}
footer .foot_t .right li p{padding-bottom: 5px;}
footer .foot_t .right li .input_txt{ width:100%;border:1px solid rgba(255,255,255,.3);outline:medium;padding:.03rem 2%;font-family:'Conv_tt1161m_';box-sizing: border-box;background: none;color: #FFF;border-radius: .02rem;}
footer .foot_t .right li .input_txt::placeholder{color:rgba(255,255,255,.5);}
footer .foot_t .right .textarea{  margin:0;}
footer .foot_t .right .textarea textarea{ width:100%;height:.5rem;border:1px solid rgba(255,255,255,.3); outline:medium; padding:1%;box-sizing: border-box;background: none;border-radius: .02rem;color: #FFF;}
footer .foot_t .right .textarea textarea::placeholder{color:rgba(255,255,255,.5);}
footer .foot_t .right .textarea p{font-weight: bold;padding-bottom: 10px;}
footer .foot_t .right .more{margin-top:.05rem;}
footer .foot_t .right .input_btn{border:0 none; color:#1b5494; background:#FFF;cursor: pointer;outline: medium;padding: .05rem .1rem;border-radius: .02rem;}

footer .foot_t a{color: #FFF;}

footer .foot_b{padding: .2rem 0;color: #FFF;border-top: 1px solid rgba(255,255,255,.3);margin-top: .2rem;}
footer .foot_b a{color: #FFF;}
footer .foot_b a:hover{text-decoration: none;}

footer video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -2;object-fit: cover;}

.kefu{position: fixed;right: 2%;bottom: 10%;z-index: 100;}
.kefu li{margin-bottom: .05rem;position: relative;width: .3rem;height: .3rem;display: flex;align-items: center;justify-content: center;background: #b0b0b0;border-radius: 100%;color: #FFF;cursor: pointer;}
.kefu li:nth-of-type(1){background: #4dc247;}
.kefu li:nth-of-type(2){background: #f48d2c;}
.kefu li:nth-of-type(3){background: #07c261;}
.kefu li:nth-of-type(4){background: #b0b0b0;}
.kefu li i{font-size: .16rem;}
.kefu li a{display: flex;align-items: center;justify-content: center;flex-flow: column;color: #FFF;}
.kefu li a:hover{text-decoration: none;}
.kefu li dl{position: absolute;right: 100%;top: 50%;background: #FFF;padding: .08rem;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(-50%);min-width: .6rem;border: 1px solid #DDD;}
.kefu li:hover dl{visibility: visible;opacity: 1;}
.kefu li:nth-of-type(1) dl{width: .8rem;}
.kefu li dt{padding-bottom: .1rem;}
.kefu li dd{line-height: 1.6;font-size: .08rem;text-align: center;}
.kefu li dd img{width: 120px;}

@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}

.main-im{position:fixed;right:10px;top:20%;z-index:100;width:.7rem;height:272px;}
.main-im .im_main{border:1px solid #dddddd;border-radius:10px;background:#FFF;display:none;}
.main-im .im_main .im-tel{text-align:center;padding: .1rem .05rem;}
.main-im .im_main .im-tel .pic{font-size: .08rem;padding-bottom: .05rem;}
.main-im .im_main .im-tel img{width: 100%;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;position: absolute;right: 0;top: 0;}