﻿/* CSS Document */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; list-style: none; }

    html {
        font-size: 62.5%;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
html, body { 
    height: 100%; 
    /*-webkit-user-select: none;*/ /* Safari */
   /* -ms-user-select: none;*/ /* IE 10+ and Edge */
    /*user-select: none; *//* Standard syntax */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
body { margin: 0 auto; padding: 0; font-family: Arial,'Microsoft YaHei'; font-size: 16px; color: #666; line-height: 1.6; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #333; }
a:focus, a:hover { color: #b30000; text-decoration: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
img { border: 0; vertical-align: middle; max-width: 100%; border: none; margin: 0; }
svg:not(:root) { overflow: hidden; }
em, i { font-style: normal; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
html, button, input, select, textarea { font-family: "Microsoft YaHei"; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; font-weight: normal; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
li { list-style: none; }
ul, ol { list-style: none outside none; }
.fl { float: left; }
.fr { float: right; }
.left { float: left; }
.right { float: right; }
.tr { text-align: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.clear { clear: both; height: 0px; line-height: 0px; zoom: 1; }
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.rel { position: relative; }
.abs { position: absolute; }
.ov { overflow: hidden; }
p { margin-bottom: 15px; }
.tran3s { transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
input, textarea { font-family: "Microsoft yahei"; font-size: 0.14rem; color: #fff; border: none; outline: medium none; }
.wrapper { overflow: hidden; }
.container { width: 1200px; margin: 0 auto;}
::-ms-clear{display: none;}
::-ms-reveal{display: none;}
::-o-clear{display: none;}

/* 头部 */
#header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: linear-gradient(#032659, rgba(0, 0, 0, 0));
}
.header-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 107px; padding:10px 20px 0 20px;
}
#globalnav.header-inner-bg {
    background: rgba(0, 0, 0, .3);
}
/* .nav{
    padding: 0 100px;
} */
.nav .menu{
   /* margin-top: 21px;*/
}
.indextopul{
	/*margin-top: 21px;*/
	}
.nav .menu .menu-item{
    position: relative;
    padding: 21px;
}
.nav .menu .menu-item-link{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.header-inner{
    position: relative;
}
.header-inner .msg {
    margin-top: 21px;
    color: #fff;
    font-size: 16px;
}
.header-inner .msg .search {
    margin-right: 30px;
    cursor: pointer;
}
.header-inner .msg .icon{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 14px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-inner .msg .icon-search{
    background-image: url('../images/icon/icon_search.png');
}
.header-inner .msg .icon-phone{
    background-image: url('../images/icon/icon_phone.png');
}
.globalsearch{
    display: none;
}
.globalsearch{ 
    position: absolute; top:100px; right:0;width: 280px;padding:15px;z-index: 99; background:#0065b4;
}
.globalsearch .warp{ 
    background: #fff;
}
.globalsearch .search-btn { 
    float: right;   border: 0 none; 
}
.globalsearch #q { 
    float: left;  border: 0 none; width: calc(92% - 40px); padding: 10px; line-height: 18px; 
    background: #fff;border:1px solid #fff; color: #333; font: 300 12px/18px microsoft yahei;  
}
.globalsearch .search-btn { 
    width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: #fff url('/cn/images/icon/icon_sear.png') no-repeat center;
}
/*.dropdown{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #0065b4;
}
.dropdown a{
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
}*/
 .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #0065b4;
        top: 100%;
        min-width: 150px;
    }
 
   .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #0065b4;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width:100%;
        display: block;
        text-align: center;
    }
    
@media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px); padding-top: 0; }
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #0065b4;
    }   
    
.toggle-btn{
    display: none;
    position: absolute;
    right: 20px;
    transition: all 0.5s;
}
.gn-item-menu.active .toggle-btn{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 底部 */
.footer-top{
    padding: 60px 0 20px 0;
    background: url('/cn/images/bg/bg_footer.jpg') no-repeat top center;background-size: cover;
}
.footer-bottom{
    background-color: #0d1014;
}
.footer-top .container{
    display: flex;
}
.footer-top .menu,
.footer-top .menu .link{
    color: #c9c9d3;
}
.footer-top .menu{
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin: 0 106px 0 89px;
}
.footer-top .menu-item{
    flex: 1;
    margin-right: 60px;
}
.footer-top .menu-item:nth-child(2){
    flex: 3;
}
.footer-top .menu-item:last-child{
    margin-right: 0;
}
.footer-top .menu-item:nth-child(2) .menu-list-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top .menu-item:nth-child(2) .menu-list-item{
    min-width: 40%;
    flex: 1;
    white-space: nowrap;
    margin-right: 10px;
}
.footer-top .menu-item:nth-child(2) .menu-list-item:nth-child(2n){
    margin-right: 0;
}
.footer-top .menu-item .menu-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #5d6165;
    white-space: nowrap;
    font-size: 16px;
}
.footer-top .menu .link{
    font-size: 14px;
    white-space: nowrap;line-height: 2em;
}
.footer-top .qr{
    margin-right: 24px;
}
.footer-top .qr .text{
    margin-bottom:10px;margin-top:5px;
    text-align: center;
    font-size: 14px;
    color: #c9c9d3;
    white-space: nowrap;
}
.footer-top .qr img{width: 110px;}
.footer-bottom{
    padding: 34px 0;
    background-color: #0d1014;
    text-align: center;
}
.footer-bottom p{
    margin-bottom: 5px;
}

.container .cont-title{
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #000;
}
.container .white{
	color: #fff;
}
.container .title-cn{
	position: relative;
	z-index: 1;
}
.container .cont-title .title-en{
	position: absolute;
	color: #e7ebf2;
	opacity: 1;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	text-transform: uppercase;
	z-index: 0;
}
.container .cont-title .title-ot{
    font-size: 22px;
    font-weight: bold;
    color: #03418f;
}
.container .cont-title .title-opticty{
    opacity: .2;
}
.cont-left{
	position: relative;
}
.cont-left img{
	width: 100%;
}
.play{
	position: absolute;
	width: 52px;
	height: 52px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url('/cn/images/icon/icon_play.png') no-repeat;
	background-size: contain;
}
.pro-list{
	max-width: 1544px;
	margin: 62px auto 0 auto;
    overflow: hidden;
}
.pro-list .item {
	width: calc(20% - 25px);
	margin-right: 25px;
}
.pro-list .item:last-child {
	margin-right: 0;
}
.pro-list .item .pic{
	border: 1px solid #d6dbe0;
    overflow: hidden;width: 100%;    background-color: #fff;width: 288px;
}
.pro-list .item .pic{height: 240px;    text-align: center;    vertical-align: middle;
    display: table-cell;}
.pro-list .item .pic img{max-height: 95%;}
.pro-list .item .text{
	padding: 20px 0;
    overflow: hidden;
	text-align: center;
	color: #555555;
}
.pro-control{
	width: 312px;
	padding: 18px 0;
	margin: 30px auto 0 auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #03418f;
	border-radius: 50px;
}
.pro-control .icon{
	display: inline-block;
	width: 19px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
    outline: none;
}
.pro-control .prev{
	background-image: url('/cn/images/icon/icon_prev.png');
}
.pro-control .next{
	background-image: url('/cn/images/icon/icon_next.png');
}
.pro-control .text{
	padding: 0 36px;
	color: #fff;
}
.mobile-nav{
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
    width: 60px;
    height: 60px;
}
.scale-item img{
    transition: all 0.5s ease-in;
}
.scale-item:hover img{
    transform: scale(1.05);
}
.mb-detail-nav{
    display: none;
}

@media screen and (min-width: 1600px) {
	.container { 
		width: 1540px; 
	}
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 1200px) {
    .container { 
        width: 100%; 
        padding: 0 10px; 
        margin: 0 auto; 
    }
}

@media screen and (max-width: 1600px) {
    .header-inner .logo{
        width: 200px;
    }
    .header-inner{
        margin: 0; padding:0 20px;
    }
    .header-inner .msg{margin-top: 0;}
    #header-in .msg{padding-top: 20px!important;}
.footer-top .menu-item:nth-child(2) .menu-list-item{
    min-width: 100%;
    flex: 1;
    white-space: nowrap;
    margin-right: 10px;
}
}

@media screen and (max-width: 1366px) {
    .nav .menu,
    .msg{
        margin-top: 10px;
    }
    .nav .menu .menu-item-link,
    .msg{
        font-size: 14px;
    }
}

@media screen and (max-width: 1025px) {

}

@media screen and (max-width: 768px) {
    .header-inner .logo{
        width: 150px;
        margin-left: 10px;
    }
    .mobile-nav{
        display: block;
    }
	.container .title-cn{
		font-size: 20px;
        margin-bottom: 20px;
	}
	.container .cont-title{
		font-size: 20px;
	}
    .container > .cont-title{
        font-size: 30px;
    }
	.footer-top{
		display: none;
	}
    .footer-bottom{
        padding: 20px;
    }
    .pro-list{
        margin: 30px auto 0 auto;
    }
    .nav .menu .menu-item-link{
        color: #000;
    }
    .nav .menu .menu-item{
        padding: 10px 0;
    }
    .header-inner .msg{
        position: absolute;
        top: 0;
        right: 76px;
        padding-top: 0;
    }
    .globalsearch{
        top: 60px;
    }
    #header-in .menu .menu-item{
        padding: 10px;
    }
    #globalnav .gn-list .container{
        padding: 0;
    }
    #footer{
        font-size: 14px;
    }
