@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    /* ie8 */
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
}

em {
    font-style: normal;
}

::before,
 ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft Yahei";
    overflow-x: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}
/* 公共标题 10 5*/
.pubTit{
    width: 100%;
    text-align: center;
}
.pubFir{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 52px;
}
.pubSec{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
/* 顶部 */
.top{
    width: 100%;
    height: 34px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.topL{
    float: left;
    font-size: 14px;
    color: #333;
    height: 34px;
    line-height: 34px;
}
.topR{
    float: right;
    height: 34px;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: 32px;
}
.top-text{
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}
.top-num{
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #f00406;
    line-height: 34px;
}

/* 头部 */
.head{
    width: 100%;
    height: 100px;
    background: #fff;
}
.head .container{
    width: 1248px;
}
.logo{
    display: block;
    float: left;
    margin-left: 24px;
}
.nav{
    float: right;
}
.firLi{
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 3.5px;
    position: relative;
}
.firLiA{
    display: block;
    width: 100px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    font-size: 15px;
    color: #252525;
    margin-top: 6px;
}
.secNav{
    width: 200px;
    height: 0;
    position: absolute;
    left: 0;
    top: 100px;
    transition: all .3s ease;
    background: rgba(255, 87, 34, 0.9);
    opacity: 0;
    z-index: 1000;
}
.secLiA{
    display: none;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}
.firLi:hover{
    background: #ff5722;
}
.firLi:hover .firLiA{
    color: #fff;
}
.firLi:hover .secNav{
    padding: 11px 0 14px;
    transform: translate3d(0, 0, 0);
    height: auto;
    opacity: 1;
}
.firLi:hover .secLiA{
    display: block;
}
.secLiA:hover{
    background: #00b0f0;
}
.navOn{
    color: #00b0f0;
}
/* 轮播图 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}

.tonggao {
	width: 100%;
	height: 53px;
	background: #ededed;
	border-top: 1px solid #1070bd;
}
.tonggao .t_hot {
	float: left;
	width: 900px;
	font-size: 0;
}
.tonggao .t_hot>span, .tonggao .t_hot>a {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	display: inline-block;
	margin-top: 20px;
	padding: 0 15px;
	border-right: 1px solid #333;
}
.tonggao .t_hot>a:nth-of-type(1) {
	padding-left: 0;
}
.tonggao .t_hot>a:nth-last-of-type(1) {
	border-right: 0;
}
.tonggao .t_hot>a:hover {
	text-decoration: underline;
}
.tonggao .t_search {
	float: right;
}
.tonggao .t_search>span:nth-of-type(1) {
	display: inline-block;
	margin-top: 21px;
	font-size: 14px;
	color: #333;
	line-height: 14px;
}
.tonggao .t_search>span:nth-of-type(2) {
	display: inline-block;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 20px;
	color: #f00406;
	line-height: 20px;
}

/* 技术 */
.tec{
    width: 100%;
    height: 451px;
    background: #ffffff;
    overflow: hidden;
}
.tec .pubTit{
    margin: 41px auto 33px;
}
.tecBox{
    width: 1328px;
    margin: 0 auto;
    overflow: hidden;
}
.tecLi{
    width: 331px;
    height: 251px;
    border-right: 1px dashed #d9d9d9;
    float: left;
    position: relative;
}
.tecLi:last-child{
    border-right: none;
}
.tec-pic{
    width: 150px;
    height: 150px;
    margin: 4px auto 12px;
}
.tec-pic-a{
    display: block;
}
.tec-pic-b{
    display: none;
}

.tec-ch{
    font-size: 16px;
    color: #333;
    line-height: 33px;
    text-align: center;
}
.tec-en{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    word-break:break-all;
    text-align: center;
}
.tecLi:hover .tec-pic-a{
    display: none;
}
.tecLi:hover .tec-pic-b{
    display: block;
}
.tecLi:hover .tec-ch, 
.tecLi:hover .tec-en{
    color: #00b0f0;
} 
/* 产品 */
.product{
    width: 100%;
    height: 493px;
    background: #fff;
    overflow: hidden;
}
.product .pubTit {
    margin: 0 auto 26px;
}
.proFir{
    width: 1200px;
    height: 46px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    margin: 0 auto 30px;
}
.proFir a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 158px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #b5b5b5;
    text-align: center;
    overflow: hidden;
    margin: 0 20px;
    font-size: 16px;
    color: #333;
}
.proFir a:hover{
    background: #00b0f0;
    border: 1px solid #00b0f0;
    color: #fff;
}
.proSec{
    width: 1274px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.proSec .bd{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}
.proSec .tempWrap{
    width: 1220px !important;
}
.proSec .bd li{
    width: 285px;
    float: left;
    margin: 0 10px;
}
.proPic{
    width: 285px;
    height: 240px;
    line-height: 233px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}
.proPic img{
    max-height: 238px;
    display: inline-block;
    vertical-align: middle;
}
.proTit{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.proSec .bd li:hover .proTit{
    color: #00b0f0;
}
.proSec .prev{
    width: 23px;
    height: 46px;
    display: block;
    position: absolute;
    background: url(../images/proRight.png) no-repeat;
    right: 0;
    top: 82px;
}
.proSec .next{
    width: 23px;
    height: 46px;
    display: block;
    position: absolute;
    background: url(../images/proLeft.png) no-repeat;
    left: 0;
    top: 82px;
}
/* 关于 */
.about{
    width: 100%;
    height: 580px;
    background: url(../images/abtBg.jpg) center no-repeat;
    overflow: hidden;
}
.about .pubTit{
    margin: 42px auto 46px;
}
.about .pubFir, 
.about .pubSec{
    color: #fff;
}
.abtPic{
    display: block;
    float: right;
    width: 510px;
    height: 340px;
}
.abtCon{
    width: 605px;
    height: 307px;
    float: left;
    background: #f4f4f4;
    overflow: hidden;
    padding: 33px 67px 0 18px;
    position: relative;
}
.abtTit{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    height: 59px;
    line-height: 59px;
}
.abtLine{
    width: 114px;
    height: 1px;
    background: #00b0f0;
    margin-bottom: 16px;
}
.abtDes{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}
.abtMore{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #00b0f0;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    margin-top: 23px;
}
.abtMore:hover{
    background: #ff5722;
}
/* 新闻 */
.info{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.info .pubTit {
    margin: 40px auto 27px;
}
.newsScroll .hd{
    width: 100%;
    height: 33px;
    overflow: hidden;
    position: relative;
    margin-bottom: 31px;
}
.newsLine{
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 16px;
}
.newsScroll .hd ul{
    position: absolute;
    left: 50%;
    top: 0;
    width: 266px;
    height: 33px;
    z-index: 10;
    margin-left: -133px;
}
.newsScroll .hd ul li{
    width: 105px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 16px;
    margin: 0 13px;
    font-size: 14px;
    float: left;
    background: #fff;
}
.newsScroll .hd ul li a{
    color: #333;
}
.newsScroll .hd ul li.on{
    background: #00b0f0;
    border: 1px solid #00b0f0;
}
.newsScroll .hd ul li.on a{
    color: #fff;
}
.newsBlock{
    min-height: 361px;
}
.newsFir{
    width: 564px;
    float: left;
}
.newsPic{
    width: 564px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 6px;
}
.news-fir-tit{
    font-size: 22px;
    color: #333;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.news-fir-date{
    font-size: 14px;
    color: #999;
    line-height: 53px;
    position: absolute;
    top: 0;
    right: 0;
}
.news-fir-des{
    font-size: 14px;
    color: #666;
    line-height: 23px;
}
.newsSec{
    width: 100%;
}
.newsLi{
	float: left;
    width: 580px;
    margin: 10px 0 33px;
}
.newsSec li:nth-of-type(odd) {
	margin-right: 40px;
}
.newsL{
    float: left;
    width: 80px;
    height: 80px;
	background: #00b0f0;
    text-align: center;
    font-family: "Arial";
    font-size: 50px;
    color: #fff;
    line-height: 80px;
}
.newsR{
    float: left;
    width: 452px;
	margin-left: 16px;
    padding-left: 30px;
    border-left: 2px solid #dcdcdc;
}
.news-sec-tit{
    position: relative;
    font-size: 16px;
    color: #333;
    height: 25px;
    line-height: 25px;
    margin-bottom: 6px;
}
.news-sec-date{
    font-size: 12px;
    color: #999;
    line-height: 29px;
    position: absolute;
    top: 0;
    right: 0;
}
.news-sec-des{
    font-size: 12px;
    color: #888888;
    line-height: 24px;
}
.news-more{
    display: block;
    width: 143px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #a8a8a8;
    margin: 30px auto 0;
}
.news-more:hover{
    background: #00b0f0;
    border: 1px solid #00b0f0;
    color: #fff;
}
.newsFir a:hover .news-fir-des,
.newsLi:hover .news-sec-tit,
.newsLi:hover .news-sec-des {
    color: #00b0f0;
}
/* 案例 */
.case{
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #00b0f0;
}
.case .pubTit {
    margin: 41px auto 26px;
}
.caseCon{
    width: 1240px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
}
.caseR{
    width: 100%;
    float: left;  
}
.caseRpic{
    display: block;
    width: 285px;
    height: 210px;
    float: left;
    margin: 0 0 20px 20px;
    overflow: hidden;

}
.caseRpic img{
    transition: All 0.4s ease-in-out;
}
.caseRpic:hover img{
    transform: scale(1.1);
}
.case-more{
    display: block;
    width: 143px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #a8a8a8;
    margin: 10px auto 50px;
}
.case-more:hover{
    background: #00b0f0;
    border: 1px solid #00b0f0;
    color: #fff;
}
/* 联系我们 */
.contact{
    width: 100%;
    height: 449px;
    background: url(../images/contact.jpg) center no-repeat;
    overflow: hidden;
}
.contact .pubFir{
    color: #fff;
    margin-top: 40px;
}
.contact .pubSec{
    color: #fff;
    margin-bottom: 95px;
}
.contSec{
    width: 1086px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.contSec img{
    display: block;
    margin: 0 auto 17px;
}
.contSec p {
	width: 225px;
    font-size: 16px;
    color: #696968;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
/* 底部 */
.foot{
    width: 100%;
    height: 110px;
    background: #202020;
    overflow: hidden;
}
.footL{
    float: left;
    width: 1000px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.copyRight{
    font-size: 14px;
    color: #999;
    line-height: 30px; 
}
.footL a{
    color: #999;
    padding-right: 13px;
}
.footL a:hover{
    color: #ff5722;
}
.footR{
    float: right;
}
.ewm{
    display: block;
    float: right;
    margin-left: 8px;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.ewmText{
    float: left;
    text-align: right;
    margin-top: 25px;
}
.ewmText p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
/* 子页内容区*/

.main {
    width: 1200px;
    margin: 20px auto 0;
    position: relative;
}
.sonClass {
    position: absolute;
    left: 280px;
    line-height: 51px;
    font-size: 16px;
    color: #00b0f0;
    font-weight: 700;
}

.sonTit {
    position: absolute;
    right: 10px;
    line-height: 51px;
}

.subNav {
    font-size: 14px;
    color: #333;
}

.subNav a {
    font-size: 14px;
    color: #666;
}

.subNav a:hover {
    color: #00b0f0;
}
.right {
    float: right;
    width: 930px;
    box-shadow: 0 1px 3.5px #A6A6A6;
    margin: 56px 0 30px;
    background: #fff;
}

.subCon {
    width: 880px;
    margin: 20px auto;
    padding: 0 25px;
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
    min-height: 500px;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}

.subCon p {
    margin: 0.63em 0 0 0;
}


/* 分页 */

.page_list {
    width: 100%;
    margin: 20px auto 50px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.page_list a {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    color: #333333;
}

.page_list a.prev,
.page_list a.next {
    width: 81px;
}

.page_list .on,
.page_list a:hover {
    background: #00b0f0;
    color: #fefefe;
}


/* 上下条 */

.preAnex {
    width: 900px;
    font-size: 16px;
    margin: 10px auto 30px;
}

.preAnex span {
    color: #00b0f0;
}

.preAnex li{
    width: 100%;
    line-height: 2;
}
.preAnex a {
    width: 100%;
    display: block;
    color: #333333;
}

.preAnex a:hover,
.preAnex a:hover span {
    color: #00b0f0;
}
/* 侧边栏 */

.sideBar {
    width: 238px;
    float: left;
    background: #fff;
}

.sidebar-title {
    width: 238px;
    height: 56px;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #00b0f0;
    position: relative;
}

.sidebar-nav {
    width: 214px;
    height: auto;
    padding: 17px 12px 19px;
    overflow: auto;
    background: #ebebeb;
}

.sideBar ul li {
    width: 214px;
    height: 40px;
    margin-bottom: 11px;
}

.sideBar ul li a {
    display: inline-block;
    width: 214px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 3px 3px #c5c5c5;
    background: #fff;
}

.sidebar-nav ul li:hover a {
    background: #ff5722;
    color: #fff;
}

.sidebar-nav a.on{
    color: #00b0f0;
}

.sidebar-foot {
    width: 238px;
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00b0f0;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}

.sidebar-foot .tel {
    height: 25px;
    line-height: 25px;
    margin: 21px 0 9px 14px;
    padding-left: 33px;
    background: url(../images/sTel.png) left center no-repeat;
}

.sidebar-foot .addr {
    height: 25px;
    line-height: 20px;
    margin: 0 0 0 14px;
    padding-left: 33px;
    background: url(../images/sAddr.png) left center no-repeat;
}

.sidebar-foot .addra {
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 31px;
}
