@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: #fff;
}


.fl{float: left !important;}
.fr{float: right !important;}


/*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%;
	background: #fcfcfc;
}
.top_nav {
    color: #747474;
    float: right;
    margin-right: 38px;
    margin-top: 5px;
    font-size: 0;
    position: relative;
}
.top_nav>a {
    color: #747474;
    font-size: 12px;
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
    text-decoration: none;
}
.top_nav>a::after {
    position: absolute;
    right: 0;
    height: 8px;
    width: 1px;
    background: #b3b3b3;
    top: 50%;
    margin-top: -4px;
    content: '';
}

.header {
    border-radius: 0;
    z-index: 2;
    position: relative; 
}
.header .container {
    position: relative;
}
a.logo {
    width: 200px;
    height: 50px;
    display: block;
    background: url(../images/foxit-logo-200.png) no-repeat;
    background-size: 200px;
    float: left;
    margin-top: 9px;
}

.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #FCFCFC;
}

.header-navigation, .header-navigation .dropdown {
    position: static;
}
.header-navigation {
    font: 1.25em "Open Sans", sans-serif;
	display: block !important;
}
.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-navigation > ul > li {
    float: left;
	margin-right: 30px;
    font-size: 14px;
	position: relative;
}
.header-navigation>ul>li>a {
    color: #333;
    display: block;
    padding: 23px 6px 20px;
}
.header-navigation ul > li.active > a, 
.header-navigation ul > li > a:hover, 
.header-navigation ul > li > a:focus {
    color: #f68b1f;
    background: #fcfcfc;
    text-decoration: none;
}
.header-navigation > ul > li:hover > .dropdown-menu {
    display: block;
}
.header-navigation > ul > li.dropdown-bottom:hover > a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #f68b1f;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #fcfcfc;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    font: 13px "Open Sans", sans-serif;
    letter-spacing: 0;
}
.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}
.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    position: relative;
    float: none;
	line-height: 1.8;
}
.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #f68b1f;
}
.header-navigation-content {
    min-width: 295px;
    height: 314px;
}
.header-navigation-product {
    padding: 28px 0 50px 60px;
}
.header-navigation-content .header-navigation-col {
    padding: 0;
}
.header-navigation-content ul {
	margin: 0;
    padding: 0;
    margin-left: 10px;
    list-style: none;
}
.header-navigation .dropdown-menu li > a {
	display: block;
    padding: 10px 15px;
    font-weight: 400;
    color: #333;
}
.header-navigation-content .subscribe {
    font: bold 14px 'Open Sans', Arial, sans-serif;
    margin: 0 10px;
    padding: 10px 10px 5px;
    font-weight: 400;
    text-align: center;
}
.subscribe a {
    color: #f68b1f;
}
.dropdown-full-width {
    right: 0;
    width: 1250px;
}
.col-md-nav {
    width: 25%;
    float: left;
}
.header-navigation-content .header-navigation-col {
    padding: 0;
}
.header-navigation-content h4 {
    font: bold 18px 'Open Sans', Arial, sans-serif;
    margin: 0 10px;
    padding: 10px 0px 5px;
    font-weight: 400;
    font-size: 16px;
}
.header-navigation-content h4 a {
    font-size: 16px !important;
    font-weight: 600;
    color: #333333 !important;
}
.header-navigation-content ul {
	margin: 0;
    padding: 0;
    margin-left: 10px;
    list-style: none;
}
.list>li {
    padding-top: 18px !important;
}
.header-navigation-content li {
    padding: 0;
    border: none !important;
}
.header-navigation-content li a.menu-img-link {
    padding: 0;
    margin: 0;
    color: #333;
}
.hot_img {
    float: left;
    position: relative;
    top: -23px;
    left: 102px;
}
.new_img {
    float: left;
    position: relative;
    top: -20px;
    left: 155px;
}
/*导航 结束*/





