﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/fonts/iconfont.ttf?t=1742522323') format('truetype');
}
@font-face {
  font-family: "number"; /* Project id  */
  src: url('/fonts/number.ttf?t=1742528509174') format('truetype');
}
@font-face {
  font-family: "Basic Sans"; /* Project id  */
  src: url('/fonts/Basic Sans Heavy SF Bold.ttf?t=1742532323') format('truetype');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 23px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fenxiang:before {
  content: "\f016e";
}

.icon-diqiu:before {
  content: "\e631";
}
.icon-home:before {
  content: "\e858";
}


/*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;
}

.warp2{ max-width:1500px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp-1750{ max-width:1750px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp{max-width:1800px;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;} 

/*文字大小*/
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-22{
    font-size: 22px;
}

.font-24{
    font-size: 24px;
}

.font-30{
    font-size: 30px;
}


h1{
    font-size: 100px;
}
h2{
    font-size: 48px;
    font-weight: bold;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 18px;
}
p{
    font-size: 14px;
}
/*文字结束*/

/*间距*/



/*间距结束*/
/*盒子*/
.flex-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-txt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*盒子结束*/

/*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: #1d2c4b; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:active{ color:#fff;  background: #1d2c4b; 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: #1d2c4b;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:#4a70bd; 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 .mune .md{ color: #fff;  transition: ease  .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.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 .logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header .hshow{ display:none;}



.header .mune{ display: flex; align-items: center;}
.header .mune a{color: #fff; position: relative;}
.header .mune a:after{
    position: absolute;
    left: 50%;
    width: 0;
    bottom:-20px;
    height: 2px;
    transform: translate(-50%);
    content: "";
    background-color: #1d2c4b;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.header .mune a:hover:after{
    width: 100%;
}

.header .mune .thead a{ position: relative;}
.header .mune .thead a:hover{
    color: #1d2c4b;
}

.header .mune .md{ 
    position: absolute; 
    top:100%; 
    left: calc(50% - 60px); 
    width: 120px;  
    z-index: 2; 
    text-align: center;  
    background: #fff; 
    border-top:1px solid #fff; 
    transform-origin : 50% 0 0; 
    padding: 10px 0 20px 0; 
    transform: scale(0);
    -moz-box-shadow: 0px 2px 5px #8C8C8C;
    -webkit-box-shadow: 0px 2px 5px #8C8C8C;
    box-shadow: 0px 2px 5px #8C8C8C;
}
.header .mune .mbd:hover .md{ transform: scale(1);}
.header .mune .md a{ display: block; padding: 5px 4px; font-size: 1.4em;position: relative;}
.header .mune .md a:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    right: 0;
    height: 2px;
    transform: translate(-50%);
    background:  #1d2c4b;
    transition:ease 0.5s all;
    -moz-transition: ease 0.5s all; 
    -webkit-transition:ease 0.5s all; 
    -o-transition: ease 0.5s all; 
    width: 0;
}
.header .mune .md a:hover:after{
    background: #555;
    width: 70%;
}

.header .lan{
    display: flex;
    justify-content: space-between;
    padding-right: 50px;

}
.header .lan a{
    padding: 0px 0 0 32px;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .lan a:first-child{
    padding: 0;
}
.header .lan a b{
    padding-left: 8px;
    font-weight: normal;
}


.header .mune .mbd{ padding: 27px 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:#333;}


.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 .md a{ display:block; color:#333;}
.header.up .mune a{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{
    position: fixed;
}
.neiye .header .hshow{
    display:block;
}
.neiye .header .hnone{
    display: none;
}



.neiye .header .mune a{
    color: #333;
}
.neiye .header .mune .thead a:hover{
    color: #333;
}
.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;
}

#m1 .header:hover #a1,#m2 .header:hover #a2,#m3 .header:hover #a3,#m4 .header:hover #a4,#m5 .header:hover #a5{
    color: #1d2c4b;
}

#m1 .header:hover #a1:after,#m2 .header:hover #a2:after,#m3 .header:hover #a3:after,#m4 .header:hover #a4:after,#m5 #a5:after{
    width: 100%;
    background-color:#1d2c4b;
}

.neiye #m1 #a1,.neiye #m2 #a2,.neiye #m3 #a3, .neiye #m4 #a4, .neiye #m5 #a5{
    color: #333;
}


.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:#333;}
.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: #333;
}

.neiye #m1 #a1:after, .neiye #m2 #a2:after, .neiye #m3 #a3:after, .neiye #m4 #a4:after, .neiye #m5 #a5:after {
    width: 100%;
    background-color: #333;
}

.neiye .header .mune a:after{
    
    background-color: #333; 
}
.neiye .header .lan a{ 
    color: #333;
}
.neiye .header .lan a:first-child:after{
    background-color: #fff;
}
.header:hover .lan a,.up .lan a{
    color: #333;
}

.neiye .up .lan a{
     color: #333;
}
.neiye .up .lan a:first-child:after,.up .lan a:first-child:after{
    background-color: #333;
}
/*滚动选定*/
#m1 .up #a1,#m2 .up #a2,#m3 .up #a3,#m4 .up #a4,#m5 .up #a5{
    color: #1d2c4b;
}

