@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "ShcnR";
  src: url("../fonts/SHCN-Regular.woff") format("woff");
}
@font-face {
  font-family: "ShcnL";
  src: url("../fonts/SHCN-Light.woff") format("woff");
}
body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p { margin: 0; padding: 0; border: 0; }
body{overflow-x: hidden;}
td, th {padding: 0;margin: 0;}
table {border-spacing: 0;border-collapse: collapse;}
* { padding: 0; margin: 0; box-sizing: border-box;} 
body, table, td, tr, th, input, select {font: 14px/25px Arial, Helvetica, sans-serif;color: #333;font-family:"ShcnR","Microsoft YaHei";}
li { list-style: none; }
img {padding: 0; margin: 0; border: 0;height: auto!important; max-width: 100%!important;/*image-rendering: pixelated;*/}
.clear {clear: both; visibility: hidden; }
a {color: #333; text-decoration: none }
a:hover{ color:#0056a7;}
.fl { float: left; }
.fr { float: right; }
i, cite, em { font-style: normal }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; outline: none }
h1 { font-size: 34px; line-height: 45px; }
h2 { font-size: 24px; line-height: 36px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 20px; }
h6 { font-size: 15px; }
:after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/*********************/
.conbgf{background:#f5f5f5;margin: 0;padding: 0;overflow: hidden;}
.skinw { width: 100%; max-width: 1280px; margin: 0 auto; }
.wrapper{width: 100%; max-width: 1280px; margin: 0 auto;}
.container {width: 100%;max-width: 1280px;margin:60px auto;overflow: hidden;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
@media (max-width:1199px) {
.skinw, .wrapper{width: 95%;}
.container{width: 95%;overflow: hidden;}
}


/*Header*/
.header{width: 100%;height: 100px;position: fixed;top: 0;background:#FFF;z-index:100;box-shadow: 0 2px 6px rgba(0,0,0,0.2);}

.header_main{max-width:1280px;height: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.header .logo{}
.header .logo img{display: block;}
.Navlist{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.nav{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.nav>li{font-size: 17px;position: relative;}
.nav>li>p>a{padding: 0 22px;line-height: 100px;display: block;color: #222;position: relative;text-decoration: none;}
.nav>li>p>a:hover, .nav>li>p>a.selected{color: #0056a7;}
.nav>li:hover>ul{ opacity:1; visibility:visible; margin-top:0}

.nav_child{width: 160px;position:absolute;top:100%;left:50%;margin-left: -80px;z-index:1;opacity:0;visibility:hidden;margin-top:20px;background-color:#fff;transition:margin .15s, opacity .15s;box-shadow:0px 3px 20px 0px rgba(0,0,0,0.5);}
.nav_child>li{width:100%;border-bottom:1px solid #f1f1f1;text-align:center;}
.nav_child>li:first-child>a:after{content:'';position:absolute;height:0;width:0;left:50%;top:-6px;border:6px solid transparent; margin-left: -6px; border-top:0;border-bottom-color:inherit}
.nav_child>li:last-child{border:0}
.nav_child a{display: block;border-color:#fff;line-height: 20px;font-size: 14px;padding: 15px 5px;}
.nav_child a:hover{color:#0056a7;}

.language{display: flex;flex-wrap: wrap;padding-left:10px}
.language a{display:block;font-size:16px;color:#000;}
.language i{padding-left:6px;padding-right:6px;}
.language a:hover{color: #0056a7;}

.swiper-container{padding-top: 100px;}
.swiper-container img{display:block; width:100%!important;image-rendering:pixelated;}


@media (max-width:1280px){
.header_main{width: 95%;margin: auto;}
.nav>li>p>a{padding: 0 16px;}
}
@media (max-width:1160px){
.nav>li{font-size:15px;}
.nav>li>p>a{padding:0 10px;}
}


/*------------手机站导航开始----------*/
.hidden-g{display: none;}
.hidden-g { position: relative; }
.hidden-g .h-nav-g { position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; height: 60px; background: #fff; transition: 300ms; -webkit-transition: 300ms; }
.hidden-g .h-nav-g img { max-height: 80%; margin-left: 15px; margin-top: 5px }
.hidden-g .h-nav-g .btn_i {display: block; position:absolute;right: 15px; top: 50%; -webkit-transform: translateY(-50%); transform:translateY(-50%); }
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {display: block;content: '';width:24px;height:2px;background:#0056a7;border-radius: 4px;margin: 6px 0;}
.hidden-g .h-nav-g .btn_i_click small { opacity: 0; }
.hidden-g .h-nav-g .btn_i_click:before { transform: rotateZ(45deg); transform-origin: 0px 6px; }
.hidden-g .h-nav-g .btn_i_click:after { transform: rotateZ(-45deg); transform-origin: 5px -1px; }
.hidden-g .ul-small {background:#0056a7; width:220px; height:100%; position:fixed; right:0; top:0; z-index:100; -webkit-transition:300ms; -webkit-transform:translateX(220px); transform:translateX(220px); transition:300ms; }
.hidden-g .ul-small input { width: 160px; line-height: 40px; background: #fff; border: 0; border-radius: 20px; margin: 20px 30px 0 30px; text-indent: 10px; }
.hidden-g .ul-small ul { margin-top: 20px; }
.hidden-g .ul-small ul li a { color: #fff; padding-left: 30px; padding-right: 30px; line-height: 50px; display: block; }
.hidden-g .translate {-webkit-transform: translateX(-220px);  transform: translateX(-220px); }
.hidden-g .translate2 {-webkit-transform: translateX(0); transform: translateX(0);  }

@media (max-width: 1024px) {
.header{ display: none; }
.hidden-g{display: block;}
.swiper-button-next, .swiper-button-prev{height:0;}
.swiper-container{padding-top: 60px;}
.mlanguage {position: absolute;right: 60px;top: 13px;z-index: 100;margin: 0;padding: 5px 18px;font-size: 16px;background: #eeeeee;border-radius: 50px;font-weight: bold;}
.mlanguage a{color:#222;}
.mlanguage .active {color:#e80a0a;}
}



/*底部*/
.footer{padding-top:30px;padding-bottom:50px;overflow: hidden;background:#202020}
.foot_con{margin-top:50px;overflow: hidden;}

.foot_nav{text-align: center;overflow: hidden;padding-top:20px;padding-bottom: 20px;}
.foot_nav ul{display: flex;flex-wrap: wrap;align-items: center;}
.foot_nav li{width:12.5%;font-size: 16px;background: url(../images/dbx.png) no-repeat right 3px;}
.foot_nav li:last-child {background: none;}
.foot_nav li a{color:#FFFFFF;}

.f_logo {float: left;width:250px;height:auto;border-right: 1px solid #3f3f40;font-size: 14px;color: #a9a9a9;font-weight: normal;box-sizing: border-box;}
.f_logo img{display: block;margin: 10px 0 20px 15px;}
.f_logo a{color: #a9a9a9;}

.f_ewm{width:130px;float: right;}
.f_ewm em{display: block;float: left;text-align: center;font-size: 16px;color: #888888;}
.f_ewm em img{display: block;}

.f_contact{width:calc(100% - 385px);float: left;padding:0 50px;box-sizing: border-box;}
.f_contact ul{display: flex;flex-wrap: wrap;}
.f_contact li{width:50%;padding-left: 55px;min-height: 90px;font-size: 15px;line-height:1.5;color: #888888;}
.f_contact li:nth-child(1) {background: url(../images/fdb_01.png) no-repeat 5px 2px;}
.f_contact li:nth-child(2) {background: url(../images/fdb_02.png) no-repeat 5px 2px;}
.f_contact li:nth-child(3) {background: url(../images/fdb_03.png) no-repeat 5px 2px;}
.f_contact li:nth-child(4) {background: url(../images/fdb_04.png) no-repeat 5px 2px;}
.f_contact li p {font-size:16px;color: #ffffff;margin-bottom:8px;}

@media only screen and (max-width:960px) {
.foot_nav li{width:25%;}
.f_contact{width:calc(100% - 250px);padding:0 0 0 50px;}
.f_ewm{display: none;}
}
@media only screen and (max-width:750px) {
.f_logo{width:100%;}
.f_logo img{margin:10px auto 20px;}
.f_logo{text-align: center;}
.f_contact{width: 100%;padding: 0;}
}
@media only screen and (max-width:499px) {
.foot_nav li{width:33.33%;font-size:14px;}
.f_contact{display: none;}
}


/*RightBar*/
.bsk_rightBar {width:60px;position: fixed;right: 10px;bottom: 20%;margin-top: -190px;z-index: 999;}
.bsklink_a{display: block;margin-bottom:5px;}
.bsklink_a img{display: block;}


.table1{width:100%; text-align:left;}
.table1 tr td {height:36px;padding:0 9px;color: #333;border:0px solid #999;}
