﻿@charset "utf-8";
/* CSS Document */
*{transition-property: all;-ms-transition-property:all;-moz-transition-property:all; -webkit-transition-property:all; -o-transition-property:all;}
html,body{font-size:14px;width:100%;clear:both;margin:0px;padding:0px;font-family:"Vipp Neue",Arial,Helvetica,sans-serif,Microsoft YaHei;font-weight:300;}
img{border:0px;}
ul,li,p,a{margin:0px;padding:0px;font-family:"Vipp Neue",Arial,Helvetica,sans-serif,Microsoft YaHei;font-weight:300;}
a{text-decoration:none; background-color:transparent; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;}
a:active,a:hover{ outline:0; text-decoration:none; }
a,button,textarea,select{ -webkit-appearance:none; -webkit-tap-highlight-color:rgba(255,0,0,0);}
div{ box-sizing:border-box;}
ul,li{list-style-type:none;}
i,em{font-style:normal}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
table{width:100%;line-height:1.5em;border-collapse:collapse;border-spacing:0}
th, td{padding:5px; border-bottom:1px solid transparent; border-left:1px solid transparent; border-right:1px solid transparent; vertical-align:middle;}
th{font-weight:bold;text-align:center;background-color:transparent;}
input,button,select,textarea{ outline:none;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance:none;padding:0;margin:0;font-weight:normal;}

@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url("fonts/ExtraLight/SourceHanSansCN-ExtraLight.woff2") format("woff2"),
       url("fonts/ExtraLight/SourceHanSansCN-ExtraLight.woff") format("woff"),
       url("fonts/ExtraLight/SourceHanSansCN-ExtraLight.ttf") format("truetype"),
       url("fonts/ExtraLight/SourceHanSansCN-ExtraLight.eot") format("embedded-opentype"),
       url("fonts/ExtraLight/SourceHanSansCN-ExtraLight.svg") format("svg");
}

@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("fonts/Light/SourceHanSansCN-Light.woff2") format("woff2"),
       url("fonts/Light/SourceHanSansCN-Light.woff") format("woff"),
       url("fonts/Light/SourceHanSansCN-Light.ttf") format("truetype"),
       url("fonts/Light/SourceHanSansCN-Light.eot") format("embedded-opentype"),
       url("fonts/Light/SourceHanSansCN-Light.svg") format("svg");
}

