/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family:Arial; font-size: 12px;line-height: 1.1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}

.sec1 a,.sec2 a,.sec3 a,.sec4 a,.sec5 a,.sec6 a,.sec7 a,.sec8 a,.sec9 a,.sec9 a,.sec10 a,.sec11 a{color:#555;}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	background-color: #000;
}
body{
	position: relative;
	min-height: 100%;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1600{
	width: 1600px;
}
.inner.w1440{
	width: 1440px;
}
.inner.w1200{
	width: 1200px;
}
.inner.w1170{
	width: 1400px;
}
.inner.w1150{
	width: 1400px;
}
.inner.w1127{
	width: 1400px;
}
.inner.w1100{
	width: 1400px;
}
.inner.w1082{
	width: 1400px;
}

.wrap .title{
	text-align: center;
	padding: 2% 0;
}
.wrap .title h3{
	font-size: 28px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
/* 	margin-bottom: 1.775%; */
}
.wrap .title p{
	font-size: 14px;
	color: #999999;
}
.wrap .content{
	font-size: 14px;
	color: #555;
	line-height: 1.714;
	/* border-top: 1px solid #f3f3f3; */
	border-bottom: 1px solid #f3f3f3;
	padding: 2.37% 0 2.31%;
	margin-bottom: 2.4%;
}
/* .wrap .content *{
	font-size: inherit;
	line-height: inherit;
} */
.wrap .content img{
	max-width: 100%;
}
.wrap .relative-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;		
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;		
	flex-direction: row;
}
.wrap .relative-box a{
	font-size: 14px;
	color: #999;
	max-width: 45%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 1.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrap .relative-box a:hover{
	color: #333;
	font-weight: bold;
}
.wrap .relative-box a.prev:hover{
	padding-left: 2em;
}
.wrap .relative-box a.next:hover{
	padding-right: 2em;
}
/* .wrap .relative-box a::after{
	font-family:FontAwesome;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.wrap .relative-box a:hover::after{
	opacity: 1;
}

.wrap .relative-box a.prev:hover::after{
	left: 0;
}

.wrap .relative-box a.next:hover::after{
	right: 0;
}
.newsview_txt p{color: #111;line-height: 28px;font-size: 16px;}
.pro_txt img{max-width: 100%;margin:0 auto;display: block;}
.pro_txt p{color: #111;font-size: 16px;line-height: 28px;}

/*header*/
#header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header.fixed{
	position: fixed;
	background-color: rgba(50,50,50,0.95);
}
#header > .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
#header .logo{
	display: flex;
}
#header .logo img{
	/* width: 100%; */
}
#header .logo p{
	font-size: 22px;line-height: 56px;color: #fff;    padding-left: 12px;
}
#header .nav-box{
	/* margin-right: 2.292vw; */
	font-size: 15px;
}
#header .nav-box > li{
	display: inline-block;
	margin: 15px 0 15px 0;
	position: relative;
	/* background: #00a0e9; */
	    padding: 0 40px;
	
}
#header .nav-box > li.sub:hover{background:#00a0e9; ;}
#header .nav-box > li:last-child{
	margin-right: 0;
}
#header .nav-box > li.product{
	position: static;
}
#header .nav-box .lvl1{
	font-size: 18px;
	color: #fff;
	padding: 4px;
	display: block;
	-webkit-transition: padding 0.3s,color 0.3s;
	transition: padding 0.3s,color 0.3s;
	line-height: 35px;
}
#header .nav-box .cn{ padding: 5px;
    color: #fff;
    background: #00a0e9;
    border-radius: 50%;}

#header .nav-box .cn:hover{background: #2aadea;}
#header.fixed .nav-box .lvl1{
	/* padding-bottom: 18px;
	padding-top: 18px; */
}
#header .nav-box > li:hover .lvl1,#header .nav-box > li.active .lvl1{
	color:#fff;
}
#header .nav-box .sub-box{
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	text-align: center;
	/* margin-left: -75px; */
}
.sub-box li{
	position: relative;
	}
.sub-box1{    visibility: visible;
    opacity: 0;
    position: absolute;
    /* top: 0;
    left: 158px; */}
