@charset "UTF-8";

@font-face {
    font-family: 'CenturyGothic';
    src: url('/fonts/CENTURY GOTHIC.eot');
    src: url('/fonts/CENTURY GOTHIC.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CENTURY GOTHIC.woff2') format('woff2'),
         url('/fonts/CENTURY GOTHIC.woff') format('woff'),
         url('/fonts/CENTURY GOTHIC.ttf') format('truetype'),
         url('/fonts/CENTURY GOTHIC.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('/fonts/CENTURYGOTHICBOLD.eot');
    src: url('/fonts/CENTURYGOTHICBOLD.eot?#iefix') format('embedded-opentype'),
         url('/fonts/CENTURYGOTHICBOLD.woff2') format('woff2'),
         url('/fonts/CENTURYGOTHICBOLD.woff') format('woff'),
         url('/fonts/CENTURYGOTHICBOLD.ttf') format('truetype'),
         url('/fonts/CENTURYGOTHICBOLD.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GOTHICBI_0';
    src: url('/fonts/GOTHICBI_0.eot');
    src: url('/fonts/GOTHICBI_0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GOTHICBI_0.woff2') format('woff2'),
         url('/fonts/GOTHICBI_0.woff') format('woff'),
         url('/fonts/GOTHICBI_0.ttf') format('truetype'),
         url('/fonts/GOTHICBI_0.svg#GOTHICBI_0') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GOTHICI_0';
    src: url('/fonts/GOTHICI_0.eot');
    src: url('/fonts/GOTHICI_0.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GOTHICI_0.woff2') format('woff2'),
         url('/fonts/GOTHICI_0.woff') format('woff'),
         url('/fonts/GOTHICI_0.ttf') format('truetype'),
         url('/fonts/GOTHICI_0.svg#GOTHICI_0') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0px;
	padding: 0px;
}
html{}
body{
	font-size: 16px;
	font-family: 'CenturyGothic';
	font-weight: normal;
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
}
ul{
	list-style-type: none;
}
a,a:hover{
	text-decoration: none;
}
img{
	border: none;
}
.main-width{
	margin: auto;
	width: 1200px;
}
.clearfix{
	clear: both;
}
.lfloat {
    float: left;
}
.rfloat {
    float: right;
}

/*home*/
.header {}
.header-top {
	color: #fff;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	background-color: #1B1825;
}
.header-top p {
	width: 400px;
	float: left;
}
.header-top ul {
	float: right;
}
.header-top ul li {
	float: left;
}
.header-top ul li.socials {
	margin-left: 20px;
}
.header-top ul li.socials a {
	display: block;
}
.header-top ul li.socials a img {
	vertical-align: middle;
}
.header-top ul li.lang {
	margin-left: 37px;
}
.header-top ul li.lang a {
	color: #fff;
	font-family: 'CenturyGothic-Bold';
}
.header-top ul li.search-bar {
	position: relative;
	margin-left: 29px;
}
.header-top ul li.search-bar input {
	border: none;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	padding-left: 5px;
	background-color: #ADACAC;
	color: #F2F2F2;
}
.header-top ul li.search-bar input::-webkit-input-placeholder { 
	/* WebKit, Blink, Edge */    
	color: #F2F2F2;
}
.header-top ul li.search-bar input:-moz-placeholder {
 	/* Mozilla Firefox 4 to 18 */   
 	color: #F2F2F2;
}
.header-top ul li.search-bar input::-moz-placeholder {
 	/* Mozilla Firefox 19+ */   
 	color: #F2F2F2;
}
.header-top ul li.search-bar input:-ms-input-placeholder {
 	/* Internet Explorer 10-11 */   
 	color: #F2F2F2;
}
.header-top ul li.search-bar a {
	position: absolute;
	top: 6px;
	right: 10px;
    cursor: pointer;
}
.dropdown-btn {
    display: none;
}
.nav {
	height: 134px;
    position: relative;
}
.nav > ul > li {
	float: left;
	height: 134px;
    line-height: 134px;
	margin-left: 30px;
}
.nav > ul > li > a {
	color: #848484;
	font-size: 25px;
	font-weight: 400;
}
.nav > ul > li > a:hover {
    color: #0462C1;
}
.nav > ul > li:nth-child(1) {
	margin-top: auto;
	margin-left: 0;
	margin-right: 15px;
	width: 319px;
	height: 134px;
}
.nav > ul > li:nth-child(1) a {
	display: block;
	height: 134px;
	line-height: 134px;
}
.nav > ul > li:nth-child(1) > a > img {
	vertical-align: middle;
}
.nav > ul > li > div.sub-nav-wrapper {
    position: absolute;
    top: 110px;
    left: 0px;
    background: #0462C1;
    z-index: 9998;
    width: 100%;
    height: 50px;
    display: none;
}
.nav > ul > li > div.sub-nav-wrapper > ul {
    /*position: absolute;
    top: 110px;
    left: 0px;
    background: #0462C1;
    z-index: 9999;
    width: 1200px;
    height: 50px;
    display: none;*/
    width: 1200px;
    margin: 0 auto;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li {
    width: 220px;
    float: left;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li:nth-child(1) {
    width: 360px;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > a:hover {
    color: #fff;
    background: #56A9FC;
}
.nav > ul > li:hover > div.sub-nav-wrapper{
    display: block;
}
/*third nav*/
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul {
   background: #fff;
   display: none;
   position:relative;
   width: 650px;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li > a {
    display: block;
    color:#0462C1;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 20px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    width: 310px;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li > a:hover {
    background: #56A9FC;
    color: #fff;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li:hover > ul{
    display: block;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li > ul {
    position: absolute;
    left:350px;
    width: 290px;
    top:0;
    background: #fff;
    display: none;
    min-height: 400px;
    padding-left: 10px;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li:nth-of-type(3) > ul > li > ul {
    position: absolute;
    left:350px;
    width: 290px;
    top:0;
    background: #fff;
    display: none;
    min-height: 550px;
    padding-left: 10px;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li > ul > li {
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li > ul > li > a {
    display: block;
    width:100%;
    height: 50px;
    color:#0462C1;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li > ul > li > a:hover {
    background: #56A9FC;
    color: #fff;
}
.nav > ul > li > div.sub-nav-wrapper > ul > li > ul > li:hover > ul{
    display: block;
    transition-delay:999s;
}
/*banner*/
.banner {
	position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 600px;
}
.banner-application {
    height: 450px;
}
.banner .swiper-slide {
    position: relative;
    background-color: #1b1825;
    height: 600px;
}
.banner-application .swiper-slide {
    height: 450px;
}
.banner .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
    /*mix-blend-mode: luminosity;*/
    opacity: .3;
}
.main-slider-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
}
.banner .swiper-slide-active .main-slider-shape {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}
.banner .main-slider-content-wrapper {
    position: relative;
    padding-top: 150px;
    /*padding-bottom: 235px;*/
    z-index: 30;
}
.main-slider-content {
    position: relative;
    display: block;
    z-index: 30;
}
.banner h2 {
    margin: 0;
    margin-bottom: 32px;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 63px;
    font-family: 'CenturyGothic-Bold';
    line-height: 90px;
    letter-spacing: -0.02em;
    z-index: 30;
}

.banner p {
    font-size: 35px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    margin-top: 75px;
    opacity: 0.8;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
    z-index: 30;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #1989fb;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 30px 25px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.2em;
    z-index: 1;
    margin-top: 84px;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #1b1825;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.thm-btn:hover {
    color: #fff;
}

.banner .thm-btn {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.banner .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.banner .swiper-slide-active .thm-btn,
.banner .swiper-slide-active p,
.banner .swiper-slide-active h2,
.banner .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}
#main-slider-pagination {
    z-index: 10;
    bottom: 21px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.4;
    background-color: #fff;
    transition: all 500ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 10px;
}

#main-slider-pagination .swiper-pagination-bullet {
    margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    opacity: 1;
}

.h2-wrapper {
    margin-top: 58px;
}
.h2-wrapper h2 {
    position: relative;
    color: #2D2D2D;
    font-size: 38px;
    text-align: center;
    padding-bottom: 26px;
}
.h2-wrapper h2:after {
    position: absolute;
    content: '';
    background: #1989FB;
    width: 150px;
    height: 2px;
    top:70px;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
}
.application-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.application-box > div {
    width: 580px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.application-box > div > a {
    display: block;
    width: 100%;
}
.application-box > div > a:nth-child(2) {
    margin-top: 29px;
    color: #666666;
    font-size: 28px;
}
.application-box > div > a:nth-child(1) img {
    display: block;
    width: 100%;
}
.application-box > div > a:nth-child(1) {
    border: 1px solid #fff;
}
.application-box > div > a:nth-child(1):hover {
    border: 1px solid #1989FB;
}
.application-box > div > a:nth-child(2):hover {
    color: #1989FB;
}
.application-box > div > div {
    display: none;
    position: absolute;
    top: 0; 
    left: 0;
    background: #000;
    opacity: 0.5;
    width: 550px;
    height: 320px;
    padding: 10px 15px 0px 15px;
}
.application-box > div > div > p {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    line-height: 30px;
}
.application-box div.applications-box-float:nth-child(odd) {
    float: right;
}
.application-box div.applications-box-float:nth-child(even) {
    float: left;
}
.brand-box {
    margin-top: 58px;
}
.brand-box-flex-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
a.brand-box-item {
    display: block;
    width: 280px;
    height: 140px;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
a.brand-box-item:hover {
    border: 1px solid #1989FB;
}
/*footer*/
.footer {
    margin-top: 60px;
    padding-top: 40px;
    background-image: url(/images/footer-bg.png);
    width: 100%;
    height: 520px;
    color: #fff;
}
.footer p.company-name {
    text-align: center;
    font-family: 'CenturyGothic-Bold';
    font-size: 32px;
    line-height: 54px;
}
.footer p.slogan {
    text-align: center;
    font-size: 28px;
    line-height: 54px;
}
.footer-nav-wrapper {
    margin-top: 22px;
    border-top: 2px solid;
    border-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.00) 0%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.00) 99%) 2 2 2 2;
    border-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.00) 0%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.00) 99%) 2 2 2 2;
    border-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%,rgba(255,255,255,1) 50%, rgba(255,255,255,0.00) 99%) 2 2 2 2;
}
a.footer-nav-item {
    display: block;
    color: #fff;
    font-size: 24px;
    margin: 0 15px;
}
.contact {
    margin-top: 48px;
    width: 450px;
}
.contact-item-1 {
    /*width: 400px;*/
}
.contact-item-1 img {
    margin-top: 18px;
}
.contact-item-1 p {
    font-size: 16px;
    line-height: 25px;
}
.contact-item-2 {
    margin-top: 40px;
}
.contact-item-3 {
    margin-top: 44px;
}
.contact-item-2 > div a, .contact-item-3 > div a {
        color: #fff;
    }
.contact-item-left-margin {
    margin-left: 20px;
}
.nav-quicklink {
    margin-top: 45px;
    width: 116px;
}
.footer-links {
    display: none;
}
.nav-applications {
    margin-top: 45px;
    width: 180px;
}
.nav-products {
    margin-top: 45px;
    width: 180px;
}
.nav-quicklink {
    margin-left: 40px;
}
.nav-applications {
    margin-left: 120px;
}
.nav-products {
    margin-left: 90px;
}
.nav-quicklink span,.nav-applications span,.nav-products span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 38px;
}
.nav-quicklink a,.nav-applications a,.nav-products a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}
.footer p.copyright {
    text-align: center;
    margin-top: 45px;
    font-size: 20px;
}

