@charset "utf-8";
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,input,textarea{padding:0px; margin:0px; border:none; font-weight: normal; font-family: "Gotham-Medium","Source Han Sans CN","Helvetica","Tahoma","Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
body, button, input, select, textarea, a, span { font-family: "Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
ul, ol ,li{ list-style: none; }
img {margin:0; border:0; padding:0;}
b {font-family:Tahoma;}
a { text-decoration:none; }
a:hover { text-decoration:none;  }
.clear { clear: both;}
div:focus,
input:focus,
select:focus,
button:focus,
textarea:focus { outline:none;}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none
}


body {
    margin: 0 auto;
    overflow-x: hidden;
	width: 100%;
	background: #faf8fd url(../images/cont_bg.png) no-repeat 0px top;
    background-size: 100% auto;
}


.fl{float: left !important;}
.fr{float: right !important;}
.mr10{ margin-right: 10px!important;}
.mr20{ margin-right: 20px!important;}
.mb10{ margin-bottom: 10px!important;}
.mb20{ margin-bottom: 20px!important;}
.mb30{ margin-bottom: 30px!important;}
.mb40{ margin-bottom: 40px!important;}



.bg_gradient{
	background: linear-gradient(to right, #4091ff, #d94de2)!important;
}
.text_gradient {
	background: linear-gradient(to right, #4091ff, #d94de2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text_orange {
	color: #ff5f00;
}


/*css效果*/
.css_style{
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;}


@font-face
{
	font-family: Barlow;
	src: url("../images/Barlow-SemiBold.otf");
}



/*导航*/
.header {
    width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 13;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
	background-color: rgba(14,12,54,.3);
}
.header .logo{
	padding: .16rem 0;
	display: block;
    overflow: hidden;    
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.header .logo img{
	max-height: .34rem;
}
.header .logo .logo_1{
	display: block;
}
.header .logo .logo_2{
	display: none;
}

.header .tel{
	font-size: .26rem;
    font-family: Barlow;
	font-weight: 500;
	color: #fff;
	margin: .13rem .3rem 0 0;
}
.header .tel img{
	width: .24rem;
    margin-right: 6px;
}

.stock_symbol{
	margin: .16rem 0 0 .2rem;
	padding-left: .2rem;
	font-size: .12rem;
	color: rgba(255,255,255,0.6);
	position: relative;
	overflow: hidden;
}
.stock_symbol:before{
	content: '';
	display: block;
	width: 1px;
	height: .2rem;
	background: rgba(255,255,255,0.2);
	position: absolute;
	bottom: .05rem;
	left: 0;
}
.stock_symbol span{
	display: block;
}
.stock_symbol .s_symbol{
	font-size: .15rem;
	font-family: Barlow;
}


.header .btn {
	font-size: .16rem;
    padding: .06rem .24rem;
	margin-top: .13rem;
}
.header .btn:hover {
	padding: .06rem .36rem .06rem .12rem;
}
.header .btn:after {
    right: .36rem;
}
.header .btn:hover:after {
    right: .12rem;
}

.header2,
.header_fixed{
	background: #0e0c36;
	top: 0;
}
.header2 .logo .logo_1,
.header_fixed .logo .logo_1{
	display: none;
}
.header2 .logo .logo_2,
.header_fixed .logo .logo_2{
	display: block;
}

.header2 li a,
.header_fixed li a{
	color: #ffffff;
}
.header2 li a.on,
.header_fixed li a.on,
.header2 li:hover > a,
.header_fixed li:hover > a{
	color: #ff5f00;
}
.header2 .nav > li > a:after,
.header_fixed .nav > li > a:after {
	background: #ff5f00;
}

.nav{
	text-align: center;
}
.nav > li{
	display: inline-block;
	margin: 0 .2rem;    
	position: static!important;
	transition: all 0.3s;
}
.nav > li > a {
	cursor: pointer;
    font-size: .16rem;
    color: #fff;
	transition: all 0.3s;
	position: relative;
	line-height: .66rem;
}
.nav > li > a:after {
    content: '';
    display: block;
	position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}
.nav > li > a:hover:after {
    width: 80%;
    left: 10%;
}
.nav > li > a .ico_down {
	display: inline-block;
	width: 12px;
	height: 7px;
	margin: 0 0 2px 6px;
	background: url("../images/ico_down.png") no-repeat 0px 0px;
    transition: all 0.3s;
}
.nav > li > a:hover .ico_down {
	 transform:rotate(180deg);
}
.header_fixed .nav > li > a:hover .ico_down,.header2 .nav > li > a:hover .ico_down {
	background: url("../images/ico_down2.png") no-repeat 0px 0px;
}

/*二级分类*/
.nav_dropdown{
	display: none;
	position: absolute;
	top: .86rem;
	left: 0;
	width: 100%;
	background: #f0f3f8;
	box-shadow: 0 4px 4px rgba(0,0,0,.18);
	max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
	text-align: center;
	padding: .5rem 0;
	transition: all 0.3s;
}
.nav > li:hover .nav_dropdown {
	display: block;
	top: .66rem;
    animation-name: fadeInUp20;
	animation-duration: .3s;
}
.nav_dropdown li{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 2.4rem;
	margin: 0 .6rem;
}
.nav_dropdown li{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 2.4rem;
	margin: 0 .6rem;
}
.nav_dropdown li a{
	display: block;
    padding: .1rem;
    border-radius: .1rem;
	transition: all 0.3s;
}
.nav_dropdown li a:hover{
      background: #dedfe7; 
}
.nav_dropdown li img{
	width: .4rem;
	float: left;
	margin-right: .14rem;
}
.nav_dropdown li h1{
	font-size: .16rem;
    font-weight: 400;
    color: #0e0c36;
	margin-top: .02rem;
	margin-bottom: .04rem;
}
.nav_dropdown li p{
	font-size: .12rem;
	font-weight: 300;
    color: #646c74;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.nav_dropdown li .edit_terminal{    
	display: inline-block;
	border-top: 1px solid #d9dbdd;
	margin-top: 30px;
	padding-top: .1rem;
}
.nav_dropdown li .edit_terminal a{
	display: block;
	margin-top: .2rem;
	font-size: .14rem;
    font-weight: 400;
    color: #0e0c36;
	line-height: 26px;
}
.nav_dropdown li .edit_terminal a:hover{
    color: #ff5f00;
}
.nav_dropdown li .edit_terminal a i{
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	margin-right: .08rem;
	background: url("../images/ico_terminal.png") no-repeat;
}
.nav_dropdown li .edit_terminal a i.ico1{
	background-position: 0 0;
}
.nav_dropdown li .edit_terminal a i.ico2{
	background-position: 0 -26px;
}
.nav_dropdown li .edit_terminal a i.ico3{
	background-position: 0 -52px;
}
.nav_dropdown li .edit_terminal a i.ico4{
	background-position: 0 -78px;
}


.nav_dropdown dl{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	min-width: 2.8rem;
}
.nav_dropdown dl dt{
	font-size: .22rem;
    font-weight: 300;
    color: #646c74;
}
.nav_dropdown dl dd a{
	display: block;
	margin-top: .2rem;
	font-size: .16rem;
    font-weight: 400;
    color: #0e0c36;
	position: relative;
}
.nav_dropdown dl dd a:hover{
    color: #ff5f00;
}
.nav_dropdown dl dd a .mark{
	display: block;
    position: absolute;
    top: -.06rem;
    right: .4rem;
    padding: 2px 10px;
    border-radius: 16px 16px 16px 0;
    background: linear-gradient(to right, #ff6e63, #f13122);
    color: #fff;
    font-weight: 600;
    font-size: .1rem;
    box-shadow: 0 6px 15px rgba(241, 49, 34, 0.15);
}

.navBtn{
	display: none;
}
.NavBoxPublic{
	display: none;
}
/*导航 结束*/




/*侧边栏*/
.side_box{
	position: fixed;
	bottom: 5%;
	right: 0;
	z-index: 12;    
	width: 95px;
	padding: 68px 17px 23px 16px;
    background: url("../images/side_bg.png") no-repeat 0px 0px;
	background-size: 95px 286px;
}
.side_box li{
	cursor: pointer;
	width: 62px;
	text-align: center;
	height: 56px;
	color: rgba(255,255,255,.6);
	transition: all 0.3s;
	position: relative;
	font-size: .14rem;
}
.side_box li a{
	display: block;
	color: rgba(255,255,255,.6);
}
.side_box li:hover{
	color: #fff;
}
.side_box li:hover a{
	color: #fff;
}
.side_box li .ico{
	display: block;
    width: 26px;
    height: 26px;
    margin: 6px auto 4px;
	background: url("../images/side_ico.png") no-repeat 0px 0px;
	opacity: .6;
}
.side_box li:hover .ico{
	opacity: 1;
}
.side_box .li_tel .ico{
	background-position: 0px 0px;
}
.side_box .li_email .ico{
	background-position: 0px -26px;
}
.side_box .li_totop .ico{
	background-position: 0px -52px;
}
.side_box .pop_box{
	display: none;
	position: absolute;
	right: 70px;
	top: -20px;
	border-radius: 16px;
	border: 1px solid #eee;
    background: #fff;
	box-shadow: 0 10px 20px rgba(14, 12, 54, 0.1);
}
.side_box .pop_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: -.2rem;
    width: 0;
    height: 0;
	border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8f7fb;
}
.side_box li:hover .pop_box{
	display: block;
}
.side_box .pop_box dl{
	padding: .16rem;
	color: #0e0c36;
	margin-bottom: 0;
	text-align: left;
	font-size: .16rem;
}
.side_box .pop_box dl:first-child{
	border-bottom: 1px solid #eee;
}
.side_box .pop_box dl dt{
	padding-left: 26px;
}
.side_box .pop_box dl:first-child dt{
	background: url("../images/tel.png") no-repeat 0px center;
	background-size: 20px 20px;
}
.side_box .pop_box dl:nth-child(2) dt{
	background: url("../images/e_mail.png") no-repeat 0px center;
	background-size: 20px 20px;
}
.side_box .pop_box dl dd{
	font-size: .2rem;
    font-family: Barlow;
    font-weight: 500;
	white-space:nowrap;
}
.side_box .pop_box dl b{
	display: inline-block;
    margin-bottom: .04rem;
}
.side_box .pop_box dl p{
	font-size: .15rem;
}
.side_box .pop_box dl .p_2{
	text-align: center;
}
.side_box .pop_box dl img{
	width: 1.6rem;
}
/*侧边栏 结束*/



/*底部*/
.footer{
    background: #0e0c36;
}
.foot_top .foot_l {
    width: 74%;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.foot_top .foot_l .foot_l_t {
	height: 100px;
    padding: .30rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.foot_top .foot_l .foot_l_t .logo img {
    max-height: .34rem;
}
.foot_top .foot_l .foot_l_t .stock_symbol {
    margin: 0 0 0 .2rem;
}
.foot_top .foot_l .foot_l_t .social{
	margin-right: .4rem;
}
.foot_top .foot_l .foot_l_t .social a{
	float: left;
	margin-left: .16rem;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4);
}
.foot_top .foot_l .foot_l_t .social a{
	float: left;
	margin-left: .16rem;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.4);    
	transition: all 0.3s;
	position: relative;
}
.foot_top .foot_l .foot_l_t .social a i {
    display: block;
    width: 20px;
    height: 20px;
	margin: 10px auto;
    background: url(../images/social_ico.png) no-repeat 0px 0px;
	opacity: 0.4;
	transition: all 0.3s;
}
.foot_top .foot_l .foot_l_t .social .a_qq i{
	background-position: 0 0;
}
.foot_top .foot_l .foot_l_t .social .a_weibo i{
	background-position: 0px -40px;
}
.foot_top .foot_l .foot_l_t .social a:hover{
	background: #ff5f00;
	border: 1px solid #ff5f00;
}
.foot_top .foot_l .foot_l_t .social a:hover i{
	opacity: 1;
}

.foot_top .foot_l .foot_l_t .social a .pop_box{
	opacity: 0;
	width: 0;
	height: 0;
	padding: 6px;
	text-align: center;
	color: #646c74;
	font-size: .14rem;
	background: #fff;
	border-radius: .1rem;
	position: absolute;
	top: -50px;
    left: 50%;
	margin-left: -16px;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 20px rgba(14,12,54,0.1); 
	transition: all 0.3s;   
}
.foot_top .foot_l .foot_l_t .social a .pop_box span{
	width: 0;
}
.foot_top .foot_l .foot_l_t .social a:hover .pop_box{
	opacity: 1;
	width: 160px;
	height: 190px;
    top: -210px;
	margin-left: -80px;
}
.foot_top .foot_l .foot_l_t .social a:hover .pop_box span{
	width: auto;
}
.foot_top .foot_l .foot_l_t .social a .pop_box:before{
	content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
	margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #f8f7fb;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.foot_top .foot_l .foot_l_t .social a .pop_box img{
	max-width: 100%;
}

.foot_top .foot_l .foot_l_b{
}
.foot_top .foot_l .foot_l_b dl{
	float: left;
	width: 25%;
	padding: .4rem .2rem;
}
.foot_top .foot_l .foot_l_b dl dt {
	font-size: .18rem;
	font-weight: normal;
	color: rgba(255,255,255,0.8);
	margin-bottom: .12rem;
}
.foot_top .foot_l .foot_l_b dl dt i {
	display: none;
}
.foot_top .foot_l .foot_l_b dl dd a{
	display: block;
	line-height: .34rem;
	font-size: .14rem;
	color: rgba(255,255,255,0.4);
}
.foot_top .foot_l .foot_l_b dl dd a:hover{
	color: rgba(255,255,255,0.8);
}



.foot_top .foot_r {
	padding: .4rem 0;
	font-size: .14rem;
	color: rgba(255,255,255,0.6);
}
.foot_top .foot_r dl {
	margin-bottom: .4rem;
}
.foot_top .foot_r dt{
	line-height: .24rem;
}
.foot_top .foot_r dd {
	line-height: .24rem;
}
.foot_top .foot_r ul li {
	float: left;
	margin-right: .6rem;
	width: .9rem;
	text-align: center;
	font-size: .14rem;
    color: rgba(255,255,255,0.6);
	overflow: hidden;
}
.foot_top .foot_r ul li img {
	display: block;
	margin: 0 auto .12rem;
	max-width: 100%;
	padding: 0;
	background: #fff;
	border-radius: .1rem;
}


.copyright {
	padding: .24rem 0;
    font-size: .12rem;
	color: rgba(255,255,255,0.6);
    font-weight: 300;
    border-top: 1px solid rgba(255,255,255,0.1);
	clear: both;
}
.copyright a {
	float: right;
	color: rgba(255,255,255,0.6);
}
.copyright a:hover {
	color: rgba(255,255,255,0.8);
}
.copyright a img {
	display: inline-block;
    margin: -2px 4px 0 0;
}
/*底部 结束*/



.btn {
    padding: .2rem .8rem;
	display: inline-block;
    border: 2px solid transparent;
	background: #ff5f00;
    color: #fff;
    font-weight: 400;
    font-size: .2rem;
    border-radius: .6rem;
    transition: all .3s;
    overflow: hidden;
	position: relative;
	margin-bottom: .06rem;
	cursor: pointer;
}
.btn:hover {
	padding: .2rem 1rem .2rem .6rem;
	transition: all .3s;
}
.btn:after {
	content: '';
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    right: .8rem;
    top: 50%;
    margin-top: -5px;
    background: url(../images/a_link.png) no-repeat 0px 0px;
    background-size: 15px 10px;
    opacity: 0;
	transition: all .3s;
}
.btn:hover:after {
    right: .6rem;
	display: block;
	opacity: 1;
	transition: all .3s;
}
.btn_xs {
    border: 2px solid #0e0c36;
	background: none;
    color: #0e0c36;
}
.btn_xs:hover {
	color: #ff5f00;
    border: 2px solid #ff5f00;
}
.btn_xs:after {
    background: url(../images/a_link2.png) no-repeat 0px 0px;
    background-size: 15px 10px;
}



/*弹窗*/
.mask {
    background: rgba(3, 3, 3, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
	opacity: 0;
	transition: all .3s ease;
	visibility: hidden;
}
.mask_show {
    opacity: 1;
    visibility: visible;
}

.tc_content {
    z-index: 5;
    position: fixed;
    top: 20%;
    left: 50%;
	opacity: 0;
    visibility: hidden;
    transform: scale(.6);
	transition: all .3s ease;
}
.tc_show{
    opacity: 1;
	visibility: visible;
    transform: scale(1);
}

.tc_close {
	position: absolute;
	top: .2rem;
	right: .2rem;
	width: .48rem;
	height: .48rem;
	filter: alpha(opacity=50);
    opacity: .5;
	z-index: 11;
}
.tc_close img {
    max-width: 100%;
}
.tc_close:hover,
.tc_close:focus {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.tc_close:hover img {
	transition: transform .3s ease;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.rdd {    
	position: relative;
    max-height: 900px;
    background: #fff;
    border-radius: 20px!important;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 20px 20px 24px rgba(0,0,0,.12);
	display: none;
	width: 730px;
	margin-left: -365px;
}
#rd7,
#rd9,
#rd10{
	width: 1000px;
    margin: 10% 0;
    margin-left: -500px;
}
.rdd .tc_title {
	padding: 20px;
	font-size: 24px;
    font-weight: 600;    
	border-bottom: 1px solid #d9dbdd;
	color: #646c74;
}
#rd7 .tc_title,
#rd9 .tc_title,
#rd10 .tc_title{
	font-size: .36rem; 
	border-bottom: none;
	text-align: center;
	margin-top: 40px;
}

.rdd .form_box{
	padding: 40px;
}
.downloadList dl .ul2 .ul3 a:hover{
    color: #ff5f00;
	text-decoration: underline;
}
.rdd .form_box .form-group{
	margin-bottom: 20px;
}
.rdd .form_box label{
	width: 120px;
	font-size: 16px;
	color: #646c74;
}

.rdd .form_box .form-control{
	margin-bottom: 0;
}
#rd7 .form_box .form-control,
#rd10 .form_box .form-control{
	margin-bottom: 20px;
}
#rd6 .form_box ul li a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #0e0c36;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	position: relative;
	cursor: pointer;
}
#rd6 .form_box ul li a:hover{
	color: #ff5f00;
}

#rd8 .tc_text {
	padding: 40px;
}
#rd8 .tc_text .tc_tab{
	border-bottom: 1px solid #a7b0b8;
	margin-bottom: 0;
}
#rd8 .tc_text .tc_tab li{
	cursor: pointer;
	display: inline-block;
	padding: 16px;
	font-size: 16px;
    color: #646c74;
    font-weight: 300;
}
#rd8 .tc_text .tc_tab li.active{
	color: #fff;
	background: #a7b0b8;
}

