@charset "utf-8";
/* CSS Document */
/*==========公共样式========*/
body{margin:0; padding:0; font-family:"Microsoft YaHei"; font-size:14px;}
h1,h2,h3,h4,h5,h6,p,span,ul,li,dl,dt,dd,img{border:0;margin:0;padding:0;list-style:none;font-weight: normal;}
a{text-decoration:none; color:#666666;transition:all 0.5s;}
ol, ul {list-style:none} :focus {outline:none; }
.clr{clear: both;}

*{
    margin: 0;
    padding: 0;
}
/*公共样式*/
.clear:after{content: "";display: block;clear: both;}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;}
.w1100{width:1100px;margin:  auto;}
.indexCen{width:1100px;margin: 0 auto;}
.index_Cen{width:1100px;margin: 0 auto;position: relative;}

/*==========logo========*/
.heads{width: 100%;height:50px;background-color: #3e75ff;}
.heads_box{width: 1100px;height:50px;margin: 0 auto;}
.heads_box p{width: 500px;height:50px;color: #ffffff;line-height: 50px;float: left;}
.heads_box a{background: url(../images/head1.png) no-repeat center center;width: 340px;height:50px;color: #ff7209;line-height: 50px;float: right;display: block;font-weight: bold;text-indent: 200px;font-size: 18px;}


.top{width: 100%;height:150px;}
.toptp{width: 1100px;height:150px;margin: 0 auto;}

.top_logo{width:118px;height: 150px;float: left;}
.top_logo a img{width: 78px;height:78px;margin-top: 36px;}

.top_word{width:514px;height:150px;float: left;}
.top_word .top_p1{float: left;margin-top: 33px;font-size: 36px;color: #3e75ff;font-weight: bold;}
.top_word .top_p2{float: left;margin-top:4px;font-size: 18px;color: #333333;}
.top_word .top_p2 span{font-size: 14px;color: #f98000;}

.top_word1{background: url(../images/shouji.png) no-repeat left 38px;width: 240px;height:150px;float: right;}
.top_word1 span{display: block;font-size: 18px;color: #333333;float: right;margin: 42px 0 0 0;font-weight: bold;letter-spacing: 3px;}
.top_word1 .top_p4{font-size: 30px;color:#e60012;float: right;font-weight: bold;}

/*/!*分页导航条*!/*/
/*.nav{  width: 100%;  height: 60px;background: url(../images/navv.jpg) no-repeat center center;}*/
/*.nav2{width: 1100px;height: 60px;margin: 0 auto;}*/
/*.nav2 ul li{ float:left; height:60px;background: url(../images/navv1.png) no-repeat 112px center;}*/
/*.nav2 ul li:nth-child(1){background: url(../images/navv1.png) no-repeat 69px center;}*/
/*.nav2 ul li:nth-child(2){background: url(../images/navv1.png) no-repeat 97px center;}*/
/*.nav2 ul li:nth-child(3){background: url(../images/navv1.png) no-repeat 97px center;}*/
/*.nav2 ul li:nth-child(5){background: url(../images/navv1.png) no-repeat 134px center;}*/
/*.nav2 ul li:nth-child(6){background: url(../images/navv1.png) no-repeat 134px center;}*/
/*.nav2 ul li a{display: block;  float:left; height:50px;  line-height:60px;  text-align:center;  color:#ffffff;    font-size:18px;margin-right: 80px;}*/
/*.nav2 ul li a:hover{border-bottom: 2px solid #fff;}*/
/*.nav2 ul li:last-child a{margin-right: 0;}*/
/*.on{ border-bottom: 2px solid #fff!important;}*/

/*导航开始*/

/*导航开始*/

.hnav {  width: 100%;  height: 60px;  background: #3e75ff;  }
.nav {  width: 1100px;  margin: 0 auto;  color: #fff;  }
.navL {  float: left;  height: 70px;  padding-top: 25px;  box-sizing: border-box;  }
.navL{  color: #fff;  font-size: 16px;  }
.navbox {  float: left;  margin-top: 20px;  }
.navLi {  float: left;  position: relative;  background: url(../images/navv1.png) no-repeat right center; }
.navLi:hover {  color: #fff;  }
.navLiA { font-size: 16px;  z-index: 11;  color: #fff;  padding: 20px 38px;  }
.navLi:hover .navLiA {  }
.navSonUl {
    width: 160px;
    height: 0;
    background: rgba(62,117, 255, .7);
    /* padding-left: 15px; */
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 10;
    transform: rotateY(90deg);
    transition: .2s;
    text-align: center;
}
.navSonLi {  height: 30px;  line-height: 30px;  background: rgba(62,117, 255, .7);  }
.navSonLi:hover {  background: rgba(230, 0, 18, .7);  }
.navLi:hover .navSonUl {  transform: rotateY( 0deg) translateX(-50%);  }
.navSonA {  color: #fff;  font-size: 14px;  }
.navSonA:hover {
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
}

.on{background: url(../images/navv2.png) no-repeat center 50px;}
/*导航结束*/


/******友情链接**********/
.search{width:100%; height:70px;border-bottom: 1px solid #dfdfdf;}
.search_yqlj{width: 1100px;height: 70px;margin: 0 auto;}
.search_box{float: left;width: 650px;height:70px;margin-left: 20px;}
.search_box>ul{  float: left;  width: 650px;  overflow: hidden;}
.search_box>ul>li{  float: left; line-height: 70px;  }
.search_box>ul>li>a{  font-size: 14px;color: #666666;margin-left: 20px;}
.search_box>ul>li>a:hover{  color: #3e75ff;}
.search_box>ul>li>p.bo{  font-size: 14px;color:  #666666;}
.search_box ul>li.ser{ width: 510px; margin-right: 20px; overflow: hidden; }
/*热门搜索*/
.search_right{width:328px;height:39px;float: right;margin-top: 16px;position: relative;background-color: #fff;border: 1px solid #3e75ff;}
.search_txt{outline:none;width:260px;border:none;float:left;height:20px;font-size: 14px; color:#3e75ff;margin-top: 9px;margin-left: 20px;}
.loginsubmit{background: url(../images/btn.png) no-repeat center center;width:60px;height:39px;outline:none;cursor: pointer;float:right;color: #fff;position: absolute;left: 268px;top: 0px;border: none;}

/*应用案列*/
.yyca{width:100%;height:635px;border-bottom: 1px solid #ececec;}
.yyca_box{width:1100px;height:635px;margin:  0 auto;}

.yycatop{width:1100px;height:162px;float: left;}
.yycatop h5{text-align: center;margin-top: 57px;}

.yyca_box ul{width:1100px;height:447px;}
.yyca_box ul li{width:359px;height:197px;float: left;border: 1px solid #cccccc;margin-bottom: 9px;margin-right: 8px;}
.yyca_box ul li img{width:153px;height:187px;float: left;margin: 4px 0 0 5px;}
.yyca_box ul li div{float:right;width:184px;height:197px;}
.yyca_box ul li div span{color: #e60012;display: block;margin-top: 22px;}
.yyca_box ul li div p{width:174px;height:75px;color: #333333;display: block;margin-top: 14px;overflow: hidden;line-height: 25px;text-indent: 2em;}
.yyca_box ul li div a{display: block;width:100px;height:28px;background-color:#cccccc;color: #ffffff;line-height: 28px;text-align: center;margin-top: 20px;}
.yyca_box ul li:hover{border: 1px solid #3e75ff;}
.yyca_box ul li:hover a{background-color: #e60012;}
.yyca_box ul li:nth-child(3){margin-right: 0;}
.yyca_box ul li:nth-child(6){margin-right: 0;}

/*******产品展示******/
.pro{width:100%;height:1000px;background: url(../images/protop.jpg) no-repeat center center;border-bottom: 1px solid #dfdfdf;}
.pro .pro_box{width:1100px;height:1000px;margin:  0 auto;}

.pro_top{width:249px;height:881px;float: left;margin-top: 58px;}
.rotop1{width:249px;height:177px;float: left;}
.rotop1 img{margin: 29px 0 0 13px;}
.rotop1 p{font-size: 18px;color: #ffffff;margin-top: 5px;text-indent: 28px;background: url(../images/mmp.png) no-repeat 103px 10px;}

.rotop2{width:249px;height:199px;float: left;margin-top: 43px;}
.rotop2 img{width:199px;height:199px;margin-left: 25px;float: left;}

.pro_top ul{width:249px;height: 414px;float: left;margin-top: 20px;}
.pro_top ul li{width:221px;height: 69px; }
.pro_top ul li a{ display: block;line-height:80px;font-size: 16px;color: #ffffff;text-indent: 55px;}
.pro_top ul li a:hover{color: #e60012;}

.pro_b{width:850px;height: 881px;float: right;margin-top: 58px;}
.prb_d{width:850px;height: 68px;float: left;}
.prb_d p{width:260px;height: 68px;float: left;line-height: 74px;font-size: 18px;color: #fff;text-indent: 56px;}
.prb_d a{float: right;display: block;line-height: 74px;font-size: 18px;color: #fff;margin-right: 58px;}
.prb_d a:hover{text-decoration: underline;}

.pro_b ul{width:850px;height: 800px;float: right;margin-top: 11px;}
.pro_b ul li{ width: 263px;  height: 197px;float: left;margin-left: 15px;}
.pro_b ul li img{width: 257px;  height: 157px;float: left;border: 3px solid #fff;}
.pro_b ul li:hover img{border: 3px solid #e60012;}
.pro_b ul li p{width: 263px;  height: 34px;color: #fff;line-height: 34px;text-align: center;float: left;}

/*****优势******/
.ys{width: 100%;  height: 1220px;}
.ys_box{width: 1100px;  height:1220px; margin: 0 auto;}

.ystop{width: 1100px;  height:166px;float: left;text-align: center;}
.ystop img{width:547px;  height:85px;margin-top: 57px;}

.ys1{width:1100px;  height:250px;float: left;}
.ys1img{width:547px;  height:250px;float: left;}
.ys1img img{width:547px;  height:250px;}

.ys1rt{background: url(../images/ys01.jpg) no-repeat center 20px;width:451px;  height:250px;float: right;position: relative;}
.ys1rt img{position: absolute;top: 62px;left: -137px;}
.ys1rt h4{font-size: 18px;color: #3e75ff;width: 349px;font-weight: bold;margin: 30px 0 0 64px;}
.ys1rt h4 span{color: #e60012;font-weight: bold;}
.ys1rt p{width:376px;  height:82px;font-size: 16px;color: #333333;text-indent: 2em;line-height: 28px;margin: 12px 0 0 55px;overflow: hidden;}


.ys2{width:1100px;  height:252px;float: right;}
.ys2img{width:513px;  height:252px;float: right;}
.ys2img img{width:513px;  height:252px;}

.ys2rt{background: url(../images/ys02.jpg) no-repeat center 20px;width:451px;  height:252px;float: left;position: relative;}
.ys2rt img{position: absolute;top: 62px;left:468px;}
.ys2rt h4{font-size: 18px;color: #3e75ff;width: 243px;font-weight: bold;margin: 30px 0 0 34px;}
.ys2rt h4 span{color: #e60012;font-weight: bold;}
.ys2rt p{width:376px;  height:111px;font-size: 16px;color: #333333;text-indent: 2em;line-height: 28px;margin: 8px 0 0 34px;overflow: hidden;}


.ys3{width:1100px;  height:250px;float: left;}
.ys3img{width:547px;  height:250px;float: left;}
.ys3img img{width:547px;  height:250px;}

.ys3rt{background: url(../images/ys03.jpg) no-repeat center 20px;width:451px;  height:250px;float: right;position: relative;}
.ys3rt img{position: absolute;top: 62px;left: -137px;}
.ys3rt h4{font-size: 18px;color: #3e75ff;width: 248px;font-weight: bold;margin: 30px 0 0 64px;}
.ys3rt h4 span{color: #e60012;font-weight: bold;}
.ys3rt p{width:376px;  height:112px;font-size: 16px;color: #333333;text-indent: 2em;line-height: 28px;margin: 12px 0 0 55px;overflow: hidden;}

.ys4{width:1100px;  height:250px;float: right;}
.ys4img{width:547px;  height:250px;float: right;}
.ys4img img{width:547px;  height:250px;}

.ys4rt{background: url(../images/ys04.jpg) no-repeat center 20px;width:451px;  height:250px;float: left;position: relative;}
.ys4rt img{position: absolute;top: 62px;left:468px;}
.ys4rt h4{font-size: 18px;color: #3e75ff;width: 369px;font-weight: bold;margin: 35px 0 0 29px;}
.ys4rt h4 span{color: #e60012;font-weight: bold;}
.ys4rt p{width:384px;  height:111px;font-size: 16px;color: #333333;text-indent: 2em;line-height: 28px;margin: 16px 0 0 20px;overflow: hidden;}


/*****公司简介******/
.gs{width: 100%;  height:669px;background: url(../images/gstop.jpg) no-repeat center center;}
.gs_box{width:1100px;  height:699px;margin: 0 auto;}

.gsbt{width:1100px;height:455px;float: left;}
.gsbtleft{width:580px;height:359px;float:right;margin-top: 60px;}
.gsbtleft img{width:580px;height:359px;}

.gsbtright{width:504px;height:359px;float: left;margin-top: 60px;}
.gsbtright span{float: left;display: block;font-size: 30px;color: #ffffff;font-weight: bold;margin: 29px 0 0 0;}
.gsbtright p{width:496px;height:182px;line-height:30px;color: #ffffff;font-size:16px;text-indent: 2em;float: left;overflow: hidden;margin: 29px 0 0 0;}
.gsbtright a{background: url(../images/gs2.png) no-repeat center center;width:171px;height:40px;display: block;float: left;text-align: center;font-size: 16px;color: #3e75ff;margin: 38px 0 0 0;line-height: 40px;}
.gsbtright a:hover{background: url(../images/gs22.png) no-repeat center center;color: #fff;}

.about-list-right{width:1100px;float:left;overflow:hidden;}
.marqueeleft{width:1100px;overflow:hidden;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;display:inline;width:249px;height:154px;overflow:hidden;
    margin-left:34px;position:relative;margin-top: 25px;}
.marqueeleft li img{width:239px;height:144px;border: 5px solid #e6e6e6;}
.marqueeleft li:hover img{border: 5px solid #307fed;}
.marqueeleft li i{}
.marqueeleft li:hover i{}


/************新闻*************/
.xw{width:100%;height:760px;}
.xw_box{width:1100px;height: 760px;margin: 0 auto;}

.xw_left{width:598px;height:642px;float: left;margin-top: 60px;border: 1px solid #cccccc;}

.hy_news{width:598px;height: 70px;}

.nr_x1{width: 280px;float: left; height: 40px;margin-top: 13px;margin-left: 16px;background-color: #3e75ff;}
.nr_x1 a{background: url(../images/xw2.png) no-repeat 14px 7px;color: #ffffff;font-size: 24px;width:280px; height: 40px;display: block;line-height: 40px;text-indent: 68px;}
.nr_x1 a:hover{background-color: #3e75ff;}

.nr_x2{width: 280px;float: left; height: 40px;margin-top: 13px;margin-left: 7px;background-color: #999999;}
.nr_x2 a{background: url(../images/xw3.png) no-repeat 14px 7px;color: #ffffff;font-size: 24px;width:280px; height: 40px;display: block;line-height: 40px;text-indent: 68px;}
.nr_x2 a:hover{background-color: #3e75ff;}


.hy{width:598px;height: 572px;}

.xw1{width:568px;height:210px;float: left;margin: 0 0 0 15px;}
.xw1 img{width:568px;height:210px;}

.xw2{width:568px;height: 145px;float: left;margin-left: 15px;}

.xw2 a{background: url(../images/y1.png) no-repeat left 9px;width:568px;display: block;font-size: 18px;color: #333333;float: left;margin: 21px 0 0 0;}
.xw2 a .spa1{width:400px;float: left;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;margin-left: 36px;}
.xw2 a .spa2{width:110px;float: right;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;text-align: right;}
.xw2 a:hover{color: #3e75ff;background: url(../images/y2.png) no-repeat left 9px;}
.xw2 p{width:568px;height: 78px;float: left;margin: 7px 0 0 0;font-size: 14px;color: #999999;line-height: 25px;overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;text-indent: 2em;}

.hy ul{width:568px;height: 237px;float: left;margin-left: 15px;}
.hy ul li{width:568px;height:51px;float: left;border-top: 1px solid #eaeaea;}
.hy ul li a{background: url(../images/y1.png) no-repeat left center;width:568px;height:51px;line-height: 51px;font-size: 18px;color: #333333;float: left;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.hy ul li a .spa11{width:400px;float: left;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;margin-left: 36px;}
.hy ul li a .spa22{width:110px;float: right;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;text-align: right;}

.hy ul li a:hover{color: #3e75ff;background: url(../images/y2.png) no-repeat left center;}


.cjwt1{width: 479px;  height:644px;float: right;margin-top: 60px;box-shadow: 1px 1px 15px 1px #ccc;}
.wt_box{width: 479px;  height: 60px;float: left;}
.wt_box .xw_a1{background: url(../images/xw4.png) no-repeat 17px center;width: 430px;  height: 40px;font-size:24px;color: #ffffff;display: block;line-height: 40px;float: left;background-color: #e60012;text-indent: 59px; margin: 14px 0 0 25px;}
.wt_box .xw_a1:hover{background-color: #3e75ff;}

.faq1{width:430px;height: 584px;float: left;margin-left: 25px;}
.faq2{ float: left;  width:430px; height: 194px;border-bottom: 1px solid #eeeeee;}
.faq2:last-child{border: none;}
.faq2 a{background: url(../images/wen.png) no-repeat left center;display: block;width: 430px;height:37px;line-height: 37px;text-indent: 60px;font-size: 20px;color: #030303;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;margin-top: 24px;}
.faq2 a:hover{color:#3e75ff;}
.faq2 p span.cj_p1{display:block;width:360px;height: 76px;float: left;font-size: 14px;color: #666666; overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;margin-left: 35px;margin-top: 22px;text-indent: 2em;line-height: 25px;}
.faq2 p span.cj_p2{display:block;width:26px;height: 26px;float: left;margin: 19px 0 0 0;}




/*******友情链接*******/
.box{width:100%;background-color: #3e75ff;}
.box_tt{ width: 1100px;  margin: 0 auto;background: url(../images/link.png) no-repeat left 6px;}
.box ul{width: 1100px;overflow: hidden;}
.box li{  float: left;  height:60px;  }
.box li:nth-child(1){margin-left: 39px;margin-right: 40px;}
.box li p{  font-size: 18px;  color: #3e75ff;  text-align: left;line-height:60px; }
.box li a{    font-size: 18px;  color: #ffffff;margin-left: 20px;padding-right:20px;line-height: 60px;}
.box li a:hover{color: #fff;transition: 0.6s;}

/*底部*/
.foot{width:100%;height:290px;background-color: #242424; }
.foot .foot_con{background: url(../images/ter2.png) no-repeat 281px 90px; width:1100px; height:290px;margin:0 auto; }

.ewm{float: left;width:281px;height: 290px;background: url(../images/ewmck.png) no-repeat left 51px;}
.ewm img{width:155px;height: 155px;margin: 62px 0 0 25px;}

.ter1{width:140px;height:220px;float: left;margin-left: 69px;margin-top: 43px;}
.ter1 li{width:110px;float: left;height: 50px;}
.ter1 li a{font-size: 16px;color: #ffffff;height: 50px;line-height: 45px;display: block;}
.ter1 li a:hover{color: #3e75ff;}

.ter2{width:124px;height:220px;float: right;margin-top: 43px;}
.ter2 li{width:255px;float: left;height: 50px;}
.ter2 li a{font-size: 16px;color: #ffffff;height: 50px;line-height: 45px;display: block;}
.ter2 li a:hover{color: #3e75ff;}

.terft2{background: url(../images/ter1.png) no-repeat right 51px;width:484px; height:290px;float: left;}
.terft2 p{font-size: 16px;color: #ffffff;margin-top: 16px;float: left;}
.terft2 p a{font-size: 16px;color: #fff;}
.terft2 p a:hover{color: #3e75ff;}
.terft2 .terp{width:484px; float: left;margin-top: 55px;font-size:18px;color: #ffffff;}
.terft2 .terp1{width:214px; float: left;margin-top: 37px;}
.terft2 .terp2{width:220px; float: left;margin-top: 37px;}
.terft2 .terp3{width:214px; float: left;margin-top: 20px;}
.terft2 .terp4{width:220px; float: left;margin-top: 20px;}
.terft2 .terp5{width:484px; float: left;margin-top: 20px;}

.copy{ width: 100%;  height: 60px;background: #141414; }
.copy_box{width:1100px;height: 60px; margin:0 auto; line-height: 60px;}
.copy_box p.py {width:1100px;font-size: 14px; color:#ffffff;height: 60px;line-height: 60px; float: left; text-align: center;}
.copy_box p a{  font-size: 14px; color:#ffffff;  }
.copy_box p a:hover{ color: #3e75ff; }






/*--------------内页左侧代码--------------*/

.box_left {width:235px;height:auto;float:left;}
.mode1 {height: auto;width:235px;}
.mode2 {height: auto;width:235px;padding-top:30px;}
.box_title{color: #fff;font-size: 16px;background-color:#3e75ff;height: 45px; line-height: 45px;width: 235px;text-align:center;}

.box_title span{ color:#fff;  font-weight:normal;}
.box_title span h2{ font-size:12px; font-weight:normal;}
.box_t_con {border:1px solid #ccc; }
.box_t_con li{line-height: 40px;height: auto;overflow:hidden; margin: 4px auto;font-weight:normal;border-bottom: 1px dotted #ccc;width:217px;}
.box_t_con ul li a {display:block; text-align:center; font-size:14px;color: #333;background:#f7f7f7;}
.box_t_con ul li a:hover{text-decoration:none;background:#e60012;color:#fff;}


.mode1 .box_tt1 {border:1px solid #6600be; border-top:2px solid #fff;width:233px;}
.mode1 .box_tt1 li span{display:block;float:left;line-height:36px;padding-left:20px;height:36px;}
.mode1 .box_tt1 .box_li{line-height: 36px;height: auto;overflow:hidden; width:233px; font-weight:bold;background-color:#6600be;}
.mode1 .box_tt1 li a{color:#fff;padding-left:20px;}
.mode1 .box_tt1 li a:hover {background-color:#262a32;color:#fff !important;text-decoration:none;}
.mode1 .box_tt1 li  ul li{border-bottom: 1px dotted #ccc; font-weight:normal;background-color:#fff !important;}
.mode1 .box_tt1 li  ul li a{color:#777 !important;padding-left:40px;}
.mode1 .box_tt1 a {display:block;}
.mode1 .box_tt1 li li a:hover {color:#fff;background-color:#ffe897;}

/*--------------内页右侧代码--------------*/
.sidebar { width:830px; float:right; }
.sidebar_con {  padding-top:15px; position: relative;}
.title_r a { padding:0 15px;}
.title_r { background: #f1f1f1 none repeat scroll 0 0;border: 1px dashed #ccc;height: 38px;line-height: 38px;text-indent: 10px;}



.title_r1 a { padding:0 15px;}
.title_r1 { border-bottom:2px solid #ccc; line-height:34px;  height:30px; }
.title_r1 span{ color:#88be4c;}


.title_rt { color:#3e75ff;font-size:15px; font-weight:bold;}
.bt_text_y { font-size:14px; float:right; height:40px;  padding-right: 10px; }
.bt_text_y a { padding:0; margin:0;color: #333;}
.bt_text_y a:hover { text-decoration:underline;}

.font_red { text-decoration:none;background:#e60012 !important;color:#fff !important;}

/*产品详情页放大功能start*/
.siderightCon { line-height:24px; margin:20px 0 0 0px; text-align:left;}
.nypro{ width:420px;  float:left;}
#preview{ float:none; margin:0px auto; width:420px;}

.list-h { width:200000px !important;}
.list-h li{ float:left;}
#spec-n5{width:620px; height:80px; padding-top:15px;  }
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:7px; margin-right:6px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:7px; margin-left:6px;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:92px; height:59px; overflow:hidden}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:80px; height:49px;}


.contact_pro{width:830px;padding-top:10px;}
.contact_pro h3{border-bottom:2px solid #3e75ff;line-height:30px;font-size: 15px;color: #333;font-weight: bold;}
.contact_pro ul .nyHot_news{border-bottom: 2px dotted #ccc;height: 20px;line-height: 20px;margin: 10px 0;padding-bottom: 10px;width: 370px;float: left;margin-right: 90px;}
.contact_pro .redianzx{width: 930px;}
.contact_pro ul .nyHot_news a{font-size: 14px;color: #333;overflow: hidden;display: block;height: 20px;white-space:nowrap;text-overflow:ellipsis;width: 290px;float: left;}
.contact_pro ul .nyHot_news a span{font-size: 14px;color: #333;float: right;line-height: 20px;}
.contact_pro ul .nyHot_news:hover a{color: #3e75ff;}
.contact_pro ul .nyHot_news:hover span{color: #3e75ff;}

#demo {overflow:hidden;width:810px; margin:0 auto;padding-top:20px;}
#indemo {float: left;width:10000%;}
#demo2 {float: left;}
#demo1 ul{ float:left;}
#demo ul li{width:254px;float:left;margin-right:30px;}
#demo ul li img{border:1px solid #ccc;}
#demo ul li:hover img{border:1px solid #3e75ff;}
#demo ul li p{display:block;width:254px;height:40px;line-height:40px;text-align:center;color:#666;font-size: 14px;}
#demo ul li a{ text-decoration:none;}
#demo ul li a:hover p{ color:#3e75ff;}
/*--------------内页下部分代码--------------*/
#contant{ margin-top:30px;}
.list_box {width: 1100px;margin-right: auto;margin-left: auto; margin-bottom:40px; overflow:hidden;}
.column { width:830px; float:right;}
.column .bt{ height:40px; border-top:1px dashed #ccc; line-height:40px; padding:0 10px;}
.column .menu{ padding:0 10px 10px 10px;}
.column .menu a { margin-right:29px; color:#666;}
.column .menu a:hover{ color:#3e75ff;}

.current_content { padding:20px 0; line-height:24px;}
.current_content p{font-size: 14px;color: #333;margin-bottom: 20px;}
.gbook_content { width:818px; height:327px;padding-top:20px; margin:0 auto; line-height:24px;margin-top:20px;padding-left:20px;}
.gbook_content textarea{ width:400px; height:90px; }
.cur_map{padding-bottom:20px;}
.cur_map h3{border-top: 1px dashed #dedede;font-size: 14px;line-height: 30px;margin-top: 20px;padding-top:10px;}
.cur_map p a{display:block;float:left;margin-right:20px;}



/*--------------新闻列表页--------------*/

.article_list dl { padding:0 10px 10px; height:82px; border-bottom:1px dashed #d7d7d7; font-size:12px; line-height:30px; margin-bottom:10px;}
.article_list dl dt { float:left; width:140px; margin-right:5px;}
.article_list dl dt img { padding:2px; border:1px solid #ccc;}
.article_list dl dd { height:90px; overflow:hidden;}
.article_list dl a:hover { text-decoration:underline;}
.article_list dl dd p { height:126px; margin-top:5px; overflow:hidden;}

.article_list .art_1 { width:830px;}
.article_list .art_1 dl { padding:15px 0; height:165px; border-bottom:1px dotted #ccc; font-size:13px; line-height:30px; width:800px; margin:0 0 0 15px;}
.article_list .art_1 dl dt { float:left; width:255px; margin-right:15px;}
.article_list .art_1 dl dd { height:190px; overflow:hidden; width:520px; float:right;}
.article_list .art_1 dl dd h3 { font-size:15px; color:#333;}

.article_list ul { margin-top:10px; }
.article_list ul li {line-height:34px;margin-left:5px;margin-bottom:5px; border-bottom:1px dotted #c2c2c2;}
.article_list ul li a{background:url(../images/new_li2.jpg) no-repeat left;display:block;padding-left:10px;color: #333;font-size: 14px;font-weight: bold;}
.article_list ul li a:hover {text-decoration:none;color:#3e75ff; }
.article_list ul li a .date{ float:right; color:#999;}
.article_list ul li a:hover .date {text-decoration:none;color:#3e75ff; }

.article1_list dl {margin-top:10px; width: 830px;margin-left:5px;margin-bottom:15px; border-bottom:1px dotted #c2c2c2;overflow: hidden;clear: both;padding-bottom: 20px;}
.article1_list dl dt{float: left;}
.article1_list dl dd {float: left;}
.article1_list dl dd a{display:block;color: #333;font-size: 16px;font-weight: bold;margin-left: 30px;}
.article1_list dl dd a:hover {text-decoration:none;color:#00426f; }
.article1_list dl dd a .date{ float:right; color:#999;}
.article1_list dl dd a:hover .date {text-decoration:none;color:#00426f; }
.ny_newsInfo1{width: 600px;height: 90px;overflow: hidden;font-size: 14px;color: #333;line-height: 24px;margin-bottom: 10px;margin-left: 30px;line-height: 24px;padding-top: 10px;}
.ny_newsInfo{width: 830px;height: 50px;overflow: hidden;font-size: 14px;color: #333;line-height: 24px;margin-bottom: 10px;}
.ny_newsTit{margin-left: 10px;max-width: 260px;overflow: hidden;}


.page { text-align: center; margin:20px auto; clear:both; padding-top:30px;}
.page a {  margin:0 7px; color: #333;}
.page a:hover{color: #3e75ff;}


/*--------------产品列表左侧--------------*/
.n_pro_list { width:235px; float:left;}
.n_pro_list dl { width:250px; height:auto; background:#238330; overflow:hidden; padding-bottom:30px; }
.n_pro_list dl a { color:#fff;}
.n_pro_list dl a:hover {text-decoration:underline; }
.n_pro_list dl dt { height:44px; line-height:44px; font-size:14px;  text-indent:16px;padding:0 20px;}
.n_pro_list dl dt a { background:url(../images/icon.png) no-repeat 0 18px; display:block;}
.n_pro_list dl dd {  background: #269939; line-height:30px; margin-bottom:2px; padding-left:37px;}
.n_pro_list dl dd a { background:url(../images/icon.png) no-repeat 0 -16px; text-indent:14px; display:block;}
.product_list{width:900px;}
.product_list dl{width:256px;float:left;margin-right:31px;margin-bottom:20px;}
.product_list dl dt{width:256px;}
.product_list dl dt img{ border:solid 1px #ddd;}
.product_list dl dd{width:236px;height:40px;text-align:center;line-height:40px;overflow: hidden;padding: 0 10px;white-space:nowrap; text-overflow:ellipsis;}
.product_list dl dd a{color: #333;font-size: 14px;}
.product_list dl:hover dd a{ color: #3e75ff;text-decoration:none;}
.product_list dl:hover img{border:solid 1px #3e75ff;}

.product_list1{width:900px;}
.product_list1 dl{width:256px;float:left;margin-right:31px;margin-bottom:30px;}
.product_list1 dl dt{width:256px;}
.product_list1 dl dt img{ border:solid 1px #ddd;}
.product_list1 dl dd{width:256px;height:40px;text-align:center;line-height:40px;}
.product_list1 dl:hover dd a{color:#88be4c;text-decoration:none;}
.product_list1 dl:hover img{border:solid 1px #88be4c;}


.product_list2{width:900px;}
.product_list2 ul{ margin-top:10px;}
.product_list2 li {text-align:center; float:left; margin-right:31px;margin-bottom:20px; position:relative; width:256px; line-height:24px;}
.product_list2 li img{ border:1px solid #cecece;}
.product_list2 li img:hover{ border:1px solid #3e75ff;}
.product_list2 li span{ font-size:13px; color:#333;}
.product_list2 li a{ text-decoration:none;}
.product_list2 li:hover span{ text-decoration:none; color:#3e75ff;}
.ny_proInfo{overflow: hidden;font-size: 14px;color: #333;line-height: 24px;margin-bottom: 24px;}
.ny_lianxi{width: 378px;padding-top: 10px;border-top: 2px dotted #aaa;}
.ny_lianxi a{display: block;float: left;width: 140px;height: 30px;background-color: #e60012;color: #fff;text-align: center;line-height: 30px;font-size: 16px;}
.ny_lianxi a:hover{  background-color:#3e75ff;  }
.ny_lianxi span{font-size: 24px;font-weight: bolder;color: #3e75ff;padding-left: 20px;line-height: 30px;}
.ny_Nowbuy{display: block;height: 30px;background-color: #e60012;color: #fff;text-align: center;line-height: 30px;font-size: 16px;margin-top: 10px;}
.ny_Nowbuy:hover{  background-color: #3e75ff;  }


.product_list3{width:900px;}
.product_list3 ul{ margin-top:10px;overflow: hidden;}
.product_list3 li {text-align:center; float:left; margin-right:65px;margin-bottom:20px; position:relative; width:160px; line-height:24px;}
.product_list3 li img{ border:1px solid #cecece;}
.product_list3 li img:hover{ border:1px solid #00426f;}
.product_list3 li span{ font-size:13px; color:#333;width: 160px;overflow: hidden;height: 20px;display: block;}
.product_list3 li a{ text-decoration:none;}
.product_list3 li:hover span{ text-decoration:none; color:#00426f;}





/*--------------留言页--------------*/

.inxliuyan{ width: 550px;  margin: 0 auto;}
.inxGBook_Name {height: 38px;width: 400px;padding-left: 10px; float: left; border:1px solid #d6d6d6;color: #9f9f9f; }
.inxFkPhone{height: 38px;width: 400px;padding-left: 10px; float: left; border:1px solid #d6d6d6; color: #9f9f9f;}
.inxFktitle{height: 38px;width: 400px;padding-left: 10px; float: left; border:1px solid #d6d6d6; color: #9f9f9f;}
.inxMessContent{ border:1px solid #d6d6d6; width: 400px;height: 36px; color: #9f9f9f;padding-left: 10px;padding-top: 10px;}

.inxsubmi{width: 180px;height: 40px; border: none; margin:15px 0 0 45px; cursor: pointer;border-radius: 5px;
    background: #3e75ff; text-align:  center; line-height: 40px; color: #fff; font-size: 14px;transition:all 0.5s;}
.inxsubmi:hover{background: #e60012;color: #fff;}
.inxrest{width: 180px;height: 40px; border: none; margin:15px 0 0 40px; cursor: pointer;border-radius: 5px;
    background: #3e75ff; text-align:  center; line-height: 40px; color: #fff; font-size: 14px;transition:all 0.5s;}
.inxrest:hover{background: #e60012;color: #fff;}
.inxgook_001{height: 40px; background: url(../images/inxgook-1.jpg) no-repeat left top; width: 420px; padding-left: 40px;}
.inxgook_002{height: 40px; background: url(../images/inxgook-4.jpg) no-repeat left top; width: 420px; padding-left: 40px; margin-top: 14px;}
.inxgook_003{height: 40px; background: url(../images/inxgook-2.jpg) no-repeat left top; width: 420px; padding-left: 40px; margin-top: 14px;}
.inxgook_004{height: 40px; background: url(../images/inxgook-3.jpg) no-repeat left top; width: 420px; padding-left: 40px; margin-top: 14px;}


/*--------------推荐新闻--------------*/
.hots {background:#fff;border:1px solid #ccc; padding-top:15px; margin-bottom:30px; border-top:none;}
.hots li{margin-left:8px;line-height: 30px;overflow:hidden;width:218px;font-size:13px;text-align:center; margin-bottom:15px;}
.hots li img {border:1px solid #ccc; width:210px; height:170px;}
.hots li img:hover { border:1px solid #07a8de;}
.hots a {display:block; text-decoration:none;}
.hots a p{font-size: 14px;color: #333;}
.hots_news {padding:5px 9px 5px 10px;border:1px solid #ccc; border-top:none;}
.hots_news li{line-height: 32px;height:32px;overflow:hidden;border-bottom: 1px dashed #ccc;margin-bottom:5px;white-space:nowrap;text-overflow:ellipsis;}
.hots_news a {color: #333;}
.hots_news a:hover{color: #3e75ff;}

/*--------------搜索页--------------*/
.search_list { width:1130px; margin:0 auto 0; }
.search_list li { width:252px; float:left; height:188px; text-align:center; margin:3px 15px 7px; line-height:30px;}
.search_list li img { border:1px solid #cecece;}
.search_list li img:hover { border:1px solid #ff5400;}




/*==========内页样式开始========*/
#content{ width:1100px; margin:30px auto; margin-bottom:20px;}
.list_box {overflow:hidden;}
.list_box .box_bt{ width: 830px; height:39px; font-size:12px; border-bottom:1px solid #e1e1e1;}
.lift_zuo{ width:250px; float:left;}
.n_pro_list .list .hover {background: #ff5400 url(../images/list_li.png) no-repeat 50px -22px !important; display:block; color:#fff;}

.product_bigimg_text .pro_lianxi{ width:380px;}
.product_bigimg_text .pro_lianxi a{ color:#fff; width:80px; height:34px; background:#262a32; text-align:center; font-size:14px; line-height:34px; display:block; margin-bottom:10px;}
.product_bigimg_text .pro_lianxi1 p{ color:#0066ff; font-weight:bold; margin-top:12px; font-size:20px;}


.left_box{width:220px;float:left;}
.list_left {float: left;width: 220px;margin-right: 30px;}
.list_right {float: right;width: 830px;}

.list_right .box_sj .box_y p{ font-size:12px; line-height:24px;}
.list_right .box_sj .box_y p.box_h{ height:45px; overflow:hidden;}
.top_title {line-height:39px;height:39px;text-align: center; background-color:#cc0000;}
.top_title h2 {font-family:"Microsoft YaHei";font-size: 16px; color: #fff;}
.top_title h2 span{ font-size:12px; font-weight:normal;}
.left_con {line-height: 20px;}
.left_con{ border: 1px solid #ccc;}
.left_con ul li {line-height: 34px;border-bottom: 1px dotted #ccc;}
.left_con ul li a {display: block; font-size: 14px; color: #666; text-decoration: none;text-align: center;}
.left_con ul li a:hover {background:#ccc; text-decoration: none; color: #fff;}
.pro_pic {overflow: hidden; width:868px;}
.pro_pic ul li {float: left;margin-right:32px; margin-bottom:20px;position: relative;text-align: center;width: 254px;}
.pro_pic ul li span{ margin-top:10px; display:block;float: left;overflow: hidden;white-space:nowrap; text-overflow:ellipsis;text-align: center;height: 20px;line-height: 18px;width: 234px;padding: 0 10px;}
.pro_pic ul li img{border: 1px solid #e1e1e1;float: left;}
.pro_pic ul li img:hover{border: 1px solid #3e75ff; }
.pro_pic ul { width:860px; margin-top: 15px;}
.pro_pic a{ text-decoration: none;color: #333;font-size: 14px;}
.pro_pic a:hover{color: #3e75ff; }


.pos { background: #f1f1f1 none repeat scroll 0 0;border: 1px dashed #ccc;height: 38px;line-height: 38px;text-indent: 10px;}
.pos h2 {font-size:15px; color:#3e75ff; font-weight:bold;}

.moxing {overflow:hidden;width:220px;}
.lianxi_title h2 {color: #fff;padding-left: 20px;font-family:"Microsoft YaHei";font-size: 15px;}
.lianxi_title{line-height: 39px;background-color: #00AA3A;height: 39px;}
.list_lbot{margin:15px 0 35px 0;}
.list_contact{border: 1px solid #ccc;padding:10px;}
.list_contact p{line-height:24px;color:#818181;padding-left:15px;padding-right:15px;}
.pro_details_tongji {text-align: center;width: 100%;border-bottom: 1px dashed #ccc;padding-bottom: 5px;margin-bottom: 15px; font-size:13px;}
.pro_photo{ padding-top:20px;}

.pro_photo h3 {text-align: center;line-height: 50px;font-size: 14px;padding-top: 10px; font-weight: bold;}
.pro_photo p{color:#333;}
.n_con{ color:#666; font-size:14px; line-height:24px;}
.n_con p {line-height: 24px;color: #333;text-indent: 2em; margin-bottom:5px; color:#666; font-size:14px;}
.goto{ color:#666; font-size:14px; line-height:24px;}
.goto p {line-height: 24px;color: #666;}
.goto p a{ margin-right:30px;}
.info_news span {float: right; color:#999; font-size:12px;}
.info_news li {line-height: 35px;padding-right: 10px;background:url(../images/new_jt.png) left center no-repeat; padding-left: 15px;margin-left: 10px;border-bottom: 1px dashed #CCC;}

.wz1{ margin-top:30px;}
.pro_ph1{ float:right; margin-top:20px;}
.pro_ph1 a{ margin:0 10px; float:right; line-height:36px; font-size:16px; color:#88be4c;}

.article_list_img {background:#f2f2f2; height:120px; padding:10px; margin-bottom:10px;}
.article_list_img dt { float:left; margin-right:20px;}
.article_list_img dd { float:left; width:470px; line-height:24px; height:120px; overflow:hidden;}
.article_list_img dd a { color:#f66304;}
.article_list_img dd a:hover { text-decoration:underline;}

.current_content h4 { text-align:center;  color:#3e75ff; font-size:16px;}
.current_content h3 { text-align:center; margin-top:5px; font-weight:normal; line-height:30px; height:32px; font-size:13px;}
.current_content .current_text { margin-top:7px; border-top:1px dashed #ccc; padding-top:15px;}
.current_content .current_text p{ line-height:24px;font-size: 14px;color: #333;margin-bottom: 20px;}
.current_content a{font-size: 14px;color: #3e75ff;test:expression(target="_blank");}
.current_content a:hover{color: #e60012;}
.current_content a:active {test:expression(target="_blank");}
.current_content{font-size: 14px;color: #333;}

.hot{ margin-top:50px; margin-bottom:20px;}
.hot div{font-size: 14px;font-weight: bold;color: #3e75ff;}
.lx{ width:830px;}

.leftlx .dianh{padding:0 5px 20px 10px;}
.leftlx p{line-height:24px;}
.hots_news .dianhua {background: url(../images/Teln.gif) no-repeat scroll 0 18px transparent;color: #666666;line-height: 20px;padding: 10px 0 10px 55px;}
.hots_news .dianhua span {display: block;font: 18px "Impact";color:#e60012;}
.dianh p{line-height: 24px;font-size: 14px;color: #333;margin-bottom: 10px;}
.nyBanner{width: 100%;height: 300px;margin: 0 auto;background-color: #91cf18;overflow: hidden;position: relative;}
.nyBanner img{position:absolute;left:50%;margin-left:-960px;}

/*下载*/
.downlist{line-height:24px;color:#333;padding:10px 15px 0px;}
.downlist b{font-size: 14px;font-weight: bold;color: #206ccd;}
.downlist ul li{border-bottom:1px dashed #dedede;height:32px;line-height:32px;}
.downlist ul li a{color:#333;font-weight:bold;display: block;float: left;width: 80%;height: 32px;overflow: hidden;}
.downlist ul li a:hover{color: #206ccd;}
.downlist ul li span{float:right;color:#333;}
.downlist ul p{line-height:24px;color:#333;}
/*down*/
.neiye-title{line-height:24px;color:#333;}
.neiye-title a{color:#0156b1;}



/*goTop*/
.goTop_Box{position: relative;}
.right-bar{position: fixed;bottom: 10%;right: 4%;z-index: 9999;zoom: 1;}
.gotop{width: 45px;height: 45px;background: url(../images/hdb.png) no-repeat;cursor: pointer;}


.mode3 {width:235px;}
.mode3 .menu{ width:235px; position:relative;}
.mode3 .menu .tact{ width:212px; height:140px; position:absolute; left:12px; bottom:20px;}
.mode3 .menu .bt{ width:235px; height:45px; background:#3e75ff; font-size:18px; text-align:center; line-height:45px; color:#fff;font-weight: bold;}

.mode3 .menu .bt span{ font-size:16px; font-family:arial; color:#fff; margin-left:10px; font-weight:normal;}
.mode3 .menu_list{ width:233px;padding-bottom:10px; border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding-top: 7px;}
.mode3 .menu_head{width:219px;height:34px;line-height:32px;  text-indent:10px; font-size:14px; color:#fff;cursor:pointer;background: url(../images/menu_zt1.png) no-repeat;margin-left: 7px;margin-bottom: 7px;transition:all 0.5s;}
.mode3 .menu_head a{ color:#222;display: block;width: 179px;height: 34px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mode3 .menu_list .current{background: url(../images/menu_zt2.png) no-repeat;}
.mode3 .menu_list .current a{color: #fff;}
.mode3 .menu_body{width:235px;height:auto;overflow:hidden;line-height:30px;}
.mode3 .menu_body .nva_active{color:#3e75ff;background:url(../images/newslihover.png) no-repeat 16px center;}
.mode3 .menu_body a{display:block;width:219px;height:36px;line-height:36px; font-size:14px; color:#222; text-indent:30px; overflow:hidden;background:url(../images/new_li2.jpg) no-repeat 16px center;margin-left: 7px;transition:all 0.5s;}
.mode3 .menu_body a:hover{color: #3e75ff;background:url(../images/newslihover.png) no-repeat 16px center;}


/*==========企业相册页面========*/
#col{width:900px;}
#col ul{ margin-top:10px;}
#col li {text-align:center; float:left; margin-right:37px;margin-bottom:10px; width: 256px;height: 183px;}
#col li img{ border:1px solid #cecece;vertical-align: bottom;width: 100%;}
#col li img:hover{ border:1px solid #91cf18;}
#col li p{ font-size:13px; color:#333;line-height:24px;height: 24px;}
#col li a{ text-decoration:none;}
#col li:hover p{ text-decoration:none; color:#91cf18;}

.selected{z-index: 1;}
.selected p{display: none;}

.page2{position: absolute;left: 270px;top: 400px;}




/*------------banner轮播图-------------*/
.banner{ width:100%; height:500px; margin:0 auto;}
.banner-two{ width:100%; height:350px; margin:0 auto;}

.flickerplate {  position:relative;  width:100%;  max-height:500px;  min-height:350px;  background-color:#e6e6e6;  overflow:hidden;  z-index:0;  }
.flickerplate ul.flicks {  width:10000%;  height:100%;  padding:0px;  margin:0px;  list-style:none  }
.flickerplate ul.flicks>li {  float:left;  width:1%;  height:100%;  background-position:center;  background-size:cover;  display:table  }

.flickerplate .arrow-navigation {  position:absolute;  height:80%;  width:10%;  top:5%;  z-index:100;  overflow:hidden  }
.flickerplate .arrow-navigation .arrow {  display:block;  height:100%;  width:90%;  -webkit-transition:all 0.2s ease-out;  -moz-transition:all 0.2s ease-out;  -o-transition:all 0.2s ease-out;  -ms-transition:all 0.2s ease-out;  transition:all 0.2s ease-out  }
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {  cursor:pointer  }
.flickerplate .arrow-navigation.left {  left:0%  }
.flickerplate .arrow-navigation.left .arrow {  opacity: 0;  margin: 0px 0px 0px 50%;  background: url(../images/navleft.png) no-repeat left;  }
.flickerplate .arrow-navigation.right {  right:0%  }
.flickerplate .arrow-navigation.right .arrow {  opacity:0;  margin:0px 0px 0px -50%;  background: url(../images/navright.png) no-repeat right;  }
.flickerplate .arrow-navigation.left.hover .arrow {  opacity:1;  margin:0px 0px 0px 20%  }
.flickerplate .arrow-navigation.right.hover .arrow {  opacity:1;  margin:0px 0px 0px -20%  }

.flickerplate .dot-navigation {  position:absolute;  bottom:10px;  width:100%;  text-align:center;  z-index:100  }
.flickerplate .dot-navigation ul {  list-style:none;  padding:0px 15px;  width:200px;  margin:0 auto;  }
.flickerplate .dot-navigation ul li {  float:none;  width:36px;  float:left;  margin-right:13px;  }
.flickerplate .dot-navigation ul li {  float:none;  width:36px;  float:left;  margin-right:13px;  }
.flickerplate .dot-navigation .dot {  width:41px;  height:15px;  margin:0px 6px;  background:url(../images/dot2.png) no-repeat center;  }
.flickerplate .dot-navigation .dot:hover {  cursor:pointer;  background:url(../images/dot2.png) no-repeat center;  }
.flickerplate .dot-navigation .dot.active {  background:url(../images/dot1.png) no-repeat center;  }
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {  text-align:left  }
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {  text-align:right  }
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {  background: url(../images/navleft1.png) no-repeat left;  }
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {  background: url(../images/navright1.png) no-repeat right;  }
.flickerplate.flicker-theme-dark .dot-navigation .dot {  background-color:rgba(0, 0, 0, 0.12)  }
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {  background-color:rgba(0, 0, 0, 0.6)  }
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {  background-color:#000  }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {  color:rgba(0, 0, 0, 0.9)  }
.flickerplate.animate-transform-slide ul.flicks {  -webkit-perspective:1000;  -webkit-backface-visibility:hidden;  transform:translate3d(0%, 0px, 0px);  -webkit-transform:translate3d(0%, 0px, 0px);  -webkit-transition:-webkit-transform 0.6s;  -o-transition:-o-transform 0.6s;  -moz-transition:-moz-transform 0.6s;  transition:transform 0.6s  }
.flickerplate.animate-transition-slide ul.flicks {  position:relative;  left:0%;  -webkit-transition:left 0.4s ease-out;  -moz-transition:left 0.4s ease-out;  -o-transition:left 0.4s ease-out;  -ms-transition:left 0.4s ease-out;  transition:left 0.4s ease-out  }






