.pro-list .item .pic{height: 140px;}
    .pro-list .item .text{
        font-size: 14px;
    }
    
    .dropdown{
        position: static;
    }
    .dropdown a{
        padding: 5px 0;
        text-indent: 2em;
    }
    .toggle-btn{
        display: block;
        top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .container .cont-title{
        font-size: 22px;
    }
    .container .cont-title .title-ot{
        font-size: 18px;
    }
    .container .cont-title .title-en{
        font-size: 16px;
    }
    .msg .search {
        display: none;
    }
    .header-inner .logo{
        width: 100px;
    }
    .header-inner .msg{
        margin-top: 14px;
    }
    .mobile-nav{
        top: 3px;
    }
    #globalnav .gn-list{
        top: 50px;
    }
    .mb-cont-menu .mb-nav-back{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
    }
    .mb-cont-menu .mb-menu-inner li {
        display: block;
        margin: 0;
        padding: 10px;
    }
    .mb-cont-menu .mb-menu-inner{
        display: none;
        position: absolute;
        width: 100%;
        max-height: 320px;
        overflow-y: auto;
        z-index: 10;
        padding: 0 10px;
    }
    .mb-cont-menu .mb-menu-inner li{
        background: #fff;
    }
    .mb-detail-nav{
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        margin: 0 10px;
        z-index: 2;
        font-size: 14px;
        /*border: 1px solid #dcdcdc;*/
        background: #fff;
    }
    .mb-detail-nav .title{
        font-size: 14px;
    }
    .mb-detail-nav .icon {
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        z-index: 1;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%)
    }
    .mb-detail-nav .icon::before,
    .mb-detail-nav .icon::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 12px;
        height: 1px;
        z-index: 1;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1);
        transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1),
        -ms-transform-origin 1s cubic-bezier(0.86, 0, 0.07, 1)
    }
    .mb-detail-nav .icon::before,
    .mb-detail-nav .icon::after {
        background: #333
    }
    .mb-detail-nav .icon::before {
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: rotate(40deg) scaleY(1.5);
        -ms-transform: rotate(40deg) scaleY(1.5);
        transform: rotate(40deg) scaleY(1.5);
        right: 50%
    }
    .mb-detail-nav .icon::after {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: rotate(-40deg) scaleY(1.5);
        -ms-transform: rotate(-40deg) scaleY(1.5);
        transform: rotate(-40deg) scaleY(1.5);
        left: 50%
    }
    .mb-cont-menu.active .mb-detail-nav .icon {
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    .mb-cont-menu.active .mb-detail-nav .icon::before {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: rotate(-40deg) scaleY(1.5);
        -ms-transform: rotate(-40deg) scaleY(1.5);
        transform: rotate(-40deg) scaleY(1.5)
    }
    .mb-cont-menu.active .mb-detail-nav .icon::after {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: rotate(40deg) scaleY(1.5);
        -ms-transform: rotate(40deg) scaleY(1.5);
        transform: rotate(40deg) scaleY(1.5)
    }
    .mb-detail-nav .menu-inner{
        position: absolute;
        top: 44px;
    }
}

@media screen and (max-width: 480px) {
}



/* ==========================================================================
   Pagination
   ========================================================================== */
#Lb_pager { margin-top: 30px;margin-bottom:20px; text-align: center;}
#Lb_pager .pages a { display: inline-block; background: #fff; margin: 0 3px; padding: 0 13px;color: #333; cursor: pointer; line-height: 30px; height: 30px;
    border:1px solid #cbcbcb;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
     }
#Lb_pager .pages .pgnext{padding: 0 15px; }
#Lb_pager .pages .pgcurrent { color: #fff;cursor: default;background-color: #0a5aa9;border-color: #0a5aa9;}
#Lb_pager .pages .pgempty { cursor: not-allowed;}
#Lb_pager .pages a:hover{color: #fff; text-decoration: none;background-color: #0a5aa9;border-color: #0a5aa9;}

.fl { float: left; }
.fr { float: right; }
/* clearfix */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1
}

.gotopbox{position:fixed;width:20px;height:59px;right:10px;bottom:200px;z-index:100;}

@media only screen and (max-width:768px) {
.gotopbox{display: none;}
}