﻿@charset "utf-8";
/* 初始化 */
.main-width{width: 1440px;margin: 0 auto;}
.other-banner img {
    width: 100%;
    height: auto;
}
.clearfix{zoom: 1;}
.clearfix:after{content: '';clear: both;display: block;height: 0;overflow: hidden;}
.box-siz{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.mar-top{margin-top: 100px;}

/* catalog-icon */
.catalog-icon{display: none;}

/* close-classify-btn */
.close-classify-btn {display: none;}

/* 列表页锚点定位 */
a#a-pro{display: block;width: 100%;height: 0;overflow: hidden;visibility: hidden;position: absolute;top: -66px;left: 0;}

/* 通用bread样式 */
.universal-bread.list-title{padding: 50px 0 25px;border-bottom: 1px solid #e3e3e3;margin-bottom: 30px}
.universal-bread.list-title h2{float: left;font-family:"Gotham-Bold";font-size: 30px;font-weight: bold;}
.universal-bread.list-title .bread{float: right;font-family:"GothamRounded-Light";font-size: 14px;background-color:#f6f6f6;color: #585858;}
.universal-bread.list-title .bread a,.universal-bread.list-title .bread span{color:#585858;}
.universal-bread.list-title .bread a:hover,.universal-bread.list-title .bread a:nth-last-child(1){color:#357490;}
.universal-bread.list-title .bread>.main-width{width: auto;}
/* End */

/* 列表页左栏通用样式 */
.classify{float: left;width: 260px;position: relative;}
.classify.flow{position: fixed;}
.classify>ul>li{border-bottom: 1px solid #e9e9e9;}
.classify>ul>li>a{display: block;line-height: 25px;font-family:"GothamRounded-Book";font-size: 18px;color: #000;position: relative;padding: 10px 25px 10px 0;}
.classify>ul>li>a:hover{color: #357490;}
.classify>ul>li>a i{display: block;width: 20px;height: 20px;position: absolute;top: 50%;margin-top: -10px;right: 25px;background: url('img/spirit.png') no-repeat -163px 6px;z-index: 999;}
.classify>ul>li>a.active{color: #357490;}
.classify>ul>li>a.active i{background-position: -180px 5px;}
.classify>ul>li>a.close i{background-position: -163px 6px;}
.classify ul.son-list>li>a{display: block;line-height: 20px;font-family:"GothamRounded-Book";font-size: 16px;color: #585858;padding: 10px 0;}
.classify ul.son-list>li>a:hover{color: #357490;}
.classify ul.son-list {margin-bottom: 10px;display: none;}
.classify ul.son-list>li>a.active{color: #357490;}
/* End */
.classify>ul>li>a.active1{color: #357490;}

/* 模态框 */
.modal-box {
    width: 100%;
    height: 100%;
    background: url(img/modal-bg.png) repeat left top;
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.modal-box.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.modal-box .content-box{position: relative;}
.modal-box a.close-modal-btn {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
}
/* 首页视频 */
.modal-box .video-box{
    width: 700px;
    height: 460px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 110px;
}
.modal-box .video-box a.close-modal-btn{right: -30px;top: 0;background: #fff;}
.modal-box .video-box a.close-modal-btn:hover{background: #357490;color: #fff;}
/* 产品详情询盘 */
.modal-box .inquiry-box {
    width: 580px;
    height: 380px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    top: 140px;
}
.modal-box .inquiry-box .con {
    width: 90%;
    margin: 0 auto;
}

.modal-box h2 {
    color: #357490;
    font-size: 24px;
    padding: 24px 0px;
}
.modal-box input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 0px;
    text-indent: 8px;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 10px;
    box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
}
.modal-box textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #CCC;
    box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
    overflow: auto;
    margin-bottom: 10px;
}
.modal-box button {
    display: block;
    width: 82px;
    height: 32px;
    background-color: #357490;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin-top: 20px;
    border: none;
}
/* End */


/* 导航 */
.header{background: #fff;box-shadow: 0 0 5px #999;width: 100%;z-index: 99999;position: fixed;top: 0;left: 0;}
.header .main-width{position: relative;}
.header .logo{position: absolute;top: 13px;left: 0;margin-right: 100px;z-index: 99999;}
.header .logo a{display: inline-block;width: 259px;}
.header .logo a img{width: 100%;height: auto;}
.nav {position: relative;text-align: center;height: 100px;}
.nav ul{display: inline-block; margin-left:100px;}
.nav>ul>li{float: left;margin-right: 60px;position: relative; }
.nav>ul>li:last-child{margin-right: 0;}
.nav>ul>li>a{font-family: "GothamRounded-Medium";font-size: 16px;line-height: 100px;text-transform: uppercase;}
.nav>ul>li.active>a{color: #357490;}
.header .search{float: left;display: inline-block;width: 24px;height: 24px;background: url('img/spirit.png') no-repeat 3px 3px;}
.header .search-lang>i{display: inline-block;float: left;width: 1px;height: 18px;background: #e0e0e0;margin: 0 30px;position: relative;top: 3px;}
.header .lang{position: relative;float: left;font-family: "GothamRounded-Medium";font-size: 16px;line-height: 24px;}
.header .lang>i{position: absolute;top: 50%;margin-top: -3px;right: 0;display: inline-block;width: 8px;height: 5px;background: url('img/spirit.png') no-repeat -25px 0;transition: all .3s;
    -moz-transition: all .3s; /* Firefox 4 */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */}
.header .lang>i.on{transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */}
.header .search-lang{position: absolute;right: 0;top: 50%;margin-top: -14px;}
.header .phone-menu{display: none;float: right;margin-top: 15px;position: absolute;right: 0;width: 48px;height: 40px;}
.header .phone-menu span{position: absolute;display: block;width: 48px;height: 3px;background: #357490;opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.header .phone-menu span:nth-child(1){top:0}
.header .phone-menu span:nth-child(2){top:8px}
.header .phone-menu span:nth-child(3){top:16px}
.header .phone-menu span:nth-child(4){top:24px}
.header .phone-menu span:nth-child(5){top:32px}
.header .phone-menu.open span:nth-child(1),.header .phone-menu.open span:nth-child(4),.header .phone-menu.open span:nth-child(5){opacity: 0;position: absolute;top: 0;left: 0;}
.header .phone-menu.open span:nth-child(2){-webkit-transform:rotate(45deg) translateY(10px) translateX(10px);transform:rotate(45deg) translateY(10px) translateX(10px);top: 4px;}
.header .phone-menu.open span:nth-child(3){-webkit-transform:rotate(-45deg) translateY(5px) translateX(-4px);transform:rotate(-45deg)  translateY(5px) translateX(-4px);top: 12px;}
.header.flow{position: fixed;top: 0;left: 0;z-index: 9999;width: 100%;}
.flow .logo a{width: 200px;}
.flow .logo{top: 3px;}
.flow .nav{height: 66px;}
.flow .nav>ul>li>a{line-height: 66px;}
.header .search-box {
    /* width: 180px; */
    width: 0;
    overflow: hidden;
    height: 32px;
    position: absolute;
    right: 87px;
    top: -6px;
    z-index: 999;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header .search-box.on{width: 140px;border: 1px solid #357490;}




.header .search-box1 {
    /* width: 180px; */
    width: 140px;
    overflow: hidden;
    height: 32px;
    position: absolute;
    right: 40px;
    top: -6px;
    z-index: 999;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header .search-box1{width: 140px;border: 1px solid #357490;}







.header .flow-input {
    width: 130px;
    background: #fff;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #666;
    padding: 8px 10px 8px 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}
.header .flow-btn{
    display: block;
    width: 24px;
    height: 24px;
    background: url('img/spirit.png') no-repeat 3px 3px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
.header .flow-btn:hover{background-position-x: -132px;}
/* .header .lang-box{position: absolute;top: 64px;right: -24px;display: none;width: 100%;background: #fff;text-align: center;z-index: 2;}
.header.flow .lang-box{top: 48px;}
.header .lang-box li a{display: block;font-family: "GothamRounded-Medium";font-size: 16px;line-height: 30px;background: #fff;color: #357490;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border: 1px solid #357490;}
.header .lang-box li:last-child a{border-top: none;}
.header .lang-box li a:hover{background: #357490;color: #ffff;} */
/* 产品下拉框 */
.nav>ul>li .son{position: absolute;top: 96px;left: 50%;margin-left: -100px;z-index: 9999;background-color: #fff;width: 200px;box-shadow: 0 0 5px #ccc;display: none;border-top: 4px solid #357490;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
.nav>ul>li>.son>li{border-bottom: 1px solid #e9e9e9;}
.nav>ul>li>.son>li:last-child{border-bottom:none;}
.nav>ul>li>.son>li>a{height:40px;line-height: 40px;display: block;"GothamRounded-Medium";font-size: 16px;}
.nav>ul>li>.son>li:last-child a{-webkit-border-bottom-left-radius: 5px;-moz-border-bottom-left-radius:5px;-o-border-bottom-left-radius:5px;-ms-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius: 5px;-moz-border-bottom-right-radius:5px;-o-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}
.nav>ul>li>.son>li>a:hover{background: #357490;color: #fff;}
/* 语言下拉框 */
.header .lang-box{position: absolute;top: 60px;right: -24px;display: none;z-index:9999;text-align: center;background-color: #fff;width: 100px;box-shadow: 0 0 5px #ccc;display: none;border-top: 4px solid #357490;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;}
.header .lang-box>li{border-bottom: 1px solid #e9e9e9;}
.header .lang-box>li:last-child{border-bottom:none;}
.header .lang-box>li:last-child a{-webkit-border-bottom-left-radius: 5px;-moz-border-bottom-left-radius:5px;-o-border-bottom-left-radius:5px;-ms-border-bottom-left-radius:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius: 5px;-moz-border-bottom-right-radius:5px;-o-border-bottom-right-radius:5px;-ms-border-bottom-right-radius:5px;border-bottom-right-radius:5px;}
.header .lang-box>li>a{height:40px;line-height: 40px;display: block;"GothamRounded-Medium";font-size: 16px;}
.header .lang-box>li>a:hover{background: #357490;color: #fff;}
.flow .nav>ul>li .son{top: 62px;}
.header.flow .lang-box{top:44px;}
/* End */


/* 首页 */
.index-main .slidebox{width: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.index-main .slidebox .slideshow ul{overflow: hidden;position: relative;}
.index-main .slidebox .slideshow ul li{float: left;}
.index-main .slidebox .slideshow ul li img{width: 100%;}
.index-main .slidebox .slidelist{position: absolute;width: 100%;left: 0;bottom: 0;height: 68px;background-color: rgba(0, 0, 0, 0.2)}
.index-main .slidebox .slidelist ul{position: absolute;left: 50%;margin-left: -70px;top: 50%;margin-top: -10px;}
.index-main .slidebox .slidelist ul li{float: left;margin-right: 20px;width: 20px;height: 20px;background: url('img/spirit.png') no-repeat -60px 5px;cursor: pointer;}
.index-main .slidebox .slidelist ul li:last-child{margin-right: 0;}
.index-main .slidebox .slidelist ul li.active{background-position: -40px 2px;}
.index-pro{position: relative;background: #f6f6f6;}
.index-pro h2{font-family: "Gotham-Bold";font-size: 30px;color: #000;text-align: center;padding: 50px 0;font-weight: bold;}
.index-pro h2 span{color: #ee1d23;}
.index-pro .slide-pro{position: relative;padding-bottom: 50px;}
.index-pro .slide-pic{overflow: hidden;}
.index-pro .slide-pic ul{width: 110%;}
.index-pro .slide-pic ul li{float: left;width: 460px;margin-right: 30px;position: relative;overflow: hidden;}
.index-pro .slide-pic ul li a>img{width: 100%;height: auto;transition: all .3s ease-out;}
.index-pro .slide-pic ul li p{font-family:"GothamRounded-Book";font-size: 20px;color: #fff;text-align: center;position: absolute;bottom: 0;left: 0;width: 100%;line-height: 50px;    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background: rgba(53,116,144, 0.4);}

.index-pro .slide-pic ul li:hover img{transform: scale(1.1,1.1);}
.index-pro .slide-pic ul li:hover p{background: rgba(53,116,144, 0.6);}
.index-pro .prev{width: 44px;height: 44px;position: absolute;top: 50%;margin-top: -22px;left: 15px;background: url('img/spirit.png') no-repeat 0 -30px;cursor: pointer;z-index: 99;}
.index-pro .next{width: 44px;height: 44px;position: absolute;top: 50%;margin-top: -22px;right: 15px;background: url('img/spirit.png') no-repeat -50px -30px;cursor: pointer;z-index: 99;}
.index-pro .slide-dot {width: 202px;position: absolute;bottom: 0;left: 50%;margin-left: -101px;}
.index-pro .slide-dot ul li{float: left;width: 62px;height: 5px;background-color: #323232;margin-right: 8px;cursor: pointer;
}
.index-pro .slide-dot ul li:last-child{margin-right: 0;}
.index-pro .slide-dot ul li.active{background: #357490;}
.index-about{background: #f6f6f6;padding-top: 45px;}
.index-about .content{width: 460px;height: 520px;;float: left;background: #fff;padding: 0 50px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.index-about .content:hover{box-shadow: 0 0 15px 0 #c9c9c9;}
.index-about .content:hover p{color: #357490;}
.index-about .content h2{font-family: "Gotham-Bold";font-size: 30px;color: #000;font-weight: bold;line-height: 60px;background: url('img/about-title.png') no-repeat 10px 4px;margin-top: 60px;}
.index-about .content h2 span{color: #ee1d23;}
.index-about .content .line{display: block;width: 34px;height: 6px;background: #dcdcdc;margin: 20px 0 30px;}
.index-about .content p{font-family:"GothamRounded-Book";font-size: 15px;color: #949494;}
.index-about .content a{display: block;width: 128px;height: 40px;line-height: 40px;border-radius: 50px;-moz-border-radius: 50px;color: #949494;font-family: "Gotham-Bold";font-size: 16px;text-align: center;margin-top: 60px;background: #f1f1f1;border-radius: 50px;-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.index-about .content a:hover{background: #357490;color: #fff;border-color: #357490;}
.index-about .video{display: block;width: 950px;float: right;position: relative;overflow: hidden;}
.index-about .video img{width: 100%;height: auto;transition: all .3s ease-out;}
.index-about .video span{display: inline-block;width: 106px;height: 106px;position: absolute;top: 50%;margin-top: -53px;left: 50%;margin-left: -53px;}
.index-about .video:hover>img{transform: scale(1.1,1.1);}
.index-news{background: #f6f6f6;}
.index-news .news-box{overflow: hidden;padding-bottom: 50px;}
.index-news h2{font-family: "Gotham-Bold";font-size: 30px;color: #000;text-align: center;padding: 50px 0;font-weight: bold;}
.index-news ul{width: 1470px;}
.index-news ul li{width: 460px;margin-right: 30px;float: left;background: #fff;padding: 0 18px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.index-news ul li .time{font-family: "Gotham-Bold";font-size: 16px;color: #4d4d4d;margin: 30px 0;}
.index-news ul li p a img{width: 100%;height: auto;transition: all .3s ease-out;}
.index-news ul li h3 {
    font-family: "GothamRnd-Medium";
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 20px 0 10px;
}
.index-news ul li p{overflow: hidden;}
.index-news ul li p a{display: block;}
.index-news ul li .description{font-family:"GothamRounded-Book";font-size: 14px;color: #5e5e5e;height: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index-news ul li>a{display: block;width: 98px;height: 38px;line-height: 38px;background: #f1f1f1;border-radius: 50px;-moz-border-radius: 50px;color: #838383;font-family: "Gotham-Bold";font-size: 14px;text-align: center;margin: 30px 0;    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.index-news ul li a.more:hover{background: #357490;color: #fff;}
.index-news ul li img:hover{transform: scale(1.1,1.1);}
.index-news ul li:hover p{color: #357490;}
.index-news ul li:hover{box-shadow: 5px 5px 16px #c9c9c9;}
.index-advantage{background: #f6f6f6;}
.index-advantage ul{background: #fff;}
.index-advantage ul li{width: 25%;float: left;padding: 40px 0;}
.index-advantage ul li:hover img{    -webkit-animation: slip 0.6s ease-in-out;
    -moz-animation: slip 0.6s ease-in-out;
    -o-animation: slip 0.6s ease-in-out;
    -ms-animation: slip 0.6s ease-in-out;
    animation: slip 0.6s ease-in-out;}
.index-advantage ul li:hover p{color: #357490;}
.index-advantage ul li p{text-align: center;font-family:"GothamRounded-Book";font-size: 16px;color: #000;}
.index-advantage ul li p.img{margin: 0 auto 18px;width: 99px;}
.index-advantage ul li p img{width: 100%;height: auto;}
.index-photoAlbum{padding: 50px 0 10px;background: #f6f6f6;}
.index-photoAlbum a{display: block;}
.index-photoAlbum a img{width: 100%;height: auto;}
/* End */


/* 底部 */
.footer{background: #242424;padding-top: 60px;}
.footer .main-width{border-bottom: 1px solid #656565;}
.footer>.main-width>ul{margin-bottom: 40px;}
.footer>.main-width>ul>li{width: 25%;float: left;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.footer>.main-width>ul>li:first-child{padding-right: 5%;}
.footer>.main-width>ul>li:nth-child(2){padding: 0 2%;}
.footer>.main-width>ul>li:last-child{padding-left: 5%;}
.footer h3{font-family:"GothamRounded-Book";font-size: 16px;color: #fff;margin-bottom: 20px;}
.footer>.main-width>ul>li>ul.pro-son>li{float: left;width: 50%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.footer>.main-width .about-us,.footer>.main-width .news{width: 50%;float: left;}
.footer>.main-width>ul>li .input-box {position: relative;}
.footer>.main-width>ul>li .input-box .email{width: 80%;;padding: 12px 15px 12px 45px;margin-bottom: 10px;background: #c1c1c1;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.footer>.main-width>ul>li .input-box i{position: absolute;top: 0;left: 0;width: 45px;height: 35px;overflow: hidden;background: #c1c1c1 url('img/spirit.png') no-repeat -90px 10px}
.footer>.main-width>ul>li .tips{margin-bottom: 10px;}
.footer>.main-width>ul>li button{font-family:"OpenSans-Bold";font-size: 14px;color: #fff;background: #5d5d5d;border: none;border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;padding: 8px 24px;cursor: pointer;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.footer>.main-width>ul>li button:hover{background: #357490;color: #fff;}
.footer>.main-width>ul>li.phone{padding-top: 46px;}
.footer>.main-width>ul>li.address h3{font-family:"GothamRounded-Light";font-size: 16px;}
.footer>.main-width>ul>li.address p a{display: inline-block;width: 34px;height: 34px;background: url('img/spirit.png') no-repeat;margin-right: 10px; margin-top:50px;}
.footer>.main-width>ul>li.address .icon1{background-position: 0 -135px;}
.footer>.main-width>ul>li.address .icon2{background-position: -40px -135px;}
.footer>.main-width>ul>li.address .icon3{background-position: -80px -135px;}
.footer>.main-width>ul>li.address .icon1:hover{background-position: 0 -170px;}
.footer>.main-width>ul>li.address .icon2:hover{background-position: -40px -170px;}
.footer>.main-width>ul>li.address .icon3:hover{background-position: -80px -170px;}
.footer>.main-width>ul>li ul>li{margin-bottom: 10px;}
.footer>.main-width>ul>li ul>li a,.footer>.main-width>ul>li p,.footer>.main-width>ul>li p a{color: #aaa;}
.footer>.main-width>ul>li a:hover{color: #357490;}
/* End */

/* 版权 */
.copy-right{background: #242424;}
.copy-right p{height: 50px;line-height: 50px;font-family:"GothamRounded-Light";font-size: 14px;color: #717171;text-align: center;}
.copy-right p a{color: #717171;}
.copy-right p a:hover {color: #357490;}
/* End */



/* 产品列表页 */
.list-products{position: relative;}
.list-products>.list-title .bread{background-color:#fff;color: #585858;}
.list-products .content{float: right;width: 1148px;}
.list-products .content .list ul li{float: left;width: 23%;margin-right: 2%;margin-bottom: 40px;}
.list-products .content .list ul li a.img{display: block;overflow: hidden;position: relative;}
.list-products .content .list ul li a.img img{width: 100%;height: auto;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-o-transition: all .5s ease-out;-ms-transition: all .5s ease-out;transition: all .5s ease-out;}
.list-products .content .list ul li a.img img:last-child{position: absolute;top: 0;left: 0;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;}
.list-products .content .list ul li a.img:hover img:last-child{filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}
.list-products .content .list ul li h4{text-align: center;margin: 35px 0 15px 0;    height: 25px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.list-products .content .list ul li h4 a{font-family:"GothamRnd-Medium";font-size: 16px;color: #404040;line-height: 25px;}
.list-products .content .list ul li a.more{display: block;text-align: center;font-family:"OpenSans-Regular";font-size: 14px;color: #727272;width: 60%;margin: 0 auto;border-top: 1px solid #c4c4c4;padding-top: 10px;}
.list-products .content .list ul li a.more:hover{color: #357490;}
.list-products .content .list ul li:hover h4 a{color: #357490;}
.list-products .content .list{border-bottom: 1px solid #e9e9e9;}
.list-products .content .page {width: 100%;line-height: 30px;
padding: 30px 0px;text-align: center;color: #727272;}
.list-products .content .page li {display: inline;margin: 0px 2px;font-size: 13px;}
/* End */



/* 产品详情页 */
.main-products .overview {overflow: hidden;background: #f4f4f4;padding: 40px 0;}
.main-products .overview .slidebox {
    position: relative;
    float: left;
    overflow: hidden;
    width: 750px;
    margin-right: 80px;
}
.main-products .overview .slidebox .slide-pic {
    float: right;
    width: 534px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.main-products .overview .slidebox .slide-pic ul li{float: left;width: 534px;}
.main-products .overview .slidebox .slide-pic ul li img{width: 100%;height: auto;}
.main-products .overview .slidebox .slide-dot {
    position: relative;
    float: left;
    margin-top: 25px;
    width: 155px;
    height: 462px;
    overflow: hidden;
}
.main-products .overview .slidebox .slide-dot ul {position: absolute;top: 0;left: 0;}
.main-products .overview .slidebox .slide-dot li {
    position: relative;
    width: 155px;
    height: 148px;
    margin-bottom: 6px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.main-products .overview .slidebox .slide-dot li img {
    width: 100%;
    height: auto;
}
.main-products .overview .slidebox .slide-dot li.active:after{display: block;content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background:url('img/pro-lp-bg.png');}
.main-products .overview .slidebox .item-btn {
    position: absolute;
    width: 31px;
    height: 16px;
    left: 62px;
    background: url('img/spirit.png') no-repeat;
    cursor: pointer;
}
.main-products .overview .slidebox .prev {
    top: 0;
    background-position: -220px 0;
}
.main-products .overview .slidebox .next {
    bottom: 0px;
    background-position: -220px -26px;
}
.main-products .overview .text{width: 523px;float: left;}
.main-products .overview .text h1{font-family: "Gotham-Bold";font-weight: bold;font-size: 35px;color: #404040;line-height: 45px;padding-bottom: 15px;}
.main-products .overview .text .description{border: 1px solid #c4c4c4;border-left: none;border-right: none;padding: 15px 0;}
.main-products .overview .text .description h3{font-family:"GothamRounded-Book";font-size: 20px;color: #454545;margin-bottom: 15px;}
.main-products .overview .text .description p{font-family:"GothamRounded-Book";font-size: 14px;padding-left: 22px;background:url('img/spirit.png') no-repeat -280px 10px;margin-bottom: 8px;}
.main-products .overview .text .color h3{color: #454545;font-family:"GothamRounded-Book";font-size: 18px;float: left;line-height: 30px;margin-right: 30px;}
.main-products .overview .text .color ul li{width: 20px;height: 20px;float: left;margin: 5px 20px 0 0;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;}
.main-products .overview .text .color{margin: 25px 0}
.main-products .overview .text a.btn{display: block;font-family: "Gotham-Bold";font-weight: bold;font-size: 18px;background-color: #f01936;color: #fff;height: 40px;width: 174px;line-height: 40px;text-align: center;-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;}
.main-products .details{padding-top: 50px;}
.main-products .details h2{font-family:"GothamRounded-Book";font-size: 24px;margin-bottom: 20px;}

.main-products .details .content table tr:hover {
    background-color: #f4f4f4;
}
.main-products .details .content table td {
    border: 1px solid #ccc;
    padding: 20px;
    color: #646464;
    word-break: break-word;
    font-size: 14px;
    font-family:"GothamRounded-Book";
}
.main-products .details .content table td span{font-family: "GothamRounded-Medium";font-size: 14px;}
.main-products .related-pro{padding-bottom: 50px;}
.main-products .related-pro h2{font-family:"GothamRounded-Book";font-size: 24px;margin: 50px 0 20px 0;}
.main-products .related-pro .content{overflow: hidden;}
.main-products .related-pro .content ul{width: 1470px;}
.main-products .related-pro .content ul li {float: left;width: 264px;margin-right: 30px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border: 1px solid #fff;}
.main-products .related-pro .content ul li a.img {display: block;overflow: hidden;}
.main-products .related-pro .content ul li a.img img {width: 100%;height: auto;transition: all .3s ease-out;}
.main-products .related-pro .content ul li a.img:hover img {transform: scale(1.1,1.1);}
.main-products .related-pro .content ul li h4{font-family:"GothamRnd-Medium";font-size: 16px;color: #404040;text-align: center;margin: 30px 0 15px 0;}
/* .main-products .related-pro .content ul li:hover{border: 1px solid #357490;} */
.main-products .related-pro .content ul li:hover h4 a{color: #ee1d23;}
/* End */


/* 关于我们 */
.main-about{position: relative;background: #f6f6f6;}
.main-about .content{float: right;width: 1125px;overflow: hidden;margin-bottom: 40px;} 
.main-about .content .company-profile h2 {font-family: "Gotham-Bold";font-weight: bold;font-size: 35px;line-height: 45px;margin-bottom: 10px;color: #000;}
.main-about .content .company-profile h3{font-family: "GothamRounded-Book";font-size: 25px;margin-bottom: 20px;color: #000;}
.main-about .content .company-profile p{font-family: "GothamRounded-Book";font-size: 16px;color: #000;}
.main-about .content .company-profile .advantage{background: #ebebeb;margin: 40px 0;}
.main-about .content .company-profile .advantage ul li {
    width: 25%;
    float: left;
    padding: 40px 0;
}
.main-about .content .company-profile .advantage ul li p {
    text-align: center;
    font-family: "GothamRounded-Book";
    font-size: 16px;
    color: #000;
}
.main-about .content .company-profile .advantage ul li p.img {
    margin: 0 auto 18px;
    width: 99px;
}
.main-about .content .company-profile .advantage ul li p img {
    width: 100%;
    height: auto;
}
.main-about .content .company-profile .advantage ul li:hover p{color: #357490;}
.main-about .content .company-profile .list-img{overflow: hidden;}
.main-about .content .company-profile .list-img ul{overflow: hidden;width: 1158px;}
.main-about .content .company-profile .list-img ul li{width: 352px;margin-right: 34px;float: left;margin-bottom: 20px;}
.main-about .content .company-profile .list-img ul li:hover p{color: #357490;}
.main-about .content .company-profile .list-img ul li p{font-family: "GothamRounded-Book";font-size: 14px;}
.main-about .content .company-profile .list-img ul li p.text{height: 75px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.main-about .content .company-profile .list-img ul li p img{width: 100%;height: auto;transition: all .3s ease-out;}
.main-about .content .company-profile .list-img ul li p.img{margin-bottom: 20px;overflow: hidden;cursor: pointer;}
.main-about .content .company-profile .list-img ul li p.img:hover img{transform: scale(1.1,1.1);}
.main-about .content .company-environment .slidebox{position: relative;}
.main-about .content .company-environment .slide-pic{width: 1125px;overflow: hidden;}
.main-about .content .company-environment .slide-pic ul li{width: 1125px;float: left;}
.main-about .content .company-environment .slide-pic ul li img{width: 100%;height: auto;}
.main-about .content .company-environment .slide-pic ul li{float: left;}
.main-about .content .company-environment .slide-pic ul li h4{font-family: "GothamRounded-Book";font-size: 16px;color: #000;padding: 30px 30px 30px 160px;position: relative;line-height: 25px;background: #efefef;}
.main-about .content .company-environment .slide-pic ul li h4 p{position: absolute;top: 30px;left: 35px;font-family: "GothamRounded-Book";font-size: 20px;color: #9c9c9c;}
.main-about .content .company-environment .slide-pic ul li h4 p span{color: #000;font-size: 25px;}
.main-about .content .company-environment .slide-pic ul li h4.active{display: block;} 
.main-about .content .company-environment .slide-dot{width: 768px;overflow: hidden;height: 66px;margin: 40px auto 0;}
.main-about .content .company-environment .slide-dot ul{width: 2000px;}
.main-about .content .company-environment .slide-dot ul li{width: 144px;float: left;margin-right: 12px;position: relative;cursor: pointer;}
.main-about .content .company-environment .slide-dot ul li img{width: 100%;height: auto;}
.main-about .content .company-environment .slide-dot ul li:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/pro-lp-bg.png);
}
.main-about .content .company-environment .slide-dot ul li.active:after {
    display: none;
}
.main-about .content .company-environment .item-btn{width: 32px;height: 32px;background: url('img/spirit.png') no-repeat;position: absolute;bottom: 17px;cursor: pointer;z-index: 9999;}
.main-about .content .company-environment .prev{left: 20px;background-position: -114px -26px;}
.main-about .content .company-environment .next{right: 20px;background-position: -155px -26px;}
.main-about .content .honor-certificate{overflow: hidden;}
.main-about .content .honor-certificate ul{overflow: hidden;width: 1160px;}
.main-about .content .honor-certificate ul li{width: 254px;margin-right: 36px;float: left;margin-bottom: 20px;}
.main-about .content .honor-certificate ul li p{font-family: "GothamRounded-Medium";font-size: 16px;text-align: center;}
.main-about .content .honor-certificate ul li p.text{height: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.main-about .content .honor-certificate ul li p img{width: 100%;height: auto;transition: all .3s ease-out;}
.main-about .content .honor-certificate ul li p.img{margin-bottom: 20px;overflow: hidden;cursor: pointer;}
.main-about .content .honor-certificate ul li p.img:hover img{transform: scale(1.1,1.1);}
.main-about .content .honor-certificate ul li:hover p{color: #357490;}
/* End */


/* 联系我们 */
.main-contact{position: relative;background: #f6f6f6;padding-bottom: 60px;}
.main-contact>.main-width{margin-top: 60px;}
.main-contact .map-text{width: 809px;float: left;padding-right: 70px;border-right: 1px solid #e5e5e5;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.main-contact .map-text .map-box{width: 100%;height: 330px;overflow: hidden;background: #fff;margin-bottom: 50px;}
.main-contact .map-text p{font-family:"GothamRounded-Book";font-size: 16px;color: #000;margin-bottom: 14px;}
.main-contact .map-text p a{color: #000;}
.main-contact .map-text p a:hover{color: #357490;}
.main-contact .input-group{float: right;width: 570px;}
.main-contact .input-group ul li{margin-bottom: 20px;padding-left: 120px;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.main-contact .input-group label{display: block;width: 100px;height: 38px;line-height: 38px;font-family:"GothamRounded-Book";font-size: 16px;color: #393939;position: absolute;top: 0;left: 0;text-align: right;}
.main-contact .input-group input{display: block;background: #ececec;padding: 10px;border: 1px solid #e5e5e5;width: 100%;height: 38px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.main-contact .input-group textarea{display: block;background: #ececec;padding: 10px;border: 1px solid #e5e5e5;width: 100%;height: 156px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;overflow: auto;}

.main-contact .input-group button{font-family:"GothamRounded-Book";font-size: 16px;background: #444;color: #fff;width: 140px;height: 40px;-webkit-border-radius: 8px;border-radius: 10px;border: none;cursor: pointer;margin-top: 30px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.main-contact .input-group button:hover{background: #357490;color: #fff;}
/* End */

/* 新闻 */
.list-news{position: relative;background: #f6f6f6;}
.list-news .content{float: right;width: 1125px;overflow: hidden;} 
.list-news .content .list{overflow: hidden;width: 100%;}
.list-news .content .list ul li{width: 348px;float: left;margin: 0 40px 40px 0;background: #fff;padding: 0 18px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border: 1px solid #fff;}
.list-news .content .list ul{width: 1164px;}
.list-news .content .list ul li .time{font-family: "Gotham-Bold";font-size: 16px;color: #4d4d4d;margin: 30px 0 12px 0;font-weight: bold;}
.list-news .content .list ul li p a img{width: 100%;height: auto;transition: all .3s ease-out;}
.list-news .content .list ul li p{overflow: hidden;}
.list-news .content .list ul li h2{font-family: "GothamRnd-Medium";font-size: 18px;color: #404040;line-height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin: 20px 0 10px;}
.list-news .content .list ul li .description{font-family:"GothamRounded-Book";font-size: 14px;color: #5e5e5e;height: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-news .content .list ul li>a{display: block;width: 98px;height: 38px;line-height: 38px;background: #f1f1f1;border-radius: 50px;-moz-border-radius: 50px;color: #838383;font-family: "Gotham-Bold";font-size: 14px;text-align: center;margin: 20px 0;    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
.list-news .content .list ul li a.more:hover{background: #357490;color: #fff;}
.list-news .content .list ul li img:hover{transform: scale(1.1,1.1);}
.list-news .content .list ul li:hover{border-color: #357490;}
.list-news .content .list ul li:hover p{color: #357490;}
.list-news .content .page {width: 100%;line-height: 30px;padding: 30px 0px;text-align: center;color: #727272;}
.list-news .content .page li {display: inline;margin: 0px 2px;font-size: 13px;}
/* End */

/* 新闻详情 */
.main-news{position: relative;background: #f6f6f6;}
.main-news .universal-bread.list-title h2{color: #357490;}
.main-news .con-left {
    width: 1050px;
    float: left;
    min-height: 300px;
}
.main-news .con-left h1 {
    font-family: "Gotham-Bold";font-weight: bold;font-size: 35px;color: #404040;line-height: 45px;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dashed #999;
}
.main-news .con-left p {
    line-height: 25px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #333;
}
.main-news .con-left p img{width: 100%;height: auto;}
.main-news .con-right {
    width: 300px;
    float: right;
    border: 1px solid #CCC;
    padding-bottom: 20px;
}
.main-news .con-right h2 {
    line-height: 40px;
    background-color: #E1E1E1;
    font-size: 16px;
    padding-left: 12px;
    font-weight: 500;
    text-transform: none;
}
.main-news .con-right ul {
    padding: 20px 0;
}
.main-news .con-right ul li p a {
    display: block;
    line-height: 24px;
    border-bottom: 1px dashed #CCC;
    padding: 10px 0px;
    color: #000;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}
.main-news .con-right .view-more a {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #999;
    text-align: center;
    float: right;
    margin-right: 6.6%;
    line-height: 30px;
    font-size: 13px;
    color: #FFF;
    border-radius: 4px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.main-news .subpage {padding: 30px 0;}