@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("fonts/Normal/SourceHanSansCN-Normal.woff2") format("woff2"),
       url("fonts/Normal/SourceHanSansCN-Normal.woff") format("woff"),
       url("fonts/Normal/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("fonts/Normal/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("fonts/Normal/SourceHanSansCN-Normal.svg") format("svg");
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("fonts/Regular/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("fonts/Regular/SourceHanSansCN-Regular.woff") format("woff"),
       url("fonts/Regular/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("fonts/Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("fonts/Regular/SourceHanSansCN-Regular.svg") format("svg");
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("fonts/Medium/SourceHanSansCN-Medium.woff2") format("woff2"),
       url("fonts/Medium/SourceHanSansCN-Medium.woff") format("woff"),
       url("fonts/Medium/SourceHanSansCN-Medium.ttf") format("truetype"),
       url("fonts/Medium/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
       url("fonts/Medium/SourceHanSansCN-Medium.svg") format("svg");
}

@font-face {
  font-family: "SourceHanSansCN-Blod";
  src: url("fonts/Bold/SourceHanSansCN-Blod.woff2") format("woff2"),
       url("fonts/Bold/SourceHanSansCN-Blod.woff") format("woff"),
       url("fonts/Bold/SourceHanSansCN-Blod.ttf") format("truetype"),
       url("fonts/Bold/SourceHanSansCN-Blod.eot") format("embedded-opentype"),
       url("fonts/Bold/SourceHanSansCN-Blod.svg") format("svg");
}

@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url("fonts/Heavy/SourceHanSansCN-Heavy.woff2") format("woff2"),
       url("fonts/Heavy/SourceHanSansCN-Heavy.woff") format("woff"),
       url("fonts/Heavy/SourceHanSansCN-Heavy.ttf") format("truetype"),
       url("fonts/Heavy/SourceHanSansCN-Heavy.eot") format("embedded-opentype"),
       url("fonts/Heavy/SourceHanSansCN-Heavy.svg") format("svg");
}

/****头部****/
header{ width:100%; float:left; background-color:transparent; position:fixed; top:0; left:0; z-index:9999; box-sizing:border-box;}
header .h_con{ margin:0 auto; box-sizing:border-box; padding:0 5%;}
header .h_logo{ width:150px; height:32px; background-image:url(../images/logo.png); margin:25px 0px;}
header .h_menu{ width:70%; float:left; position:absolute; right:5%; top:10px; }
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position: relative;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;box-sizing:border-box; outline:0; -webkit-tap-highlight-color:transparent;}
#cssmenu #menu-button:active,#cssmenu #menu-button:hover{outline:0;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu #menu-button{display:none;}
#cssmenu{width:100%;}
#menu-line{position:absolute;bottom:0;left:0;height:3px;background-color:#fff;-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-ms-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li.a_wbok{ display:none;}
#cssmenu.align-center > ul{font-size:0;text-align:center;}
#cssmenu.align-center > ul > li{display:inline-block;float:none;}
#cssmenu.align-center ul ul{text-align:left;}
#cssmenu.align-right > ul > li{float:right;}
#cssmenu.align-right ul ul {text-align:right;}
#cssmenu > ul > li > a{ height:30px; line-height:30px; padding:0 15px;font-size:13px;text-decoration:none;text-transform:uppercase;color:#fff;-webkit-transition:border .2s ease;-moz-transition:border .2s ease;-ms-transition:color .2s ease;-o-transition:border .2s ease;transition:border .2s ease; border:1px solid transparent;}
#cssmenu > ul > li:hover > a{ border-color:#fff;}
#cssmenu > ul > li.has-sub > a{}
#cssmenu > ul > li.has-sub > a::after{position:absolute; display:none; top:24px; right:25px;width:4px;height:4px;border-bottom:1px solid #fff; border-right:1px solid #fff;content: "";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform: rotate(45deg);-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
#cssmenu > ul > li.has-sub:hover > a::after{border-color:#fff;}
#cssmenu ul ul{position:absolute;left:-9999px; width:100%; background-color:#fff;}
#cssmenu li:hover > ul{left:auto;}
#cssmenu.align-right li:hover > ul{right:0;}
#cssmenu ul ul ul{margin-left:100%;top:0;}
#cssmenu.align-right ul ul ul{margin-left:0; margin-right:100%;}
#cssmenu ul ul li{height: 0; -webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;}
#cssmenu ul li:hover > ul > li{height:32px; width:100%;}
#cssmenu ul ul li a{ width:100%; padding:10px 10px; text-align:center; font-size:13px;background:#fff;text-decoration:none;color:#000;-webkit-transition: color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition: color .2s ease;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000;}
#cssmenu ul ul li.has-sub > a::after{position: absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #fff;border-right:1px solid #fff;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform: rotate(-45deg);-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease;}
#cssmenu.align-right ul ul li.has-sub > a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #dddddd;border-left:1px solid #dddddd;}
#cssmenu ul ul li.has-sub:hover > a::after{border-color:#199772;}
header .h_menu li span{ width:20px; height:15px; float:left; margin:12px 5px 0 0; display:none;}
header .h_menu li:nth-child(10) span{ background-image:url(../images/icon_01.jpg);}
header .h_menu li:nth-child(11) span{ background-image:url(../images/icon_02.jpg);}
.h_bg{ background-color:#fff; box-shadow:0 3px 3px rgba(165,165,165,0.2);}
.h_bg #cssmenu > ul > li > a{ color:#000;}
.h_bg #cssmenu > ul > li > a:hover{ border-color:#000;}
header .h_logos{ width:150px; height:32px; background-image:url(../images/f_logo.png);}
header .h_color,header .h_color li a{ color:#000;}
header .h_color li:hover a{ -webkit-border-color:#000; border-color:#000; /*-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,0.25); box-shadow: 0 4px 12px 0 rgba(0,0,0,0.25);*/}


header .navBtn{ position:absolute;top:50%;right:34px;width:44px;height:37px;margin-top:-19px;cursor:pointer;z-index:1;}
header .navBtn{ transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }

/***中英文***/
header .a_mare{ width:110px; float:right; margin:0px; height:30px; line-height:30px; font-size:12px; color:#fff; position:relative; z-index:999;}
header .a_mare p{ width:100%; float:left; height:30px; line-height:30px; border:1px solid #fff; padding:0 10px; box-sizing:border-box;}
header .a_mare .a_mhead{ width:110px; cursor:pointer; position:relative; height:30px; line-height:30px; border:1px solid #fff; padding:0 10px; text-transform:uppercase;}
header .a_mare .a_mhead .a_arrow{ display:inline;float:right;width:0;height:0; margin:12px 5px 0 5px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid #fff;}
header .a_mare .a_mbody{ display:none; border:1px solid #f5f5f5; width:110px; margin:-2px 0 0 0px; }
header .a_mare .a_mbody a{ display:block; color:#707070; background-color:#fff; text-decoration:none; padding:0 10px; box-sizing:border-box; }
header .a_mare .a_mbody a span{ width:20px; height:15px; float:left; margin:7px 5px 0 0;}
header .a_mare .a_mbody a:nth-child(1) span{ background-image:url(../images/icon_01.jpg);}
header .a_mare .a_mbody a:nth-child(2) span{ background-image:url(../images/icon_02.jpg);}
header .a_mare .a_mbody a:hover{ color:#222;}
header .a_color{ color:#000;}
header .a_color p,header .a_color .a_mhead{ border:1px solid #000;}
header .a_color .a_mhead .a_arrow{ border-top:6px solid #000;}
header .a_color .a_mbody{ margin:0px 0 0 0px; }



/**产品系列分类**/
.a_mare.a_width{ display:block; width:200px; float:left; margin:30px 0px 0 0px; height:40px; line-height:40px; font-size:14px; color:#222; position:inherit; display:none; }
.a_mare.a_width p{ width:100%; float:left; height:40px; line-height:40px; border:1px solid #222; padding:0 10px; box-sizing:border-box;}
.a_mare.a_width .a_mhead{ width:200px; cursor:pointer; position:relative; height:40px; line-height:40px; border:1px solid #dfdfdf; padding:0 10px;}
.a_mare.a_width .a_mhead .a_arrow{ display:inline;float:right;width:0;height:0; margin:16px 5px 0 5px; border-left:6px solid transparent; border-right:6px solid transparent; border-top:7px solid #707070;}
.a_mare.a_width .a_mbody{ display:none; border:1px solid #dfdfdf; width:200px; margin:-1px 0 0 0px; }
.a_mare.a_width .a_mbody a{ display:block; color:#707070; background-color:#fff; text-decoration:none; padding:0 10px; box-sizing:border-box; font-size:14px; }
.a_mare.a_width .a_mbody a:hover{ color:#222;}



/****尾部****/
footer{width:100%; background-color:#fff; float:left;}
footer::after{content:""; display:block; clear:both; visibility:hidden;}
footer .f_con{  margin:0 auto; padding:0 5%;}
footer .f_con{ max-width:1400px; margin:0 auto; padding:0 15px;}
footer .f_con .f_mod{ width:100%; float:left; margin:100px 0;}
footer .f_con .f_menu{ width:70%; float:left; display:block;}
footer .f_con .f_menu ul{ width:100%; display:block;}
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0px 0; display:inline-block; vertical-align:top;}
footer .f_con .f_menu ul li a{ width:100%; float:left; font-size:14px; color:#707070; text-align:left; margin-top:5px; padding:0 5px; box-sizing:border-box;}
footer .f_con .f_menu ul li a.a_a01{ color:#222; border-bottom:1px solid #222; font-size:16px; padding-bottom:10px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:15px;}
footer .f_con .f_menu ul li a.a_a01:hover{ text-decoration:none;}
footer .f_con .f_menu ul li a:hover{ text-decoration:underline; color:#000;}
footer .f_con .f_bar{ width:30%; float:left; display:none;}
footer .f_con .f_bar a{width:100%; float:left; font-size:16px; color:#222; text-align:left; margin-top:5px;}
footer .f_con .f_bar a:hover{ text-decoration:underline; color:#000;}
footer .f_con .f_way{ width:23%; float:right; }
footer .f_con .f_way .f_code{ width:230px;  float:left; font-size:16px; color:#222; border-bottom:1px solid #222; padding:0 5px; box-sizing:border-box; padding-bottom:10px; }
footer .f_con .f_way .f_icon{ width:100%; float:left; margin-top:25px; padding:0 5px; box-sizing:border-box;}
footer .f_con .f_way .f_icon a{ width:30px; height:30px; float:left; margin-right:15px;}
footer .f_con .f_way .f_icon a:nth-child(1){ background-image:url(../images/icon_06.png);}
footer .f_con .f_way .f_icon a:nth-child(2){ background-image:url(../images/icon_07.png);}
footer .f_con .f_way .f_icon a:nth-child(3){ background-image:url(../images/icon_08.png);}
footer .f_con .f_way .f_icon a:nth-child(4){ background-image:url(../images/icon_09.png);}
footer .f_copy .f_con{ padding:0;}
footer .f_copy{ width:100%; float:left; height:60px; background-color:#f4f4f4;}
footer .f_copy .f_copyL{ width:50%; float:left; height:25px; background-image:url(../images/f_logo.png); background-position:left center; margin:17px 0;}
footer .f_copy .f_copyR{ width:100%; float:left; text-align:center; height:60px; line-height:60px; color:#707070; font-size:12px;}

/*页码*/
.paginator{ margin:0px auto; box-sizing:border-box; -webkit-box-sizing:border-box; vertical-align:middle; font-size:12px; padding:0 10px 0 0;}
.paginator a{border:solid 1px #ccc;color:#b8b8b8;cursor:pointer;text-decoration:none; box-sizing:border-box;}
.paginator a:visited{ border:solid 1px #ddd; background-color:#fff; text-decoration:none;}
.paginator .cpb{border:1px solid #222;color:#fff;background-color:#222;}
.paginator a:hover{border:1px solid #222;color:#222;text-decoration:none;}
.paginator a,.paginator a:visited,.paginator .cpb,.paginator a:hover{float:left;height:30px;line-height:30px;min-width:30px;width:30px;margin:2px 5px 2px 0;text-align:center;white-space:nowrap;padding:0 2px; border-radius:3px; box-sizing:border-box;}

@media (max-width: 479px) {
/****头部****/
header{ padding:5px 0%; background-color:#fff;box-shadow:0 3px 3px rgba(165,165,165,0.2);}
.header{ width:100%; height:60px; }
.header .h_logo{ width:150px; height:30px; margin:10px 0; background-image:url(../images/f_logo.png); }
.header .h_menu{ width:100%; height:100%; float:right; margin:0px; padding:0 10px; box-sizing:border-box; right:0;}

#cssmenu{width:100%; height:100%;float:right;}
#cssmenu ul.h_sub{ width:70%; height:100%; background-color:#fff; display:none; position:fixed; top:50px; right:0; padding:0 2%; box-sizing:border-box; -webkit-transition-property:width,height,-webkit-transform; -o-transition-property:width,height,-o-transform; -moz-transition-property:width,height,-moz-transform;transition-property:width,height,transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li{width:100%;border-top:1px solid rgba(0, 0, 0, 0.5);}
#cssmenu > ul > li.a_wbok{ display:block;}
#cssmenu ul li:first-child{ border-top:none;}
#cssmenu ul ul{ width:100%; padding:0 20px; box-sizing:border-box;}
#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;border-top:1px dashed rgba(0, 0, 0, 0.2); color:#333;}
#cssmenu ul li a{width:100%; height:45px; line-height:45px; text-align:left;}
#cssmenu ul ul li a{width:100%; color:#fff;}
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
#cssmenu ul ul li a{padding:0px;font-size:13px;color:#333;background:none; text-align:left;}
#cssmenu > ul > li > a{ padding:0; color:#000;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after{display:none;}
#cssmenu > ul > li.has-sub > a{ padding-right:0;}
#menu-line{display:none;}
#cssmenu #menu-button{display:block; height:auto; color:#000; cursor:pointer; font-size:14px; text-transform:uppercase;}
#cssmenu #menu-button::after{content:''; position:absolute; top:16px; right:5%; display:block; width:30px; height:2px; background-color:#000;}
#cssmenu #menu-button::before{content:''; position:absolute; top:24px; right:5%; display:block; width:30px; height:6px; border-top:2px solid #000;border-bottom:2px solid #000;}
#cssmenu #menu-button.menu-opened:after{content:''; position:absolute; top:20px; right:5%; display:block; width:30px; height:2px; background-color:#000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);-webkit-transition-property:background-color, -webkit-transform; -o-transition-property:background-color, -o-transform; transition-property:background-color, transform; -moz-transition-property:background-color, -moz-transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu #menu-button.menu-opened:before{content: ''; position:absolute; top:20px; right:5%; display:block; width:30px; height:2px; border-top:2px solid #000; border-bottom:2px solid #000; border:none; background-color:#000; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-property:background-color, -webkit-transform; -o-transition-property:background-color, -o-transform; transition-property:background-color, transform; -moz-transition-property:background-color, -moz-transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu .submenu-button{position:absolute; z-index:10; right:0; top:0; display:block; height:45px; width:100%; cursor:pointer; margin:0; }
#cssmenu .submenu-button::after{content:''; position:absolute; top:18px; right:26px; width:8px; height:8px; border-bottom:1px solid #000; border-right:1px solid #000; z-index:99; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition:border-color 0.2s ease; -moz-transition:border-color 0.2s ease; -ms-transition:border-color 0.2s ease; -o-transition: border-color 0.2s ease; transition:border-color 0.2s ease;}
#cssmenu .submenu-button::before{content:''; position:absolute; right:26px; top:23px; width:8px; height:8px; border-top:1px solid #000; border-left:1px solid #000; z-index:99; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition:border-color 0.2s ease; -moz-transition:border-color 0.2s ease; -ms-transition:border-color 0.2s ease; -o-transition:border-color 0.2s ease; transition:border-color 0.2s ease;}
#cssmenu .submenu-button.submenu-opened:after{display:none;}
#cssmenu .submenu-button.submenu-opened:before{display:block;}
#cssmenu .submenu-button:before{display:none;}


/***中英文***/
header .a_mare{ width:70px; margin:30px; display:none; }
.a_mare.a_width{ display:block;}

/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ margin:30px 0;}
footer .f_con .f_menu{ width:100%; }
footer .f_con .f_menu ul li{ width:100%; margin:10px 0px 0 0; }
footer .f_con .f_menu ul li a{ width:33.333333%; margin-top:10px; font-size:13px; }
footer .f_con .f_menu ul li a.a_a01{ width:100%; font-size:16px; margin-top:20px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:10px;}
footer .f_con .f_way{ width:100%; float:left; }
footer .f_con .f_way .f_code{ width:100%; font-size:16px; margin-top:30px; }
footer .f_con .f_way .f_icon{ margin-top:15px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:50px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:50px; line-height:50px;  }

/*页码*/
.paginator{ line-height:20px;}
.paginator a,.paginator a:visited,.paginator .cpb,.paginator a:hover{height:20px;line-height:20px;min-width:20px;width:auto;margin:2px 5px 2px 0; padding:0 2px;}
.paginator a:first-child{ width:auto;}
.paginator a:last-child{ width:auto;}


}

@media (min-width: 480px) and (max-width: 639px) {
/****头部****/
header{ padding:5px 0%; background-color:#fff;box-shadow:0 3px 3px rgba(165,165,165,0.2);}
.header{ width:100%; height:60px; }
.header .h_logo{ width:150px; height:30px; margin:10px 0; background-image:url(../images/f_logo.png); }
.header .h_menu{ width:100%; height:100%; float:right; margin:0px; padding:0 10px; box-sizing:border-box; right:0;}

#cssmenu{width:100%; height:100%;float:right;}
#cssmenu ul.h_sub{ width:70%; height:100%; background-color:#fff; display:none; position:fixed; top:50px; right:0; padding:0 2%; box-sizing:border-box; -webkit-transition-property:width,height,-webkit-transform; -o-transition-property:width,height,-o-transform; -moz-transition-property:width,height,-moz-transform;transition-property:width,height,transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li{width:100%;border-top:1px solid rgba(0, 0, 0, 0.5);}
#cssmenu > ul > li.a_wbok{ display:block;}
#cssmenu ul li:first-child{ border-top:none;}
#cssmenu ul ul{ width:100%; padding:0 20px; box-sizing:border-box;}
#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;border-top:1px dashed rgba(0, 0, 0, 0.2); color:#333;}
#cssmenu ul li a{width:100%; height:45px; line-height:45px; text-align:left;}
#cssmenu ul ul li a{width:100%; color:#fff;}
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
#cssmenu ul ul li a{padding:0px;font-size:13px;color:#333;background:none; text-align:left;}
#cssmenu > ul > li > a{ padding:0; color:#000;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after{display:none;}
#cssmenu > ul > li.has-sub > a{ padding-right:0;}
#menu-line{display:none;}
#cssmenu #menu-button{display:block; height:auto; color:#000; cursor:pointer; font-size:14px; text-transform:uppercase;}
#cssmenu #menu-button::after{content:''; position:absolute; top:16px; right:5%; display:block; width:30px; height:2px; background-color:#000;}
#cssmenu #menu-button::before{content:''; position:absolute; top:24px; right:5%; display:block; width:30px; height:6px; border-top:2px solid #000;border-bottom:2px solid #000;}
#cssmenu #menu-button.menu-opened:after{content:''; position:absolute; top:20px; right:5%; display:block; width:30px; height:2px; background-color:#000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);-webkit-transition-property:background-color, -webkit-transform; -o-transition-property:background-color, -o-transform; transition-property:background-color, transform; -moz-transition-property:background-color, -moz-transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu #menu-button.menu-opened:before{content: ''; position:absolute; top:20px; right:5%; display:block; width:30px; height:2px; border-top:2px solid #000; border-bottom:2px solid #000; border:none; background-color:#000; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-property:background-color, -webkit-transform; -o-transition-property:background-color, -o-transform; transition-property:background-color, transform; -moz-transition-property:background-color, -moz-transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu .submenu-button{position:absolute; z-index:10; right:0; top:0; display:block; height:45px; width:100%; cursor:pointer; margin:0; }
#cssmenu .submenu-button::after{content:''; position:absolute; top:18px; right:26px; width:8px; height:8px; border-bottom:1px solid #000; border-right:1px solid #000; z-index:99; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition:border-color 0.2s ease; -moz-transition:border-color 0.2s ease; -ms-transition:border-color 0.2s ease; -o-transition: border-color 0.2s ease; transition:border-color 0.2s ease;}
#cssmenu .submenu-button::before{content:''; position:absolute; right:26px; top:23px; width:8px; height:8px; border-top:1px solid #000; border-left:1px solid #000; z-index:99; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition:border-color 0.2s ease; -moz-transition:border-color 0.2s ease; -ms-transition:border-color 0.2s ease; -o-transition:border-color 0.2s ease; transition:border-color 0.2s ease;}
#cssmenu .submenu-button.submenu-opened:after{display:none;}
#cssmenu .submenu-button.submenu-opened:before{display:block;}
#cssmenu .submenu-button:before{display:none;}


/***中英文***/
header .a_mare{ width:70px; margin:30px; display:none; }
header .a_mare .a_mbody{ width:100px;}
.a_mare.a_width{ display:block;}

/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ margin:30px 0;}
footer .f_con .f_menu{ width:100%; }
footer .f_con .f_menu ul li{ width:100%; margin:10px 0px 0 0; }
footer .f_con .f_menu ul li a{ width:33.333333%; margin-top:10px; }
footer .f_con .f_menu ul li a.a_a01{ width:100%; font-size:16px; margin-top:20px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:10px;}
footer .f_con .f_way{ width:100%; float:left; }
footer .f_con .f_way .f_code{ width:100%; font-size:16px; margin-top:30px; }
footer .f_con .f_way .f_icon{ margin-top:15px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:50px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:50px; line-height:50px;  }


/*页码*/
.paginator{ line-height:20px;}
.paginator a,.paginator a:visited,.paginator .cpb,.paginator a:hover{height:20px;line-height:20px;min-width:20px;width:auto;margin:2px 5px 2px 0; padding:0 2px;}
.paginator a:first-child{ width:auto;}
.paginator a:last-child{ width:auto;}

}


@media (min-width: 640px) and (max-width:1023px ) {
/****头部****/
header{ padding:10px 0%; background-color:#fff;box-shadow:0 3px 3px rgba(165,165,165,0.2); }
.header{ height:70px;}
.header .h_logo{ width:150px; height:30px; margin:10px 0; background-image:url(../images/f_logo.png); }
.header .h_menu{ width:100%; height:100%; float:right; margin:0px; padding:0 10px; box-sizing:border-box; right:0;}

#cssmenu{width:100%; height:100%;float:right;}
#cssmenu ul.h_sub{ width:50%; height:100%; background-color:#fff; display:none; position:fixed; top:70px; right:0; padding:0 2%; box-sizing:border-box; -webkit-transition-property:width,height,-webkit-transform; -o-transition-property:width,height,-o-transform; -moz-transition-property:width,height,-moz-transform;transition-property:width,height,transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu.align-center > ul,#cssmenu.align-right ul ul{text-align:left;}
#cssmenu ul li{width:100%;border-top:1px solid rgba(0, 0, 0, 0.5);}
#cssmenu > ul > li.a_wbok{ display:block;}
#cssmenu ul li:first-child{ border-top:none;}
#cssmenu ul ul{ width:100%; padding:0 20px; box-sizing:border-box;}
#cssmenu ul ul li,#cssmenu ul li:hover > ul > li{width:100%;height:auto;border-top:1px dashed rgba(0, 0, 0, 0.2); color:#333;}
#cssmenu ul li a{width:100%; height:45px; line-height:45px; text-align:left;}
#cssmenu ul ul li a{width:100%; color:#fff;}
#cssmenu > ul > li,#cssmenu.align-center > ul > li,#cssmenu.align-right > ul > li{float:none;display:block;}
#cssmenu ul ul li a{padding:0px;font-size:13px;color:#333;background:none; text-align:left;}
#cssmenu > ul > li > a{ padding:0; color:#000;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#000;}
#cssmenu ul ul ul li a{padding-left:40px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
#cssmenu > ul > li.has-sub > a::after,#cssmenu ul ul li.has-sub > a::after{display:none;}
#cssmenu > ul > li.has-sub > a{ padding-right:0;}
#menu-line{display:none;}
#cssmenu #menu-button{display:block; height:auto; color:#000; cursor:pointer; font-size:14px; text-transform:uppercase;}
#cssmenu #menu-button::after{content:''; position:absolute; top:16px; right:5%; display:block; width:30px; height:2px; background-color:#000;}
#cssmenu #menu-button::before{content:''; position:absolute; top:24px; right:5%; display:block; width:30px; height:6px; border-top:2px solid #000;border-bottom:2px solid #000;}
#cssmenu #menu-button.menu-opened:after{content:''; position:absolute; top:20px; right:5%; display:block; width:30px; height:2px; background-color:#000;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);-webkit-transition-property:background-color, -webkit-transform; -o-transition-property:background-color, -o-transform; transition-property:background-color, transform; -moz-transition-property:background-color, -moz-transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu #menu-button.menu-opened:before{content: ''; position:absolute; top:20px; right:5%; display:block; width:30px; height:2px; border-top:2px solid #000; border-bottom:2px solid #000; border:none; background-color:#000; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transition-property:background-color, -webkit-transform; -o-transition-property:background-color, -o-transform; transition-property:background-color, transform; -moz-transition-property:background-color, -moz-transform; -webkit-transition-duration:300ms; -o-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms;}
#cssmenu .submenu-button{position:absolute; z-index:10; right:0; top:0; display:block; height:45px; width:100%; cursor:pointer; margin:0; }
#cssmenu .submenu-button::after{content:''; position:absolute; top:18px; right:26px; width:8px; height:8px; border-bottom:1px solid #000; border-right:1px solid #000; z-index:99; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition:border-color 0.2s ease; -moz-transition:border-color 0.2s ease; -ms-transition:border-color 0.2s ease; -o-transition: border-color 0.2s ease; transition:border-color 0.2s ease;}
#cssmenu .submenu-button::before{content:''; position:absolute; right:26px; top:23px; width:8px; height:8px; border-top:1px solid #000; border-left:1px solid #000; z-index:99; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition:border-color 0.2s ease; -moz-transition:border-color 0.2s ease; -ms-transition:border-color 0.2s ease; -o-transition:border-color 0.2s ease; transition:border-color 0.2s ease;}
#cssmenu .submenu-button.submenu-opened:after{display:none;}
#cssmenu .submenu-button.submenu-opened:before{display:block;}
#cssmenu .submenu-button:before{display:none;}

/***中英文***/
header .a_mare{ width:70px; margin:30px; display:none; }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:70px;}
.a_mare.a_width{ display:block;}


/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ margin:60px 0;}
footer .f_con .f_menu{ width:60%; }
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0 0; }
footer .f_con .f_menu ul li a{ margin-top:20px; }
footer .f_con .f_menu ul li a.a_a01{ font-size:16px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:25px;}
footer .f_con .f_way{ width:30%; float:right; }
footer .f_con .f_way .f_code{ width:100%; font-size:16px; margin-top:20px; }
footer .f_con .f_way .f_icon{ margin-top:25px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:60px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:60px; line-height:60px;  }
}


@media (min-width: 1024px) and (max-width:1199px ) {
/****头部****/
header{ position:fixed; top:0; left:0; z-index:9999;}
header .h_con{ padding:0px 4%;}
header .h_logo{ width:150px; height:32px; margin:20px 0px;}
header .h_logos{ width:150px; height:32px;}

/**菜单**/
.header .h_menu{ width:75%; float:left; right:3%; top:10px;}
#cssmenu > ul > li > a{ height:30px; line-height:30px; padding:0 10px; font-size:12px;}
#cssmenu > ul > li.has-sub > a{}
#cssmenu > ul > li.has-sub > a::after{ top:22px; right:15px;}
#cssmenu ul ul li a{ width:100%; padding:10px; text-align:center; font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#cssmenu ul ul li.has-sub > a::after{top:13px;right:10px;}


/***中英文***/
header .a_mare{ width:100px; margin:0;  }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:100px;}
.a_mare.a_width{ display:none;}


/****尾部****/
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ margin:70px 0;}
footer .f_con .f_menu{ margin:50px 0; }
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0 0; }
footer .f_con .f_menu ul li a{ margin-top:20px; }
footer .f_con .f_menu ul li a.a_a01{ font-size:16px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:25px;}
footer .f_con .f_way{ width:23%; float:right; }
footer .f_con .f_way .f_code{ width:230px; font-size:16px; }
footer .f_con .f_way .f_icon{ margin-top:25px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:60px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:60px; line-height:60px;  }

}


@media (min-width: 1200px) and (max-width:1439px ){

/****头部****/
header{ position:fixed; top:0; left:0; z-index:9999;}
header .h_logo{ width:150px; height:32px; margin:20px 0px;}
header .h_logos{ width:150px; height:32px;}

/**菜单**/
.header .h_menu{ width:73%; float:left; right:3%; top:20px;}
#cssmenu > ul > li > a{ height:30px; line-height:30px; padding:0 12px;font-size:13px;}
#cssmenu > ul > li.has-sub > a{}
#cssmenu > ul > li.has-sub > a::after{ top:23px; right:12px;}
#cssmenu ul ul li a{ width:100%; padding:10px; text-align:center; font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#cssmenu ul ul li.has-sub > a::after{top:13px;right:10px;}


/***中英文***/
header .a_mare{ width:100px; margin:0; right:5%; }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:100px;}
.a_mare.a_width{ display:none;}



/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ margin:80px 0;}
footer .f_con .f_menu{ }
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0 0; }
footer .f_con .f_menu ul li a{ margin-top:20px; }
footer .f_con .f_menu ul li a.a_a01{ font-size:16px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:25px;}
footer .f_con .f_way{ width:23%; float:right; }
footer .f_con .f_way .f_code{ width:230px; font-size:16px; }
footer .f_con .f_way .f_icon{ margin-top:25px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:60px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:60px; line-height:60px;  }


}

@media (min-width: 1440px) and (max-width:1680px ){
/****头部****/
header{ position:fixed; top:0; left:0; z-index:9999;}
header .h_logo{ width:150px; height:32px; margin:20px 0px;}
header .h_logos{ width:150px; height:32px;}


/**菜单**/
.header .h_menu{ float:left; right:3%; top:20px;}
#cssmenu > ul > li > a{ height:30px; line-height:30px; padding:0 15px; font-size:13px;}
#cssmenu > ul > li.has-sub > a{}
#cssmenu > ul > li.has-sub > a::after{ top:22px; right:15px;}
#cssmenu ul ul li a{ width:100%; padding:10px; text-align:center; font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#cssmenu ul ul li.has-sub > a::after{top:13px;right:10px;}

/***中英文***/
header .a_mare{ width:100px; margin:0; right:5%; }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:100px;}
.a_mare.a_width{ display:none;}


/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ width:100%; float:left; margin:90px 0;}
footer .f_con .f_menu{  }
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0 0; }
footer .f_con .f_menu ul li a{ margin-top:20px; }
footer .f_con .f_menu ul li a.a_a01{ font-size:16px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:25px;}
footer .f_con .f_way{ width:23%; float:right; }
footer .f_con .f_way .f_code{ width:230px; font-size:16px; }
footer .f_con .f_way .f_icon{ margin-top:25px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:60px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:60px; line-height:60px;  }

}	
	
@media (min-width: 1681px) and (max-width:1920px ){
/****头部****/
header{ position:fixed; top:0; left:0; z-index:9999;}
header .h_logo{ width:150px; height:32px; margin:20px 0px;}
header .h_logos{ width:150px; height:32px;}
/**菜单**/
header .h_menu{ float:left; right:3%; top:20px;}
#cssmenu > ul > li > a{ height:30px; line-height:30px; padding:0 15px;font-size:13px;}
#cssmenu > ul > li.has-sub > a{}
#cssmenu > ul > li.has-sub > a::after{ top:23px; right:12px;}
#cssmenu ul ul li a{ width:100%; padding:10px; text-align:center; font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#cssmenu ul ul li.has-sub > a::after{top:13px;right:10px;}


/***中英文***/
header .a_mare{ width:100px; margin:0; right:5%; }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:100px;}
.a_mare.a_width{ display:none;}


/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ width:100%; float:left; margin:100px 0;}
footer .f_con .f_menu{  }
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0 0; }
footer .f_con .f_menu ul li a{ margin-top:20px; }
footer .f_con .f_menu ul li a.a_a01{ font-size:16px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:25px;}
footer .f_con .f_way{ width:23%; float:right; }
footer .f_con .f_way .f_code{ width:230px; font-size:16px; }
footer .f_con .f_way .f_icon{ margin-top:25px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:60px; }
footer .f_copy .f_copyR{ width:100%; text-align:center; height:60px; line-height:60px;  }


}

@media (min-width: 1921px) and (max-width:2440px ){
header .h_con{ width:1920px; margin:0 auto; padding:0 5%;}
/***中英文***/
header .a_mare{ width:120px; margin:0; right:5%; }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:120px;}
.a_mare.a_width{ display:none;}	

footer .f_con{ width:1920px;}
}

@media (min-width: 2441px) and (max-width:2880px ){
header .h_con{ width:1920px; margin:0 auto; padding:0 5%;}
/***中英文***/
header .a_mare{ width:150px; margin:25px 0; right:5%; }
header .a_mare .a_mhead,header .a_mare .a_mbody{ width:150px;}
.a_mare.a_width{ display:none;}	

/****尾部****/
footer{width:100%;}
footer .f_con{ padding:0 5%;}
footer .f_con .f_mod{ width:100%; float:left; margin:100px 0;}
footer .f_con .f_menu{  }
footer .f_con .f_menu ul li{ width:120px; margin:0 80px 0 0; }
footer .f_con .f_menu ul li a{ margin-top:20px; }
footer .f_con .f_menu ul li a.a_a01{ font-size:16px;}
footer .f_con .f_menu ul li a.a_a02{ margin-top:25px;}
footer .f_con .f_way{ width:23%; float:right; }
footer .f_con .f_way .f_code{ width:230px; font-size:16px;  }
footer .f_con .f_way .f_icon{ margin-top:25px; }
footer .f_con .f_way .f_icon a{ width:30px; height:30px; margin-right:15px;}
footer .f_copy{ height:60px; }
footer .f_copy .f_copyL{ width:50%; height:25px; background-position:left center; margin:17px 0;}
footer .f_copy .f_copyR{ width:100%; text-align:center; height:60px; line-height:60px;  }

footer .f_con{ max-width:1920px;}





}