.sub-box1 li a{background:#fff;}
.sub-box li:hover .sub-box1{position: absolute;top: 0;left: 158px;visibility: visible;
	opacity: 1;width: 150px;}
	.sub-box li:hover .sub-box1 a{background: #fff;}
#header .nav-box > li.sub:hover .sub-box{
	visibility: visible;
	opacity: 1;
}
#header .nav-box .sub-box a{
	display: block;
	font-size: inherit;
	color: #111;
	line-height: 2.7em;
	padding: 0.15em .1em;
	background-color: #eee;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header .nav-box .sub-box a:last-child{
	border-bottom: 0 none;
}
#header .nav-box .sub-box a:hover{
	color: #fff;
	background-color: #00a0e9;
}
#header .language{
	border: 1px solid #004ea2;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#header .language a{
	display: block;
	font-size: 12px;
	color: #004ea2;
	padding: 0.4em 0.3em;
	-webkit-transition: color 0.3s,background-color 0.3s;
	transition: color 0.3s,background-color 0.3s;
}
#header .language:hover a{
	color: #fff;
	background-color: #ac1a2f;
}

#header .nav-box .product-box{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ac1a2f;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#header .nav-box > li.sub:hover .product-box{
	visibility: visible;
	opacity: 1;
}
#header .product-box .inner{
	position: relative;
}
#header .product-box .inner > li{
	width: 140px;
}
#header .product-box .lvl2{
	font-size: 14px;
	color: #fff;
	padding: 0.86em 1.5em;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	line-height: 1;
}
#header .product-box .lvl2:hover{
	background-color: rgba(220,48,73,0.5);
}
#header .product-box .lvl2::after{
	content: "";
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 1.36em 0.714em 1.36em 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#header .product-box .lvl2.nolvl3::after{
	display: none;
}
#header .product-box .inner > li:hover .lvl2::after{
	opacity: 1;
}
#header .product-box .inner > li:last-child .lvl2{
	border-color: transparent;
}
#header .product-box .lvl3-box{
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	left: 140px;
	padding: 1.2174% 4.35%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
#header .product-box .inner > li:hover .lvl3-box{
	visibility: visible;
	opacity: 1;
}
#header .product-box .lvl3-box li{
	border-bottom: 1px solid #eee;
	width: 33.333%;
	padding-left: 3%;
	padding-top: 1.76%;
	padding-bottom: 1.76%;
}
#header .product-box .lvl3-box li:nth-last-child(1),#header .product-box .lvl3-box li:nth-last-child(2),#header .product-box .lvl3-box li:nth-last-child(3){
	border-bottom: 0 none;
}
#header .product-box .lvl3-box .lvl3{
	font-size: 14px;
	color: #555;
	font-weight: bold;
	display: inline-block;
}
#header .product-box .lvl3-box .lvl4{
	font-size: 14px;
	color: #ac1a2f;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 0.8em;
	position: relative;
	line-height: 1.2;
}
#header .product-box .lvl3-box .lvl4:first-child{
	margin-top: 1.14286em;
}
#header .product-box .lvl3-box .lvl4:last-child{
	margin-bottom: 0;
}
#header .product-box .lvl3-box .lvl4:hover{
	text-decoration: underline;
}
#header .product-box .lvl3-box .lvl4::after{
	content: "\f178";
	font-family: "FontAwesome";
	font-size: inherit;
	color: inherit;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -0.6em;
	margin-left: 0.5em;
}
#header .product-box .lvl3-box .lvl4:hover::after{
	opacity: 1;
}

