﻿@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{ float:right; padding:8px 0; margin:20px 0;}
header .h_menu li{ font-size:13px; color:#fff; padding:0 5px; float:left; text-transform:uppercase; font-weight:bold; }
header .h_menu li.active a{}
header .h_menu li a{ color:#fff; height:28px; line-height:30px; padding:0 10px; border-radius:0px; display:block; border:1px solid transparent; -webkit-transition:-webkit-border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s; transition:-webkit-border-color ease-in-out .3s,-webkit-box-shadow ease-in-out .3s; transition:border ease-in-out .3s,box-shadow ease-in-out .3s; transition:border-color ease-in-out .3s,-webkit-border-color ease-in-out .3s,box-shadow ease-in-out .3s,-webkit-box-shadow ease-in-out .3s}
header .h_menu li:hover a{ -webkit-border-color:#fff; border-color:#fff; text-decoration:none;/*-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 .h_menu li span{ width:20px; height:15px; float:left; margin:12px 5px 0 0;}
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);}
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:26px 0px; height:30px; line-height:30px; font-size:12px; color:#fff;}
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) {
	
/**导航菜单图标**/
.nav_trigger{ display:block; position:absolute; width:30px; height:25px; right:5%; top:17px; z-index:200;}
.nav-active .nav_trigger{ opacity:1;}
.inner-nav{ position:absolute; z-index:999; opacity:0;}
.nav_icon{ display:inline-block; position:relative; width:30px; height:2px; background-color:#000;}
.nav_icon:before,.nav_icon:after{ content:''; display:block; width:30px; height:2px; position:absolute; background-color:#000;  transition-property:margin, transform; -webkit-transition-property:margin, -webkit-transform; -moz-transition-property:margin, -moz-transform; -o-transition-property:margin, -o-transform; transition-property:margin, transform; -webkit-transition-property:margin, -webkit-transform; -moz-transition-property:margin, -moz-transform; -o-transition-property:margin, -o-transform; transition-duration:300ms; -webkit-transition-duration:300ms; -moz-transition-duration:300ms; -o-transition-duration:300ms;}
.nav_icon:before{ margin-top:-10px;}
.nav_icon:after{ margin-top:10px;}
.nav-active .inner-nav{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0);}
.nav-active .nav_icon{ background:rgba(0, 0, 0, 0);}
.nav-active .nav_icon:before{ margin-top:0; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg);}
.nav-active .nav_icon:after{ margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);}
/****头部****/
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%; background:#fff; float:right; margin:0px; padding:0 10px; box-sizing:border-box; right:0;}
.header .h_menu li{text-align:left; padding:0px; width:100%; font-size:12px; color:#000; float:left; line-height:55px; box-sizing:border-box; border-bottom:1px solid #000; }
.header .h_menu li:hover{ color:#000; }
.header .h_menu li:hover a{ -webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,0); box-shadow:0 4px 12px 0 rgba(0,0,0,0); border:none;}
.header .inner-nav .h_menu li a{ color:#000; height:40px; line-height:40px; }
.header .inner-nav .h_menu li:hover{ color:#000; }
.header .inner-nav{ width:0; height:0; background-color:#fff; -webkit-transition-property:background-color, -webkit-transform; transition-property:background-color, -webkit-transform; transition-property:background-color, transform; transition-property:background-color, transform, -webkit-transform; transition:all 0.5s ease ; -moz-transition:all 0.5s ease; /* Firefox */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
header .h_color li:hover a{ border:none;}
.inner-nav{ opacity:1; right:0; top:60px; position:fixed; overflow:hidden;}
.nav-active .inner-nav{ width:65%; height:100%; display:block; opacity:1; transition:all 0.5s ease ; -moz-transition:all 0.5s ease; /* Firefox */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */ }

/***中英文***/
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) {
/**导航菜单图标**/
.nav_trigger{ display:block; position:absolute; width:30px; height:25px; right:5%; top:20px; z-index:200;}
.nav-active .nav_trigger{ opacity:1;}
.inner-nav{ position:absolute; z-index:999; opacity:0;}
.nav_icon{ display:inline-block; position:relative; width:30px; height:2px; background-color:#000;}
.nav_icon:before,.nav_icon:after{ content:''; display:block; width:30px; height:2px; position:absolute; background-color:#000;  transition-property:margin, transform; -webkit-transition-property:margin, -webkit-transform; -moz-transition-property:margin, -moz-transform; -o-transition-property:margin, -o-transform; transition-property:margin, transform; -webkit-transition-property:margin, -webkit-transform; -moz-transition-property:margin, -moz-transform; -o-transition-property:margin, -o-transform; transition-duration:300ms; -webkit-transition-duration:300ms; -moz-transition-duration:300ms; -o-transition-duration:300ms;}
.nav_icon:before{ margin-top:-10px;}
.nav_icon:after{ margin-top:10px;}
.nav-active .inner-nav{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0);}
.nav-active .nav_icon{ background:rgba(0, 0, 0, 0);}
.nav-active .nav_icon:before{ margin-top:0; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg);}
.nav-active .nav_icon:after{ margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);}
/****头部****/
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;}
.header .h_menu li{text-align:center; padding:0 20px; width:100%; font-size:14px; color:#000; float:left; box-sizing:border-box; border-bottom:1px solid #000; }
.header .h_menu li:hover{ color:#000; background:#fff;}
.header .h_menu li:hover a{ -webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,0); box-shadow: 0 4px 12px 0 rgba(0,0,0,0);}
.header .inner-nav .h_menu li a{ color:#222; height:40px; line-height:40px; border:none;}
.header .inner-nav .h_menu li:hover{ color:#222; }
.header .inner-nav{ width:0; height:0; background-color:#fff; -webkit-transition-property:background-color, -webkit-transform; transition-property:background-color, -webkit-transform; transition-property:background-color, transform; transition-property:background-color, transform, -webkit-transform; transition:all 0.5s ease ; -moz-transition:all 0.5s ease; /* Firefox */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
header .h_color li:hover a{ border:none;}
.inner-nav{ opacity:1; right:0; top:61px; position:fixed; overflow:hidden;}
.nav-active .inner-nav{ width:65%; height:100%; display:block; opacity:1; transition:all 0.5s ease ;-moz-transition:all 0.5s ease; /* Firefox */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */ }

/***中英文***/
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 ) {
/**导航菜单图标**/
.nav_trigger{ display:block; position:absolute; width:30px; height:25px; right:5%; top:20px; z-index:200;}
.nav-active .nav_trigger{ opacity:1;}
.inner-nav{ position:absolute; z-index:999; opacity:0;}
.nav_icon{ display:inline-block; position:relative; width:30px; height:2px; background-color:#000;}
.nav_icon:before,.nav_icon:after{ content:''; display:block; width:30px; height:2px; position:absolute; background-color:#000; transition-property:margin, transform; -webkit-transition-property:margin, -webkit-transform; -moz-transition-property:margin, -moz-transform; -o-transition-property:margin, -o-transform; transition-property:margin, transform; -webkit-transition-property:margin, -webkit-transform; -moz-transition-property:margin, -moz-transform; -o-transition-property:margin, -o-transform; transition-duration:300ms; -webkit-transition-duration:300ms; -moz-transition-duration:300ms; -o-transition-duration:300ms;}
.nav_icon:before{ margin-top:-10px;}
.nav_icon:after{ margin-top:10px;}
.nav-active .inner-nav{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -o-transform:translateX(0);}
.nav-active .nav_icon{ background:rgba(0, 0, 0, 0);}
.nav-active .nav_icon:before{ margin-top:0; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg);}
.nav-active .nav_icon:after{ margin-top:0; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg);}
/****头部****/
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;}
.header .h_menu li{text-align:left; padding:0 20px; width:100%; font-size:14px; color:#000; float:left; line-height:55px; box-sizing:border-box; border-bottom:1px solid #000; }
.header .h_menu li:hover{ color:#000;}
.header .h_menu li:hover a{ -webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,0); box-shadow: 0 4px 12px 0 rgba(0,0,0,0); border:none;}
.header .inner-nav .h_menu li a{ color:#000; height:40px; line-height:40px; }
.header .inner-nav .h_menu li:hover{ color:#000; }
.header .inner-nav{ width:0; height:0; background-color:#fff; -webkit-transition-property:background-color, -webkit-transform; transition-property:background-color, -webkit-transform; transition-property:background-color, transform; transition-property:background-color, transform, -webkit-transform; transition:all 0.5s ease ; -moz-transition:all 0.5s ease; /* Firefox */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
header .h_color li:hover a{ border:none;}
.inner-nav{ opacity:1; right:0; top:71px; position:fixed; overflow:hidden;}
.nav-active .inner-nav{ width:50%; height:100%; display:block; opacity:1; transition:all 0.5s ease ;-moz-transition:all 0.5s ease; /* Firefox */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */ }

/***中英文***/
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_menu{ float:right; padding:10px 0; margin:10px 20px;}
header .h_menu li{ font-size:12px; padding:0 3px;  }
header .h_menu li a{ height:28px; line-height:30px; padding:0 5px; }
header .h_logos{ width:150px; height:32px;}

/***中英文***/
header .a_mare{ width:100px; margin:20px 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_menu{ float:right; padding:10px 0; margin:10px 20px;}
header .h_menu li{ font-size:13px; padding:0 5px;  }
header .h_menu li a{ height:28px; line-height:30px; padding:0 10px; }
header .h_logos{ width:150px; height:32px;}



/***中英文***/
header .a_mare{ width:100px; margin:20px 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_menu{ float:right; padding:10px 0; margin:10px 20px;}
header .h_menu li{ font-size:13px; padding:0 5px;  }
header .h_menu li a{ height:28px; line-height:30px; padding:0 10px; }
header .h_logos{ width:150px; height:32px;}



/***中英文***/
header .a_mare{ width:100px; margin:20px 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_menu{ float:right; padding:10px 0; margin:10px 20px;}
header .h_menu li{ font-size:13px; padding:0 5px;  }
header .h_menu li a{ height:28px; line-height:30px; padding:0 10px; }
header .h_logos{ width:150px; height:32px;}



/***中英文***/
header .a_mare{ width:100px; margin:20px 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:25px 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;}





}