* {
    box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    font-family: 'MicrosoftYaHei';
    padding: 0;
    margin: 0;
    min-width: 1200px;
	line-height:1.8;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, pre, form,input,select,textarea,button, fieldset, table, th, td, span,form,p,a,img,object,embed  { padding:0px; margin:0px; list-style:none; }
header,hgroup,nav,menu,main,section,article,summary,details,aside,figure,figcaption {display: block;margin:0;padding:0}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}
small {
    font-size: 12px;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
	color:#535353;
}
a:hover {
    text-decoration: underline;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
legend {
    color: #000;
}
fieldset,
img {
    border: 0; max-width:100%;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear { clear:both; }

.wrapper { margin:0px auto; width:83.33333333%; }

header {
    width: 100%;
    padding-left: 60px;
    height: 100px;
    font-size: 0;
    position: relative;
}
header .logo {
    line-height: 100px;
    float: left;
}
header .logo img {
    vertical-align: middle;
	height:90px;
}
header .nav-toolbar {
	float:right;
    display: inline-block;
    padding-right: 15%;
}
header .nav-list {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0;
    letter-spacing: 0;
}
header .nav-list a.active {
    color: #00469a;
}
header .nav-list>li {
    float: left;
    margin-left: 40px;
    position: relative;
}
header .head-category-child {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 170px;
    margin-left: -78px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: none;
    overflow: hidden;
}
header .border-top {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #00469a;
    /*margin-left: -15px;*/
    padding: 0;
    z-index: 0;
    transition: top 300ms;
}
header .head-category-child>li {
    line-height: 50px;
    position: relative;
}
header .head-category-child>li:hover>a {
    color: #fff !important;
    /*background-color: #00469a;*/
}
header .head-category-child>li>a {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #1f1c1c;
    text-decoration: none;
    width: 100%;
    vertical-align: middle;
    transition: color 300ms;
}
header .nav-list>li>a {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 100px;
    letter-spacing: 0;
    color: #1f1c1c;
    text-decoration: none;
    text-align: center;
}
header .nav-list>li:hover>a {
    color: #00469a;
}
header .btns {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}
header .btns>a {
    float: left;
    width: 100px;
    height: 100px;
    font-size: 0;
}
#menuBtn {
    float: left;
    width: 100px;
    height: 100px;
    font-size: 0;
}
 
header .btns .menu-btn {
    background-color: #00469a;
}


header .btns .language-btn {
	text-align:center;
	float: left;
	width: 100px;
	padding-top: 34px;
	height: 100px;
	font-size: 15px;
	background: linear-gradient(135deg, rgb(0, 70, 154), rgb(64, 184, 250));
	background: #00469a;
	color:#fff;
}
header .btns .language-btn a { display:block; color:#9fb2c1 }
header .btns .language-btn a.on { text-decoration:underline; }




header .search-input {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    margin: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 300px;
    text-align: center;
    font-size: 0;
}
header .search-input>a {
    vertical-align: middle;
    cursor: pointer;
    /*float: left;*/
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #00469a;

    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 50%;
    text-decoration: none;
}
header .search-input select { display:none }
header .search-input>input {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 16px;
    vertical-align: middle;
    padding: 0 5px;
    outline: none;
}
header .search-input>button {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #00469a;
    color: #fff;
    border: 0;
    font-size: 16px;
}
.hide {
    display: none !important;
}
header .menu-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.3);
}
header .menu-list>li {
    width: 150px;
    text-align: right;
    padding-right: 50px;
}
header .menu-list>li a {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
header .menu-list>li a:hover {
    color: #00469a;
}


footer { background:#00469a; color:#eee }
footer a { color:#eee }
footer .about-info {
    width: 100%;
	padding:4% 0;
 
}
footer .about-info>div {
    min-height: 200px;
    overflow: hidden;
}
footer .container {
    width: 83.33333333%;
    margin: 0 auto;
}


footer .info-card {
    float: left;
	width:40%;
}
footer .info-card p { font-size: 15px; margin-bottom:8px; }
footer .info-card-con {
    float: right; width:66%;
}
footer .info-card i.icon {
    display: inline-block;
    background-size: 18px auto;
	background-position:center;
	background-repeat:no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
footer .info-logo { clear:both }
footer .info-logo img { height:80px; margin-bottom:20px; }

footer .info-card span {
    vertical-align: middle;
}
footer .contact-phone>i {
    background-image: url('../images/phone.png');
}
footer .contact-fax>i {
    background-image: url('../images/fax.png');
}
footer .contact-email>i {
    background-image: url('../images/email.png');
}
footer .contact-address>i {
    background-image: url('../images/address.png');
}
footer .info-list {
    float: right;
}
footer .info-list-items {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 80px;
}
@media screen and (max-width: 1600px) {
footer .info-list-items {
    margin-left: 60px;
}
}
@media screen and (max-width: 1480px) {
footer .info-list-items {
    margin-left: 20px;
}
}

footer .info-list-items>li {
    margin-bottom: 10px;
}
footer .info-list-items a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ddd;
    text-decoration: none;
}
footer .info-list-item-title>a {
    font-size: 18px;
    margin-bottom: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
}
footer .follow-us {
    float: left;
	width:30%;
    list-style: none;
    margin: 0;
    padding: 0;
 
}
footer .follow-us a {
    text-decoration: none;
	margin:0 3px;
}
footer .follow-us>li:nth-child(2)>a {
    font-size: 0;
    margin-right: 5px;
}
footer .follow-qrcode {
    margin-bottom: 15px;
}
footer .follow-qrcode img { width:150px; }
footer .friendship-links {
	padding:20px 0;
    width: 83.33333333%;
    line-height: 2;
    margin: 0 auto;
    border-top: 1px solid #2c67ae;
}
footer .friendship-links>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
footer .friendship-links>ul>li {
    letter-spacing: 0;
    display: inline-block;
	margin:0px 3px;
    font-size: 0;
}
footer .friendship-links>ul>li>span {
    font-size: 14px;
    color: #fff;
}
footer .friendship-links>ul>li:not(:last-child)::after {
    content: '|';
    font-size: 10px;
    color: #ddd;
    position: relative;
    left: 1px;
	top:-1px;
}
footer .friendship-links>ul>li:first-child::after {
    font-size: 0;
}
footer .friendship-links>ul a {
    text-decoration: none;
    color: #eee;
    font-size: 14px;
}
footer .friendship-links>p {
    float: right;
    margin: 0;
}
footer .friendship-links span a {
	display:none;
}
.txt-center {
    text-align: center;
}
.static-banner {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 62px;
}
#static-banner { padding-bottom:0 }
.static-banner>img {
    width: 100%;
    height: auto;
 
	line-height:1;
}
.static-banner p {
    position: absolute;
    padding-left: 240px;
    width: 100%;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6;
    color: #fff;
    top: 35%;
    margin: 0;
	text-transform:uppercase;
}
.static-banner h1 {
    position: absolute;
    padding-left: 240px;
    width: 100%;
    top: 45%;
    margin: 0;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.4;
    color: #fff;
	text-transform:capitalize;
    /*margin: 0 auto;*/
}
.banner-toolbar {
    position: absolute;
    left: 0;
    bottom:0px;
    width: 100%;
    height: 62px;
    z-index: 999;
    background-color: #e5e5e5;
    transition: all 300ms;
}
.fixed-position {
    height: 62px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.banner-toolbar .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 62px;
    background: #fff;
    z-index: 0;
    transition: left 300ms;
}
.banner-toolbar>ul {
    overflow: hidden;
    margin: 0 240px;
    padding: 0;
    position: relative;
}
.banner-toolbar>ul>li {
    float: left;
    position: relative;
}
.banner-toolbar>ul>li a {
    display: block;
    text-align: center;
    width: 120px;
    line-height: 62px;
    height: 62px;
    font-size: 16px;
    color: #555;
    text-decoration: none;
}

.banner-toolbar>ul>li.current

{
    background-color: #fff;
}

.banner-toolbar>ul>li a:hover

{
    background-color: #fff;
}


#banner-toolbar>ul>li a { width: auto; padding:0px 25px }
.banner-toolbar a.active {
    background-color: #fff;
}
.page-card {
    width: 100%;
}
.page-card-container {
    margin: 0 240px;
    overflow: hidden;
}
.card-title {
    margin-top:80px;
    margin-bottom: 50px;
}
.card-title>h2 {
    margin: 0;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000000;
}
.card-title>p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    color: #888;
	text-transform: uppercase;
}
.card-lists {
    /*width: 100%;*/
    overflow: hidden;
}
a.link {
    display: block;
    text-decoration: none;
}
a.link:hover {
    text-decoration: none;
}
.product-card {
    background: #f2f2f4;
}
.product-card>div>div>h2 {
    font-size: 36px;
    color: #000;
}
.product-card>div>div>p {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
.product-items {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-items>li {
    float: left;
    width: 24%;
    background-color: #fff;
    margin-right: 1%;
    margin-bottom: 1%;
    overflow: hidden;
}
.product-items>li>a {
    text-decoration: none;
}
.product-items>li p { text-align:center; padding:8px 5px; background:#00469a; color:#fff }
.product-items>li:hover p { background: linear-gradient(135deg, rgb(0, 70, 154), rgb(64, 184, 250));}
.product-items>li>a>div {
    width: 100%;
	padding-bottom:70%;
    position: relative;
    overflow: hidden;
}
.product-items>li>a>div>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-items>li .img { position: relative; display:block; overflow:hidden; width: 100%; height: 0; padding-bottom:70%; }
.product-items>li .img span{ display: block; position: absolute; width: 100%; height: 100%;  background-position: center; background-repeat: no-repeat; background-size: cover;webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.zoom img:hover,.zoom span:hover {webkit-transform: scale(1.06);-moz-transform: scale(1.06); -o-transform: scale(1.06);transform: scale(1.06); -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}

.product-items>li> p {
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
	padding:0px;
    border-top: 1px solid #f0f0f0;
}
.crumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
	    color: #707070;
}
.crumbs>li {
    float: left;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    font-size: 14px;
}
.crumbs a {
    text-decoration: none;
    font-size: 14px;
    color: #666;
}
.crumbs>li>span {
    margin: 0 5px;
    color: #666;
}
.relative {
    position: relative;
}
.color-ff {
    color: #fff !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.background {
    width: 100%;
    height: auto;
	min-height:350px;
    position: relative;
	background:#eee;
}
.background>img {
    width: 100%;
    height: auto;
}
.background .wrap {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 1;
}
.background>div>p {
    margin-top: 55%;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1f1c1c;
	text-transform:uppercase;
}
.background>div>h1 {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1f1c1c;
    margin-top: 20px;
}
.icon {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
}
.search {
    background-image: url('../images/search.png');
	background-size: auto;
}
.menu {
    background-image: url('../images/menu.png');
}
.wechat {
    background-image: url('../images/wechat.png');
    display: inline-block;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.qq {
    background-image: url('../images/qq.png');
    display: inline-block;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.weibo {
    background-image: url('../images/weibo.png');
    display: inline-block;
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.play-circle {
    display: inline-block;
    width: 107px;
    height: 106px;
    background-size: 100%;
    background-image: url('../images/play.png');
}
.inline-block {
    display: inline-block;
}
.play {
    width: 107px;
    height: 106px;
    background-size: 100%;
    background-image: url('../images/play.png');
}


.arrow-left {
    background-size: 100%;
    background-image: url('../images/direction-left.png');
}
.arrow-right {
    background-size: 100%;
    background-image: url('../images/direction-right.png');
}
@media screen and (max-width: 1800px) {
    header .nav-toolbar {
        padding-left: 60px;
    }
}
@media screen and (max-width: 1600px) {
    header .nav-toolbar {
        padding-left: 30px;
    }
}
a.flaunt:hover {
 
}
.cursor-txt {
    cursor: default;
}
.load-more {
    width: 100%;
    line-height: 80px;
    text-align: center;
    color: #ccc;
}
.load-more>a {
    font-size: 16px;
    color: #4d4d4d;
    text-decoration: none;
    border: 0;
    color: #4d4d4d;
    outline: none;
    transition: all 300ms;
}
.load-more>a:hover {
    color: #ef0e0c;
}
.data-item {
    display: none;
}


@media (max-width: 1680px) {
    /*.category-body {*/
    /*padding-left: 210px;*/
    /*}*/
    .page-card-container,
    .banner-toolbar>ul {
        margin: 0 210px;
    }
 
}
/*0.25*/
@media (max-width: 1500px) {
    /*.category-body {*/
    /*padding-left: 180px;*/
    /*}*/
    .page-card-container,
    .banner-toolbar>ul {
        margin: 0 180px;
    }
 
    header .nav-list>li {
        float: left;
        margin-left: 30px;
        position: relative;
    }
}
/*>=1280的设备*/
/*0.289*/
@media (max-width: 1366px) {
    /*.category-body {*/
    /*padding-left: 100px;*/
    /*}*/
    .page-card-container,
    .banner-toolbar>ul {
        margin: 0 100px;
    }
 
    header .nav-list>li {
        float: left;
        margin-left: 20px;
        position: relative;
    }
header .logo img {
    vertical-align: middle;
	height:80px;
}
	header .nav-list>li>a { font-size:15px; }
}
/*>=1100的设备*/
@media (max-width: 1280px) {
    .page-card-container,
    .banner-toolbar>ul {
        margin: 0 80px;
    }
    header .nav-list>li {
        float: left;
        margin-left: 20px;
        position: relative;
    }
    footer .info-list-items {
        margin-left: 18px;
    }
header .logo img {
    vertical-align: middle;
	height:80px;
}
}


.text-center { text-align:center }
.pagination {list-style:none; padding:0;display:inline-block; margin:40px auto }
.pagination li {display:inline-block!important;border:solid 1px #ddd; margin:0 3px }
.pagination a {color:#333;padding:10px 15px;line-height:18px;display:block; background:#fff; transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;border-radius:1px}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active a,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s; background:#00469a; color:#fff }


/*-----------搜索页面------------*/
.search_box{ position:relative; padding:10px 0px; overflow:hidden; float:right }
.search_box form { position:relative; width:30%; float:left }
.search_box a { display:block; padding:2px 10px; border:1px solid #ccc; float:right }
.search_box input {
    border-width:1px;
	border-style:solid;
	border-color:#707070 #CECECE #CECECE #707070;
	padding:6px 4px;
	height:18px;
	line-height:18px;
    width:200px;
	margin-right:5px;
}
.search_box select{
   font-size:14px;
   height:31px;
   margin-right:5px;
}
.search_box button {
    background:url(../images/searchbtn.png) no-repeat center; width: 30px; height:30px; line-height:100px; overflow:hidden; border:none; cursor:pointer
}
.resultbar{
	height:32px;
	line-height:32px; margin-bottom:30px;
	background:transparent url(../images/search-top-bg.gif) repeat-x scroll;
	color:#00469a;
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
 }
.resultbar a { float:right }

.sidebar{
  float:right;
  width:30%;
  word-wrap:break-word;
}
.sidebar h2{
  font-size:14px;
  line-height:25px;
 }
.sidebar  ul {
  padding:4px 8px;
 }
.sidebar  ul li{
  line-height:24px;
  background:url(../images/ico-3.gif) 4px 9px no-repeat;
 }
.resultlist{
  overflow:hidden; border-right:1px solid #dadada; width:66%; float:left; min-height:200px;
}

.resultlist ul li{
  padding-top:15px;
 }
.resultlist ul li h3{
  line-height:30px;
  font-size:16px;
  font-weight:normal;
 }
.resultlist ul li h3 a{
  text-decoration:underline;
 }
.resultlist ul li p{
  line-height:22px;
  color:#666;
  font-size:14px;
  width:650px;
 }
.resultlist ul li span small{
  line-height:22px;
  font-size:12px;
  margin-left:5px;
  color:#999;
 }
.resultlist ul li span a{
  color:#00469a;
 }
/*-----------搜索页面 end------------*/