/*底部*/
.footer {
    background: #f2f2f2;
    font-weight: normal;
    padding-bottom: 30px;
    min-width: 1200px;
	color: #999999;
}
.footer_content {
    padding-top: 50px;
    #width: 1000px;
    margin: auto;
}
.footer_content>div {
    display: inline-block;
    vertical-align: top;
}
.footer_content .type_content_hot{
    width: 190px;
}
.footer_content .type_content_core{
    width: 210px;
}
.footer_content .type_content_feature{
    width: 193px;
}
.footer_content .type_content_about{
    width: 177px;
}
.footer_content .type_content_ours{
    width: 210px;
}
.type_title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    font-family: "微软雅黑";
}
.footer_content ul li{
    height: 20px;
    line-height: 20px;
}
.footer_content ul li a{
    font-size: 12px;
    color: #666666;
}
.footer_content .type_content_ours  ul li a:first-child{
    margin-right: 25px;
}
.footer_content  ul li a img{
    margin-right: 5px;
}
.footer_content ul li a:hover{
    color: #666666;
}
.footer_content .type_content_ours ul li.selects_content{
    height: 66px;
}
.footer_content .type_content_ours a{
    color: #666666;
}
.footer_content .type_content_ours p{
    color: #666666;
}
.footer_content .type_content_ours a:hover{
    color: #666666;
}
.footer_content .type_content_ours ul li p{
    padding: 0;
    font-size: 14px;
    color: #333333;
    margin: 23px 0 10px;
}
.footer_content .type_content_about ul .imgs_wechat{
    position: relative;
}
.footer_content .type_content_about ul .imgs_wechat:hover img{
    display: block;
}
.footer_content .type_content_about .imgs_wechat img{
    width: 100px;
    height: 107px;
    position: absolute;
    top: 20px;
    left: -22px;
    display: none;
}
.footer .footer_content  ul li .selects{
    display: inline-block;
    margin-right: 3px;
    width:167px ;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    position: relative;
    text-indent: 8px;
    cursor: default;
    border-radius: 4px !important;
    position: relative;
}
.footer .footer_content .selects:hover{
    border: 1px solid #f68b24;
}
.footer .footer_content .selects  i{
    display: inline-block;
    width: 5px;
    height: 3px;
    position: absolute;
    top: 13px;
    right: 7px;
    background: url("../images/to_down_logo.png") no-repeat;
}
.footer .footer_content  .selects:hover  i{
    background: url("../images/to_up_logo.png") no-repeat;
}
.footer .footer_content .selects .selects_list {
    position: absolute;
    top: 29px;
    width: 166px;
    height: 180px;
    overflow-y:auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top:none ;
    z-index: 55;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar{
/*
    height:1px;*/
    width:8px;

    background-color: #cccccc;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius:2px;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-thumb{
    background: #cccccc;
    height: 30px;
    border-radius:2px;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-thumb:hover{
    background: #61B6EB;
}
.footer .footer_content .selects .selects_list::-webkit-scrollbar-corner{
    background: #61B6EB;
}
.footer .footer_content  .selects .selects_list div{
    width: 140px;
    height: 22px;
    line-height: 22px;
}
.footer .footer_content   .selects .selects_list div:hover{
    background: #f2f2f2;
}
.footer .lines{
    height: 1px;
    width: 1200px;
    margin: 30px auto 28px;
    background: #cccccc;
}
.footer .footer_bottom_content{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.footer .footer_bottom_content  ul li{
    display: inline-block;
    padding: 0 15px;
    height:15px ;
    line-height: 15px;
    border-right: 1px solid #6f6f6f;
}
.footer .footer_bottom_content  ul li:last-child{
    border-right: none;
}
.footer .footer_bottom_content  ul li a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
}
.footer .footer_bottom_content  ul li a:hover{
    color: #666666;
}
/*.footer .footer_bottom_content .extra_message  ul li a:hover{
    text-decoration: none;
}*/
.footer_bottom_content .extra_message{
   margin: 5px 0;
}
.footer_bottom_content .extra_company{
  margin-top: 5px;
}
.footer a {
    color: #666666;
}
.none{
    display: none !important;
}
.clear{
    zoom:1;
}
.clear:after {
    clear:both;
    content:'';
    display:block;
    width:0;
    height:0;
    visibility:hidden;
}
/*底部结束*/



/*侧边栏*/
.side_box{
	position: fixed;
	bottom: 20%;
	right: .16rem;
	z-index: 2;    
	border-radius: 4px;
	border: 1px solid #fff;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 20px rgba(14,12,54,0.1);
}
.side_box li{
	cursor: pointer;
	width: 70px;
	text-align: center;
	padding: 10px 0;
	color: rgba(14,12,54,0.4);
	background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
	transition: all 0.3s;
	position: relative;
}
.side_box li a{
	color: rgba(14,12,54,0.4);
}
.side_box li:first-child{
	border-radius: 4px 4px 0 0;
}
.side_box li:last-child{
	border-radius: 0 0 4px 4px;
}
.side_box li:hover{
	color: #fff;
	background-image: linear-gradient(to top, #f36b16 0%, #ff8030 100%);
}
.side_box li:hover a{
	color: #fff;
}
.side_box li .ico{
	display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 4px;
	background: url("../images/side_ico.png") no-repeat 0px 0px;
}
.side_box .li_wx .ico{
	background-position: 0px 0px;
}
.side_box .li_email .ico{
	background-position: 0px -28px;
}
.side_box .li_totop .ico{
	background-position: 0px -56px;
}
.side_box .li_wx:hover .ico{
	background-position: -28px 0;
}
.side_box .li_email:hover .ico{
	background-position: -28px -28px;
}
.side_box .li_totop:hover .ico{
	background-position: -28px -56px;
}
.side_box .pop_box{
	width: 160px;
	padding: .16rem;
	display: none;
	position: absolute;
	right: 82px;
	top: 0;
	color: #0e0c36;
	border-radius: 4px;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 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{
	color: #0e0c36;
	margin-bottom: 0;
	text-align: left;
}
.side_box .pop_box dl dt{
	padding-left: 26px;
	font-weight: bold;
}
.side_box .pop_box dl:first-child dt{
	background: url("../images/tel.png") no-repeat 0px center;
	background-size: 18px 18px;
}
.side_box .pop_box dl:nth-child(2) dt{
	background: url("../images/e_mail.png") no-repeat 0px center;
	background-size: 18px 18px;
}
.side_box .pop_box dl dd{
	font-size: .18rem;
	font-family: Barlow;
}
/*侧边栏 结束*/



.btn {
	display: inline-block;
	padding: .2rem .8rem;
    border-radius: .6rem;
    font-size: .16rem;  
	font-weight: 600;
}
.btn_1 {
	color: #fff;
	background: #0e0c36;
	border: 2px solid #0e0c36;
	position: relative;
}
.btn_2 {
	margin-left: .3rem;
	color: #0e0c36;
	border: 2px solid #0e0c36;
}
.btn_1:hover{
	background: #ff6300;
	border: 2px solid #ff6300;
}
.btn_2:hover{
	color: #ff6300;
	border: 2px solid #ff6300;
}
.btn_1:after {
    content: '';
	position: absolute;
	top: 50%;
	margin-top: -.05rem;
	right: .56rem;
	display: block;
	width: .15rem;
	height: .1rem;
	background: url("../images/a_link3.png") no-repeat 0px center;
}



.h1_title{
	margin-bottom: .2rem;
	text-align: center;
	font-size: .42rem;
	font-weight: 400;
	color: #646c74;
}
.h3_title{
	width: 74%;
	text-align: center;
	font-size: .2rem;
	line-height: .3rem;
	font-weight: 100;
	color: #6a6a6a;
	margin: 0 auto .8rem;
}



@media (max-width: 639px){
	

}