.form-1{overflow:hidden;width: 100%;}
.form-1 .items{margin:0 -22px}
.form-1 .item{padding:0 22px;margin-bottom:30px;float:left;width:33.3%;overflow:hidden}
.form-1 .item.nowrap{width:100%}
.form-1 .name{float:left;width:60px;font-size:16px;color:#969696;line-height:40px}
.form-1 .name i{color:#f04d24}
.form-1 .right{overflow:hidden}
.form-1 .inp{padding:0 10px;outline:0;border:none;display:block;width:100%;height:40px;line-height:40px;font-size:14px;color:#323232;background-color:#eee}
.form-1 .tar{padding:6px 10px;outline:0;border:none;display:block;width:100%;height:250px;font-size:14px;color:#323232;background-color:#eee;line-height:1.5;resize:none}
.form-1 .submit{margin-left:64px;outline:0;border:none;display:block;width:140px;height:40px;line-height:40px;background-color:#f28f4c;font-size:16px;color:#fff;text-align:center;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.form-1 .submit:hover{opacity:.8;filter:alpha(opacity=80)}

.mbx{
	width: 30%;float: left;font-size: 16px;
    line-height: 60px;
}
.mbx .nav{display: flex;align-items: center;}
.mbx a{color: #333;}

.section_con .tab-tit a{color: #333;font-size: 16px;padding: 0 20px;line-height: 60px;
    display: inline-block;}
.yafan{
	position: relative;
}
.section_con{margin-top: 10px; ;width: 100%;}
.tab-tit{line-height: 60px;    text-align: right;border-bottom: 1px solid #eee;}
.tab-tit a.cur{
	color: #00a0e9;color: #00a0e9;border-bottom: 2px solid #00a0e9;
}
.tab-con{
	padding: 30px 0;font-size: 16px;
}
/* .section_tab{
	display: flex;
	    align-items: stretch;
	    justify-content: flex-start;
	    flex-direction: row;
	    flex-wrap: wrap;
} */
.yanfa_ban{width: 36% !important;padding-bottom: 27% !important;}
.text-content{width: 64%;}
.yanfa_ban li{height: 378px !important;}
.text-content, .text-content1{background-color: #00a0e9;color: #fff;padding: 40px;}
.text-content h1, .text-content1 h1{font-size: 28px;line-height: 50px;font-weight: normal;padding-bottom: 20px;}
.text-content span, .text-content1 span{width: 140px;height: 2px;background: #fff;display: block;margin-bottom: 20px;}
.text-content p, .text-content1 p{font-size: 16px;line-height: 28px;}

.text-content1{width: 50%;}



.acont_r{width: 50%;display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}
.acont_r .img{width: 50%;}
.acont_r .img img{width: 100%;}

.yanfa_ny{/* background: url(../images/tp_bg.jpg) #fff center bottom repeat-x; */



    padding: 0 !important;}
.acont{display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;background: #00a0e9;}
.abz{width:48%;}
.abtt .wz{color:#333333;font-size:40px;font-weight:bold;}
.abtt .wz2{color:#333333;font-size:30px;font-weight:bold;}
.abtt .img{margin:0.89vw 0;}
.abwz{color:#333333;font-size:16px;line-height:36px;margin:1.2vw 0 2.3vw;}
a.am{display: flex;justify-content: center;flex-wrap:wrap;align-items: center; width: 229px;height: 60px;color:#fff;font-size:16px;
 background-image: -moz-linear-gradient( -101deg, rgb(226,196,139) 0%, rgb(210,174,125) 100%, rgba(252,205,32,0.99608) 100%);
  background-image: -webkit-linear-gradient( -101deg, rgb(226,196,139) 0%, rgb(210,174,125) 100%, rgba(252,205,32,0.99608) 100%);
  background-image: -ms-linear-gradient( -101deg, rgb(226,196,139) 0%, rgb(210,174,125) 100%, rgba(252,205,32,0.99608) 100%);
  }
a.am img{margin-left:20px;}

.apic{width:36%;position: relative;border: 1px solid #00a0e9;;}
.apic .mySwiper1{overflow:hidden;}
.apic .swiper-slide img{width:100%;display:block;}
.apic .swiper-pagination1{width:100%;text-align:right;left:0;right:0;position:absolute;z-index:99;bottom:6px;}
.apic .swiper-pagination3{width:100%;text-align:right;left:0;right:0;position:absolute;z-index:99;bottom:6px;}
.apic .swiper-pagination-bullet{width:18px;height:18px;margin:0 4px;display: inline-block;border-radius:2px;background:#00a0e9;opacity:0.8;cursor:pointer;}
.apic .swiper-pagination-bullet-active{opacity:1;}

.yanfa_ny .content{border-bottom: none !important;}
.yanfa_tit{font-size: 36px;color: #00a0e9;text-align: center;padding: 20px 0;}
.yanfa_tit1{font-size: 28px;text-align: center;color: #000;padding: 20px 0 0;}
.yanfa_p{text-align: center;font-size:18px ;color: #2d2d2d;}
.yanfa_mb p{color: #2d2d2d;font-size: 18px;line-height: 36px;}
.yanfa_mb img{display: inline-block;padding-top: 10px;padding-right: 4px;}
.yanfa_mb{margin-bottom: 20px;}
.mb_bot_ul, .mb_bot_ul1{display: flex;justify-content: space-around;}
.mb_bot_ul1, .mo_bot_ul1, .mb_bot_ul3{   display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;    margin-bottom: 12px;
	}
.mb_bot_ul1 li{margin-right: 2%;}
.mb_bot_ul li{background: #00a0e9;line-height: 60px;text-align: center;width: 20%;color: #fff;}
.mb_bot_ul3 li{line-height: 60px;text-align: center;width: 31%;color: #fff;margin-right: 2%;}
.mb_bot_ul1_li{width: 100%;color: #fff;background: #ecfafd; margin-bottom: 12px;   display: flex
;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;}
.mb_bot_ul1_l{width: 25.6%;}
.mb_bot_ul1_r{width: 74.4%;padding: 20px;color: #00a0e9;line-height: 24px;font-size: 18px;}
.mb_bot_ul1_r1{width: 48.8%;padding: 20px;color: #00a0e9;line-height: 24px;font-size: 18px;}
.mb_bot_ul1 li{margin-bottom: 12px;}
.mb_bot_ul2_li01{width: 25%;    margin-right: 0 !important;    background: #ecfafd;}
.mb_bot_ul2_li01_txt{padding: 20px;
    color: #00a0e9;
    line-height: 24px !important;}

.mb_bot_ul1 li p, .mb_bot_ul3 li p{background: #00a0e9;line-height: 50px;text-align: center;color: #fff;}
.mb_bot_ul1 li img{padding-right: 0;width: 100%;padding-top: 0;}
.mb_bot_ul2{
 display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;}
.mb_bot_ul1 .mb_bot_ul2_li{width: 24%;margin-right: 1%;}
.mb_bot_ul1 .mb_bot_ul2_li:nth-child(2){margin-right: 0;}
.mb_bot_ul1 .mb_bot_ul2_li1{width: 49%;padding: 20px;    background: #ecfafd; color: #00a0e9;   line-height: 28px !important;}

.yanfa_bz{
	background: #ecfafd;
	padding: 40px 20px;
	    margin: 60px 0 0px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;}
.yanfa_bz_tit h2{font-size: 36px;color: #00a0e9;line-height: 60px;font-weight: normal;}
.yanfa_bz_tit span{height: 2px ;width:160px;background: #00a0e9;display: block;margin-bottom: 20px;}
.yanfa_bz_l{width: 60%;}
.yanfa_bz_r{width: 40%;    text-align: right;}
.yanfa_bz_l p{font-size: 18px;line-height: 32px;color: #00a0e9;}
.yanfa_two p{font-size: 18px;line-height: 32px;color: #00a0e9;}
.yanfa_yd{padding: 30px 0 60px;}

.yanfa_yd p{font-size: 18px;line-height: 32px;}
.yanfa_bz_l img{width: 30%;float: right;}
.yanfa_four{margin-top: 0 !important;}


.yanfa_three_con{
	display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;}
.yanfa_three_con p{width: 25%;    background-color: #00a0e9;
    color: #fff;
    padding: 40px;font-size: 16px;line-height: 26px;}
.yanfa_three_con img{width: 25%;}
.yanfa_three .yanfa_tit{padding: 0 0 20px;}
.yanfa_other{margin-top: 50px;}
.yanfa_bz_r img{display: block;margin: 0 auto;}
.yanfa_bz_bot img{max-width: 100%;display: block;margin: 0 auto;}
.yanfa_bz_bot h3{font-size: 20px;color: #111;line-height: 50px;}
.yanfa_bz_bot p{font-size: 16px;color: #111;line-height: 32px;padding: 10px 0;}

.tabzz{width: 100%;border-bottom: 1px solid #ebebf0;margin:0vw 0 2.6vw;text-align:center;}
.tabzz li{line-height:55px;font-size: 16px;color: #333333;cursor:pointer;display:inline-block;margin:0 1.34vw;position: relative;}
.tabzz li.cur:before{content:"";width:100%;height:4px;background:#ce9c44;position:absolute;display: block;left:0;bottom:0;} 

.ttzz {
  float: left;opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
.ttzz.active{opacity: 1;visibility: visible;height: 100%;}

.ttzz{position:relative;overflow:hidden;}
.ttzz .swiper-slide{position: relative;}
.ttzz .swiper-slide .img img{width:100%;display:block;}
.ttzz .swiper-slide .wz{color:#333333;font-size:18px;line-height:30px;height:60px;overflow: hidden;margin:12px 0 18px;}
.ttzz .swiper-slide .date{color:#999999;font-size:14px;}
.ttzz .swiper-slide:hover .wz{color:#00a0e9;}
.tabzz li.cur{color:#00a0e9;}


.swiper-container {
	width: 100%;
	height: 100%;
}
.section_tab .index-banner li a{border: 1px solid #00a0e9;height: 378px;}
.section_tab .iban-ctrl{right: 5px !important;}
.section_tab .index-banner img{height: 376px !important;}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

/*footer*/
.fot_log_r{float: right;color: #fff;padding-left: 10px;}
.fot_log_r p{font-size: 24px;line-height: 32px;}
.fot_log_r span{font-size: 13px;color: #ccc;}
#footer{
	background:url(../images/foot_bg.jpg) center center no-repeat;
	padding: 70px 0;
}
#footer .part1 .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.foot_l{max-width: 23%;}
.fot_nav{padding: 30px 0;}
.fot_nav li{float: left;padding-right: 90px;}
.fot_nav li:nth-child(3n){padding-right: 0;}
.fot_nav li a{color: #fff;font-size: 16px;line-height: 32px;}
.fot_m{width:36%;color: #fff;}
.fot_mm{width:51%;color: #fff;}
.fot_mm .fot_mm_ul{
	display: flex;
	justify-content: space-between;
}
.fot_mm .fot_mm_ul li a{display: block;}
.fot_mm .fot_mm_ul li ul li{width: 100%;}
.fot_mm .fot_mm_ul li ul li a{font-size: 14px;color: #ccc;line-height: 30px;white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;}
.fot_mm .fot_mm_ul li ul li:hover a{color: #00a0e9;}

.fot_mm li {width: 18%;float: left;}
.fot_mm li a{color: #fff;font-size: 16px;display: inline-block;line-height: 40px;}
.fot_mm li a:hover{color: #00a0e9;}
.fot_m h2, .fot_mm h2{font-size: 22px;font-weight: normal;padding-bottom: 20px;}
.fot_m h1{font-size: 42px;color: #00a0e9;font-family: arial;}
.fot_m  p{line-height: 30px;font-size: 16px;padding-top:18px;}
.fot_r{margin-top: 40px;width: 11%;}
.fot_r ul{    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;}
.fot_r ul li{margin-left: 5%;}
.fot_r li p{color: #fff;text-align: center;line-height: 32px;}
.part2 p{color: #fff;line-height: 60px;text-align: center;font-size: 16px;}
.part2 p a{color: #fff;padding-left: 12px;}

#footer .part1 .logo{
	display: block;
	border-bottom: 1px solid #999;padding-bottom: 30px;
}
#footer .part1 .logo img{
	max-width: 100%;
}
#footer .part1 .right{
	max-width: 70%;
}
#footer .part1 .nav{
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 30px;
	width: 117px;
}
#footer .part1 .nav a{
	display: block;
	font-size: 13px;
	color: #ccc;
	-webkit-transition: color 0.3s,text-decoration 0.3s;
	transition: color 0.3s,text-decoration 0.3s;
	line-height: 1.83;
}
#footer .part1 .nav a:hover{
	color: #555;
	text-decoration: underline;
}
#footer .part1 .nav a.big{
	font-size: 15px;
	color: #fff;
	margin-bottom: 1em;
	line-height: 1.1;
	letter-spacing: 1px;
}
#footer .part2{
	background-color: #242424;
	padding: 15px 0;
	text-align: center;
}
#footer .part2 p{
	font-size: 12px;
	color: #ccc;
	line-height: 1.7;
}
#footer .part2 p a{
	font-size: inherit;
	color: inherit;
}



#totop{
	text-align: center;
	background:url(../images/to_top.png) center center no-repeat #004ea2;
	background-size: 50%;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 2px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;
	display: block;
}
#totop.active{
	opacity: 1;
}
#totop:hover{
	background-color: #111;
}

#totop:hover::before{
	color: #ac1a2f;
}


#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}


.new_con {
	max-width: 1400px;
	margin: 0 auto;

}

.newtel {
	height: 44px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
}

.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	text-align: center
}

.new_telst li {
	width: 160px;
	line-height: 44px;
	text-align: center;
	background: #ececec;border-radius: 25px;
	float: left;
	display: inline;
	font-family: "微软雅黑";margin: 0 10px;
	cursor: pointer;
}

.new_telst li.newon {
	color: #fff;
	background: #fe8000;
	font-weight: bold;
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 3px solid #217af0;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}

.new_lst {
	position: relative;
	overflow: hidden;
	display: none;

}

.new_lst ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.new-wrap {
	/* margin-top: 20px; */
}

.new-wrap .show {
	display: block;
}

.news_date{font-family: arial;color: #3e3e3e;font-size: 16px;font-weight: bold;}
li.new_cnlf {
	width:31.3%;
	background: #fff;
	margin-right: 3%;
	margin-bottom: 1%;
}
li.new_cnlf .news_img{overflow: hidden;height: 330px;}

li.new_cnlf .news_img img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;height: 100%;}
li.new_cnlf:hover img{transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}

li.new_cnlf:nth-child(3n){margin-right: 0;}
li.new_cnlf p {
	width: 100%;padding: 0 14px 20px;
}

p.newlf_tel a {
	color: #3e3e3e;
	font-size: 20px;
	line-height: 30px;
	display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical; 
	    overflow: hidden; 
	    max-height: 4.5em;
	    line-height: 1.5em; 
	
}

p.newlf_tel a:hover {
	color: #00a0e9
}

p.newlf_tx {
	font-size: 14px;
	line-height: 28px;
	color: #999;

	overflow: hidden;
}

li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}

.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}

p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}

.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.mr0 {
	margin-right: 0px;
}


.banner1{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	text-align: center;
	position: relative;
}
.banner1 .inner{
	position: absolute;
	bottom: 26.857%;
	left: 0;
	right: 0;
}
.banner1 h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	text-align: left;line-height: 32px;
}
.banner1 h2{
	font-size: 30px;text-align: left;    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.75em;
    padding-bottom: 2.75em;
    text-align: left;
}
.banner{
	height: 350px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	text-align: center;
	position: relative;
}
.banner .inner{
	position: absolute;
	bottom: 26.857%;
	left: 0;
	right: 0;
}
.banner h3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position: relative;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
}
.banner h3::after{
	content: "";
	width: 3em;
	height: 2px;
	background-color:#00a0e9;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
}
.banner .nav{
	font-size: 0;
	line-height: 1.5;
}
.banner .nav span{
	margin: 0 18px;
	display: inline-block;
	vertical-align: middle;
}
.banner .nav span::before{
	/* content: "\f105";
	font-size: 14px;
	color: #fff;
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle; */
	background: url(../images/xl.png) center center no-repeat;
}
.banner .nav a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.banner .nav a:hover,.banner .nav a.active{
	color: #00a0e9;
}
.banner p{
	font-size: 14px;
	color: #fefefe;
}


#sidenav{
	display: none;
}


@media only screen and (max-width:1100px){
	#footer .part1 .nav{
		padding: 0 15px 30px;
		width: 110px;
	}
}
@media only screen and (max-width:1024px) {
	.mb_bot_ul1_l{width: 100%;}
	.mb_bot_ul1_r, .mb_bot_ul1_r1{width: 100%;line-height: 28px;}
	.mb_bot_ul1 .mb_bot_ul2_li{width: 49%;}
	.mb_bot_ul1 .mb_bot_ul2_li1{width: 100%;}
	.yafan .mbx{display: none;}
	.zencai .mbx{width: 100%;border-bottom: 1px solid #ddd;}
	.zencai .i35-con{border-top: none;}
	.zencai .i35-title{display: none;}
	.i35-title{
		display: flex;
		    align-items: stretch;
		    justify-content: flex-start;
		    flex-direction: row;
		    flex-wrap: wrap;
			height: 136px !important;
			    line-height: 30px !important;
	}
	.i35-title li{    text-align: center;
    flex: auto !important;
    cursor: pointer;
    padding: 6px 16px !important;
    color: rgb(51, 51, 51);
    font-size: 16px;
    width: 50%;}
	.apic, .text-content, .yanfa_bz_l, .yanfa_bz_r{width: 100%;}
	.text-content1, .acont_r{width: 100%;}
	.mb_bot_ul li{width: 33%;}
	
	.mb_bot_ul1 li, .mb_bot_ul3 li{width: 100%;margin-right: 0;}
	.mb_bot_ul2_li01{margin-bottom: 0 !important;}
	
	.yanfa_three_con p, .yanfa_three_con img{width: 100%;}
	
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile {
		display: inline-block;
	}
	.web {
		display: none;
	}

	#header > .inner{
		height: 3.75rem;
	}
	#header .logo{
		width: 8.59375rem;
	}
	
	#header .menu{
		width: 1rem;
		display: inline-block;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;
		position: relative;
	}
	#header .menu.close{
		background-image: url(../images/header_menu_bg_close.png);
	}
	#header .menu div{
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}
	#header .menu.close div{
		display: none;
	}
	#header .menu div:nth-child(1){
		background-image: url(../images/header_menu_bg1.png);
		-webkit-animation: lineone 1s infinite;
		-moz-animation: lineone 1s infinite;
		-ms-animation: lineone 1s infinite;
		-o-animation: lineone 1s infinite;
		animation: lineone 1s infinite;
	}
	#header .menu div:nth-child(2){
		background-image: url(../images/header_menu_bg2.png);
		-webkit-animation: linetwo 1s infinite;
		-moz-animation: linetwo 1s infinite;
		-ms-animation: linetwo 1s infinite;
		-o-animation: linetwo 1s infinite;
		animation: linetwo 1s infinite;
	}
	#header .menu div:nth-child(3){
		background-image: url(../images/header_menu_bg3.png);
		-webkit-animation: linethree 1s infinite;
		-moz-animation: linethree 1s infinite;
		-ms-animation: linethree 1s infinite;
		-o-animation: linethree 1s infinite;
		animation: linethree 1s infinite;
	}
	@-webkit-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-webkit-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-webkit-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	
	#header .language{
		margin-right: 1.625rem;
	}
	#header .language a{
		font-size: 0.5625rem;
	}


	#sidenav{
		position: fixed;
		display: block;
		left: 100%;
		top: 3.75rem;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 100;
		background-color: #ffffff;
		overflow-y: auto;
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
	}
	#sidenav.active{
		left: 0;
	}
	#sidenav .sub-box{
		display: none;
	}
	#sidenav a{
		display: block;
		position: relative;
	}
	#sidenav a.sub::after{
		    width: 16px;
		    height: 16px;
		    background: url(../images/xl.png) right center no-repeat;
		    position: absolute;
		    right: 4%;
		    content: " ";
		    z-index: 999;
		    color: #fff;
		    font-size: 18px;
		    display: block;
		    background-size: 100%;
		    bottom: 13px;
		
		
	}
	#sidenav a.sub.active::after{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#sidenav a.lvl1{
		background-color: #333;
		font-size: 0.8125rem;
		color: #fff;
		padding: 0.875rem 4%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#sidenav a.lvl2{
		background-color: #fff;
		font-size: 0.8125rem;
		color: #333;
		padding: 0.875rem 4%;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	#sidenav a.lvl3{
		background-color: #f9f9f9;
		font-size: 0.6875rem;
		color: #555;
		padding: 0.90625rem 4%;
	}
	#sidenav a.lvl4{
		background-color: #eee;
		font-size: 0.625rem;
		color: #ac1a2f;
		padding: 0.5rem 6%;
	}

	/*footer*/
	#footer{
		padding-top: 0;display: none;
	}
	#footer .part1{
		display: none;
	}
	#footer .part2{
		padding: 0.75rem 0;
	}
	#footer .part2 p{
		font-size: 0.5625rem;
	}

	#totop{
		display: none;
	}




	.banner{
		height: 12rem;
	}
	.banner .inner{
		bottom: 20%;
	}
	.banner h3{
		font-size: 1.25rem;
	}
	.banner .nav span{
		margin: 0 0.5rem;
	}
	.banner .nav span::before{
		font-size: 0.625rem;
	}
	.banner .nav a{
		font-size: 0.825rem;
	}
	.banner p{
		font-size: 0.625rem;
	}


	.wrap{
		min-height: calc(100vh - 14.45625rem)
	}
}





#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #ac1a2f;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #ac1a2f;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}
#pop-cover .pop-box.info{
	padding: 3%;
}
#pop-cover .pop-box.info h5{
	font-size: 24px;
	color: #ac1a2f;
	font-weight: bold;
	margin-bottom: 5.117%;
}
#pop-cover .pop-box.info ul{
	padding-bottom: 2.63%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#pop-cover .pop-box.info li{
	width: 100%;
	margin-bottom: 2.78%;
	border: 1px solid #eee;
	border-radius: 0.625em;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#pop-cover .pop-box.info li.half{
	width: 300px;
	max-width: 48%;
}
#pop-cover .pop-box.info li span{
	font-size: 0.75em;
	color: #ac1a2f;
	font-weight: bold;
	position: absolute;
	left: 3.5em;
	top: 1.125em;
}
#pop-cover .pop-box.info li img{
	width: auto;
	height: 1.25em;
	position: absolute;
	left: 1em;
	top: 0.875em;
}
#pop-cover .pop-box.info li input[type=text]{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li select{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(../images/solutionlist_sec1_navslidedown.png);
	background-size: auto 20%;
	background-position: right 5% center;
}
#pop-cover .pop-box.info li .check-box{
	font-size: inherit;
	color: #666;
	line-height: 3em;
	width: 100%;
	padding-left: 7.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li .check-box i{
	font-style: normal;
	margin-left: -4em;
	margin-right: 1em;
}
#pop-cover .pop-box.info li .check-box label{
	margin-right: 3em;
	display: inline-block;
	vertical-align: middle;
}
#pop-cover .pop-box.info li .check-box label:last-child{
	margin-right: 0;
}
#pop-cover .pop-box.info li .check-box label input[type=checkbox],#pop-cover .pop-box.info li .check-box label input[type=radio]{
	margin-right: 1em;
	vertical-align: baseline;
}
#pop-cover .pop-box.info li textarea{
	font-family: inherit;
	font-size: inherit;
	color: #666;
	height: 6em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	resize: none;
}
#pop-cover .pop-box.info .submit{
	display: block;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #ac1a2f;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
	margin: 0 auto;
	text-align: center;
}
#pop-cover .pop-box.video video{
	width: 100%;
	vertical-align: top;
}

@media only screen and (max-width:1440px){
	#pop-cover .pop-box.tip p{
		font-size: 21px;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 14px;
	}
	#pop-cover .pop-box.info h5{
		font-size: 21px;
	}
	#pop-cover .pop-box.info li{
		font-size: 14px;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px){
	
	#pop-cover .pop-box .close img{
		right: 0.625rem;
		top: 0.625rem;
		width: 1rem;
	}
	#pop-cover .pop-box .close.white img{
		left: 50%;
		top: 100%;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	#pop-cover .pop-box.tip p{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info{
		padding: 1.875rem 3.90625%;
	}
	#pop-cover .pop-box.info h5{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.info li{
		margin-bottom: 0.625rem;
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info li.half{
		width: 100%;
		max-width: 100%;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 0.625rem;
	}
}