@charset "utf-8";
body, html { width: 100%; overflow-x: hidden; min-width: 1200px; }  
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  font-family: "微软雅黑";}  
body, p, h1, h2, h3, h4, h5, table, ul, li, form, input { margin: 0; padding: 0; color: #000;  line-height: 1; }  
body, p { font-size: 14px; border: none; color: #000; }  
a { font-size: 14px; color: #000; text-decoration: none; border: none; padding: 0; margin: 0; }  
table { border-collapse: collapse; }  
img { border: 0; margin: 0; padding: 0; }  
ul, li { list-style: none; border: 0; margin: 0; padding: 0; } 
dl, dt, dd { margin: 0; padding: 0; -webkit-margin-start: 0; }  
h1, h2, h3, h4, h5 { font-weight: normal; font-size: 12px; display: block; }  
strong, b { font-weight: normal; }  
table, tr, td { border-spacing: 0; }  
em, i, b { font-style: normal; }  
p { line-height: 170%; color: #555; font-size: 14px; }  
input { border: none; background: none; }  
figcaption { display: block; }  
input:focus { outline: none; }  
::-webkit-input-placeholder { /* WebKit browsers */ font-size: 14px; color: #fff; }  
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px; color: #fff; }  
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.clearfix { *zoom: 1; }  
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }  
.clearfix:after { clear: both; } 
.clear { clear: both; }

.fl{ float: left;}
.fr{ float: right;}

 input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

.box{ max-width: 1350px;  margin: 0 auto; width: 100%; overflow: hidden; }
.pt100{ padding-top: 100px; padding-bottom: 100px;}
.pt80{ padding-top: 80px; padding-bottom: 80px;}


.header{  height: 80px; max-width: 1350px; width: 100%;}
.header .logo{ max-width: 350px; display: block; float: left; margin-top: 10px; width: 40%;}
.header .logo img{ width: 100%;}
.header-right{ display: flex; float: right; float: right; width: 72.5%; align-items: center; justify-content: flex-end;}
.navbar ul{ display: flex;  justify-content: space-between; max-width: 550px; width: 100%;}
.navbar>li{ display: inline-block; vertical-align: middle;  height: 80px;}
.navbar{ max-width: 550px; width: 100%;}
.navbar li>a{ font-family: PingFangSC-Semibold; font-size: 17px;color: #373737;font-weight: 600;
    display: block; height: 80px; line-height: 80px;}
.navbar li:hover>a{ color: #0041FF;}

.subnav li{ position: relative; display: inline-block; vertical-align: middle; height: 80px; line-height: 80px;}
.subnav{ position: absolute; top:80px;  background: #fff;   display: none; z-index: 333;  box-shadow: 0 0 5px 3px rgba(0,0,0,0.15);}
.navbar li:hover .subnav{ display: block;}
.navbar .sanjiao{ position: absolute; top: -20px; width: 0; height: 0; border-left: 10px solid transparent; display: block;
border-right: 10px solid transparent; border-top: 10px solid transparent; border-bottom: 10px solid #fff; left: 30px; }

.header-wrap{ position: fixed; left: 0; right: 0; top: 0; z-index: 3333; background: #fff;}
.header-wrap.on{ border-bottom: 1px solid #E0E0E0; animation: down 1s;}

@keyframes down{
	from{ transform: translateY(-15px);}
	to{ transform: none;}
}

.subnav dd a{ display: flex; align-items: center; padding: 20px 30px; border-bottom: 1px solid #e0e0e0;}

.sub-left{ width: 40px; height: 40px}  
.sub-left img{  height: 40px; width: 40px}
.subnav .sub-right{ padding-left: 10px;}
.subnav .sub-right h3{ color: #262626; font-size: 16px; }
.subnav .sub-right p{  color: #7e7e7e; font-size: 12px; white-space: nowrap; overflow: hidden; margin-top: 5px; }
.subnav .img2{ display: none;}
.subnav .img1{ display: block;}
.subnav dd:hover .img2{ display: block;}
.subnav dd:hover .img1{ display: none;}
.subnav dd:hover h3,.subnav dd:hover p{ color: #014099;}
.subnav-width{ width: 530px;}
.subnav .subcont{ display: flex; }
.subnav .subcont-right{ background: #f5f5f5; padding: 20px 30px; flex-grow: 1;}
.subnav .subcont-right .p1{ color: #014099; font-size: 14px; margin-bottom: 15px;}
.subnav .subcont-right .sub-right{ padding-left: 0; margin-bottom: 20px;}
.subnav .subcont-right .sub-right p{ margin-top: 10px;}
.subnav dd:last-child a{ border-bottom: none;}

.header .tab-on2{  display: flex; align-items: center; margin-left: 80px;
    height: 42px; width: 160px; line-height: 42px; text-align: center;
        background: #EEEEEE; }
.header .tab-on2 a{ padding: 9px 9px 9px 9px;
    height: 42px; width: 110px; line-height: 42px; text-align: center;
    transition: all 0.6s; } 
.header .tab-on2 a span { float:right; font-family: PingFangSC-Semibold;
    font-size: 17px;
    color: #565656;
    text-align: center;
    font-weight: 600;height: 24px;line-height: 24px; 
}
.header .tab-on2 a.on{ background: transparent; 
    font-family: PingFangSC-Semibold;
    font-size: 17px;
    text-align: center;
    font-weight: 600;height: 24px;line-height: 24px; 
    color: #014099; width: 80px; margin-top: -18px;}


.header .tab-on{  display: flex; align-items: center; margin-left: 40px;}
.header .tab-on a{ color: #fff; display: block; height: 40px; border-radius: 5px; width: 132px; line-height: 40px; text-align: center;
transition: all 0.6s; background: #014099; } 
.header .tab-on a.on{ background: transparent; color: #014099; width: 80px; border:1px solid #014099; margin-left: 15px;  line-height: 38px; }

.banner{ position: relative; margin-top: 80px;}
.banner .swiper-slide{ position: relative; display: flex; justify-content: center;}
.banner .swiper-slide img{ display: block; width: initial;}
.banner .banner-cont{ position: absolute; left:50%; top: 50%;  transform: translate(-50%,-50%); z-index: 33333; overflow: inherit;}
.banner-left { max-width: 675px;  }
.banner-left h3{ color: #ffffff; font-size: 60px; font-weight: bold; margin-bottom: 1.5vw;}
.banner-left p{ color: #ffffff; font-size: 20px; }
.banner-left a{ width: 158px; float: left; border-radius: 42px; 	height: 42px;	background-color: #ffffff; line-height: 42px; text-align: center;
color: #02196f; font-size: 20px; margin-top: 1.5vw; transition: all 0.6s; }
.banner-left a:hover{  box-shadow:0 0 10px 5px rgba(255,255,255,0.2); transform: translateX(20px);}





.banner .box1{ position: absolute; left: 0; right: 0; bottom: 0; top: 0;}
.banner-formwrap{  position: absolute; right:0; top: 50%;  z-index: 333; height: 409px; margin-top: -204px; display: block;}
.banner-form,.denglu{ position: absolute; right: 0; z-index: 333; top: 50%; background: url(../images/banner-line.png) no-repeat top center;
height: 409px; width: 402px; /* background-size: 100% 100%; */ transform: translateY(-50%); overflow: inherit;}
.banner-form h2{ opacity: 0.8; font-size: 24px; font-weight: bold; color: #fff; text-align: center; padding: 50px 0 30px 0;margin-top:2vw;}
.banner-form .div1{ display: flex; align-items: center; margin: 0 auto; padding:0 20px; margin-bottom: 20px;}
.banner-form .div1{ width: 298px; height: 42px; border: solid 1px #114baa; border-radius: 42px;}
.banner-form .div1 ::-webkit-input-placeholder{ color: #fff; opacity: 0.8;}
.banner-form .div1 span{ display: block; padding-right: 15px;}
.banner-form .div1 input{ display: block; height: 42px; flex: 1; color: #fff;}

.banner-form .div1:focus{ border-color: #fff; outline: none;}

.banner-form .sub{ width: 298px;height: 42px; background-color: #00a0e9; color: #fff; border-radius: 42px; font-size: 18px; display: block; margin: 0 auto; transition: all 1s;}
.banner-form .div2{ width: 298px;height: 42px; display: flex; justify-content: space-between; margin: 0 auto; margin-top: 25px;}
.banner-form .div2 a{opacity: 0.8; color: #1b7fff; }
.banner-form .div2 i{ background: url(../images/check.png) no-repeat center; display: inline-block; height: 16px; width: 16px;background-color: #227aff;
 border-radius: 100%; vertical-align: middle; margin-right: 5px;}
.banner-form .sub:hover{ opacity: 0.8;}


.denglu-wrap{ }
.denglu .rentou{ margin: 50px 0 35px 35px;}
.denglu .rentou img{ width: 167px;	height: 167px; display: block; border-radius: 100%; margin:0 auto;}
.denglu .ren-name h3{ color: #fff; font-weight: bold; font-size: 24px; margin-bottom: 10px;}
.denglu .ren-name p{  color: #fff; font-weight: bold; font-size: 14px; opacity: 0.8;}
.denglu .p1,.denglu .p2{ opacity: 0.8; color: #ffffff; font-size: 18px; font-weight: bold;  text-align: center;}  
/* .denglu ul{ display: flex; justify-content: space-around; padding-top: 20px;}
 */
.denglu-tou .rentou,.denglu-tou .rentou img{ display: block; height: 100px; width: 100px; overflow: hidden; border-radius: 100%;}
.denglu-tou .ren-name{ margin-left: 30px; margin-top: 70px;}
.denglu .forth-link { margin-left: 35px; margin-top: 10px;}
.denglu .forth-link li{ float: left; width: 160px; margin-right: 20px; background: #1e3291; border-radius: 10px; height: 50px; margin-bottom: 20px;
padding: 0 15px;}
.denglu .forth-link li a{  font-weight: bold; font-size: 16px; color: #fff; line-height: 50px; display: block;
display: flex; justify-content: space-between; align-items: center;}
.denglu .forth-link li  i{ display: inline-block;  height: 16px; width: 16px; vertical-align: middle; background: url(../images/liarrow.png) no-repeat center;background-size: 100%;}
.dropBtn{background: #1e3291; margin: 0 26px 0 35px;padding: 13px 0;border-radius: 10px;text-align:center;}
.dropBtn a{color:#fff;font-weight: bold;font-size: 16px}
/*.banner .swiper-slide-active h3{ animation: fadeInUp 2s;}

.banner .swiper-slide-active .banner-left p{ animation: fadeInUp 3s;}

.banner .swiper-slide-active .banner-left a{ animation: fadeInUp 4s;}*/
.banner .swiper-button-next { transition: all 0.6s; transform: translateX(100px);}
.banner .swiper-button-prev { transition: all 0.6s; transform: translateX(-100px);}
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{ transform: none;}


.index-sec1{ width: 100%;}
.index-sec1 .left{ max-width: 61%; padding-top: 70px; padding-left: 20px;}
.index-sec1 .left ul{ display: flex; flex-wrap: wrap; margin-bottom: -100px; justify-content: space-between;}
.index-sec1 .left li{ margin-bottom:100px; max-width: 250px; width: 33%;}
.index-sec1 .left li img{ width: 111px; height: 111px; }
.index-sec1 .left span{ margin-right: 15px; display: block;}
.index-sec1 .left a{ display: flex; align-items: center;}
.index-sec1 .left .p1 strong{ color: #014099; font-weight: bold; font-size: 33px;}
.index-sec1 .left .p2{ color: #595757; font-size: 15px;}
.index-sec1 .left li div{ width: 110px }
.index-sec1 .right{  width: 30%; padding-right: 15px;}
.index-sec1 .right li{width: 100%; height: 100px;background-color: #014099;border-radius: 20px; margin-bottom: 20px; transition: all 0.6s;}
.index-sec1 .right a{ display: flex; align-items: center;  height: 100px; padding: 35px 15px 35px 35px;}
.index-sec1 .right h3{  color: #ffffff; font-size: 20px; font-weight: bold;}
.index-sec1 .right p{  color: #ffffff; font-size: 14px; margin-top: 5px;}
.index-sec1 .right div:nth-child(1){ padding-right: 22px;}
.index-sec1 .right .l2{ background: url(../images/b2-bg.png) no-repeat;}
.index-sec1 .right .l3{ background: url(../images/b3-bg.png) no-repeat;}

.index-sec2{ background: #F5F5F5; padding: 30px 0;}
.index-sec2 .left{ padding-top: 140px; width: 50%;}
.index-sec2 .right img{ display: block; max-width: 100%; height: auto;}
.index-sec2 h3{ color: #014099;font-size: 36px; font-weight: bold; margin-bottom: 20px;}
.index-sec2 p{ color: #595757; font-size: 16px;  line-height: 30px; max-width: 487px; margin-bottom: 20px;}
.index-sec2 .right img{ display: block; height: auto; max-width: 100%; float: left; transition: all 0.6s;}
.index-sec2 .right{ width: 48%; overflow: hidden;}
.index-sec2 .div2 h3,.index-sec2 .div2 p{ text-align: right;}
.index-sec2 .div2 p{ float: right;}


.index-tit{ position: relative; display: flex;}
/* .index-tit h4{ text-align: center; color: #014099; font-size: 40px; font-weight: bold; background: #fff; position: relative; z-index: 33;
margin: 0 auto; width: auto; padding: 0 15px;}  */
.index-tit h4{
    font-family: PingFangSC-Semibold;
    font-size: 37px;
    color: #373737;
    letter-spacing: -0.46px;
    text-align: center;
    line-height: 54px;
    font-weight: 600;
    position: relative; z-index: 33;margin: 0 auto; width: auto; padding: 0 15px;
}
.index-tit .b-line{ position: absolute; height: 1px; background: #3e3a39; left: 0; right: 50%; display: block; top: 50%; opacity: 0.3;}
.index-tit .b-line2{ right: 0; left: 50%;}

.index-sec3 .swiper-container{ padding: 10px;}

#sec3-scroll1 .swiper-wrapper{ padding-bottom: 5px }
#sec3-scroll1{ margin-bottom: 70px; overflow: hidden;}
#sec3-scroll2{ overflow: hidden;}
.index-sec3 .swiper-slide{border-radius: 20px;border: solid 1px #b5b5b5;  transition: all 0.6s;}
.index-sec3 .swiper-slide a{ display: block; position: relative; padding:40px 50px; box-sizing: border-box;}
.index-sec3 h2{ color: #014099; font-size: 36px; font-weight: bold; margin-bottom: 50px; margin-top: 50px;}
.index-sec3 .p1{ color: #014099; 	font-size: 27px; font-family:arial, helvetica, sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-sec3 .p2{ color: #727171; line-height: 21px; height: 63px; overflow: hidden; margin:20px 0 20px 0;}
.index-sec3 .p-line{ max-width: 224px;height: 1px;background-color: #595757;opacity: 0.2; display: inline-block; vertical-align: middle; margin-right: 5px;
width: 100%; display: none;}
.index-sec3 .p3{ color: #014099; font-size: 14px;}
.index-sec3 .line1,.index-sec3 .line2{display: block;position: absolute;top: -1px;left: -1px;right: -1px; bottom: -1px;
transition: all 1s;filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;}
.index-sec3 .line2{ border-top: 1px solid #00a0e9;border-bottom: 1px solid #00a0e9; transform-origin: 0 0; -webkit-transform-origin: 0 0;transform: scale(0,1);
-webkit-transform: scale(0,1); }
.index-sec3 .line1{ border-left: 1px solid #00a0e9;border-right: 1px solid #00a0e9; transform-origin: 0 0; -transform-origin: 0 0;transform: scale(1,0);
-webkit-transform: scale(1,0);}
.index-sec3 .swiper-slide:hover .line1,.index-sec3 .swiper-slide:hover .line2{ border-color: #00a0e9; transform: scale(1);-webkit-transform: scale(1);
filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;}
.index-sec3 .swiper-slide:hover .line1{transition-delay:0.15s;    -webkit-transition-delay: 0.15s;}
.index-sec3 .swiper-slide:hover{ border-radius: 0; box-shadow: 0 0 10px 3px rgba(1,64,153,.15);}


.index-sec4{ background: url(../images/dogcat-banner.png) no-repeat center center;  background-size:100% auto ; padding: 0; height:445px;}
.index-sec4 .text{  float: left; max-width: 600px; }
.index-sec4 h2{ color: #ffffff; font-size: 48px; margin-bottom: 30px;}
.index-sec4 p{ color: #ffffff; font-size: 18px;}
.index-sec4 a{ width: 158px;height: 42px; background-color: #ff6644; display: block; border-radius: 42px; color: #ffffff; font-size: 20px;
line-height: 42px; text-align: center; float: right; margin-top:80%; transition: all 0.6s; position: relative; overflow: hidden; transition: all 0.6s; margin-top: 280px;
    margin-left: 180px;}
.index-sec4 .more span{ transition: all 0.6s; z-index: 33; position: relative;}
.index-sec4 .more .before {content: ''; background-color: #00a0e9; position: absolute;right: 50%;width: 0; left:50%; height: 100%;transition: all .5s;
transform: scale(0,1); transform-origin: center;}
.index-sec4 .more:hover .before{ width: 100%; z-index: 23; transform: scale(1); left: 0; right: 0;}
.index-sec4 .more:hover span{ color: #fff; }


.index-sec5 .swiper-wrapper{ padding-top: 80px;}
.index-sec5 .swiper-slide figure img{ display: block; width: 100%; height: auto;}
.index-sec5 .swiper-slide a{ display: block; position: relative; box-sizing: border-box; border: solid 1px #a0a0a0; border-radius: 20px;
transition: all 0.6s;}
.index-sec5 .swiper-slide figcaption{ padding: 45px; background: #fff; transition: all 1s;  border-radius: 20px;}
.index-sec5 .swiper-slide p{ color: #727171 ; font-size: 16px;}
.index-sec5 .swiper-slide h3{ text-align: center; color: #014099 ; font-size: 30px; margin-bottom: 30px;}
.index-sec5 .swiper-slide p{ color: #727171 ; font-size: 16px; height:90px; line-height: 30px; overflow: hidden;}
.index-sec5 .swiper-slide .more-span{ width: 153px;height: 32px;border-radius: 16px;border: solid 1px #7d7d7d; margin: 40px auto 0 auto;
color: #4c4948; line-height: 32px; box-sizing: content-box; text-align: center; font-size: 16px;}
.index-sec5 .swiper-slide:hover a{ border:none}
.index-sec5 .swiper-slide:hover figcaption{ transform: translateY(-20px); background: #014099;}
.index-sec5 .swiper-slide:hover h3,.index-sec5 .swiper-slide:hover p{color: #fff;}
.index-sec5 .swiper-slide:hover .more-span{ background: #fff; color: #014099;}



@font-face {
  font-family: "DIN-MEDIUM";
  src: url("../fonts/DIN-MEDIUM.ttf") format("truetype"),
       url("../fonts/DIN-MEDIUM.otf") format("opentype");
}

.index-sec6{ background: #F5F5F5; padding: 60px 0; }
.index-sec6 .index-tit{ margin-bottom: 80px;}
.index-sec6 .index-tit h4{ background: #F5F5F5;}
.index-sec6 .left{ width: 66%;}
.index-sec6 .left a{ display: block; overflow: hidden; clear: both; padding-bottom: 60px;}
.index-sec6 .left figcaption{ float: left; max-width: 495px;}
.index-sec6 .left .time{ float: right; width: 88px;height: 88px;border-radius: 10px;border: solid 1px #d3d3d4; transition: all 0.6s;}
.index-sec6 .left h3{ color: #595757; font-size: 20px; font-weight: bold; margin-bottom: 20px; transition: all 0.6s;}
.index-sec6 .left p{ color: #595757; font-size: 14px; line-height: 22px;	letter-spacing: 1px; height: 44px; overflow: hidden; transition: all 0.6s;}
.index-sec6 strong{   font-family: "DIN-MEDIUM"; display: block; font-size: 36px; text-align: center; padding: 10px 0 ; transition: all 0.6s;;}
.index-sec6 span{   font-family: "DIN-MEDIUM";  display: block; font-size: 16px; text-align: center;  transition: all 0.6s;}
.index-sec6 .left a:hover .time{ background: #014099; border-color: #014099;}
.index-sec6 .left a:hover  strong,.index-sec6 .left a:hover  span{ color: #fff;}
.index-sec6 .left a:hover h3,.index-sec6 .left a:hover p{ color: #014099;}

.index-sec6 .right{ width: 26.5%; margin-bottom: -30px;}
.index-sec6 .right a{ display: block; height: 183px;	background-color: #014099; font-size: 30px; color: #fff; line-height: 1.6; text-align: center;
display: flex; justify-content: center; align-items: center; margin-bottom: 30px; transition: all 0.6s; position: relative; overflow: hidden; z-index: 3;}
.index-sec6 .right b{ position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; transition: all 0.6s; background: #fff; opacity: 0.3;
width: 600px; height: 600px; border-radius: 100%; margin-left: -300px; margin-top: -200px; opacity: 0; transform: scale(0); z-index: -1;}
.index-sec6 .right a:hover b{ opacity: 1; transform: scale(1);}
.index-sec6 .right a:hover{ color: #014099;}


.footer1{ margin-top: 0px; height: 346px;}
.footer{ background: #0041FF; padding: 30px 0 0 0;}
/* .footer .div1{ border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 20px; margin-bottom: 30px;} */
.footer .div1{ padding-top: 38px; padding-bottom: 20px;}
.footer .p1, .footer .p1 a{
    font-size: 18px;
    color: #EEEEEE;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 600;
    padding-top: 8px;}
.footer h3{ font-size: 24px; color: #ffffff;opacity: 0.7;   font-family: "DIN-MEDIUM"; margin-bottom: 40px;}
.footer h3 img,.footer h4 img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.footer h4{ font-size: 18px; color: #fff; opacity: 0.7;}
.footer .code { margin-left: 70px;}
.footer .code p{ text-align: center; color: #fff; opacity: 0.5; padding-top: 10px;}
.footer .div3{ padding: 20px 0; margin-top: 0px; text-align: center; color: rgba(255,255,255,0.2); }
.footer .div3 a{ color: #fff; opacity: 0.5; font-size: 14px; display: inline-block; margin: 0 20px;}
.footer .div4{ padding-top: 0px;}

.neibanner1{ background:url(../images/cp-banner.png) no-repeat center center; width: 100%; height: 618px; margin-top: 80px;}
.neibanner1 .left{ float: left; max-width: 545px; display: flex; align-self: center; align-content: center; height: 618px; flex-wrap: wrap;}
.neibanner1 .left h3{ color: #fff; font-size: 48px; font-weight: bold; margin-bottom: 30px; width: 100%;}
.neibanner1 .left p{ font-size: 18px; line-height: 2.0; color: #fff; width: 100%;}

.price-neibanner{  background-image:url(../images/pricebanner.png) ;}
.neibanner1 .more{ width: 158px;height: 42px;background-color: #ffffff; display: block; color: #02196f; font-size: 20px; text-align: center; line-height: 42px;
border-radius: 42px; margin: 40px 0; transition: all 0.6s;}
.neibanner1 .more:hover{ box-shadow: 0 0 20px 10px rgba(255,255,255,0.25); transform: translateX(20px);}

.huodong-neibanner{ background: url(../images/huodongbanner.png) no-repeat center center; height: 620px; margin-top: 80px;}



.fuwu-sec1 .right{width: 35.6%;}
.fuwu-sec1 .right img{ display: block; max-width: 100%;}
.fuwu-sec1 .left{width: 57%;}
.fuwu-sec1 ul{ display: flex; justify-content: space-between; }
.fuwu-sec1 li{max-width: 132px; transition: all 0.6s;}
.fuwu-sec1 li .p1{ color: #014099; font-size: 24px; font-weight: bold; text-align: center; margin: 15px 0;}
.fuwu-sec1 li .p2{ color: #727171; font-size: 16px; max-width: 132px;}
.fuwu-sec1 li img{ display: block; margin: 0 auto; transition: all 0.6s; perspective:150;}
/* .fuwu-sec1 li:hover{ transform: translateY(10px);} */
.fuwu-sec1 li:hover img{ transform: rotateY(-180deg);}



.fuwu-tit{ padding-bottom: 80px;}
.fuwu-tit h3{ color: #014099; font-size: 48px; font-weight: bold;}
.fuwu-tit p{ color: #727171; font-size: 18px; margin-top: 10px;}
.button--moema { width: 260px; height: 55px; border-radius: 55px; text-align: center; color: #fff; text-align: center; font-size: 24px;
display: block;  position: relative; background: #014099;border: 3px solid; -webkit-backface-visibility: hidden;
transition: all 0.3s; line-height: 55px; box-sizing: content-box; margin: 50px auto 0 auto;}
.button--moema .before {content: '';position: absolute;top: -20px;left: -20px;bottom: -20px;right: -20px;background: inherit;border-radius: 50px;z-index: -1;
opacity: .4;-webkit-transform: scale3d(.8,.5,1);transform: scale3d(.8,.5,1);}
/*.button--moema:hover .before {-webkit-animation: anim-moema-2 .3s .3s forwards;animation: anim-moema-2 .3s .3s forwards;}

.button--moema:hover {-webkit-transition: background-color .1s .3s,color .1s .3s;transition: background-color .1s .3s,color .1s .3s;color: #eceff1;

background-color: #3f51b5; animation: anim-moema-1 .3s forwards;}*/

.fuwu-sec2 { background: url(../images/cp-bg2.png) no-repeat top center;  height: 646px;}
.fuwu-sec2 .right{ padding-top: 55px;  width: 50%;}
.fuwu-sec2 .right img{ display: block; margin: 0 auto; height: auto;}
.fuwu-sec2 .fuwu-tit{ padding-bottom: 60px;}
.fuwu-sec2 .left{ padding-top: 170px; width: 40%; }
.fuwu-sec2 .left li i{ width: 10px;height: 10px;background-color: #014099; display: inline-block; vertical-align: middle; border-radius: 100%; margin-right: 10px;}
.fuwu-sec2 .left li{ font-size: 16px; margin-bottom: 20px;}
.fuwu-sec2 .left .button--moema{ float: left;}


.fuwu-sec3{ background: none;}
.fuwu-sec3 .left,.fuwu-sec3 .right{ padding-top: 0;}


.fuwu-sec4{ background:url(../images/cp-bg.png) no-repeat top center; height: 522px;}
.fuwu-sec4 .text{ height: 522px; display: flex; align-content: center; flex-wrap: wrap; }
.fuwu-sec4 h2{ text-align: center; color: #fff; font-weight: bold; font-size: 48px; width: 100%;}
.fuwu-sec4 p{ text-align: center; color: #fff; font-size: 18px; width: 100%; margin-top: 20px;}


.price-page .tit h2{ text-align: center; color: #014099; font-size: 48px; font-weight: bold;}
.price-page .tit p{ text-align: center; font-size: 18px; color: #595757; margin-top:15px;}
.price-sec1 .ul1 { margin-right: -4%; padding-top: 60px;}
.price-sec1 .ul1 li{ width: 29.5%;background: #f8f8f8; padding: 60px 20px; float:left; margin-right:3.7%; transition: all 0.6s;}
.price-sec1 .ul1 .tu img{ display: block; margin: 0 auto; height: 185px;}
.price-sec1 .ul1 h3{ text-align: center; color: #014099; font-size: 36px; font-weight: bold; padding: 35px 0;  transition: all 0.6s;}
.price-sec1 .ul1 li p{ color: #595757; 	font-size: 18px; max-width: 140px; margin: 0 auto;  transition: all 0.6s;}
.price-sec1 .ul1 li span{ width: 270px;height: 47px; background-color: #2845b4;border-radius: 24px; display: block; color: #fff;
 font-size: 24px; font-weight: bold; text-align: center; line-height: 47px; margin:80px auto 0 auto;  transition: all 0.6s;}
.price-sec1 .ul1 li:hover{ background: #2845b4;}
.price-sec1 .ul1 li:hover span{ color: #2845B4; background: #fff;}
.price-sec1 .ul1 li:hover h3,.price-sec1 .ul1 li:hover p{ color: #fff;}

.price-sec2{ background: url(../images/prbg.png) no-repeat top center; height: 624px;}
.price-sec2 .right{ padding-top: 185px; width: 510px;}
.price-sec2 .right h3{ color: #ffffff; font-size: 48px; font-weight: bold; padding-bottom:25px;}
.price-sec2 .right p{ font-size: 18px; color: #fff;}
.price-sec2 .right .p2{ margin-top: 60px;}


.neibanner3{ background: url(../images/newsbanner.png) no-repeat center center; height: 190px; margin-top:80px;}
.neibanner3 .box{ height: 190px; display: flex; align-items: center;}
.neibanner3 h3{ color: #fff; font-weight: bold; font-size: 42px; letter-spacing: 2px;}

.newspage .left-side{  width: 130px;}
.newspage .left-side li{ margin-bottom: 20px;}
.newspage .left-side li a{ color: #014099; font-size: 20px; font-weight: bold; height: 50px; line-height: 50px;  display: block; transition: all 1s;}
.newspage .left-side li:hover a,.newspage .left-side li.on a{ background: #014099; color: #fff; padding-left: 20px;}
.newspage .right{ width: 86%; margin-top: -35px;}
.newspage .right li{ transition: all 0.6s; padding: 10px 0; border-bottom: 1px solid #E0E0E0;}
.newspage .right li a{ display: block; overflow: hidden;  padding: 35px 10px;}
.newspage .right figcaption{ float: left; width:76% ;}
.newspage .right figure{ float: right; width: 22%; margin-top: 20px; overflow: hidden;}
.newspage .right figure img{ display: block; width: 100%; overflow: hidden; transition: all 0.6s; height: auto;}
.newspage .right h3{ font-weight: bold; font-size: 20px; color: #014099; margin-bottom: 20px;}
.newspage .right .p1{ font-size: 14px; line-height: 32px; height:96px; overflow: hidden; margin-bottom: 10px;}
.newspage .right .p2{  color: #878383;}
.newspage .right li:hover figure img{ transform: scale(1.05);}
.newspage .right li:hover{ background: #014099}
.newspage .right li:hover h3,.newspage .right li:hover .p1,.newspage .right li:hover .p2{ color: #fff;}
.fenye{ padding-top: 80px;}
.fenye a{ display: inline-block; width: 57px;height: 50px;background-color: #014099;border-radius: 5px; line-height: 50px; text-align: center; color: #fff;
 font-size: 14px; transition: all 0.6s; margin-right: 20px;}
.fenye a:hover,.fenye a.on{ background: #F5F5F5; color: #000;}


.detail-page .detail-tit{ padding-bottom: 30px;}
.detail-page .detail-tit h2{ color: #014099; font-size: 30px; font-weight: bold;}
.detail-page .detail-tit p{ color: #878383; font-size: 14px; margin-top:10px;}
.detail-page .detail-cont p{ color: #000; line-height: 36px; margin-bottom: 15px;  font-size: 15px;}
.detail-page .detail-cont img{  max-width: 100%; height: auto;}


.about-h3{ color: #014099; font-weight: bold; font-size: 42px; margin-bottom: 30px;}
.about-sec1 p{ font-size: 16px; color: #595757; line-height: 30px;}
.about-sec2{ background: #F5F5F5;}
.about-sec2 ul{ padding-top: 60px;}
.about-sec2 ul li{ float: left; width: 33%; transition: all 1s;}
.about-sec2 li img{ display: block; margin: 0 auto; transition: all 0.6s; height: 195px;}
.about-sec2 li h4{ color: #014099; font-size: 30px; font-weight: bold; text-align: center; padding: 50px 0 10px 0;}
.about-sec2 li p{ color: #595757; font-size: 16px;  text-align: center;}
.about-sec2 li:hover img{ animation: anim-moema-1 1s;}
.about-sec2 li:hover{ transform: translateY(-10px);}

.about-sec3 ul{ padding-top: 50px;}
.about-sec3 li{ float: left; background: #F5F5F5; width: 48%; text-align: center; margin-bottom: 30px; overflow: hidden; padding:45px 0;
font-weight: bold; color: #014099; font-size: 28px; transition: all 0.6s; border:2px solid transparent}
.about-sec3 .l1{ width: 100%;}
.about-sec3 .l3{ float: right;}
.about-sec3 li img{ display: inline-block; vertical-align: middle; margin-right: 20px;}
.about-sec3 li:hover{ background: #fff; border:2px solid #014099}





@keyframes anim-moema-2 {
 to {
  opacity:0;
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}

@keyframes anim-moema-1 {
 60% {
  -webkit-transform:scale3d(.8,.8,1);
  transform:scale3d(.8,.8,1)
 }
 85% {
  -webkit-transform:scale3d(1.1,1.1,1);
  transform:scale3d(1.1,1.1,1)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}


@media (max-width:1600px) {		 
.index-sec4{ height:400px; }
.index-sec4 a{ margin-top: 80%;}
.index-sec4 h2{ font-size: 36px;}
.price-page .ul1 h3{ font-size: 30px;}
.price-page .ul1 li p{ font-size: 16px;}
.price-page .ul1 li span{ font-size: 16px; margin-top: 40px;}
.index-sec2 h3{ font-size: 30px;}
}


@media (max-width:1440px) {		
	.banner-left h3{ font-size: 36px;}
	.banner-left p{ font-size: 16px;}
	.banner-left a{ width: 120px; height: 40px; line-height: 40px; font-size: 16px;}
	.index-sec1 .left .p1 strong{ font-size: 28px;}
	.neibanner1{ background-position:65% center;}
	.neibanner1 .left h3{ font-size: 36px;}
	.index-sec1 .left li img{ height: 90px; width: 90px }
}


@media (max-width:1370px) {			
	.box{  padding-left: 100px; padding-right: 100px; }	
	.header{ padding-left: 50px; padding-right: 50px;}
	.banner-form{ right: 30px;}
	.denglu{ right: 30px;}
}