#m1 .up #a1:after,#m2 .up #a2:after,#m3 .up #a3:after,#m4 .up #a4:after,#m5 .up #a5:after{
    width: 100%;
    background-color: #1d2c4b;
}



	
/*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: #1d2c4b;
    padding:60px 0 20px 0;
    color: #fff;
}
.footer .fo1{
    border-bottom: 1px solid #616c81;
    padding-bottom: 20px;
}
.footer .fo1 .warp,.footer .fo2 .warp{
    display: flex;
    justify-content: space-between;

}
.footer .fo1 .fo_logo,.footer .fo2 .fo_logo{
    width: 30%;
    padding-left: 85px;
}
.footer .fo1 .nav{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .fo2 .nav{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.footer .fo1 .nav a{
    color: #fff;
    font-size: 1.6em;
    width: calc(100% /7);
    display:inline-block;
}
.footer .fo1 .nav a:hover{
    text-decoration:underline;
}
.footer .fo2{
   
    padding-top: 36px;
    padding-bottom: 50px;
}
.footer .fo2 .fo_logo{
    padding-top: 23px;
}
.footer .fo2 .fo_logo p{
    padding-bottom: 10px;
    color: rgba(255,255,255,0.5);
}
.footer .fo2 .fo_logo h3{
    padding-bottom: 12px;
    font-weight: bold;
}

.footer .fo2 .fo_logo .fx{
    padding-top: 13px;
    display: flex;
    justify-content: flex-start;

}
.footer .fo2 .fo_logo .fx a{
    padding-right: 13px;
}

.footer .fo2 .nav .dl{
    
    width: calc(100% /7);
    display:inline-block;
}
.footer .fo2 .nav .dl a{
    display: block;
    color:rgba(255,255,255,0.5);
    font-size: 1.4em;
    padding-bottom: 20px;

}
.footer .fo2 .nav .dl a:hover{
    text-decoration: underline;
}
/*.footer .txts .t1 p:nth-child(2){
    padding-left: 4.2em;
}
.footer .txts .t1 .dot{
    margin-bottom:12px;
}*/




.copyright{
    text-align: center;
    color: rgba(255,255,255,0.3);
    padding-top: 30px;
}
.copyright p{
    font-size: 1.4em;
    line-height: 26px;

}
.copyright a{
    color: rgba(255,255,255,0.3);
}

.bottomlist{ background:#4a70bd; 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: 900px; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
 
}
.banner .ban1{ background: url(../images/banner01.jpg?v=1.2) center bottom no-repeat; background-size: cover !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-left: 65px;
    padding-bottom: 40px;
}
.banner .txt h3{
    color: #fff;
    font-weight: bold;
    padding-bottom:24px;
}
.banner .txt h3:nth-child(2){
    
    text-transform: uppercase;
    font-weight: lighter;
}
.banner .txt h3:nth-child(2) span{
    font-family: "Arial";
    font-size: 1em;
}
.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: 85px 0 ;
    background: url(../images/ip1_bg.png) center center no-repeat;
    background-size: cover;
}