#rd8 .tc_text .sistySwiper {
	width: 94%;
	margin: 3%;
	overflow: hidden;
}
#rd8 .tc_text dl {
    line-height: 1.8;
	font-size: 16px;
    font-weight: 300;
    color: #646c74;
    letter-spacing: 0.2px;
}
#rd8 .tc_text dt {
    font-size: 18px;
	line-height: 30px;
    font-weight: 600;
    color: #646c74;
}
#rd8 .tc_text dd p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #646c74;
    letter-spacing: 0.2px;
	text-indent: 2em;
}


#rd9 .tc_ul {
	padding: 40px;
	text-align: center;
}
#rd9 .tc_ul li {
	display: inline-block;
	width: 17%;
	margin: 0 10px;
    font-size: 18px;
    font-weight: 300;
	text-align: center;
    border-radius: 16px;
    border: 1px solid #ebedf2;    
	transition: all .3s;
	position: relative;
}
#rd9 .tc_ul li a {
	padding: 20px 0;
	display: block;
    width: 100%;
    height: 100%;
    color: #606266;
    border-radius: 16px;
}
#rd9 .tc_ul li:hover{
	border: 1px solid #ff6300;
	box-shadow: 0 5px 20px rgba(218,225,235,0.8);
}
#rd9 .tc_ul li img {
	width: 60px;
    display: block;
    margin: 0 auto 16px;
}
#rd9 .tc_ul li .pop_box{
	padding: 10px 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	color: #646c74;
	font-size: .14rem;
	background: #fff;
    border-radius: 16px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;   
}
#rd9 .tc_ul li:hover .pop_box{
    top: 0;
	left: 0;
	opacity: 1;
    transform: scale(1);
}
#rd9 .tc_ul li .pop_box img{
	width: 100px;
	margin-bottom: 0;
}


