﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/fonts/iconfont.ttf?t=1742528509174') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jia:before {
  content: "\e61b";
}

/*css 初始化 */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}*/

*{
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Microsoft Yahei","Arial";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#333; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.hide{
    display: none;
}
.show{
    display: block;
}

.warp{ max-width:1600px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp3{ max-width:1700px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 


/*parts*/
div.fy {text-align:center;line-height:4rem; width: 100%}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover{color:#fff;  background: #2255a3; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:active{ color:#fff;  background: #2255a3; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy span.current{  margin:2px 2px;padding:8px 12px; color:#fff;  font-size:1.4em;  background: #2255a3;box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:fixed;	top: 24px;	right: 20px;	z-index: 999;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#29a7e2; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}

/*搜索*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center { background-color:rgba(0,0,0,0.8);  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left; border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;    display:block;}
.s-close::before,.s-close::after {  content:''; width:40px; height:2px; background:#FFF;    display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {  -webkit-transform:rotate(45deg);    transform:rotate(45deg);}
.s-close::after {   -webkit-transform:translateY(-2px) rotate(-45deg);  transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}



/*header*/

.header,.header .mune a,.header .mune .mt,.header .mune .mtpro .mpd,.header .mune .mtpro .mpi .t p{  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.header .mune .mtpro{ transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all; }
.header{ position: absolute; top:0; left: 0; width: 100%;  z-index: 998; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .warp{ display: flex; align-items: center; justify-content: space-between;}
.header .logo{ padding: 10px 0;}
.header .hshow{ display:none;}



.header .mune{ display: flex; align-items: center;}
.header .mune a{color: #333; font-size: 1.6em; position: relative;}
.header .mune a:after{
    position: absolute;
    left: 0;
    width: 0;
    bottom:-20px;
    height: 2px;
    content: "";
    background-color: #019FE7;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}

.header .mune .thead a{ position: relative;}
.header .mune .thead a:hover{
    color: #019FE7;
}
.header .mune a:hover:after{
    width: 100%;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}


.header .lan{
    display: flex;
    justify-content: space-between;

}
.header .lan a{
    padding: 32px;
    position: relative;
    font-size: 1.6em;
    color: #333;
}

.header .lan a:first-child:after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 16px;
    width: 1px;
    background-color: #333;
}


.header .mune .mbd{ padding: 32px 0; position: relative; margin: 0 25px; line-height: 36px; } 
/*.header .mune .mbp{ position: static;}*/
.header .mune .mt{ position: absolute; top:100%; left: calc(50% - 70px); width: 160px;  z-index: 10; text-align: center;  transform-origin : 50% 0 0;  transform: scale(0);  background:#fff; box-shadow: 2px 2px 6px rgba(0,0,0,0.4); }
.header .mune .mt a{ font-size: 1.8em; line-height: 1.4; color: #000; display: block; padding: 12px 4px; text-transform: inherit; } 
.header .mune .mbd:hover .mt{  transform: scale(1);}
.header .mune .mt a:hover{ background:#4c9be2; color: #fff;}

.header:hover .mune a{ color:#555;}
.header:hover .mbl a{ color:#fff;}

.header .mune .mtpro{ display: none; position: absolute; top:100%; width: 100%; left: 0%;  z-index: 10; box-shadow: 2px 2px 6px rgba(0,0,0,0.4); transform-origin : 50% 0 0;   background:#fff;}
.header .mune .mbd:hover .mtpro{ display: flex;  animation:mtp .5s; animation-iteration-count:1; animation-fill-mode:forwards; }
@-webkit-keyframes mtp {
0% {
	opacity: 0;
}
100% {
	opacity:1;
}
}

.header .mune .mtpro .mpl{ padding: 20px 2%; background: #f5f5f5; width: 20%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .mune .mtpro .mpl a{ margin: 4vh 0; font-size: 2.4em; color: #333; display: inline-block; padding: 6px; min-width: 55%;  border-bottom: 2px solid #f5f5f5;}
.header .mune .mtpro .mpl a.hover{ border-bottom: 2px solid #333;}
.header .mune .mtpro .mpis{ padding: 60px 4%;width: 80%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .mune .mtpro .mpi{ display: none; }
.header .mune .mtpro .mpds{ text-align: center; display: flex; width: 100%;}
.header .mune .mtpro .mpd{ width: calc(33.33% - 40px); margin: 0 20px; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header .mune .mtpro .mpi .img img{ max-width: 100%;}
.header .mune .mtpro .mpi .t p{ font-size:2em; line-height: 1.5; color: #333; }
.header .mune .mtpro .mpd:hover{ background: #f5f5f5; }
.header .mune .mtpro .mpd:hover p{ animation:show 1s; animation-iteration-count:1; animation-fill-mode:forwards;}

@-webkit-keyframes show {
0% {
 	transform: scale(1); 
	opacity: 0.4;
}
20% {
 	transform: scale(0.4); 
	opacity: 0.1;
}
40% {
 	transform: scale(1.2); 
	opacity: 1;
}
60% {
 	transform: scale(0.6); 
	opacity: 1;
}
80% {
 	transform: scale(1.1); 
	opacity: 1;
}
100% {
	 transform: scale(1); 
	opacity:1;
}
}

.btop .header{ border-bottom: 1px solid #d2d2d2;  position: relative;}
.btop .header .mbd>h3 a,.btop .header .mbs form{ filter: invert(100%);}

.header.up {
    position: fixed;
    background: #fff;
    -moz-box-shadow: 0px 2px 5px #8C8C8C;
    -webkit-box-shadow: 0px 2px 5px #8C8C8C;
    box-shadow: 0px 2px 5px #8C8C8C;
}
.header.up .mbd>h3 a,.header:hover .mbd>h3 a,.header:hover .mbs form,.header.up .mbs form{ filter: invert(0%) !important;}
.header.up .mbd>h3 a{ color:#555;}


.header.up .hnone{ display:none;}
.header.up .hshow{ display:inline-block;}
.header.up form{ border-color:#4c9be2;}
.header.up .ht::placeholder{ color:#888;}
.header.up input{ color:#888;}
.header.up form .hb{ background: url(../images/sreach2.png) left center no-repeat; background-size: 76%; width: 30px; cursor:pointer }
.header.up .mune .mbl h3 a{ display:block; color:#333;}




.header .mune .mbs{ padding: 20px 0; margin: 0 !important;}
.header form{ padding: 10px 0px 10px 20px; max-width: 150px; justify-content: space-between; display: flex; flex-wrap: wrap; border: 1px solid #fff; }
.header input{ font-size: 1.4em; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  line-height:24px; color:#fff;  border: none; padding: 0 16px; background: rgba(0,0,0,0);}
.header input::-webkit-input-placeholder{ color:#fff;}
.header input:-moz-placeholder{ color:#fff;}
.header input::-moz-placeholder{ color:#fff;}
.header input:-ms-input-placeholder{ color:#fff;}
.header form .ht{ width: calc(100% - 40px);}
.header form .hb{ background: url(../images/sreach3.png) left center no-repeat; background-size: 80%; width: 30px;}

.header .mune .mbl a{ 
    margin:0 0 0 5px!important;
    width: 104px;
    height: 40px;
    /* 自动布局 */
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
    background: #E6002D;
    border-radius: 8px;
    align-items: center;
    

}

.header .mbl .mt{ width: 100px; left: calc(50% - 50px);}


/*neiye head*/

.neiye .header .mune a{
    color: #fff;
}
.neiye .header .mune .thead a:hover{
    color: #019FE7;
}
.neiye .header .mune a:after{
    background-color: #019FE7;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.neiye .header:hover .mune a{ color:#333;}
.neiye .header:hover .mbl a{ color:#fff;}

#m1 #a1,#m2 #a2,#m3 #a3,#m4 #a4,#m5 #a5{
    color: #fff;
}

#m1 #a1:after,#m2 #a2:after,#m3 #a3:after,#m4 #a4:after,#m5 #a5:after{
    width: 100%;
    background-color: #fff;
}

.neiye #m1 #a1,.neiye #m2 #a2,.neiye #m3 #a3, .neiye #m4 #a4, .neiye #m5 #a5{
    color: #fff;
}

.neiye #m1 .header:hover #a1,.neiye #m2 .header:hover #a2,.neiye #m3 .header:hover #a3,.neiye #m4 .header:hover #a4,.neiye #m5 .header:hover #a5{ color:#019FE7;}
.neiye #m1 .header:hover #a1:after,.neiye #m2 .header:hover #a2:after,.neiye #m3 .header:hover #a3:after,.neiye #m4 .header:hover #a4:after,.neiye #m5 .header:hover #a5:after{ 
    width: 100%;
    background-color: #019FE7;
}

.neiye .header .mune a:after{
    
    background-color: #019FE7; 
}
.neiye .header .lan a{ 
    color: #fff;
}
.neiye .header .lan a:first-child:after{
    background-color: #fff;
}
.header:hover .lan a{
    color: #333;
}

.neiye .up .lan a{
     color: #333;
}
    .neiye .up .lan a:first-child:after, .up .lan a:first-child:after, .neiye .header:hover .lan a:first-child:after {
        background-color: #333;
    }
/*滚动选定*/
#m1 .up #a1,#m2 .up #a2,#m3 .up #a3,#m4 .up #a4,#m5 .up #a5{
    color: #019FE7;
}

#m1 .up #a1:after,#m2 .up #a2:after,#m3 .up #a3:after,#m4 .up #a4:after,#m5 .up #a5:after{
    width: 100%;
    background-color: #019FE7;
}



	
/*header:hover*/	
.header:hover{ background: #fff;}
.header:hover .hnone{ display:none;}
.header:hover .hshow{ display:inline-block;}
.header:hover form{ border-color:#4c9be2;}
.header:hover .ht::placeholder{ color:#888;}
.header:hover input{ color:#888;}
.header:hover form .hb{ background: url(../images/sreach2.png) left center no-repeat; background-size: 80%; width: 30px; }
.header:hover .mune .mbl h3 a{     display: flex;  justify-content: center;
    align-items: center;
    color: #555;
  
}


/*pron .header*/	
.pron .header{ background: #fff;}
.pron .header .hnone{ display:none;}
.pron .header .hshow{ display:inline-block;}
.pron .header form{ border-color:#4c9be2;}
.pron .header .mune a{ color:#333;}
.pron .header .ht::placeholder{ color:#888;}
.pron .header input{ color:#888;}
.pron .header form .hb{ background: url(../images/sreach2.png) left center no-repeat; background-size: 80%; width: 30px; }
.pron .header .mune .mbl h3 a{ display:block; padding: 10px 30px; border: 1px solid#4c9be2; background-color:#4c9be2; color:#fff;}



/*footer*/
.footer{ 
    background: url(../images/foot_bg.jpg)  center center no-repeat;
    background-size: cover;
    padding:60px 0 20px 0
}
.footer .txts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.footer .txts .t1{  
    width: 25%;
    text-align: center;
}

.footer .t1 .img{
    padding-bottom: 40px;
}

.footer .txts .t1 .txt h3{
    font-size: 3em;
    color: #fff;
    line-height: 40px;
    margin-bottom: 37px;
}
.footer .txts .t1 .txt p{
    font-size: 1.6em;
    color: #fff;
    line-height: 24px;
}

/*.footer .txts .t1 p:nth-child(2){
    padding-left: 4.2em;
}
.footer .txts .t1 .dot{
    margin-bottom:12px;
}*/


.footer .txts .t2{
    color: #fff;
    
}
.footer .t2 .tit h3{
    font-size: 2em;
    margin-bottom: 32px;
}

.footer .t2 .txt a{
    font-size: 1.6em;
    color: #fff;
    margin-bottom: 16px;
    line-height: 24px;
    display: block;
}




.footer .txts .t3{
    color: #fff;
}

.footer .t3 .tit h3{
    font-size: 2em;
    margin-bottom: 32px;
}

.footer .t3 p{
   font-size: 1.6em;
   line-height: 24px;
   margin-bottom: 16px;
}

.footer .txts .t4,.footer .txts .t5{
    color: #fff;
}
.footer .txts .t5{
    display: none;
}
.footer .t4 .tit h3,.footer .t5 .tit h3{
    font-size: 2em;
    margin-bottom: 32px;
}

.footer .t4 p,.footer .t5 p{
   font-size: 1.6em;
   line-height: 24px;
   margin-bottom: 16px;
}

.copyright{
    text-align: center;
    color: #fff;
    padding-top: 30px;
}
.copyright p{
    font-size: 1.4em;
    line-height: 26px;

}
.copyright a{
    color: #fff;
}

.bottomlist{ background:#2255a3; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:400;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}

/*tits*/




/*banner*/
.banner .txt{ transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.banner .swiper-slide{
    position: relative; 
    height: 1080px; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
 
}
.banner .ban1{ background: url(../images/banner01.jpg) center bottom no-repeat; background-size: contain !important; position: relative;}
.banner .ban2{ background: url(../images/banner02.jpg) center bottom no-repeat; background-size: cover;}
.banner .warp{
    width: 100%;
}
.banner .txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 220px;
}
.banner .txt h2{
    color: #019FE7;
    font-size: 9.2em;
    text-transform: uppercase;
    padding-bottom: 50px;
}
.banner .txt h2:nth-child(2){
    padding-bottom: 30px;
}
.banner .txt p{
    font-size: 3em;
    color: #333;
}
.ban2 .txt h2,.ban2 .txt p{
    color: #fff;
}
/*.banner .txt{
    position: absolute;
    left: 190px;
    bottom: 70px;
    color: #fff;
}
.banner .txt p{
    font-size: 2.4em;
    line-height: 22px;
    margin-bottom: 15px;
}
.banner .txt b{
    font-size: 7em;
    text-transform: uppercase;
    display: block;
    line-height: 60px;
}
.banner .txt i{
    display: block;
    font-size: 2.4em;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 24px;
}
.banner .ban2 .txt{
    padding-left: 210px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    height: 100%;
    color: #fff;
}
.banner .ban2 .txt p{
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 15px;
}
.banner .ban2 .txt h3{
    font-size: 3.6em;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner .ban2 .txt b{
    font-size: 7em;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
}
.banner .ban2 .txt i{
    display: block;
    font-size: 1.6em;
    color: #8893a7;
    font-style: normal;
    margin: 30px 0 40px 0;
}
.banner .ban2 .txt a{
    color: #fff;
    padding: 15px 0;
    font-size: 1.6em;
    border: 1px solid #0065ff;
    border-radius: 10px;
    display: inline-block;
    width: 230px;
    text-align: center;
}

.banner .ban3 .txt{
    padding-left: 210px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    height: 100%;
    color: #fff;
}
.banner .ban3 .txt p{
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner .ban3 .txt h3{
    font-size: 3.6em;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner .ban3 .txt b{
    font-size: 7em;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
}
.banner .ban3 .txt i{
    display: block;
    font-size: 1.6em;
    color: #8893a7;
    font-style: normal;
    margin: 30px 0 40px 0;
}
.banner .ban3 .txt a{
    color: #fff;
    padding: 15px 0;
    font-size: 1.6em;
    border: 1px solid #79be00;
    border-radius: 10px;
    display: inline-block;
    width: 230px;
    text-align: center;
}
.banner .txt{ transform: scale(0);}
.banner .txt img{ max-width: 100%;}
.banner .swiper-slide-active .txt{ transform: scale(1);}*/
.banner .swiper-pagination-bullet{ width: 50px; height: 5px;  opacity: 0.8; background: #999; border-radius: 5px;}
.banner .swiper-pagination-bullet-active{ background: #fff;}
.banner .swiper-pagination { bottom: 60px;}


/*ip1*/
.ip1{
    padding: 165px 0 ;
    background: url(../images/ip1_bg.png) center center no-repeat;
    background-size: cover;
}

.ip1 .ip1_bg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px;
    background: rgba(255, 255, 255, 0.7);   
}
.ip1 .txt{
    width: calc(46% - 94px);
    color: #333;
}
.ip1 .txt img{
    padding-bottom: 50px;
}
.ip1 .txt h1{
    padding-bottom: 25px;
    font-size: 3em;
    font-weight: bold;
    line-height: 36px;
}
.ip1 .txt p{
    padding-bottom: 20px;
    font-size: 1.6em;
    line-height: 32px;
}
.ip1 .img{
    width: 54%;
}


/*ip2*/
.ip2{
    padding: 170px 0 190px 0;
    background: url(../images/ip2_bg.jpg) center center no-repeat;
    background-size: cover;

}
.ip2 .warp2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ip2 .txt{
    width: 50%;
    padding-left: calc((100% - 1600px)/2);
    color: #fff;
}
.ip2 .txt h2{
    font-size: 6em;
    line-height: 70px;
    text-transform: uppercase;
}
.ip2 .txt h3{
    font-size: 3em;
    margin-top: 15px;
}
.ip2 .imgs{
    width: 50%;
}
.ip2 .imgs .dot{
    background-color: #fff;
}
.ip2 .imgs .title{
    padding: 32px;
    color: #3D3D3D;

}
.ip2 .imgs .title b{
    font-size: 2em;
    line-height: 40px;
    font-weight: normal;
}
.ip2 .imgs .title p{
    font-size: 1.6em;

}


/*第三层*/
.ip3{
    padding: 110px 0 ;
    background: url(../images/ip3-bg.jpg) center center no-repeat;
    background-size: cover;
}
.ip3 .tit{
    margin-bottom: 10px;
    color: #333;
}

.ip3 .tit h2{
    font-size: 6em;
    line-height: 70px;
    text-transform: uppercase;
}
.ip3 .tit h3{
    font-size: 3em;
    margin: 25px 0 0px 0;
}
.ip3 .tit p{
    font-size: 1.4em;
    color: #fff; 
    line-height: 24px; 
}

.ip3 .nlist{
    text-align: right;
    margin-bottom: 40px;
}
.ip3 .nlist a{
    font-size: 2em;
    color: #333;
    margin-left: 32px;
}
.ip3 .nlist a:hover,.ip3 .nlist a.cur{
    color:#019FE7
}


.ip3 .txt{
    display: flex;
    justify-content:  flex-start;
    flex-wrap: wrap;
}
.ip3 .txt .dot{
    width: 50%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-right: 12.5%;
    padding-bottom: 80px;
}
.ip3 .txt .dot:nth-child(2n){
    padding-right: 0;
    padding-left: 12.5%;
    border-left:1px solid #333;
}

.ip3 .txt .dot:nth-child(3),.ip3 .txt .dot:nth-child(4){
    padding-bottom: 0;
}
.ip3 .txt .dot a{
    border-bottom: 1px solid #333;
    position: relative;
}
.ip3 .dot .img img{
    width: 100%;
}
.ip3 .dot .title{
    padding: 32px 0 40px 0;
}
.ip3 .dot .title h4{
    font-size: 2em;
    margin-bottom:17px;
}
.ip3 .dot .title p{
    font-size: 1.6em;
    line-height: 24px;
}
.ip3 .dot .time{
    position: absolute;
    right: -23%;
    top: 0;
    display: none;
    background-color: #fff;
    
}
.ip3 .dot:nth-child(2n) .time{
    right: inherit;
    left: -23%;
}

.ip3 .dot:hover .time{
    display: block;
    
}

.ip3 .dot .time b{
    display: block;
    font-size: 6em;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.ip3 .dot .time i{
    font-style: normal;
    font-size: 1.6em;
}




/*banners-start*/
.banners,.banners2{ background-size: cover !important;   overflow: hidden;}
.banners .warp{   align-items: center;
    display: flex;
    height: 800px;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}

.banners .txt{
    display: flex;
    justify-content: flex-start;
    flex-direction:column;
      
}

.banners h3{
    font-size: 6em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 36px;  
}
.banners p{ 
    font-size: 3em;
    line-height: 24px; 
    color: #FFFFFF;  
}


.about{ background: url(../images/banners/about-banner.jpg) center center no-repeat;}
.contactb{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.new{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.banners2 .warp2{ text-align: center; height: 600px; justify-content: center;}
.case2{ background: url(../images/banners/case-banner.jpg) center center no-repeat;}
.productab{background: url(../images/banners/product-banner.jpg) center center no-repeat;  }
.serv{ background: url(../images/banners/service-banner.jpg) center center no-repeat;}
/*banners-end*/




/*内页通用*/
.inside .tit{
    padding-bottom: 37px;
    color: #333;
}
.inside .tit h2{
    font-size: 6em;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.inside .tit b{ 
    font-size: 3em;
    font-weight: normal;
    
}



/*.title{
    padding-bottom: 40px;
}
.title .tit{
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.title .tit:after{
    position: absolute;
    content: "";
    top: 0;
    left: -30px;
    width: 4px;
    height: 45px;
    background-color:#29a7e2 ;
}
.title .tit h2{
    color: #3e3a39;
    font-weight: bold;
    font-size: 4em;
    margin-bottom: 15px;
}
.title .tit h2:first-child{
    color: #2255a3;
    position: relative;
}
.title i{
    font-size: 1.4em;
    color: #3e3a39;
    font-style: normal;
}*/

/*about-start*/
.ab1{
    padding: 120px 0;
    background-color: #f9fafb;
}
.ab1 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab1 .txt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab1 .txt>*{
    width:50%
}
.ab1 .content{
    padding-right: 40px;
}

.ab1 .content p{
    font-size: 2em;
    line-height: 32px;
    margin-bottom: 20px;
    text-indent: 2em;
    color: #333;
}
.ab1 .content .dl{
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
}
.ab1 .content .dt{
    width: 50%;
    background-color: #F2FBFF;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.ab1 .content .dt h4{
    font-size: 4em;
    color: #019FE7;
    margin-bottom: 20px;
}
.ab1 .content .dt i{
   color: #019FE7;
   font-size: 1.6em;
   font-style: normal;
   line-height: 32px;
}


/*about-end*/

/*product*/

/*product_type*/





/*header*/
.pro1{
    padding: 120px 0;
    background-color: #f9fafb;
}   

.pro1 .txt{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
} 
.pro1 .txt .dot{
    width: calc((100% - 64px)/3);
    background-color: #fff;
    margin-bottom: 50px;
    margin-right: 32px;
}
.pro1 .txt .dot:nth-child(3n){
    margin-right: 0;
}

.pro1  .title{
    padding: 32px;
    color: #3D3D3D;

}
.pro1  .title b{
    font-size: 2em;
    line-height: 40px;
    font-weight: normal;
}
.pro1  .title p{
    font-size: 1.6em;

}








/*proshow*/
/*productshow*/
.tab tbody tr:hover, .tab tbody td.hover { background: #ddd;}


.pro-txts .pro-list .pl a p:after{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.productshow{padding: 120px 0;background: #f9fafb;}
.productshow .pback a{font-size: 1.4em;color: #555;}
.pro-txts{ 
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
 }
.pro-txts .pro-list{ padding-right: 30px; width: 430px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-txts .pro-more .tit h3{ font-size: 3.2em; color: #333; line-height: 1.5;}
.pro-txts .pro-more .tit{ position: relative; margin-bottom: 40px}
.pro-txts .pro-more .prod{ width: 100%; margin: 0px 0 32px 0;  background-color: #fff}
.pro-txts .pro-more .prod .img {
    padding: 15px 0;
}
.pro-txts .pro-more .prod .txt {
    padding: 20px;
}
.pro-txts .pro-more .prod .txt b {
    font-size: 2em;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    height: 24px;

}

.pro-txts .pro-more .prod .txt p {
    font-size: 1.6em;
    color: #333;
    font-weight: normal;
    line-height: 40px;

}



.pro-txt{ width: calc(100% - 460px);}
.pro-txt>*{ background: #fff; width: 100%;}
.pro-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-main>*{width: 50%}
.pro-main .txt{
    padding: 40px;
    line-height: 40px;
}
.pro-main .txt{
    display: flex;
    justify-content: space-between;
    flex-direction:column;
}
.pro-main .txt h1{
    font-size: 3em;
    margin-bottom: 20px;
}
.pro-main .txt p{
    font-size: 2em;
}
.pro-main .txt .next{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-main .txt .next a{
    font-size: 2em;
    background: url(../images/left.jpg) left center no-repeat;
    padding-left: 30px;
}
.pro-main .txt .next a.hd {
    background: none;
}
.pro-main .txt .next a:last-child{
    background: url(../images/right.jpg) right center no-repeat;
    padding-left: 0;
    padding-right: 30px;
}

.pro-table{
    background-color: #fff;
    text-align: center;
    margin-top: 32px;
    padding: 40px 20px;
} 
.pro-table img{max-width: 100%}






/*news*/
.new-t{
    padding: 120px 0;
    background-color: #f9fafb;
}
.new-t .newlist{
    
    text-align: right;
}


.new-t .nlist{
    text-align: right;
    margin-bottom: 40px;
}
.new-t .nlist a{
    font-size: 2em;
    color: #333;
    margin-left: 32px;
}
.new-t .nlist a:hover,.new-t .nlist a.cur{
    color:#019FE7;
}


.new-t .txt{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.new-t .txt .fy {
    margin-top:40px;
}
.new-t .txt .dot {
    width: 50%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-right: 12.5%;
    padding-bottom: 80px;
}
.new-t .txt .dot:nth-child(2n){
    padding-right: 0;
    padding-left: 12.5%;
    border-left:1px solid #333;
}

.new-t .txt .dot:nth-child(3),.new-t .txt .dot:nth-child(4){
    padding-bottom: 0;
}
.new-t .txt .dot a{
    border-bottom: 1px solid #333;
    position: relative;
}
.new-t .dot .title{
    padding: 32px 0 40px 0;
}
.new-t .dot .img img{
    width: 100%;
}
.new-t .dot .title h4{
    font-size: 2em;
    margin-bottom:17px;
}
.new-t .dot .title p{
    font-size: 1.6em;
    line-height: 24px;
}
.new-t .dot .time{
    position: absolute;
    right: -23%;
    top: 0;
    width: 75px;
    display: none;
    
}
.new-t .dot:nth-child(2n) .time{
    right: inherit;
    left: -23%;
}

.new-t .dot:hover .time{
    display: block;
    
}

.new-t .dot .time b{
    display: block;
    font-size: 6em;
    font-weight: normal;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.new-t .dot .time i{
    font-style: normal;
    font-size: 1.6em;
}






/*newsshow*/
/*newsshow*/

.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{ padding:70px 0;background-color: #f2f6f9;}
.newsshow .boxs{ background:#fff; padding:30px }
.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ border-bottom:1px solid #ccc; padding:0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit .dot h4{ color:#333; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; overflow:hidden; }
.newsshow .txt p{ font-size:14px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#fff; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#0e6eb8 !important; color:#fff !important;}

.newsshow .txt table{
    min-width: 800px;
    overflow-x: auto;
    width: 100%;

}
.newsshow .txt .casetable{
    overflow-x: auto;
}
.newsshow .txt tr td,.newsshow .txt tr,.newsshow .txt a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.newsshow .txt tr td{cursor: pointer;font-size: 1.4em;border: 1px solid #eee;text-align: center;vertical-align: middle; padding: 5px 3px; line-height: 22px} 
.newsshow .txt .lock td,.newsshow .txt tr .lock{background: #e6e6e6 !important;font-weight: bold;font-size: 1.4em;line-height: 1.2;}

/*contact*/
.contact{  
    padding:120px 0; 
    background-color: #fff;
}



.contact .txt{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    flex-wrap: wrap;
}
.contact .txt .info{
    width: 70%;
}


.contact .txt .info .title{

}
.contact .txt .info .title h3{
    font-size: 4em;
    color: #019FE7;
    margin-bottom: 20px;
}
.contact .txt .info .title p{
    font-size: 1.6em;
    color: #999999;
}
.contact .txt .dl{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 42px;
    
}
.contact .txt .dd{
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-start;
    margin-bottom: 42px;
    border-top: 1px solid #E1E1E1;
}
.contact .txt .dl .dd:last-child{
    width: 100%;
}


.contact .txt .dd .ntxt{
    padding-top: 43px;
    width: calc(100% - 58px);
}

.good{
    width: 33.33333%;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;

}

.contact .txt .dd .icon{
    margin-right: 20px;
    padding-top: 43px;
    width: 38px;
    height: 38px;
}
.contact .txt .dd i{
    font-style: normal;
    color: #999;
    font-size: 1.6em;
    margin-bottom: 10px;
    display: block;
    
}
.contact .txt .dd p{
    color: #333;
    font-size: 1.6em;
}

.contact .txt .img{
    width: calc(30% - 60px);
    background: url(../images/contact/contact_bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}
.contact .txt .img h4{
    font-size: 3em;
    color: #fff;
    margin-bottom: 55px;
}



/*.contact .txt .address{
    width: 50%;
    background-color: #fff;
}

.contact .txt .address a{
    display: block;
    background: url(../images/contact/map.jpg)  center center no-repeat;
    width: 100%;
    height: 400px;
}*/


.feedback{
    padding: 100px 0;
    background-color:#f9fafb;

}
.feedback h4{
    font-size: 3em;
    line-height: 32px;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}
.feedback .feed-form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .feed-form .dot{
    width: calc((100% - 32px)/2);
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items:center;
    padding: 20px 30px;
    margin-bottom: 32px;
}
.feedback .feed-form .ntext{
    width: 100%;
     align-items:flex-start;
}
.feedback .feed-form .title{
    display: flex;
    justify-content: space-between;
}

.feedback .feed-form .title>*{
    display: block;
}
.feedback .feed-form .title i{
    width: 15px;
    color: #BD0F0F;
    font-size: 2em; 

}
.feedback .feed-form .title p{
    font-size: 2em;
    width: 70px;
}
.feedback .feed-form input{
    height: 60px;
    line-height: 60px;
    border: 0;
    outline: none;
    width: 100%;
    font-size: 2em;
}
.feedback .feed-form .btn{
    width: 100%;
    text-align: center;

}

.feedback .feed-form .ntext .title{
    padding-top: 22px;
}
.feedback .feed-form textarea{

    line-height: 60px;
    border: 0;
    outline: none;
    width: 100%;
    height: 240px;
    font-size: 2em;
    
}

.feedback .btn button{
    padding: 25px 70px;
    font-size: 2em;
    outline: none;
    border: 1px solid #333333;
    border-radius: 10px;
    background-color: transparent;
}
.feedback .btn button:hover{
    background-color: #019FE7;
    color: #fff;
    border: 1px solid #019FE7;
}