.ip1 .tit{
    padding-left: 64px;
    padding-bottom: 33px;
}
.ip1 .tit h2{
    padding-bottom: 25px;
}
.ip1 .tit h3{
    position: relative;
}
.ip1 .tit h3:after{
    position: absolute;
    bottom: -33px;
    left: 0;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #000;
}

.ip1 .pros{
    padding: 0 52px;
    margin-top: 25px;
}
.ip1 .pros .img{
    overflow: hidden;
}
.ip1 .pros .img img{
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.ip1 .pros .img:hover img{
    scale: 1.1;

}

.ip1 .pros .title{
    padding: 60px 40px;
    color: #3D3D3D;

}
.ip1 .pros .title h4{
    padding-bottom: 10px;
}
.ip1 .pros .title h5{
    padding-bottom: 20px;
}
.ip1 .pros .title p{
    line-height: 24px
}
/*.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: 120px 0 300px 0;
    background: url(../images/ip2_bg.jpg) center center no-repeat;
    background-size: cover;

}
.ip2 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ip2 .warp>*{
    width: 50%;
}
.ip2 .tit{
    padding-left: 65px;
}
.ip2 .tit h4{
    color: #fff;
    padding-bottom: 32px;
    font-family: "Arial";
}
.ip2 .tit h4 b{
    font-family: "number";
    font-size: 24px;
}
.ip2 .tit p{
    font-size: 16px;
    color: #fff;
}
.ip2 .txt{
    color: #fff;
    padding-left: 90px;
}
.ip2 .txt .info{
    max-width: 570px;
}
.ip2 .txt h1{
    padding-bottom: 45px;
    font-weight: lighter;
}
.ip2 .txt h1{
    padding-bottom: 25px;
}
.ip2 .txt h3{
    font-weight: bold;
    padding-bottom: 25px;
}
.ip2 .txt p{
    font-size: 1.6em;
    padding-bottom: 45px;
    display: block;
    line-height: 24px;
}
.ip2 .txt a{
    background-color: #1d2c4b;
    padding: 20px 55px;
    font-size: 1.6em;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
}

/*第三层*/
.ip3{
    padding: 110px 0 ;
    background: url(../images/ip3-bg.jpg) center center no-repeat;
    background-size: cover;
}
.ip3 .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:stretch;
}
.ip3 .info1{
    width: 52.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.ip3 .info1 .txt{
    width: 47%;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 85px;

}
.ip3 .info1 .txt h3{
    padding-bottom: 30px;
}
.ip3 .info1 .txt h2{
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 35px;
    font-family: "Arial";
}
.ip3 .info1 .txt h2:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width:90px;
    height: 1px;
    transform:translate(-50%) ;
    background-color: #313131;
}
.ip3 .info1 .txt p{
    line-height: 26px;
    color: #888;
}
.ip3 .info1 .txt a{
    margin-top: 175px;
    background-color: #1d2c4b;
    padding: 20px 62px;
    font-size: 1.4em;
    color: #fff;
    border-radius: 30px;
}
.ip3 .info1 .img{
    width: 53%;
}
.ip3 .info1 .img a{
    display: block;
    overflow: hidden;
}
.ip3 .info1 .img .video_img{
    height: 100%;
}
.ip3 .info1 .img .video_img img{
    height: 100%;
}

.ip3 .info2{
    width: calc(47.5% - 10px);
}
.ip3 .info2 .do1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    
}
.ip3 .info2 .do1 .dl{
    width: calc(50% - 5px);
}
.ip3 .info2 .do1 .dl1{
    padding-bottom: 10px;
}

.video{
    position: relative;
    height: 100%;
}
.video .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    text-align: center;
}