.form_box .form-control{
	display: inline-block;
	width: 48%;
	margin: 0 0 20px 0;
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-weight: 300;
	border-radius: 6px!important;
	padding: 0 16px;
	height: 48px;
}
.form_box .btn{
	width: 240px;
	text-align: center;
    height: 65px;
    border-radius: 33px!important;
    font-size: 18px;
    z-index: 2;
    display: block;
    color: #0e0c36;
    transition: all 0.5s ease;
    background: #f36b16;
	font-weight: 600;
	margin: 30px auto 0;
}
.form_box .form-control#email,
.form_box .form-control#tel,
.form_box .form-control#city,
.form_box .form-control#email2,
.form_box .form-control#tel2,
.form_box .form-control#city2{
	float: right;
}

.privacy_box{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: rgba(14,12,54,0.8);
	margin:  20px auto 0;
	position: relative;
	background: url("../images/line_1.png") no-repeat center center;
	background-size: auto 1px;
}
.privacy_box:hover{
	color: rgba(14,12,54,1);
}


@media (max-width: 639px){
	body {
        max-width: 750px;
    }
	.header {
		backdrop-filter:inherit;
        position: relative;
		background: #0e0c36;
    }
	.header .logo img{
        max-height: .5rem;
    }
	.stock_symbol{
		display: none;
        margin: .16rem 0 0 0;
        padding-left: .2rem;
        font-size: .12rem;
    }
    .stock_symbol:before{
        width: 1px;
        height: .2rem;
        bottom: .05rem;
        left: 0;
    }
    .stock_symbol .s_symbol{
        font-size: .24rem;
    }
	
	.header .tel{
		font-size: .28rem;
		opacity: .6;
        margin: .2rem 1.2rem 0 .3rem;
    }
    .header .tel img{
        width: .28rem;
    }

	.nav{
		display: none;
	}
	.header .btn{
		display: none;
	}
	.navBtn {
		display: block;
        overflow: hidden;
        position: absolute;
        top: 8%;
        right: 4%;
    }
    .navBtn .icon-bar {
        background: rgba(255,255,255,.8);
        display: block;
        margin-top: 0.1rem;
        width: .54rem;
        height: .06rem;
        border-radius: 0.2rem;
    }
	
	.NavBoxPublic {
		display: none;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
		border-left: 1px solid #222;
		margin: 0;
		position: fixed;
		right: 0;
		z-index: 999;
		top: 0;
		width: 60%;
		background: #0e0c36;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
	.NavBoxPublic.active {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
    .NavBoxBg{
		display: none;
		width: 100%;
		padding-right: 60%;
		height: 100%;
		position: fixed;
		z-index: 998;
		left: 0;
		top: 0;
		backdrop-filter: blur(8px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .5s ease-in-out 0s;
		-moz-transition: all .5s ease-in-out 0s;
		-ms-transition: all .5s ease-in-out 0s;
		transition: all .5s ease-in-out 0s;
    }
    .NavBoxBg #NavBoxBtn{
		position: relative; 
		margin:200px auto; 
		width: 40px;
		height: 40px;
		border: 1px solid #fff;
		border-radius:50%;
		filter:Alpha(opacity=80);
		opacity:.8;}
    .NavBoxBg #NavBoxBtn:before, 
	.NavBoxBg #NavBoxBtn:after {
		content: '';
		position: absolute;
		left: 19px;
		top: 7px;
		display: block;
		width: 1px;
		height: 27px;
		background: #fff;
	}
	.NavBoxBg #NavBoxBtn:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.NavBoxBg #NavBoxBtn:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
    
	.NavBoxPublic ul.ul1 {
		overflow-y: auto;
		width: 100%;
		height: 100%;
	}
	.NavBoxPublic ul.ul1 li {
		font-size: 0.9em;
		display: block;
		line-height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-family: Font2;
		color: rgba(255,255,255,0.6);
		position: relative;
	}
	.NavBoxPublic ul.ul1 li a {
		display: block;
		line-height: 44px;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-family: Font2;
		color: rgba(255,255,255,0.6);
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,.1);
		padding: 0 12px;
		cursor: pointer;
		letter-spacing: 0.6px;
	}
	.NavBoxPublic ul.ul1 li .ul2 li{
		font-size: 1em;
		padding: 0 12px;
	}
	.NavBoxPublic ul.ul1 li .ul2 li a,
	.NavBoxPublic ul.ul1 li .ul3 li a{
		padding: 0;
	}
	.NavBoxPublic ul.ul1 li a:hover {
		background: rgba(255,255,255,.1);
	}
	.NavBoxPublic ul li a .mark {
        display: block;
        position: absolute;
        top: .06rem;
        right: -.2rem;
        padding: 2px 4px;
        border-radius: 16px 16px 16px 0;
        background: linear-gradient(to right, #ff6e63, #f13122);
        color: #fff;
        font-weight: 600;
        font-size: .2rem;
        box-shadow: 0 6px 15px rgba(241, 49, 34, 0.15);
        line-height: .3rem;
    }
	.NavBoxPublic ul.ul1 li i{
		width: 14px;
		height: 14px;
		position: absolute;
		right: 15px;
		top: 15.5px;
		background: url(../images/ico_16_1.png) no-repeat;
		background-size: 14px;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
	}
	.iconRotate {
		transform: rotate(90deg);
		transition: transform .5s
	}
	.NavBoxPublic ul.ul1 li ul{
		display: none;}
	.NavBoxPublic ul.ul1 li ul li ul li a:hover{
		background: #383838;
	}
	
    .TriangleBtn{display: none;}
    .NavBoxPublic .TriangleBtn{display: block;position: absolute;right: 0;top: 0;width: 40px;height: 40px;z-index: 10;
        -webkit-transform:perspective(400px) rotateX(0deg);
        -moz-transform:perspective(400px) rotateX(0deg);
        -ms-transform:perspective(400px) rotateX(0deg);
        transform:perspective(400px) rotateX(0deg);
    }
    .NavBoxPublic .TriangleBtn:before{content: '';display: block; width:10px;height:10px;border-width:0 0 1px 1px;border-color:#ddd;border-style:solid;margin:12px 0 0 14px;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);
        
    }
    .NavBoxPublic .TriangleBtn.active{
        -webkit-transform:perspective(400px) rotateX(180deg);
        -moz-transform:perspective(400px) rotateX(180deg);
        -ms-transform:perspective(400px) rotateX(180deg);
        transform:perspective(400px) rotateX(180deg);
    }
	/*导航 结束*/

	
	
	/*侧边栏*/
	.side_box {
		width: auto;
        bottom: 10px;
        right: 10px;
        z-index: 12;
		padding: 0;
        background-image: #ff5f00;
        background: #ff5f00;
        border-radius: 4px;
    }
    .side_box li.li_tel,
    .side_box li.li_email
	{
		display: none;
    }
    .side_box li{
        width: 40px;
		height: auto;
    }
    .side_box li span{
		display: none;
    }
	.side_box li .ico {
        margin: 8px auto;
    }
    .side_box .pop_box{
        right: 42px;
    }
    .side_box .pop_box dl dd{
        font-size: .24rem;
    }
    /*侧边栏 结束*/

	
	


    /*底部*/
    .foot_top {
		padding: 0 .3rem;
    }
    .foot_top .foot_l {
        width: 100%;
        border-right: none;
    }
    .foot_top .foot_l .foot_l_t {
		height: 80px;
    }
    .foot_top .foot_l .foot_l_t .logo img {
        max-height: .5rem;
    }
    .foot_top .foot_l .foot_l_t .stock_symbol {
        margin: 0;
    }
    .foot_top .foot_l .foot_l_t .social{
        margin-right: 0;
    }
    .foot_top .foot_l .foot_l_t .social a{
        margin-left: .12rem;
    }

	.foot_top .foot_l .foot_l_b{
		padding: .2rem 0;
	}
    .foot_top .foot_l .foot_l_b dl{
        width: 100%;
        padding: .1rem;
		letter-spacing: 0.6px;
		float: left;
    }
    .foot_top .foot_l .foot_l_b dl dt {
        font-size: .26rem;
        margin-bottom: .12rem;
    }
    .foot_top .foot_l .foot_l_b dl dt i {
        display: block;
    }
	.foot_top .foot_l .foot_l_b dl dt i{
        width: 12px;
        height: 12px;
        display: block;
        float: right;
        background: url("../images/ico_hide.png") no-repeat 0px center;   
		background-size: 12px;
        transition: all 0.3s ease-out 0s;
    }
    .foot_top .foot_l .foot_l_b dl dt i.iconRotate2 {
        background: url("../images/ico_show.png") no-repeat 0px 0px;  
		background-size: 12px;  
        transition: all 0.3s ease-out 0s;
    }
    .foot_top .foot_l .foot_l_b dl dd{
		display: none;
		padding-left: 0.16rem;
    }
    .foot_top .foot_l .foot_l_b dl dd a{
        line-height: .46rem;
        font-size: .24rem;
    }



    .foot_top .foot_r {
		width: 100%;
        font-size: .22rem;
		position: relative;
    }
	.foot_top .foot_r dl {
        width: 52%;
    }
    .foot_top .foot_r dt{
        line-height: .36rem;
    }
    .foot_top .foot_r dd {
        line-height: .36rem;
    }
    .foot_top .foot_r ul {
		position: absolute;
        bottom: 50px;
        right: 0;
     }
    .foot_top .foot_r ul li {
        float: left;
        margin-right: .2rem;
        width: 1.2rem;
        font-size: .2rem;
    }
    .foot_top .foot_r ul li:last-child {
        margin-right: 0;
    }
    .foot_top .foot_r ul li img {
        margin: 0 auto .12rem;
    }


    .copyright {
        padding: .3rem .3rem;
        font-size: .2rem;
		text-align: center;
		line-height: .36rem;
    }
    .copyright a {
		display: block;
        float:inherit;
    }
    /*底部 结束*/
	
	
	.btn {
        font-size: .3rem;
    }

}
