@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* color */


/*balck */


/* link */


/* ----------common css-----------*/

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    font-family: "Open Sans", "Microsoft JhengHei", "Arial", "Gadget", "sans-serif";
    position: relative;
    margin: auto;

}

a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    transition: .3s;
}

figure {
    margin: 0;
    padding: 0;
}

.unreset {
    line-height: 1.8em;
}

.unreset p {
    line-height: 1.8em;
}

.unreset .pic {
    max-width: 100%;
}

.unreset img {

}

.container {
    max-width: 1200px;
    margin: auto;
}

main {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

main .container {
    background: #fff;
}

.clearfloat {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

img {
    display: block;
}

.linear-gradient {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(top, #000000, #000000);
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    background-image: linear-gradient(to bottom, #000000, #000000);
}


/* header */

header {
    position: relative;
}

header .logo-block {
    margin-left:20px;
    float: left;
    margin-top: 11px;
}

header .logo-block a {
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    height: 30px;
    width: 318px;
    display: block;
    background-size: cover;
}

header .info-block {
    margin-right: 25px;
    display: inline-block;
    text-align: left;
}
header .line-block {
     display: inline-block;
}
header .line-block a{
  background:url(../images/line.png) no-repeat center;
  background-size: contain;
  width: 117px;
  height: 40px;
  display: block;
}
header .info-group{
    float: right;
    margin-right: -30px;
}
header .info-block li {
    color: #888888;
    margin-bottom:6px;
}

header .info-block li a {
    color: #888888;
}

header .info-block li:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 1px;
}

header .info-block .tel:before {
    background: #617DAB;
}

header .info-block .email:before {
    background: #F7E7A1;
}

header .lang-select-block {
    position: absolute;
    right: 20px;
    top: 0;
}

header .lang-select-block li {
    display: inline-block;
}

header .lang-select-block li a {
    display: block;
    width: 75px;
    height: 38px;
}

header .lang-select-block li.en a {
    background: url(../images/lang-en.jpg) no-repeat;
    background-size: cover;
}
header .lang-select-block li.tw a {
    background: url(../images/lang-tw.jpg) no-repeat;
    background-size: cover;
}

header .main-nav-block {
    position: relative;
    background: #3C5F99;
    background: -moz-linear-gradient(-45deg, #B7C8C8 0%, #3C5F99 61.16%, #617DAB 100%);
    background: -webkit-linear-gradient(-45deg, #B7C8C8 0%,#3C5F99 61.16%,#617DAB 100%);
    background: linear-gradient(135deg, #B7C8C8 0%,#3C5F99 61.16%,#617DAB 100%);
    box-shadow: 0px 5px 15px #aaa;
}

header .main-nav-block ul {
    padding: 0 175px;
}

header .main-nav-block ul li {
    width: 25%;
    /*display: inline-block;*/
    /*margin-left: -5px;*/
    text-align: center;
    vertical-align: middle;
    position: relative;
    float: left;
}

header .main-nav-block ul li a {
    display: block;
    padding: 17.5px 0;
    color: #fff;
    font-size: 17px;
}

header .main-nav-block ul li a .word {
    display: none;
}

header .main-nav-block ul li a:hover {
    background: #DB3731;
}
header .main-nav-block ul li.active a {
    background: #DB3731;
}

header .main-nav-block ul li a i {
    font-size: 26px;
}
header .main-nav-block.active{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 999;
}

header .logo-padding {
    padding: 30px 0;
    position: relative;
}

header .phone-bar {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 9;
    height: 25px;
    width: 40px;
    cursor: pointer;
    display: none;
}

header .phone-bar .bar {
    width: 40px;
    height: 4px;
    background-color: #3d609a;
    position: absolute;
}

header .phone-bar .bar:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #3d609a;
    top: 10px;
}

header .phone-bar .bar:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #3d609a;
    top: 20px;
}

header.active {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background:#fff;
}


/* phone_menu */


/* footer */

footer {
    background: #617DAB;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #d4dcde;
    text-align: center;
}

footer .copyright {

}

footer .tel,
footer .fax,
footer .address,
footer .email {
    display: inline-block;
    margin: 11px 16px;
    position: relative;
}

footer .tel a,
footer .fax a,
footer .address a,
footer .email a {
    color: #d4dcde;
}

footer .tel a:hover,
footer .fax a:hover,
footer .address a:hover,
footer .email a:hover {
    text-decoration: underline;
}


footer .fax:before,
footer .address:before,
footer .email:before {
    content: "｜";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: -26px;
    top: -1px;
}

footer .iware {
    color: #d4dcde;
    margin-bottom: 10px;
}

footer .iware a {
    color: #d4dcde;
}

footer .iware a:hover {
    text-decoration: underline;
}

footer .link a{
    color:#d4dcde;
}
footer .link a:hover{
    text-decoration:underline;
}

/* mail-link */
.mail-link{
    padding-left:15px;
}
.mail-link a{
    text-align: left;
    display: block;
    color:#6e86ad;
}


/* aside */


/* breadCrumb */

.breadCrumb {
    margin-bottom: 20px;
}

.breadCrumb li {
    display: inline-block;
    color: #99b2ce;
    line-height: 1.7em;
    font-size: 14px;
}

.breadCrumb li a {
    color: #b8b8b8;
    font-size: 14px;
}

.breadCrumb li a:hover {
    opacity: .6;
}

.breadCrumb li:after {
    content: url(../images/breadCrumb-arrow.png);
    margin: 0 2px 0 5px;
    display: inline-block;
}

.breadCrumb li:last-child:after {
    content: '';
}

.breadCrumb li:nth-child(1) i {
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}


/* Top */

.top {
    text-align: right;
    display: block;
}

.top a {
    color: #fff;
    background: #000;
    border-radius: 20px;
    display: inline-block;
    padding: 8px 15px;
}

.other-click {
    text-align: right;
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 99999;
}

.other-click .top {
    text-align: center;
    display: inline-block;
    height: 50px;
    width: 45px;
    border: 1px solid #3C5F99;
    cursor: pointer;
    color: #3C5F99;
    line-height: 65px;
    font-family: "Roboto", "Microsoft JhengHei";
    font-size: 14px;
    transition: .3s;
    vertical-align: middle;
    position: relative;
    background: #fff;
}
.other-click .top:before{
    content: url(../images/top-arrow.png);
    display: block;
    position: absolute;
    top: -15px;
    left: 13px;
}

.other-click .back {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: .3s;
    vertical-align: middle;
}

.other-click .back:before {
    content: "";
    background: #000;
    position: absolute;
    height: 13px;
    width: 1px;
    top: 11px;
    left: 19px;
    transform: rotate(55deg);
}

.other-click .back:after {
    content: "";
    background: #000;
    position: absolute;
    height: 13px;
    width: 1px;
    top: 18px;
    left: 19px;
    transform: rotate(305deg);
}


/* pagination */

.pagination li {
    padding: 0;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    display: block;
}

.pagination li.number a {
    height: 35px;
    width: 35px;
    background: #eee;
    color: #222;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
}

.pagination li.number:hover a {
    color: #ffffff;
    background: #222;
}

.pagination li.active a {
    color: #ffffff;
    background: #222;
}

.page-otherclick {
    margin-top: 20px;
}

.page-otherclick .pagination {
    float: left;
}

.page-otherclick .other-click {
    float: right;
}





/* index_content */


/*========== .index-banner-section ==========*/

.index-banner-section {
    overflow: hidden;
    /* left arrow*/
    /* right arrow*/
    padding: 20px 30px 10px 30px;
    box-shadow: -6px 0px 0px #fff, 6px 0px 0px #fff, 0px 2px 5px #ccc;
}

.index-banner-section ul li a img {
    margin: auto;
    max-width: 100%;
}

.index-banner-section .slick-track {
    position: relative;
}

.index-banner-section:hover .slick-prev {
    left: 40px;
}

.index-banner-section:hover .slick-next {
    right: 40px;
}

.index-banner-section .slick-arrow {
    background: transparent;
    border: transparent;
    position: absolute;
    top: 52%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
    width: 30px;
    height: 50px;
    font-size: 0;
}

.index-banner-section .slick-arrow:focus {
    outline: none;
}

.index-banner-section .slick-arrow i {
    display: none;
}

.index-banner-section .slick-arrow:hover {
    background-color: transparent;
}

.index-banner-section .slick-prev {
    left: -100px;
}

.index-banner-section .slick-prev:before,
.index-banner-section .slick-prev:after {
    content: "";
    display: block;
    background: #aaa;
    height: 34px;
    width: 2px;
    position: absolute;
    transition: .3s;
    left: 20px;
}

.index-banner-section .slick-prev:before {
    top: 0px;
    transform: rotate(45deg);
}

.index-banner-section .slick-prev:after {
    top: 23px;
    transform: rotate(135deg);
}

.index-banner-section .slick-next {
    right: -100px;
}

.index-banner-section .slick-next:before,
.index-banner-section .slick-next:after {
    content: "";
    display: block;
    background: #aaa;
    height: 34px;
    width: 2px;
    position: absolute;
    transition: .3s;
    right: 20px;
}

.index-banner-section .slick-next:before {
    top: 0px;
    transform: rotate(135deg);
}

.index-banner-section .slick-next:after {
    top: 23px;
    transform: rotate(45deg);
}

.index-banner-section .slick-dots {
    z-index: 9999;
    margin: 5px 0;
    position: absolute;
    left: 50px;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.index-banner-section .slick-dots li {
    display: inline-block;
    margin: 0 6px;
}

.index-banner-section .slick-dots li button {
    border: none;
    border-radius: 50%;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #3C5F99;
    cursor: pointer;
}

.index-banner-section .slick-dots li.slick-active button {
    background: #617DAB;
}


/*========== .index-content-section ==========*/

.index-content-section {
    padding: 0 120px 60px 120px;
}


/*========== index-title ==========*/

.index-title {
    position: relative;
    margin: 25px 0;
}

.index-title .word {
    background: #fff;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.index-title .tw {
    display: inline-block;
    color: #db3731;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

.index-title .en {
    display: inline-block;
    color: #7d7d7d;
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

.index-title .line {
    display: block;
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 14px;
}


/*========== index-about-block ==========*/

.index-about-block {
    padding: 40px 0;
}


/*========== index-news-block ==========*/

.index-news-block {
    width: 62%;
    float: left;
}

.index-news-block .index-news-list {
    margin: 0 -17px;
}

.index-news-block .index-news-box {
    padding: 0 17px;
    width: 50%;
    float: left;
}

.index-news-block .index-news-box .pic {
    position: relative;
    height: 0;
    padding-bottom: 64.285%;
}

.index-news-block .index-news-box .pic img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.index-news-block .index-news-box .title {
    color: #3d5f99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: 10px 0;
    line-height: 20px;
}

.index-news-block .index-news-box .txt {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}

.index-news-block .index-news-box .more {
    text-align: right;
}
.index-news-block .index-news-box .more a{
    margin-top: 18px;
    border: 1px solid #617DAB;
    color: #617DAB;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
}

.index-news-block .index-news-box .more a:hover {
    color: #fff;
    background: #617DAB;
}

.index-products-block .slick-arrow {
    background: transparent;
    border: transparent;
    position: absolute;
    top: 42%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
    width: 30px;
    height: 50px;
    font-size: 0;
}

.index-news-block .slick-arrow:focus {
    outline: none;
}

.index-news-block .slick-arrow i {
    display: none;
}

.index-news-block .slick-arrow:hover {
    opacity: .6;
}

.index-news-block .slick-prev {
    left: 0px;
    background: url(../images/btn-left.png) no-repeat;
    height: 24px;
    width: 24px;
}

.index-news-block .slick-next {
    right: 0px;
    background: url(../images/btn-right.png) no-repeat;
    height: 24px;
    width: 24px;
}
.index-news-block .slick-arrow {
  background: transparent;
  border: transparent;
  position: absolute;
  top: 42%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
  width: 30px;
  height: 50px;
  font-size: 0;
}
.index-news-block .slick-arrow.slick-next {
    right:-20px;
}
.index-news-block .slick-arrow.slick-prev {
    left:-20px;
}
.index-news-block.slick-arrow:hover {
  background-color: transparent;
}
.index-news-block .slick-prev:before, .index-news-block .slick-prev:after {
  content: "";
  display: block;
  background: #617DAB;
  height: 18px;
  width: 4px;
  position: absolute;
  transition: .3s;
  left: 20px;
}
.index-news-block .slick-prev:before {
  top: 0px;
  transform: rotate(45deg);
}
.index-news-block .slick-prev:after {
  top: 10px;
  transform: rotate(135deg);
}
.index-news-block .slick-next:before, .index-news-block .slick-next:after {
  content: "";
  display: block;
  background: #617DAB;
  height: 18px;
  width: 4px;
  position: absolute;
  transition: .3s;
  right: 20px;
}
.index-news-block .slick-next:before {
  top: 0px;
  transform: rotate(135deg);
}
.index-news-block .slick-next:after {
  top: 10px;
  transform: rotate(45deg);
}


/*========== index-ad-block ==========*/

.index-ad-block {
    width: 38%;
    float: left;
    padding-left: 68px;
    margin-top: 40px;
    position: relative;
}
.index-ad-block:before {
    content:"";
    display:block;
    background:#ccc;
    height:90%;
    width:1px;
    position:absolute;
    margin-top:5%;
    left: 34px;
}
.index-ad-block .pic {

    overflow: hidden;
}

.index-ad-block .pic img {
    max-width: 100%;
    margin: auto;
    width: 300px;
}

.index-ad-block .more {
    text-align: right;
}
.index-ad-block .more a{
    margin-top: 6px;
    border: 1px solid #617DAB;
    color: #617DAB;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
}


.index-ad-block .more a:hover {
    color: #fff;
    background: #617DAB;
}


/*========== index-products-block ==========*/

.index-products-block {
    padding: 40px 0;
    /* left arrow*/
    /* right arrow*/
}

.index-products-block .index-pro-list {
    padding: 0 55px;
}

.index-products-block .index-pro-list .index-pro-box {
    padding: 10px;
}

.index-products-block .index-pro-list .index-pro-box .pic {
    position: relative;
    padding-bottom: 66.257%;
    height: 0;
}

.index-products-block .index-pro-list .index-pro-box .pic img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.index-products-block .index-pro-list .index-pro-box .title {
    margin: 15px 0;
    text-align: center;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.index-products-block .index-pro-list .index-pro-box:hover .title {
    color: #3d609a;
}

.index-products-block .slick-arrow {
    background: transparent;
    border: transparent;
    position: absolute;
    top: 42%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
    width: 30px;
    height: 50px;
    font-size: 0;
}

.index-products-block .slick-arrow:focus {
    outline: none;
}

.index-products-block .slick-arrow i {
    display: none;
}

.index-products-block .slick-arrow:hover {
    opacity: .6;
}

.index-products-block .slick-prev {
    left: 0px;
    background: url(../images/btn-left.png) no-repeat;
    height: 24px;
    width: 24px;
}

.index-products-block .slick-next {
    right: 0px;
    background: url(../images/btn-right.png) no-repeat;
    height: 24px;
    width: 24px;
}
.index-products-block .slick-arrow {
  background: transparent;
  border: transparent;
  position: absolute;
  top: 42%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
  width: 30px;
  height: 50px;
  font-size: 0;
}
.index-products-block .slick-arrow:hover {
  background-color: transparent;
}
.index-products-block .slick-prev:before, .index-products-block .slick-prev:after {
  content: "";
  display: block;
  background: #617DAB;
  height: 18px;
  width: 4px;
  position: absolute;
  transition: .3s;
  left: 20px;
}
.index-products-block .slick-prev:before {
  top: 0px;
  transform: rotate(45deg);
}
.index-products-block .slick-prev:after {
  top: 10px;
  transform: rotate(135deg);
}
.index-products-block .slick-next:before, .index-products-block .slick-next:after {
  content: "";
  display: block;
  background: #617DAB;
  height: 18px;
  width: 4px;
  position: absolute;
  transition: .3s;
  right: 20px;
}
.index-products-block .slick-next:before {
  top: 0px;
  transform: rotate(135deg);
}
.index-products-block .slick-next:after {
  top: 10px;
  transform: rotate(45deg);
}

#EN .index-title .tw {
    display: none;
}

#EN .index-title .en {
    color: #db3731;
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}
#EN header .lang-select-block li.en {
    display:none;
}
#TW header .lang-select-block li.tw {
    display:none;
}

/*========== Products ==========*/

aside {
    width: 20%;
    float: left;
    position: relative;
    border-right:1px solid #B7C8C8;
    margin: 80px 0;
}

aside .aside-pic img {
    width: 100%;
}
aside .menu-list{
    margin-top: 40px;
    padding: 0 20px;
}
aside .menu-list .menu-box{
    padding-bottom:10px;
}
aside .menu-list .menu-box .box-title {
    color: #3C5F99;
    position: relative;
    display: block;
    font-weight: bold;
    margin-bottom:15px;
    font-size: 18px;
}

aside .menu-list .menu-box .box-title.active + ul{
    display: block;
 
}
aside .menu-list .menu-box .box-title:hover {
    color:#DB3731;
}
aside .menu-list .menu-box .box-title.active {
    color:#DB3731;
}

aside .menu-list .menu-box ul {
    padding-left:20px;
    margin: 20px 0 30px 0;
    display: none;
}

aside .menu-list .menu-box ul li a {
    color: #3C5F99;
    border-left: 2px solid #3C5F99;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 15px;
}

aside .menu-list .menu-box ul li a:hover {
    color:#DB3731;
    border-color: #DB3731;
}
aside .menu-list .menu-box ul li a.active {
    color:#DB3731;
    border-color: #DB3731;
}
.content-section .title-block {
    position: relative;
    display:none;
}

.content-section .title-block .page-title {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    font-weight: bold;
}

.content-section .title-block .breadCrumb {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
}

.content-section .title-block:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    background: #5b87b6;
    height: 11px;
    width: 11px;
}

.content-section .title-block:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: #1ac4be;
    height: 11px;
    width: 11px;
}

.content-section.products-content-section {
    width: 80%;
    float: left;
    padding: 30px 50px 80px 50px;
}

.content-section.news-content-section {
    width: 80%;
    float: left;
    padding: 30px 50px 80px 50px;
}


/*========== Products ==========*/

.pro-list {
    padding-bottom:30px;
}
.pro-list .pro-box{
    border-bottom: 1px solid #B7C8C8;
    padding-top: 20px;
}

.pro-list .title-box {
    position: relative;
}

.pro-list .title-box .title {
    color: #3d5f99;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.pro-list .title-box .specification-table {
    border: 1px solid #617DAB;
    color: #617DAB;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -7px;
    transition: .3s;
}

.pro-list .title-box .specification-table:hover {
    color: #fff;
    background: #617DAB;
}

.pro-list .phone-title-box {
    position: relative;
    text-align: center;
}

.pro-list .phone-title-box .specification-table {
    border: 1px solid #617DAB;
    color: #617DAB;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
    right: 0;
    bottom: -7px;
    transition: .3s;
    margin-bottom: 30px;
}

.pro-list .phone-title-box .specification-table:hover {
    color: #fff;
    background: #617DAB;
}
.pro-list .phone-title-box{
    display: none;
}
.pro-list .pro-box .pro-txt {
    margin: 30px 0;
}

.pro-list .pro-box .pic-block {
    margin: 30px 0;
}

.pro-list .pro-box .pic-block .big-pic {
    width: 72%;
    float: left;
}

.pro-list .pro-box .pic-block .big-pic .pic {
    border: 1px solid #dddddd;
    position: relative;
    height: 0;
    padding-bottom: 71.728%;
    cursor: pointer;
}

.pro-list .pro-box .pic-block .big-pic .pic img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.pro-list .pro-box .pic-block .small-pic {
    width: 28%;
    float: left;
    padding-left: 39.5px;
}

.pro-list .pro-box .pic-block .small-pic .pic {
    border: 1px solid #dddddd;
    padding-bottom: 73.82%;
    position: relative;
    margin-top: -1px;
    cursor: pointer;
    transition: .3s;
}

.pro-list .pro-box .pic-block .small-pic .pic img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.pro-list .pro-box .pic-block .small-pic .pic:hover {
    opacity: .6;
}


/*========== News ==========*/

.news-list {
    padding: 10px 0 30px 0;
}

.news-list .news-box {
    padding: 15px 0;
}

.news-list .news-box .pic {
    float: left;
    padding-bottom: 30.08%;
    height: 0;
    width: 42%;
    position: relative;
}

.news-list .news-box .pic img {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
}

.news-list .news-box .pic:after {

    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.news-list .news-box .content {
    float: left;
    width: 58%;
    padding-left: 25px;
    position: relative;
}

.news-list .news-box .content .title {
    color: #3d5f99;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#EN .news-list .news-box .content .title {
    line-height: 26px;
}

.news-list .news-box .content .date {
    color: #db3731;
    margin: 15px 0;
    font-weight: bold;
}

.news-list .news-box .content .txt {
    color: #666666;
    margin: 15px 0;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    font-size: 14px;
}
#EN .news-list .news-box .content .txt{
    line-height: 24px;
    height: 145px;
}

.news-list .news-box .content .more {
    text-align: right;
    border-bottom: 1px dotted #ccc;
    padding-bottom:20px;
}
.news-list .news-box .content .more a{
    margin-top: 6px;
    border: 1px solid #617DAB;
    color: #617DAB;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
}

.news-list .news-box .content .more a:hover {
   color: #fff;
   background: #617DAB;
}

.news-list .news-box .slick-arrow {
    background: transparent;
    border: transparent;
    position: absolute;
    top: 42%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
    width: 30px;
    height: 50px;
    font-size: 0;
}

.news-list .news-box .slick-arrow:focus {
    outline: none;
}

.news-list .news-box .slick-arrow i {
    display: none;
}

.news-list .news-box .slick-arrow:hover {
    opacity: .6;
}

.news-list .news-box .slick-prev {
    left: 0px;
    background: url(../images/btn-left.png) no-repeat;
    height: 24px;
    width: 24px;
}

.news-list .news-box .slick-next {
    right: 0px;
    background: url(../images/btn-right.png) no-repeat;
    height: 24px;
    width: 24px;
}
.news-list .news-box .slick-arrow {
  background: transparent;
  border: transparent;
  position: absolute;
  top: 42%;
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
  width: 30px;
  height: 50px;
  font-size: 0;
}
.news-list .news-box .slick-arrow:hover {
  background-color: transparent;
}
.news-list .news-box .slick-prev:before, .news-list .news-box .slick-prev:after {
  content: "";
  display: block;
  background: #617DAB;
  height: 18px;
  width: 4px;
  position: absolute;
  transition: .3s;
  left: 20px;
}
.news-list .news-box .slick-prev:before {
  top: 0px;
  transform: rotate(45deg);
}
.news-list .news-box .slick-prev:after {
  top: 10px;
  transform: rotate(135deg);
}
.news-list .news-box .slick-next:before, .news-list .news-box .slick-next:after {
  content: "";
  display: block;
  background: #617DAB;
  height: 18px;
  width: 4px;
  position: absolute;
  transition: .3s;
  right: 20px;
}
.news-list .news-box .slick-next:before {
  top: 0px;
  transform: rotate(135deg);
}
.news-list .news-box .slick-next:after {
  top: 10px;
  transform: rotate(45deg);
}

/*========== Contact ==========*/

.contact-banner-section img {
    width: 100%;
}

.breadCrumb-section {
    padding: 10px 0;
    margin: 0 60px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.breadCrumb-section .breadCrumb {
    margin-bottom: 0;
}

.contact-content-section {
    padding: 40px 60px 60px 60px;
    background: url(../images/contact-bg.png) no-repeat;
    background-size: contain;
}

.contact-content-section .title-block .page-title {
    color: #3d5f99;
    border-bottom: none;
}
.contact-content-section .content-block {
    margin: 40px 0 60px 0;
}
.contact-content-section .content-block .txt {
    margin: 30px 0 50px 0;
}

.contact-content-section .content-block .company-logo {
    /*text-align: right;*/
    width: 50%;
    float: left;
    margin-top: 10px;
    padding: 0 40px;

}
.contact-content-section .map-block{
    margin-bottom: 30px;
}
.contact-content-section .map-block .map {
    box-shadow: 0px 1px 50px #ccc;
    padding: 20px;
    background: #fff;
}
.contact-content-section .map-block .map iframe{
    width: 100%;
    height:200px;
}
.contact-content-section .content-block .company-logo .pic{
    width:100%;
}
.contact-content-section .content-block .company-logo .pic img{
    max-width:100%;
    margin: auto;
}

.contact-content-section .content-block .contact-form {
    width: 50%;
    float: left;
    padding-left: 50px;
    font-size: 12px;
}

.contact-content-section .content-block .contact-form .form-list {
    margin: 4px 1% 4px -4px;
    display: inline-block;
}

.contact-content-section .content-block .contact-form .form-list input,
.contact-content-section .content-block .contact-form .form-list textarea {
    border: 1px solid #627eaa;
    padding: 8px 12px;
    width: 100%;
    transition: .3s;
}

.contact-content-section .content-block .contact-form .form-list input:active,
.contact-content-section .content-block .contact-form .form-list input:focus,
.contact-content-section .content-block .contact-form .form-list textarea:active,
.contact-content-section .content-block .contact-form .form-list textarea:focus {
    border-color: #3C5F99;
}

.contact-content-section .content-block .contact-form .form-list1,
.contact-content-section .content-block .contact-form .form-list2,
.contact-content-section .content-block .contact-form .form-list3,
.contact-content-section .content-block .contact-form .form-list4 {
    width: 49%;
}

.contact-content-section .content-block .contact-form .form-list5 {
    width: 99%;
}

.contact-content-section .content-block .contact-form .form-list6 {
    display: block;
}

.contact-content-section .content-block .contact-form .form-list6 input {
    width: 84%;
    display: inline-block;
}

.contact-content-section .content-block .contact-form .form-list6 .code {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-content-section .content-block .contact-form .btn-list {
    width: 100%;
    margin-top: 20px;
}

.contact-content-section .content-block .contact-form .btn-list ul {
    text-align: center;
}

.contact-content-section .content-block .contact-form .btn-list ul li {
    display: inline-block;
}

.contact-content-section .content-block .contact-form .btn-list ul li button {
    background: none;
    border: none;
    padding:4px 0px;
    margin: 0 10px;
    font-family: '微軟正黑體';
    font-size: 16px;
    cursor: pointer;
}

.contact-content-section .content-block .contact-form .btn-list ul li.send_btn button {
    background: #627eaa;
    border: 1px solid #627eaa;
    color: #fff;
    transition: .3s;
    width:90px;
}

.contact-content-section .content-block .contact-form .btn-list ul li.send_btn button:hover {
    opacity: .6;
}

.contact-content-section .content-block .contact-form .btn-list ul li.reset_btn button {
    background: #fff;
    border: 1px solid #627eaa;
    color: #627eaa;
    transition: .3s;
    width:90px;
}

.contact-content-section .content-block .contact-form .btn-list ul li.reset_btn button:hover {
    color: #878787;
    border-color: #e4e4e4;
    background: #e9e9e9;
}
.contact-pop-windows {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
}
.contact-pop-windows .txt{
    z-index: 999;
    padding: 40px 80px;
    margin: auto;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 25px #ccc;
    text-align: center;
    color: #3C5F99;
    width: 50%;
}
.contact-pop-windows .txt p{
    margin: 15px;
    font-weight: bold;
}
.contact-pop-windows .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99;
}

::-webkit-input-placeholder { color: #3C5F99;}
:-moz-placeholder { /* Firefox 18- */ color: #3C5F99; }
::-moz-placeholder { /* Firefox 19+ */ color: #3C5F99; }
:-ms-input-placeholder { color: #3C5F99; }


/* pop-up-window  */

.pop-up-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    /* left arrow*/
    /* right arrow*/
}

.pop-up-window .box {
    z-index: 99999;
    padding: 40px 80px;
    margin: auto;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 25px #ccc;
}
.pop-up-window.news-window .box{
    width:700px;
    height:600px;
}
.pop-up-window.news-window .box .txt{
    height:170px;
    overflow:auto;
}
.pop-up-window.pros-window .box{
    width:900px;
    height:600px;
}
.pop-up-window.pros-window .box .box-over-scroll{
    overflow: auto;
    height:450px;
}

.pop-up-window .box .esc {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.pop-up-window .box .esc:before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 3px;
    background: #617DAB;
    transform: rotate(45deg);
    right: 15px;
    top: -3px;
}
.pop-up-window .box .esc:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 3px;
    background: #617DAB;
    transform: rotate(135deg);
    right: 15px;
    top: -3px;

}

.pop-up-window .box .title {
    font-size: 22px;
    padding-bottom: 40px;
    font-weight: bold;
    color: #3C5F99;
    text-align: center;
}


.pop-up-window.news-window .box .pic-block{
    margin-bottom: 30px;
}
.pop-up-window.pros-window .box .pros-pic-block{
    margin-bottom: 30px;
    overflow: auto;
    margin-right: 50px;
}

.pop-up-window .box .pic-block li {
    height: 250px;
}

.pop-up-window .box .pic-block li img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.pop-up-window .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99;
}

.pop-up-window .slick-arrow {
    background: transparent;
    border: transparent;
    position: absolute;
    top: 42%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9;
    width: 30px;
    height: 50px;
    font-size: 0;
}

.pop-up-window .slick-arrow:focus {
    outline: none;
}

.pop-up-window .slick-arrow i {
    display: none;
}

.pop-up-window .slick-arrow:hover {
    opacity: .6;
}

.pop-up-window .slick-prev {
    left: 15px;
    background: url(../images/pop-btn-left.png) no-repeat;
    height: 40px;
    width: 40px;
}

.pop-up-window .slick-next {
    right: 15px;
    background: url(../images/pop-btn-right.png) no-repeat;
    height: 40px;
    width: 40px;
}

@media (max-width: 1366px) {
    header .info-group{
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .index-content-section {
        padding: 40px;
    }
    .contact-content-section .content-block .contact-form .form-list6 input {
        width: 83%;
    }
}

@media (max-width: 1024px) {
    header .main-nav-block ul{padding: 0 60px;}
    .contact-content-section .content-block .contact-form .form-list6 input{ width: 80%;}
}

@media (max-width: 920px) {
    .contact-content-section .content-block .company-info-box {
        width: 100%;
        float: none;
    }
    .contact-content-section .content-block .contact-form {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}
@media (max-width: 960px) {
    .contact-content-section .content-block .company-logo{width:100%;margin-bottom: 30px;}
    .contact-content-section .content-block .contact-form{width:100%;}

    .pop-up-window.news-window .box{
        width:600px;
    }
    .pop-up-window.pros-window .box{
        width:600px;
    }
}
@media (max-width: 880px) {
    /* pop-up-window  */
    .pop-up-window .box .pic-block {
        height: 150px;
        margin: 0 10px;
    }
    .pop-up-window .box .pic-block li {
        height: 150px;
    }
    .pop-up-window .box .txt.news-article-txt {

    }
    .pop-up-window .box .txt.pro-article-txt {
        height: 380px;
    }
    .pop-up-window .slick-arrow {
        top: 30%;
    }
}

@media (max-width: 768px) {
    /*=========== common ==========*/
    header {

    }
    header .main-nav-block ul {
        padding: 0;
    }
    header .logo-block {
        margin: 20px 0;
        width: 100%;
    }
     header .logo-block a{
        margin: auto;
    }
    header .info-group{
        float: none;
        margin: 0;
        text-align: center;
    }
    header .main-nav-block {

    }
    header .logo-padding {

        padding: 10px 20px;
    }
    /*=========== index ==========*/
    .index-news-block {
        width: 100%;
    }
    .index-news-block .index-news-box {
        margin-bottom: 40px;
    }
    .index-ad-block {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .index-ad-block:before {
        display: none;
    }
    /*========== page ==========*/
    aside {
        width: 100%;
    }
    aside .aside-pic img {
        width: auto;
        max-width: 100%;
        margin: auto;
    }
    aside .menu-list {
        display: none;
    }
    .content-section .title-block .breadCrumb {
        position: static;
        right: 0;
        bottom: 0;
        margin: 10px auto;
    }
    .content-section.products-content-section {
        width: 100%;
        padding: 30px 40px 80px 40px;
    }
    .content-section.news-content-section {
        width: 100%;
        padding: 30px 40px 80px 40px;
    }
    .contact-content-section {
        padding: 40px 40px 60px 40px;
    }
    .breadCrumb-section {
        margin: 0 40px;
    }
    .contact-pop-windows .txt{
        padding: 80px 9px;
        width: 90%;
    }
    /*========== News ==========*/
    .news-list {
        padding: 0;
        padding-bottom:150px;
    }
    .news-list .news-box {
        padding: 15px 0 35px 0;
    }
    .news-list .news-box .pic {
        border: none;
        width: 100%;
        position: relative;
        margin: 20px auto;
        padding-bottom: 71.46%;
    }
    .news-list .news-box .pic:after {
        content: "";
    }
    .news-list .news-box .content {
        width: 100%;
        padding-left: 0px;
        height: auto;
    }
    .news-list .news-box .content .more {
        position: static;
        margin: auto;
        display: block;
        text-align: center;
        padding: 7px;
        font-size: 14px;
    }
    /*========== Products ==========*/
    .pro-list {
        padding: 0;
        padding-bottom:200px;
    }
    .pro-list .pro-box .pic-block {
        margin: 30px 0;
    }
    .pro-list .pro-box .pic-block .big-pic {
        width: 100%;
        float: none;
    }
    .pro-list .pro-box .pic-block .small-pic {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 0;
    }
    .pro-list .pro-box .pic-block .small-pic .pic {
        width: 30%;
        display: inline-block;
        padding-bottom: 22.146%;
        margin: 6px 2.5px;
    }
    .pro-list .title-box .specification-table {
        display: none;
    }
    .pro-list .phone-title-box{
        display: block;
    }
    .pop-up-window .box{
        padding: 40px;
    }
    .pop-up-window.news-window .box{
        width:500px;
    }
    .pop-up-window.news-window .box .txt{
        height: 240px;
    }
    .pop-up-window.pros-window .box{
        width:500px;
    }
    .news-list .news-box .content .txt{
        height: auto;
    }
     #EN .news-list .news-box .content .txt{
        height: auto;
    }
    .news-list .news-box .content .more{
        padding-bottom:30px;
    }
}

@media (max-width: 640px) {
    .contact-content-section .content-block .contact-form .form-list {
        margin: 10px auto;
        display: block;
    }
    .contact-content-section .content-block .contact-form .form-list1,
    .contact-content-section .content-block .contact-form .form-list2,
    .contact-content-section .content-block .contact-form .form-list3,
    .contact-content-section .content-block .contact-form .form-list4 {
        width: 100%;
    }
    .contact-content-section .content-block .contact-form .form-list5 {
        width: 100%;
    }
    .contact-content-section .content-block .contact-form .form-list6 input {
        width: 80%;
    }
    .contact-content-section .content-block .contact-form .btn-list {
        margin-top: 30px;
    }
    .index-news-block .index-news-box {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .pop-up-window.news-window .box{
        width:350px;
        height: 500px;
    }
    .pop-up-window.news-window .box .txt{
        height: 160px;
    }
    .pop-up-window.pros-window .box{
        width:350px;
        height: 500px;
    }
    .pop-up-window.pros-window .box .box-over-scroll{
        height: 350px;
    }
    .pop-up-window .box .esc{
        right:15px;
        top:15px;
    }
    .contact-content-section .content-block .contact-form .btn-list ul li.send_btn button {
        background: #fff;
        border: 1px solid #627eaa;
        color: #627eaa;
        transition: .3s;
        width:90px;
    }

    .contact-content-section .content-block .contact-form .btn-list ul li.send_btn button:hover {
        color: #fff;
        background: #627eaa;
    }
    .contact-content-section .content-block .contact-form .btn-list ul li.reset_btn button {
        display: none;
    }

}
@media (max-width: 480px) {
    .contact-content-section{background: none;}
    .contact-content-section .content-block{
        margin: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #B7C8C8;
        margin-bottom: 40px;
    }
    .contact-content-section .content-block .contact-form .form-list6 input {
        width: 65%;
    }
    .contact-content-section .content-block .company-logo{display: none;}
    footer{
        font-size: 14px;
    }
    footer .tel,
    footer .fax,
    footer .address,
    footer .email {
            margin: 5px 15px 5px 15px;
        display:inline-block;
    }
    footer .address:before{
        display: none;
    }
    footer .copyright {
        margin-bottom: 5px;
    }
    footer .iware {
        margin-top:10px;
    }
    .index-about-block{
        padding:0;
    }
    .index-news-block .index-news-box .more{
        text-align: center;
    }
    .index-ad-block .more {
        text-align: center;
    }
    .index-content-section{
        padding: 30px 40px;
    }
    .pop-up-window.pros-window .box .pros-pic-block{
        margin-right:20px;
    }
    .index-banner-section{
        padding: 0;
    }

    .news-list .news-box .slick-arrow.slick-next{
        right:-40px
    }
    .news-list .news-box .slick-arrow.slick-prev{
        left:-40px
    }
    header .lang-select-block li a{
        width: 50px;
        height: 26px;

    }
}

@media (max-width: 460px) {
    /*header .logo-block {
        width: 70%;
        padding-left:10px;
    }*/
    header .logo-block a {
        width: 100%;
        background-size: contain;
        background-position: center;
    }
    /*header .info-block{
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    header .info-block li {
        margin-right: 15px;
        font-size: 14px;
    }
     header .info-block li a {
        font-size: 14px;
    }*/
}

@media (max-width: 400px) {
    .pop-up-window .slick-arrow {
        top: 33%;
    }

}

@media (max-width: 360px) {
    header .logo-block{
        padding: 0 10px;
    }
    header .logo-padding{
        padding: 10px 5px;
    }
    header .info-block{
        margin-right: 10px;
    }

}
.phone-aside-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    transition: .3s;
    z-index: 99999;
}

.phone-aside-menu.active {
    display: block;
}

.phone-aside-menu.active + footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .3s;
}

.phone-aside-menu.active + footer.active {
    display: block;
}

.phone-aside-menu .menu-arrow {
    background: #3c5f99;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.phone-aside-menu .menu-arrow .word {
   display: none;
}
.phone-aside-menu .menu-arrow img {
   margin:auto;
}

.phone-aside-menu .menu-arrow.active {
    background: #8EA3C1;
}
.phone-aside-menu .menu-arrow.active img{
    transform:rotate(180deg);
}

.phone-aside-menu .menu-arrow.active + ul {
    display: block;
    max-height: 322px;
    overflow: auto;
}

.phone-aside-menu ul {
    background: rgba(245, 247, 250, .95);
    display: none;
    transition: .3s;
}

.phone-aside-menu ul li {}

.phone-aside-menu ul li a {
    color: #3C5F99;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-weight: bold;
    position: relative;
}

/*.phone-aside-menu ul li a:after {
    content: "";
    display: block;
    height: 1px;
    width: 70%;
    background: #3C5F99;
    position: absolute;
    left: 15%;
    bottom: 0;
}

.phone-aside-menu ul li:last-child a:after {
    display: none;
}
*/
.phone-aside-menu ul li a:hover {
    color: #DB3731;
}


.news-detail-block{
    padding: 40px 20px;
    width: 800px;
    max-width: 100%;
    margin:auto;
}

.news-detail-block .title{
    font-size: 22px;
    padding-bottom: 40px;
    font-weight: bold;
    color: #3C5F99;
    text-align: center;
}

.news-detail-block .pic-block{
    font-size: 22px;
    padding-bottom: 40px;
    font-weight: bold;
    color: #3C5F99;
    text-align: center;
}

.news-detail-block .pic-block ul li{
}
.news-detail-block .pic-block ul li img{
    display: block;
    max-width: 100%;
    margin:auto;
}