/*product*/
.product-banner {
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #0354A6, #0064C9);
}
.product-banner h1,.product-banner span {
    font-size: 50px;
    color: #fff;
    line-height: 200px;
    font-weight: 400;
}
.product-banner img {
   margin-top: 20px;
}
.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-list .product-item {
    width: 280px;
    margin-top: 50px;
    margin-left: 25px;
}
.product-list .product-item:hover a:nth-child(1)  {
    border: 1px solid #1989FB;
}
.product-list .product-item:hover a:nth-child(2)  {
    color: #1989FB;
}
.product-list .product-item:nth-child(4n-3){
    margin-left: 0px;
}
.product-list .product-item a:nth-child(1) {
    display: block;
    border: 1px solid #fff;
    width: 280px;
    height: 280px;
}
.product-list .product-item a:nth-child(1) img {
    display: block;
    width: 100%;
    height: 100%;
}
/*.product-list .product-item a:nth-child(1):hover {
    border: 1px solid #1989FB;
}*/
.product-list .product-item a:nth-child(2) {
    display: block;
    color: #666666;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
/*.product-list .product-item a:nth-child(2):hover {
    color: #1989FB;
}*/
/*application-detail*/
.recom-title {
    font-size: 38px;
    font-weight: 400;
    color: #117FEF;
    line-height: 33px;
    margin-top: 100px;
}
.application-introduce {
    margin-top: 57px;
    color: #333333;
    font-size: 24px;
    line-height: 37px;
}
.application-introduce h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.application-introduce td:nth-child(1),.application-introduce td:nth-child(3) {
    width: 48%;
    vertical-align: top;
    text-align: left;
}
/*honor*/
.honors-box {
    margin-top: 58px;
}
.summary {
    margin: 29px auto;
    width: 875px;
}
.summary p {
    font-size: 24px;
    text-align: center;
    color: #706F6F;
    line-height: 33px;
}
.honor1, .honor2 {
    width: 600px;
    height: 500px;
}
.honor1 img, .honor2 img {
    width: 100%;
    height: 100%;
}
.honor3, .honor4, .honor5 {
    width: 400px;
    height: 300px;
}
.honor3 img, .honor4 img, .honor5 img {
    width: 100%;
    height: 100%;
}
.honors {
    position: relative;
}
.honor1 div.honors-dropdown, .honor2 div.honors-dropdown {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.5;
    width: 540px;
    height: 440px;
    padding: 30px 30px;
    
}
.honor1 div.honors-dropdown p, .honor2 div.honors-dropdown p {
    position:absolute;
    color: #fff;
    text-align: left;
    line-height: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.honor3 div.honors-dropdown, .honor4 div.honors-dropdown, .honor5 div.honors-dropdown {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.5;
    width: 380px;
    height: 280px;
    padding: 10px 10px;
}
.honor3 div.honors-dropdown p, .honor4 div.honors-dropdown p, .honor5 div.honors-dropdown p {
     position:absolute;
    color: #fff;
    text-align: left;
    line-height: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*services*/
.services-item-left {
    width: 400px;
    height: 360px;
}
.services-item-left a {
    display: block;
    width: 400px;
    height: 360px;
    border: 1px solid #fff;
}
.services-item-left a img {
    width: 100%;
}
.services-item-left a:hover {
    border: 1px solid #1989FB;
}
.services-item-right {
    width: 757px;
    margin-left: 40px;
}
.services-item-right a {
    display: block;
    color: #3D3D3D;
    font-size: 30px;
}
.services-item-right a:hover {
    color: #1989FB;
}
.services-item-right p {
    color: #666666;
    font-size: 24px;
    margin-top: 35px;
    line-height: 42px;
}
.services-item {
    margin-bottom: 40px;
}
/*about*/
.about-summary {
    margin-top: 40px;
}
.about-summary p {
    color: #666;
    font-size: 24px;
    text-align: justify;
    line-height: 42px;
}
/*contact*/
.contact-box {
    margin-top: 40px;
}
.map-box {
    width: 700px;
    height: 500px;
}
.contact-detail-box {
    margin-left: 70px;
}
.contact-email-img {

}
.contact-email-content, .contact-pos-content {
    margin-left: 15px;
}
.contact-email-content span,.contact-pos-content span {
    font-size: 28px;
    color: #373737;
}
.contact-email-content p {
    font-size: 22px;
    color: #686868;
    line-height: 57px;
    width: 260px;
}
.contact-pos-content p {
    font-size: 16px;
    color: #686868;
    line-height: 24px;
    width: 260px;
}
.contact-tel {
    margin: 90px 0px;
}
.contact-form {
    margin-top: 100px;
}
.form-input {
    width: 570px;
    height: 60px;
    margin-bottom: 40px;
}
.form-input input {
    width: 530px;
    height: 100%;
    border: 1px solid #E3E3E3;
    padding-left: 20px;
    line-height: 1;
}
.form-input:nth-child(odd) {
    float: left;
}
.form-input:nth-child(even) {
    float: right;
}
.form-textarea {
    width: 1180px;
    height: 300px;
}
.form-textarea textarea {
    padding: 20px 20px;
    width: 1140px;
    height: 260px;
    border: 1px solid #E3E3E3;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #939393;
    font-size: 20px;
    font-family: 'CenturyGothic';
}
input::-moz-placeholder,textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #939393;
    font-size: 20px;
    font-family: 'CenturyGothic';
}
input:-moz-placeholder,textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #939393;
    font-size: 20px;
    font-family: 'CenturyGothic';
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #939393;
    font-size: 20px;
    font-family: 'CenturyGothic';
}
.form-btn {
    margin-top: 40px;
}
.form-btn button {
    background: #157CE4;
    color: #fff;
    padding: 20px 40px;
    border: none;
    font-size: 22px;
    border-radius: 6px;
}
/*product-detail*/
.product-detail-banner-background {
    position: relative;
    padding-top: 9px;
    background: #F5F5F5;
    width: 100%;
    height: 450px;
}
.breadcrumb {
    margin-top: 14px;
    color: #5E5E5E;
}
.breadcrumb a {
    color: #5E5E5E;
}
.breadcrumb span {
    font-size: 19px;
    color: #0462C1;
}
.title-left {
    width: 570px;
    margin-top: 49px;
}
.title-left h1 {
    font-size: 35px;
    font-weight: 400;
    color: #414141;
    line-height: 59px;
}
.title-left p {
    margin-top: 44px;
    font-size: 24px;
    font-weight: 400;
    color: #606060;
    line-height: 46px;
}
.img-right {
    position: relative;
    margin-top: 23px;
    width: 580px;
    margin-left: 48px;
    z-index: 999;
}
.backgroud-line {
    position: relative;
    width: 100%;
    height: 30px;
    background: #0351A1;
    z-index: 1;
}
.introduction {
    margin-top: 100px;
}
.introduction span {
    font-size: 30px;
    font-weight: 400;
    color: #414141;
    line-height: 59px;
}
.introduction p {
    font-size: 24px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 50px;
}
.product-detail ul {
    margin-top: 98px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #A8A8A8;
    width: 100%;
}
.product-detail ul li {
    text-align: center;
    width: 140px;
    padding-bottom: 19px;
}
.product-detail ul li.active {
    border-bottom: 2px solid #0351A1;
}
.product-detail ul li:hover {
    cursor: pointer;
}
.product-detail ul li img {
    width: 50px;
    height: 50px;
}
.product-detail ul li span {
    display: block;
    margin-top: 26px;
}
.product-detail-swiper {
    padding-top: 30px;
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    color: #7D7D7D;
}
.product-list2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-list2 .product-item {
    width: 220px;
    margin-left: 24px;
    margin-top: 34px;
}
.product-list2 .product-item:nth-child(1) {
    margin-left: 0px;
}
.product-list2 .product-item a:nth-child(1) {
    display: block;
    border: 1px solid #fff;
    width: 220px;
    height: 220px;
}
.product-list2 .product-item a:nth-child(1) img {
    display: block;
    width: 100%;
    height: 100%;
}
.product-list2 .product-item a:nth-child(1):hover {
    border: 1px solid #1989FB;
}
.product-list2 .product-item a:nth-child(2) {
    display: block;
    color: #4B4B4C;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
.product-list2 .product-item a:nth-child(2):hover {
    color: #0351A1;
}
.recom-title2 {
    font-size: 34px;
    font-weight: 400;
    color: #0351A1;
    line-height: 57px;
    margin-top: 100px;
}
.paging {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
 }
ul.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination li {
    margin: 0px 5px;
    width: 40px;
    heigth: 43px;
}
.pagination li a,.pagination li span {
    display: block;
    color: #666;
    padding: 10px 15px;
    border: 1px solid #fff;
}
.pagination li a:hover {
    border: 1px solid #1989FB;
}
.pagination li.disabled {
    background: #f0f0f0;
}
.pagination li.active {
    border: 1px solid #1989FB;
}
.pagination li.active span {
    
}

/*application new*/
.application-box-index {
    margin-top: 58px;
}
.application-index-item-left {
    width: 480px;
    height: 340px;
}
.application-index-item-left a {
    display: block;
    width: 480px;
    height: 340px;
    /*border: 1px solid #fff;*/
}
.application-index-item-left a img {
    width: 100%;
}
.application-index-item-left a:hover {
    /*border: 1px solid #1989FB;*/
}
.application-index-item-right {
    width: 670px;
    margin-left: 40px;
}
.application-index-item-right a {
    display: block;
    color: #3D3D3D;
    font-size: 30px;
}
.application-index-item-right a:hover {
    color: #1989FB;
}
.application-index-item-right p {
    color: #666666;
    font-size: 24px;
    margin-top: 35px;
    line-height: 42px;
}
.application-index-item {
    margin-top: 40px;
}
.third-applications {
    margin-top: 34px;
}
.third-applications ul li {
    width: 580px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}
.third-applications ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #6bb4ff;
}
.third-applications ul li a:hover {
    background: #117ff0;
}
.third-applications ul li a.hover {
    background: #117ff0;
}
.third-applications ul li:nth-child(2n-1) {
    float:left;
}
.third-applications ul li:nth-child(2n) {
    float:right;
}

@font-face {
  font-family: "iconfont2"; /* Project id 3545024 */
  src: url('/fonts/iconfont2.woff2?t=1658731627318') format('woff2'),
       url('/fonts/iconfont2.woff?t=1658731627318') format('woff'),
       url('/fonts/iconfont2.ttf?t=1658731627318') format('truetype');
}

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-dianhua:before {
  content: "\e797";
}

.icon2-youjian_o:before {
  content: "\ebca";
}
.sticky-menu {
    position: fixed;
    right: 0;
    width: 80px;
    display: flex;
    flex-direction: column;
    height: 180px;
    top: 36%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.sticky-menu a {
    width: 80px;
    height: 80px;
    background-color: #fff;
    /*opacity: .3;*/
    align-items: center;
    justify-content: center;
    display: flex;
}
.sticky-menu span {
    font-size: 90px;
    color: #ff001a;
}
.sticky-menu a:nth-child(2) span {
    font-size: 76px;
}
/*certificate*/
.certificate-box {
    margin-top: 58px;
}
.certificate-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.certificate-item {
    width: 240px;
}
.certificate-item img {
    width: 100%;
}
.sticky-small {
    display: none;
}
.cookie-box {
    width: 100%;
    height: 54px;
    line-height:54px;
    position: fixed;
    bottom:0;
    left:0;
    background:#1989FB;
    z-index:999999999999;
    display:none;
}
.cookie-box p {
    width:1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}
.cookie-box p > a {
    color:#fff;
}
.cookie-box p > a:nth-child(1){
    text-decoration: underline;
}
.cookie-box p > a:nth-child(2){
    color: #fff;
    float:right;
}