@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; font-weight:300; }
a { text-decoration:none; }
a:hover { text-decoration:none;  }
a:active { color: #fff;  }
.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
}
.container2{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container2{margin: 0 7.8125%;}}
@media (min-width: 1200px){.container2{margin: 0 10%;}}
@media (min-width: 1600px){
	.container2{margin: 0 12.5%;}
	.details_box{margin: 0 7%;}
}

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;}






/*导航*/
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: 999;
    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;
}
/*底部结束*/




@media (max-width: 639px){
	/*导航*/
    
	/*导航 结束*/

	
    
	
    /*底部*/
    
    /*底部结束*/


}

