﻿@charset "utf-8";
html{font-size:100px;}
.main-width{width:1300px;margin:0 auto;}
.m-Top{margin-top:99px;}

.header{position:fixed;width:100%;height:99px;left:0;top:0;background-color:#fff;z-index:9999;box-shadow:0 0 5px #999;}
.header .logo{float:left;}
.header .logo .pic{height:64px;margin-top:12px;}
.header .logo .pic img{width:auto;height:100%;}
.header .logo .phone-menu{display:none;float:right;width:28px;height:18px;margin-top:18px;background:url(../images/all-icon.png) no-repeat -150px -115px;cursor:pointer;}
.header .nav{float:right;}
.header .nav > ul > li{position:relative;float:left;line-height:99px;padding:0 20px;font-size:15px;font-family:"CenturyGothic";text-transform:uppercase; font-weight:bold;}
.header .nav > ul > li i{display:none;position:absolute;bottom:0;left:50%;margin-left:-8px;width:0;height:0;border:8px solid transparent;border-bottom-color:#5e1003;}
.header .nav > ul > li:hover i{display:block;}
.header .nav > ul > li > active{color: #811402;}
.header .nav li.search{width:34px;height:40px;padding:34px 0;margin-left:30px;}
.header .nav li.search .box{float:right;position:relative;width:0px;overflow:visible !important;}
.header .nav li.search .box .text{display:none;position:relative;width:100%;height:39px;border:1px solid #999;padding:0 40px 0 10px;float:right;z-index:8;border-radius:19px;box-shadow:0px 0px 8px #ccc;box-sizing:border-box;}
.header .nav li.search .box .btn,.header .nav li.search .box .sub{position:absolute;top:0;right:10px;width:34px;height:39px;background:url(../images/search-icon.png) no-repeat center;padding:1px 0;cursor:pointer;z-index:9;}
.header .nav li.search .box .sub{display:none;}
.header .nav .drop-down{display:none;position:absolute;top:99px;left:50%;width:185px;margin-left:-100px;border-top:3px solid #5e1003;background-color:#f1f1f1;box-sizing:border-box;box-shadow:0 0 5px #999;}
.header .nav .drop-down > ul > li{line-height:42px;font-size:13px;text-transform:none;position:relative;}
.header .nav .drop-down > ul > li a{display:block;padding:0 20px;font-weight:normal;}
.header .nav .drop-down > ul > li a:hover{background-color:#811402;color:#fff;}
.header .nav .drop-down > ul > li dl{position:absolute; left:100%;top:0;width:100%; background:#eee;display:none;}
.header .nav .drop-down > ul > li dl dd{position:relative;}
.header .nav .drop-down > ul > li dl dd a{padding:0 20px;}
.header .nav .drop-down > ul > li dl dd ol{position:absolute; left:100%;top:0;width:100%; background:#e0e0e0;display:none;}

@media only screen and (min-width:980px){
    .header .nav > ul > li:hover .drop-down{display:block;}
    .header .nav .drop-down > ul > li:hover dl{display:block;}
    .header .nav .drop-down > ul > li dl dd:hover ol{display:block;}
}


.header .nav .pro{margin-left:-550px;width:1100px;padding:20px;}
.header .nav .pro .box{float:left;width:20%;padding-right:2%;text-transform:none;box-sizing:border-box;}
.header .nav .pro .box h3{height:40px;line-height:20px;font-size:16px;margin-bottom:15px;}
.header .nav .pro .box li{line-height:30px;font-size:14px;font-family:"OpenSans-Regular";}
.header.flow{height:60px;}
.header.flow .logo .pic{height:50px;margin-top:5px;}
.header.flow .nav > ul > li{line-height:60px;}
.header.flow .nav li.search{padding:10px 0;}
.header.flow .nav .drop-down{top:60px;}
.header.active .logo .phone-menu{background-position:-178px -115px;}

.header.flow .lang{top:17px;}

.header .lang{position: relative;float:right; top:40px;  font-family: "GothamRounded-Medium";font-size: 15px;line-height: 24px;padding-right: 20px;}
.header .lang>i{position: absolute;top: 50%;margin-top: -3px;right: 0;display: inline-block;width: 8px;height: 5px;background: url('../images/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 .lang-box{position: absolute;top: 99px;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 #811402;-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;font-size: 14px;}
.header .lang-box>li>a:hover{background: #811402;color: #fff;}
.flow .nav>ul>li .son{top: 62px;}
.header.flow .lang-box{top:44px;}


.index-main .slidebox{width:100%;position:relative;z-index:99;overflow:hidden;}
.index-main .slidebox .slideshow{width:100%;margin:0 auto;overflow:hidden;position:relative;}
.slidebox .slideshow ul{position:relative;}
.slidebox .slideshow ul li{float:left;}
.slidebox .slideshow ul li img{width:100%;height:auto;}
.slidebox .slidelist{position:absolute;width:100%;height:14px;bottom:40px;text-align:center;}
.slidebox .slidelist ul{display:inline-block;*display:inline;*zoom:1;}
.slidebox .slidelist li{float:left;width:10px;height:10px;margin:0 6px;cursor:pointer;background-color:#898989;border:2px solid #898989;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;transition:all .3s;}
.slidebox .slidelist li.active{background-color:#ff8515;border-color:#fff;}
.index-main .slidebox .item-btn{position:absolute;width:48px;height:48px;top:50%;margin-top:-26px;background:url(../images/all-icon.png) no-repeat;cursor:pointer;left 0.5s,right 0.5s;-webkit-transition:left 0.5s,right 0.5s;-moz-transition:left 0.5s,right 0.5s;-ms-transition:left 0.5s,right 0.5s;-o-transition:left 0.5s,right 0.5s;}
.index-main .slidebox .prev{left:-50px;background-position:-11px -8px;}
.index-main .slidebox .next{right:-50px;background-position:-59px -8px;}

.slidebox .prev:hover{background-position:-107px -8px;}
.slidebox .next:hover{background-position:-156px -8px;}
.slidebox:hover .prev{left:50px;}
.slidebox:hover .next{right:50px;}


.index-main h2{line-height:40px;font-size:30px; padding-bottom:35px; font-family:"CenturyGothic";text-transform:uppercase;text-align:center;color:#000;}
.index-main p{font-size:15px;color:#333;margin-bottom:40px; text-align: center;}
.index-main .all{display:block;clear:both;text-align:center;line-height:30px;margin-top:40px;font-size:14px;font-family:"CenturyGothic";color:#666;text-transform:uppercase;}
.index-main .all:after{content:"";display:inline-block;width:20px;height:10px;margin:-2px 0 0 10px;vertical-align:middle;background:url(../images/all-icon.png) no-repeat -230px -5px;}


.index-products{padding:35px 0;background-color:#f5f5f5;}
.index-products .slide-pro{position:relative;margin-bottom:30px;}
.index-products .slide-pic{overflow:hidden;}
.index-products li{float:left;width:307px;padding:0;margin-right:24px;background-color:#fff;transition:all .3s;}
.index-products li .pic{overflow:hidden;position:relative;}
.index-products li .pic img{width:100%;height:auto;}
.index-products li .pic .light{position:absolute;top:0;left:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .3s;}
.index-products li .text{height:105px;padding:45px 10px 0;text-align:center;box-sizing:border-box;transition:all .3s;}
.index-products li .text p{font-size:16px;margin-bottom:8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.index-products li .text .more{display:block;width:95px;height:24px;line-height:24px;margin:0 auto;text-align:center;background-color:#666;color:#fff;border-radius:12px;font-size:12px;font-family:"OpenSans-Semibold";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .3s;}
.index-products li .text .more:hover{background-color:#811402;}
.index-products li:hover{box-shadow:0 0 20px #ccc;}
.index-products li:hover .pic .light{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.index-products li:hover .text{padding-top:10px;}
.index-products li:hover .text .more{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}

.index-products .item-btn{position:absolute;width:18px;height:33px;top:50%;margin-top:-16.5px;background:url(../images/all-icon.png) no-repeat;cursor:pointer;}
.index-products .prev{left:-38px;background-position:-221px -181px;}
.index-products .next{right:-38px;background-position:-238px -181px;}
.index-products .prev:hover{background-position:-257px -181px;}
.index-products .next:hover{background-position:-274px -181px;}


.index-choose{padding:45px 0;}
.index-choose ul{overflow:hidden;}
.index-choose li{float:left;width:25%;padding:0 1.5%;box-sizing:border-box;text-align:center;}
.index-choose li h3{line-height:25px;margin:25px 0 10px;font-size:18px;font-family:"CenturyGothic";color:#333;text-transform:uppercase;}
.index-choose li p{color:#999;font-size:14px; text-align: left; line-height: 24px;}

.homebg5 {width: 100%; height: 280px;background-size:cover;background-position:center center;position:relative;width:100%;float:left;background-image:url(../images/home5.jpg);}
.overlay {position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.5);-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;}

.homebg5 .animate-box{ text-align: center; padding:65px 0 5px 0; }
.homebg5 .animate-box h2{font-size:30px;color:#FFF;line-height:1.5em;text-transform: capitalize;}
.homebg5 .animate-box h2 span {font-weight:100;color:rgba(255, 255, 255, 0.7);}

.homebg5 .btn {width: 80px; margin: 0 auto; display: block;border:none !important;background:#BD0A0A;color:#FFF;font-size:16px;text-transform:uppercase;font-weight:400;padding-left:50px;padding-right:50px;}

.btn {margin-right:4px;margin-bottom:4px;font-size:16px; text-align: center; font-weight:400;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;padding:5px 30px;}
.btn.btn-lg {padding:12px 40px !important;}


.index-case{padding:35px 0;background-color:#fff; overflow: hidden;}
.index-case .application{ width:100%;overflow: hidden; padding:10px 0 10px 0;} 
.index-case .application ul{margin-right:-2%;}
.index-case .application li{float:left;width:23%;margin-right:2%;margin-bottom:0px;}
.index-case .application li img{ max-width:100%;}
.index-case .application li p{ line-height: 45px; font-size: 15px; display: block;margin-bottom:0; text-align:center; white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}


.footer{padding:60px 0;background:url(../images/footer-bg.jpg) repeat-x center; background-size: cover;overflow:hidden;}
.footer h3{line-height:30px;margin-bottom:20px;font-size:16px;font-family:"CenturyGothic";text-transform:uppercase;color:#fff;}
.footer li{line-height:25px;margin-bottom:10px;}
.footer a{color:#d7d6d6;}
.footer a:hover{color:#811402;}
.footer .func-box{float:left;box-sizing:border-box;}
.footer .products{width:18%;}
.footer .products li{position:relative;padding-left:15px;transition:all .3s;}
.footer .products li:after{content:"";position:absolute;left:0;top:12px;width:8px;height:1px;background:#d7d6d6;transition:all .3s;}
.footer .products li:hover{padding-left:23px;}
.footer .products li:hover:after{width:16px;}
.footer .about{width:20%;}
.footer .about h3 a{color:#fff;}
.footer .about h3 a:hover{color:#45a8fc;}
.footer .contact{width:29%;padding-right:3%;}
.footer .contact ul{margin-bottom:30px;}
.footer .contact li{position:relative;padding-left:30px;}
.footer .contact li p{color:#d7d6d6;}
.footer .contact li em{position:absolute;left:0;top:0;width:25px;height:25px;background:url(../images/all-icon.png) no-repeat;}
.footer .contact li.tel em{background-position:-255px -5px;}
.footer .contact li.fax em{background-position:-280px -5px;}
.footer .contact li.mail em{background-position:-305px -5px;}
.footer .contact li.add em{background-position:-330px -5px;}
.footer .contact .sns{overflow:hidden;}
.footer .contact .sns a{display:block;float:left;width:30px;height:30px;margin-right:20px;background:url(../images/all-icon.png) no-repeat;}
.footer .contact .sns .faceboox{background-position:-0px -70px;}
.footer .contact .sns .google{background-position:-27px -70px;}
.footer .contact .sns .youtube{background-position:-58px -70px;}
.footer .contact .sns .mail{background-position:-90px -70px;}
.footer .contact .sns .pin{background-position: -118px -70px;}
.footer .contact .sns .faceboox:hover{background-position:-0px -100px;}
.footer .contact .sns .google:hover{background-position:-27px -100px;}
.footer .contact .sns .youtube:hover{background-position:-58px -100px;}
.footer .contact .sns .mail:hover{background-position:-90px -100px;}
.footer .contact .sns .pin:hover{background-position:-118px -100px;}
.footer .message{width:32.2%;}
.footer .message input,.footer .message textarea{width:100%;height:37px;line-height:35px;margin-bottom:14px;padding:0 10px;border:1px solid #a8a8a8;box-sizing:border-box;background:none;color:#ccc;}
.footer .message textarea{height:70px;line-height:25px;padding:5px 10px;font-family:"OpenSans-Regular";}
.footer .message .sub{width:140px;height:34px;line-height:34px;background-color:#999;color:#fff;border-radius:17px;cursor:pointer;font-size:14px;font-family:"CenturyGothic";}
.footer .message .sub:hover{background-color:#811402;border-color:#811402;}

.copy-right{line-height:30px;padding:20px 0;text-align:center;font-size:13px;font-family:"OpenSans-Light";}

/*内页代码*/
.other-banner img{width: 100%;height: auto;}

/*内页代码*/
.cly-bread{height:55px;padding-top:0;}
.cly-bread .main-width{border-bottom:1px solid #d2d2d2;overflow:hidden;}
.cly-bread .bread{float:left;}
.cly-bread .classify{float:right;overflow:hidden;}
.cly-bread .classify li{float:left;line-height:35px;padding:10px 0;margin-left:25px;}
.cly-bread .classify li.active{padding:10px 0 7px;border-bottom:3px solid #811402;}
.cly-bread .classify li.active a{color:#811402;}



.list-products{padding:35px 0;background-color:#f6f6f6;}
.list-products h3{line-height:25px;font-size:15px; color: #222; font-family:"CenturyGothic"; padding-bottom: 30px;}
.list-products .cont ul{width:102%;}
.list-products .cont li{float:left;width:31.5%;margin:0 1.5% 2% 0;background-color:#fff;transition:all .3s;}
.list-products .cont li .pic{overflow:hidden;position:relative;}
.list-products .cont li .pic img{width:100%;height:auto;}
.list-products .cont li .pic .light{position:absolute;top:0;left:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .3s;}
.list-products .cont li:hover{box-shadow:0 0 20px #ccc;}
.list-products .cont li:hover .pic .light{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.list-products .cly{margin-bottom:40px;}
.list-products .cly li .text{height:105px;padding:45px 10px 0;text-align:center;box-sizing:border-box;transition:all .3s;}
.list-products .cly li .text p{font-size:16px;margin-bottom:8px;font-family:"OpenSans-Semibold";text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.list-products .cly li .text .more{display:block;width:95px;height:24px;line-height:24px;margin:0 auto;text-align:center;background-color:#45a8fc;color:#fff;border-radius:12px;font-size:12px;font-family:"OpenSans-Semibold";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .3s;}
.list-products .cly li:hover .text{padding-top:10px;}
.list-products .cly li:hover .text .more{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.list-products .list{margin-bottom:0;}
.list-products .list li .pic{position:relative;}

.list-products .list li .text{padding:15px;min-height: 165px;}
.list-products .list li .text .titles-h3{font-size:16px;font-weight:600;line-height:45px;border-bottom:1px solid #e6e6e6;display:block;padding:0}


.list-products .list li .text0{padding:15px;}
.list-products .list li .text0 .titles-h3{font-size:16px;font-weight:500;text-align: center;line-height:45px;border-top:1px solid #e6e6e6;display:block;padding:0}

.list-products .list li .text .model{padding: 8px 0 0 0; overflow:hidden;}
.list-products .list li .text .model a{float: left; width: 47.2%; background: url(../images/list3.png) no-repeat 0 center; padding-left: 10px; line-height:27px;font-size:13px;font-family:"CenturyGothic";color:#666;}
.list-products .list li .text .model a:hover{color:#45a8fc;}



.main-products .overview{padding:50px 0 0 0;background-color:#f3f3f3;overflow:hidden;}
.main-products .overview .slide-pro{float:left;width:665px;overflow:hidden;}
.main-products .overview .slide-pic{float:left;width:565px;height:485px; background: #fff; margin-right:10px;overflow:hidden;}
.main-products .overview .slide-pic li{width:100%;}
.main-products .overview .slide-pic li img{width:100%; margin-top: 5% ;height:auto;}
.main-products .overview .slide-pic .video-pic{position:relative;}
.main-products .overview .slide-pic .video-pic i{position:absolute;left:50%;top:50%;width:50px;height:50px;margin:-25px 0 0 -25px;background:url(../images/play-icon.png) no-repeat;cursor:pointer;z-index:999;}
.main-products .overview .slide-dot{position:relative;float:right;width:90px;padding:45px 0;}
.main-products .overview .slide-dot .pos{width:90px;height:390px;overflow:hidden;}
.main-products .overview .slide-dot .pos ul{position:relative;}
.main-products .overview .slide-dot .pos li{position:relative;width:90px;margin-bottom:10px;cursor:pointer;border:1px solid #fff;box-sizing:border-box;}
.main-products .overview .slide-dot .pos li img{width:100%;height:auto;}
.main-products .overview .slide-dot .pos li.active{border-color:#811402;}
.main-products .overview .slide-dot .video-pic i{position:absolute;left:50%;top:50%;width:20px;height:20px;margin:-10px 0 0 -10px;background:url(../images/play-icon.png) no-repeat;background-size:100% 100%;}
.main-products .overview .slide-dot .item-btn{position:absolute;left:50%;width:28px;height:28px;margin-left:-14px;background:url(../images/all-icon.png) no-repeat;cursor:pointer;}
.main-products .overview .slide-dot .prev{top:0;background-position:-380px -5px;}
.main-products .overview .slide-dot .next{bottom:0;background-position:-408px -5px;}
.main-products .overview .slide-dot .prev:hover{top:0;background-position:-436px -5px;}
.main-products .overview .slide-dot .next:hover{bottom:0;background-position:-464px -5px;}
.main-products .overview .text{float:right;width:570px;padding-top:10px;line-height:26px;}
.main-products .overview .text h3{line-height:40px;margin-bottom:15px; padding-bottom: 10px; font-size:27px; color: #222; font-family:"CenturyGothic";border-bottom:1px solid #bbb;}
.main-products .overview .text .model{line-height:30px;font-size:18px;}
.main-products .overview .text .model span{font-family:"CenturyGothic";color:#45a8fc;}
.main-products .overview .text .cer-icon{font-size:0;margin-bottom:20px;}
.main-products .overview .text .cer-icon img{margin:0 15px 15px 0;}
.main-products .overview .text .doc{margin:30px 0;}
.main-products .overview .text .inq{display:block;width:150px;height:40px;line-height:40px;text-align:center;background-color:#811402;color:#fff;border-radius:20px;text-transform:uppercase;cursor:pointer; margin-top: 15px;}
.main-products .overview .text .inq a{color:#fff;}

.pro-center{height:61px;padding:2px 4px 0;margin-top:10px;background:#fff}
.pro-center .spans{float:left;height:61px;font-size:18px;border-right:1px solid #ccc}
.pro-center .spans{display:block;height:58px;padding:0 60px;border-bottom:3px solid #fff;line-height:58px;cursor:pointer;}
.pro-center .spans.on{border-color:#811402;background-color: #811402;color:#fff;}
.pro-details-con{margin-top:20px; padding: 20px; background: #fff; }
.pro-details-con img{max-width:100%}
.pro-details-con .div-list{display:none}
.pro-details-con .con{padding:10px; line-height: 28px; color: #000;}

.pro-details-con .con table{width:100%;text-align:center;border-collapse:collapse}
.pro-details-con .con table th{line-height:48px;font-weight:normal;background:#999;color:#fff;text-align:center}
.pro-details-con .con table td{line-height:48px;border:1px solid #ccc}

.pro-details-con .con .tab td .down-btn{display:block;width:34px;height:34px;margin:0 auto;background:url(../images/down2.png) no-repeat 0 -50px}
.pro-details-con .con .tab td .down-btn:hover{background-position:0 0}


.retail-bottom{margin-top: 35px;  padding:30px 0 0;background:#fff}
.retail-con{margin:0 auto}
.retail-con .h3{font-size:20px;font-weight: bold;line-height:30px;padding-bottom:35px; color: #555;}
.retail-con ul{margin-left: -2%;overflow: hidden;}
.retail-con ul li{float:left;width:23%;margin-left:2%;padding-bottom:20px}
.retail-con ul li img{display:block;width:98%; border: 1px solid #e2e2e2;}
.retail-con ul li span{display:block;font-size:15px;color:#1a1a1a;padding:6px 0;line-height:30px;text-align:center}


.main-why{padding:25px 0;}
.main-why .profile .info{margin-bottom:42px; color: #333; line-height: 32px; overflow:hidden;}



.main-why .certificate{overflow:hidden;}
.main-why .certificate ul{margin-left: -3%;overflow:hidden;}
.main-why .certificate li{float:left;width:22%;margin-left: 3%; margin-bottom: 2%}
.main-why .certificate li img{width:100%;height:auto;}
.main-why .certificate li p{margin-top:10px;font-size:14px;color:#333;line-height:25px;text-align:center;}




.main-article{padding:25px 0;}
.main-article h3{line-height:30px;font-size:24px; text-align: center; font-family:"CenturyGothic";color:#444;margin-bottom:20px}
.main-article .box{padding-top:20px;margin-bottom:60px;line-height:25px; border-bottom:1px solid #d2d2d2;}
.main-article .box img{ padding-top: 10px; max-width:100%;height:auto;}


.news-list{padding:30px 0 60px; overflow:hidden;}
.news-list li{ float:left; width:100%;  margin-bottom:25px; padding-bottom: 25px; border-bottom:1px solid #e9e9e9;box-sizing:border-box;}
.news-list li a{font-size:17px; font-weight:bold;  line-height:32px;}
.news-list li span{display:block; font-size:14px; padding:3px 0; }
.news-list li p{margin-top:5px;line-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}

.list-news{padding:30px 0 60px;}
.list-news h1{line-height:55px;font-size:36px;font-family:"CenturyGothic";margin-bottom:30px;color:#000;}
.list-news .cont{margin-top:36px;}
.list-news .cont{margin-top:36px;border-top:1px solid #e9e9e9;}
.list-news .cont li{position:relative;padding:15px 0 15px 346px;height:224px;border-bottom:1px solid #e9e9e9;box-sizing:border-box;}
.list-news .cont li .pic{position:absolute;top:15px;left:0;width:302px;}
.list-news .cont li .pic img{width:100%;height:auto;}
.list-news .cont li h3{position:relative;margin-top:20px;padding-right:110px;height:30px;font-size:18px;;font-family:"CenturyGothic";line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list-news .cont li h3 a{color:#333333;}
.list-news .cont li h3 a:hover{color:#45a8fc;}
.list-news .cont li h3 .time{position:absolute;top:0;right:0;width:104px;height:30px;font-size:14px;color:#999999;font-family:"OpenSans-Regular";line-height:30px;text-align:right;}
.list-news .cont li p{margin-top:20px;height:50px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.list-news .cont li .more{display:block;margin-top:24px;width:150px;height:38px;font-size:14px;color:#fff;font-family:"OpenSans-Semibold";text-align:center;line-height:38px;background-color:#45a8fc;border-radius:18px;}



.main-news{padding:40px 0 60px 0;}
.main-news h3{line-height:30px;font-size:24px; text-align: center; font-family:"CenturyGothic";color:#444;margin-bottom:5px}
.main-news .time{margin:10px auto 20px auto; padding-bottom: 12px;height:30px;font-size:14px;color:#999;line-height:30px;text-align:center;border-bottom:1px solid #ccc;}
.main-news .news-content{margin-top:10px;line-height:30px; font-size:14px;border-bottom:1px solid #ccc;margin-bottom:5px; padding-bottom: 25px; }
.main-news .news-content img{margin-bottom:5px;max-width:100%;}



.main-news .share{margin-top:40px;}
.main-news .share h2{margin-bottom:14px;font-size:14px;color:#45a8fc;font-family:"CenturyGothic";line-height:28px;text-align:center;}
.main-news .share ul{height:38px;text-align:center;}
.main-news .share ul li{display:inline-block;margin:0 5px;width:38px;height:38px;border:1px solid #cfcfcf;box-sizing:border-box;}
.main-news .share ul li a{display:block;width:100%;height:100%;}
.main-news .share ul li.twitter a{background:url(../images/news/twitter.png) no-repeat center;}
.main-news .share ul li.google a{background:url(../images/news/google.png) no-repeat center;}
.main-news .share ul li.facebook a{background:url(../images/news/facebook.png) no-repeat center;}
.main-news .share ul li.pinterest a{background:url(../images/news/pinterest.png) no-repeat center;}
.main-news .share ul li.linkedin a{background:url(../images/news/linkedin.png) no-repeat center;}



.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{ position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0; text-align:center;background:#0002fb;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}


.PreveNext {margin:0px auto;width:100%;height:auto;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left;}

.main_adv{padding:35px 0; overflow: hidden;}
.main_adv h2{font-size:17px;font-weight: bold;color:#555;font-family:"CenturyGothic";line-height:40px;text-align:left;padding-bottom: 40px;}
.main_adv .advantage{margin-top:0;}
.main_adv .advantage ul{margin-left: -3%; }
.main_adv .advantage ul li{float: left;width: 47%; margin-left: 3%; margin-bottom: 3%; } 
.main_adv .advantage ul li .p_imgs{float: left; width: 245px;}
.main_adv .advantage ul li .p_imgs img{max-width:100% }
.main_adv .advantage ul li .p_test{float: right; width:57%; }
.main_adv .advantage ul li .p_test .tpt{line-height: 30px; font-size: 15px;color:#333;font-weight: bold;}
.main_adv .advantage ul li .p_test .tpss{line-height: 22px; font-size: 13px;}


.contact-map {padding:25px 50px; box-sizing:border-box;margin-top:0;}
.main-contact{padding:25px 0;}
.main-contact h2{margin-bottom:24px;font-size:30px;color:#811402;font-family:"OpenSans-Semibold";line-height:32px;}
.main-contact .main-width{overflow:hidden;}
.main-contact .send-msg{float:left;padding:34px 65px 28px 0;width:580px;box-sizing:border-box;}
.main-contact .send-msg p{font-size:14px;color:#777;font-family:"OpenSans-Regular";line-height:28px;}
.main-contact .send-msg .form-box{margin-top:20px;width:100%;}
.main-contact .form-box .text{margin-bottom:10px;padding-left:12px;width:100%;height:36px;font-size:14px;font-family:"OpenSans-Light";border:1px solid #cfcfcf;box-sizing:border-box;}
.main-contact .form-box textarea{padding-top:12px;padding-left:12px;width:100%;height:130px;font-size:16px;font-family:"OpenSans-Light";border:1px solid #cfcfcf;box-sizing:border-box;}
.main-contact .form-box .sub{margin-top:28px;width:148px;height:38px;color:#fff;font-size:14px;font-family:"OpenSans-Semibold";border-radius:18px;background-color:#811402;cursor:pointer;}
.main-contact .way{float:right;padding-top:34px;width:570px;}
.main-contact .way p{position:relative;margin-bottom:12px;padding-left:36px;font-size:16px;color:#555;font-family:"OpenSans-Regular";line-height:32px;}
.main-contact .way p.bold{margin-bottom:10px;padding-left:0px;color:#333333;font-family:"OpenSans-Semibold"; font-weight: bold;}
.main-contact .way p a{color:#666;}
.main-contact .way p a:hover{color:#c30d23;}
.main-contact .way p em{position:absolute;left:0;background:url(../images/all-icon.png) no-repeat;}
.main-contact .way p.tel em{top:2px;width:20px;height:20px;background-position:0 -150px;}
.main-contact .way p.fax em{top:1px;width:20px;height:20px;background-position:-30px -150px;}
.main-contact .way p.mail em{top:6px;width:21px;height:16px;background-position:-60px -150px;}
.main-contact .way p.mobile em{top:2px;width:23px;height:24px;background-position:-115px -146px;}
.main-contact .way p.wx em{top:2px;width:29px;height:24px;background-position:-142px -146px;}
.main-contact .way p.skype em{top:2px;width:29px;height:24px;background-position:-178px -146px;}
.main-contact .way p.add em{top:4px;width:16px;height:20px;background-position:-90px -150px;}



.list-video{padding:40px 0;overflow:hidden;}
.list-video ul{width:101.5%;}
.list-video li{float:left;width:23.5%;margin:0 1.5% 20px 0;text-align:center;}
.list-video li .pic{position:relative;overflow:hidden;}
.list-video li .pic img{width:100%;height:auto;}
.list-video li p{line-height:35px;}



.flow-inquiry{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);transition:all .4s;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;z-index:-1;}
.flow-inquiry .box{position:absolute;top:70%;left:50%;width:500px;height:450px;padding:30px;margin:-225px 0 0 -250px;background-color:#fff;box-shadow:0 0 20px #333;box-sizing:border-box;text-align:center;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .4s;}
.flow-inquiry .box span{display:block;line-height:35px;margin-bottom:30px;font-size:28px;font-family:"CenturyGothic";color:#45a8fc;text-align:center;text-transform:uppercase;}
.flow-inquiry .box input,.flow-inquiry .box textarea{width:100%;height:40px;line-height:38px;padding:0 10px;margin-bottom:10px;background-color:#ecedee;border:1px solid #e1e3e5;box-sizing:border-box;}
.flow-inquiry .box textarea{height:120px;line-height:25px;padding:5px 10px;font-family:"OpenSans-Regular";}
.flow-inquiry .box .sub{width:170px;height:40px;line-height:40px;text-align:center;background-color:#45a8fc;color:#fff;cursor:pointer;}
.flow-inquiry.on{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:99999;}
.flow-inquiry.on .box{top:50%;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.flow-inquiry.footi{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;z-index:-1;}
.flow-inquiry.footi.on{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:99999;}
.flow-inquiry.footi.on .box{top:50%;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}



.to-top{display:none;position:fixed;right:10px;bottom:50px;}
.to-top a{display:block;width:40px;height:40px;background:url(../images/arrow-top.png) no-repeat;}


.pops{ display:none;text-align: center; width:440px; position:fixed; left:50%; top:50%; margin-left:-220px; margin-top:-200px; height:300px; background:#FFF; box-shadow:0 0 50px rgba(0,0,0,0.3);}
.pops .title{ height:55px; line-height:55px; background:#d5d5d5;}
.pops .title h3{ float:left; padding-left:3%;line-height:55px; font-size:16px; font-weight:bold;}
.pops .title i{ float:right; width:60px; height:55px; text-align:center; cursor:pointer;font-size:28px;}
.pops .title i:hover{ background:#45a8fc; color:#FFF;}
.pops .pic { width:78%; margin:30px auto; overflow:hidden;}
.pops .pic p{text-align:left;line-height:30px; font-size:16px;padding-bottom: 18px;}
.pops .pic .pas {width: 92%;height: 36px;line-height: 36px;padding: 0 10px;border: 1px solid #ccc;}
.sub-btn {text-align: center;padding-top: 40px; font-size:15px;cursor:pointer;}
.sub-btn .sub{color: #fff;background: #45a8fc;border-radius: 30px;}
.sub-btn input{display: inline-block;*display: inline;*zoom: 1;width: 120px;height: 36px;margin: 0 15px;}