.dl .video .play img {
    width: 80%;
    
}
.video .play img {
    opacity: 0.5;
    transition: ease .5s all;
    -moz-transition: ease .5s all;
    -webkit-transition: ease .5s all;
    -o-transition: ease .5s all;
}
.video:hover .play img {
    opacity: 1;
}


.ip4{
    background: url(../images/ip4_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 200px 0;
}
.ip4 .warp{
    text-align: center;
    color: #fff;
}
.ip4 h3{
    padding-bottom: 35px;
}
.ip4 h2{
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 33px;
}
.ip4 h2:after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform:translate(-50%);
    height: 1px;
    background-color: #fff;
    width: 90px;
}
.ip4 .email form{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.ip4 .email input{
    line-height: 40px;
    border: none;
    width: 410px;
    padding-left: 20px;
    outline: none;
}
.ip4 .email button{
    width: 100px;
    outline: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
    cursor:pointer
}





/*banners-start*/
.banners,.banners2{ 
    background-size: cover !important;   
    overflow: hidden;
    position: relative;
}
.banners .warp{   align-items: center;
    display: flex;
    height: 820px;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;

}

.banners .txt{
    text-align: center;
      
}
.banners h2{
    text-transform: uppercase;
    font-family: "Basic Sans"; 
    color: #FFFFFF;
    position: relative; 
    padding-bottom: 40px; 
}
.banners h2:after{
    position: absolute;
    width: 90px;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 1px;
    background-color: #fff;
}
.banners h3{
    color: #FFFFFF;
    padding-bottom: 30px;
    
}
.banners h4{
    padding-top: 35px;
    color: #FFFFFF;
    line-height: 32px;
    
}


.about{ background: url(../images/banners/ab-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;}
.videos{ background: url(../images/banners/video-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;
    
}

/*面包屑*/
.stip{
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}
.stip .warp2 .txts{
    display: flex;
    justify-content: flex-start;

}
.stip .warp2 .txts a{
    font-size: 1.6em;
    line-height: 24px;
    display: flex;
    justify-items: center;
    position: relative;
    padding-right: 10px;
    margin-right: 3px;
    color: #fff;
}
.stip .warp2 .txts a b{
    font-weight: normal;
    font-size: 1em;
   
}
.stip .warp2 .txts a:first-child b{
     padding-left: 8px;

}
.stip .warp2 .txts a:hover b{
    text-decoration: underline;

}
.stip .warp2 .txts a:after{
    position: absolute;
    content: "-";
    font-size: 16px;
    color: #fff;
    top: 0;
    right: 0;
}
.stip .warp2 .txts a:last-child:after{
    display: none;
}


/*通用*/



/*about-start*/
.ab1{
    padding: 110px 0;
    background-color: #f9fafb;
    position: relative;
}




.ab1 .warp2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.ab1 .warp2>*{
    width: 50%;
    color: #333;
}
.ab1 .txt{
    padding-right: 10%;
}
.ab1 .txt h1{
    color: #a9a9a9;
    font-weight: lighter;
    padding-bottom: 30px;
    font-size: 7.2em;
}
.ab1 .txt h3{
    font-weight: bold;
    padding-bottom: 50px;
}
.ab1 .txt h4{
    padding-bottom: 25px;
}
.ab1 .txt p{
    line-height: 24px;
    padding-bottom: 55px;
}
.ab1 .number .dl{
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    border-bottom: 1px solid #484848;
    padding-bottom: 25px;
    margin-bottom: 80px;
}
.ab1 .number .dl:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.ab1 .number .s1{
    font-size: 1.6em;
}
.ab1 .number .s2{
    display: flex;
    justify-content: space-between;
}
.s2 .num{
    font-size: 8em;
    font-family: "Basic Sans";
}
.ab1 .number .s2 sup{
    font-size: 1.8em;
}




/*about-end*/

/*product*/

/*product_type*/
/*视频中心*/
.v1{
     padding: 90px 0;;
}
.v1 .warp2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.v1 .dot{
    width: calc(50% - 32px);
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: 64px;
}
.v1 .dot:nth-child(2n){
    margin-right: 0;
}

.v1 .dot .video_img p{
    line-height: 40px;
    text-align:  center;
}


/*header*/
.plist{
    padding: 20px 0;
    background-color: #fff;
}   


.plist .pl{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.plist .pl a{
    text-align: center;
    padding: 15px;
    border-radius: 10px;

}
.plist .pl a img{
    padding-bottom: 13px;
}
.plist .pl a:hover,.plist .pl a.cur{
    background-color: #1d2c4b;
    color: #fff;
}
.plist .pl a:hover img,.plist .pl a.cur img{
   filter: brightness(0) invert(1); 
}

.plist2{
    background-color: #f5f5f5;
    padding: 40px 0 0 0 ;
    text-align: center;
}
.plist2 a{
    display: inline-block;
    padding:15px 30px;
    color: #333;
    font-size: 1.4em;
    background-color: #fff;
    margin:0 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.plist2 a:hover,.plist2 a.cur{
    background-color: #1d2c4b;
    color: #fff;
}

.pro1{
    padding: 60px 0 ;
    background-color: #f5f5f5;
}
.probox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.probox .dot{
    width: calc((100% - 78px)/4);
    margin-right: 26px;
    text-align: center;
    margin-bottom: 15px;
} 
.probox .dot .img{
    background-color: #fff;
    padding: 50px 0;
    overflow: hidden;
}
.probox .dot .img img{
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.probox .dot .img:hover img{
    scale: 1.1;
}
.probox .dot .title{
    padding: 35px 0;
}
.probox .dot .title p{
    line-height: 24px;
    font-size: 1.8em;
    color: #333;
}
.probox .dot:nth-child(4n){
    margin-right: 0;
}


.probox .dot a {
    position:relative;
    display: block;
}
.probox .pro_lock{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: rgba(192, 192, 192, 0.95);
    padding: 80px 0;
}
.probox .lock_img{
    width: 120px;
    height: 120px;
    border-radius: 60px;
    display: inline-block;
    line-height: 120px;
    background: url(../images/lock.png) center center no-repeat #1c2b4a;
}
.pro_txt{
    align-items: center;
}
.pro_txt p{
    margin-top: 45px;
    color: #1c2b4a;
    font-size: 1.8em;
}



/*.pro1 .txt .dot{
    width: calc((100% - 64px)/3);
    background-color: #fff;
    margin-bottom: 50px;

}


.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*/
.phead{
    height: 90px;
}
.prostip{
    background-color: #f5f5f5;
}
.prostip .stip{
    position: initial;
    padding: 20px 0;
}

.prostip .stip .warp2 .txts a{
    color: #333;
}
.prostip .stip .warp2 .txts a:after{
    color: #333;
}
.proshow{
    background-color: #f5f5f5;
    padding: 44px 0;
}

.proshow-box .ps1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proshow-box .ps1 .img{
    width: 52%;
    background-color: #fff;
    text-align: center;
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.proshow-box .ps1 .proinfo{
    width: calc(48% - 50px);
    padding-top: 36px;
    padding-bottom: 36px;
}
.proshow-box .ps1 .proinfo h4{
    padding-left: 32px;
    border-bottom: 1px solid #666666;
    padding-bottom: 26px;
    margin-bottom: 70px;
}
.proshow-box .ps1 .proinfo .dl{
    padding-left: 32px;
    padding-bottom: 35px;
}
.proshow-box .ps1 .proinfo .dl p{
    color: #333;
}
.proshow-box .ps1 .proinfo .dl i{
    font-style: normal;
    color: #888888;
    font-size: 1.4em;
    padding-bottom: 10px;
    display: block;
}
.ps2{
    padding: 50px 0 80px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ps2 a{
    padding: 20px 30px 20px 115px;
    background: url(../images/left.jpg) 30px center no-repeat #fff;
    color: #888;
    border-radius: 10px
}
.ps2 a>*{
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
}
.ps2 a i{
    padding-right: 20px;
    color: #555;
}
.ps2 a:last-child{
    padding: 20px 115px 20px 30px;
    background: url(../images/right.jpg) right 30px center no-repeat #fff;
}
.ps2 a:last-child i{
    padding-right: 0;
    padding-left: 20px;
}

.ps3{

}
.ps3 h4{
    padding-bottom: 40px;
}
.ps3 .ol{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ps3 .ol .dot{
    width: calc((100% - 75px)/4);
    margin-right: 25px;
}
.ps3 .ol .dot:nth-child(4n){
    margin-right: 0;
}
.ps3 .ol .dot .img{
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
}
.ps3 .ol .dot .title{
    text-align: center;
    padding: 35px 0;
}
.ps3 .ol .dot .title p{
    line-height: 24px;
    color: #333333;
    font-size: 1.8em;
}





/*contact*/
.contact{  
    padding:130px 0; 
    background-color: #f7f7f7;
}
.contact .tit{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    flex-wrap: wrap;
}

.contact .tit .title h3{
    font-size: 3em;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
}
.contact .tit .title h4{
    color: #78879b;
    position: relative;
    padding-left: 38px;
}
.contact .tit .title h4:after{
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 4px;
    background-color:#78879b ;
    width: 20px;
}

.contact .txt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 130px;
    align-items:flex-end;
}
.contact .txt .dot{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction:column;
    padding: 40px 40px 60px 40px ;
    width: calc((100% - 60px)/4);
    margin-right: 20px;

}
.contact .txt .dot:nth-child(4n){
    margin-right: 0;
}
.contact .txt .dot .img{
    padding-bottom: 130px;
}
.contact .txt .dot:nth-child(2n) .img{
    padding-bottom: 35px;
}
.contact .txt .dot .info i{
    color: #888;
    font-size: 1.6em;
    padding-bottom: 30px;
    font-style: normal;
    display: block;
}
.contact .txt .dot .info p{
    color: #333333;
    font-size: 1.4em;
    line-height: 22px;
}
.contact .txt .dot .info h3{
    color: #333;
    font-weight: bold;
    font-size:3em;
}
.contact .txt .dot .info h4{
    color: #333;
    font-size: 3em;
    font-weight: bold;
    word-break: break-all;
}
/*
.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: 80px 0;
    background-color:#fff;

}
.feedback .warp2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .tit{
    width: 15%;
}
.feedback .feed-form{
    width: calc(85% - 115px);
}
.feedback .tit h3{
    font-family: "Basic Sans"; 
    line-height: 32px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}
.feedback .tit h4{
    font-size: 3em;
    line-height: 32px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;

}
.feedback .tit h4:after{
    position: absolute;
    width: 90px;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #313131;

}
.feedback .tit p{
    color: #888;
    line-height: 24px;
}
.feedback .feed-form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .feed-form .dot{
    width: calc((100% - 130px)/2);
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items:center;
    padding: 10px 0px 20px 0;
}
.feedback .feed-form .dot:nth-child(8){
    width: 100%;
}
.feedback .feed-form input{
    border: none;
    border-bottom: 1px solid #aaa;
    outline: none;
    width: 100%;
    font-size: 1.4em;
    height: 30px;
    line-height: 30px;
}
.feedback .feed-form textarea{

    line-height: 30px;
    border: none;
    border-bottom: 1px solid #aaa;
    
    outline: none;
    width: 100%;
    height: 100px;
    font-size: 1.4em;
    
}
.feedback .feed-form .btn{
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 40px;
}
.feedback .btn button{
    background-color: #1d2c4b;
    color: #fff;
    padding: 10px 70px;
    font-size: 1.4em;
    outline: none;
    border: 1px solid #333333;
    border-radius: 10px;
}
.feedback .btn button:hover{
    background-color: #4a70bd;
    color: #fff;
    border: 1px solid #4a70bd;
}

/*.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;
}*/




