﻿@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), /* chrome銆乫irefox */
    url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src:url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;}
ol,ul,h1,h2,h3,h4,h5,h6,p,dd,dt,dl{ margin: 0; padding: 0;}
*{
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    list-style: none;
}
.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.no-padding{padding-left: 0; padding-right: 0;}
.container{max-width:1200px !important; padding-left: 0; padding-right: 0;}
@media (max-width:991px){
    .container{padding-left: 15px; padding-right: 15px;}
}
.container-fluid{max-width: 1000px!important;}
.xiao{padding-left: 5px; padding-right: 5px;}
.no-div{display: none;}
.no_left{padding-left: 0!important;}
.no_right{padding-right: 0;!important;}
.middle{vertical-align: middle;display: table-cell;}
.tr{transition: all 0.4s;-moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;}

header .head_main{width: 100%; position: fixed; z-index: 9; }
header .head_main .logo{height: 120px; display: table; float: left;}
header .head_main .logo a{display: table-cell; vertical-align: middle;}
header .head_main .logo a img{width: 100%;}
header .head_main .head_right{float: right;}
header .head_main .head_top{height: 60px; padding-top: 20px;}
header .head_main .head_top .head_call{float: right;}
header .head_main .head_top .head_call h4{background: url("../image/head_call.png") no-repeat left; font-size: 20px; height: 25px; line-height: 25px; color: #e62129; padding-left: 35px; font-weight: bold;}
header .head_main .head_top .head_form{width: 210px; height: 25px; overflow: hidden; float: right; margin-left: 20px; border-radius: 20px;}
header .head_main .head_top .head_form .head_txt{width: calc(100% - 40px); height: 100%; float: left; border: none; background-color: rgba(0,0,0,.5); padding: 2px 14px; color: #FFFFFF; font-size: 12px;outline:none}
header .head_main .head_top .head_form .head_btn{width: 40px; height: 100%; float: left; border: none; background: url("../image/fangda.png") no-repeat 50% 50% rgba(0,0,0,.5);outline:none}
header .head_main .head_nav{float: left; height: 60px;}
header .head_main .head_nav ul{margin: 0; padding: 0;}
header .head_main .head_nav .top_li{float: left; position: relative; text-align: center;  height: 60px;}
header .head_main .head_nav .top_li>a{color: #333; font-size: 16px; line-height: 40px; font-weight: bold; display: inline-block; padding: 0 15px;}
header .head_main .head_nav .top_li:hover>a{color: #00b7ee;}
header .head_main .top_li .er{display: none; position:absolute; top:40px; z-index:99999;}
header .head_main .top_li .er>li{height: 40px; background: rgba(0,0,0,0.5); padding: 0 10px; transition:all 0.3s;}
header .head_main .top_li .er>li a{line-height:40px; color:#fff; display: block;}
header .head_main .top_li .er>li:hover{background-color: #6693ee;}
header .small{background-color: rgba(255,255,255,.8); border-bottom: 1px solid #bbbbbb;}
header .lunbos{padding-top: 38%; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat;}
/**/
.content{margin: 30px 0;}
.con_layout{margin-top: 30px;}
.main_title{text-align: center;}
.main_title .CN{font-size: 36px; color: #333333; font-weight: bold;}
.main_title .EN{font-size: 18px; color: #666666; font-family: "Candara"; margin-top: 10px;}
/**/
.main1{width: 100%;}
.main1 .item{width: 100%; text-align: center; position: relative; margin-bottom: 15px;}
.main1 .item .imgbox{width: 255px; height: 255px; display: inline-block; 
/*border-radius: 50%;*/
 border: 1px dashed #9a9a9a; position: relative; overflow: hidden;}
.main1 .item .imgbox:before{content: ""; position: absolute; top: 5px; left: 5px; width: calc(100% - 10px); height: calc(100% - 10px); z-index: 9; border: 4px dashed #c9c9c9; opacity: 0; border-radius: 50%;transition: all 0.4s;-moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;}
.main1 .item .imgbox .m_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.main1 .item .mask{position: absolute; bottom: 0; left: 0; width: 100%;}
.main1 .item .mask h4{width: 100%; height: 40px; text-align: center; line-height: 20px; font-size: 16px; color: #333;}
.main1 .item:hover .imgbox:before{-webkit-animation:run 6s linear 0s infinite; opacity: 1; transition: all 0.4s;-moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;}
@-webkit-keyframes run{
    from{transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg);}
    to{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
}
.main1 .col-lg-3:nth-child(8) .item .txtbox{position: absolute; top: 5px; left: 5px; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 50%; display: table; background-color: #00b7ee;}
.main1 .col-lg-3:nth-child(8) .item .txtbox h4{width: 75px; background: url("../image/jian.png") no-repeat right; font-size: 18px; color: #FFFFFF; display: inline-block; padding-right: 25px;}
/**/
.main2{width: 100%; overflow: hidden; background: url("../image/sanixa.png") no-repeat bottom #f5f5f5; padding-bottom: 30px;}
.main2 .m_left{width: 44%; float: left; padding-right: 10px;}
.main2 .m_left .imgbox{text-align: center; overflow: hidden; display: block;}
.main2 .m_left .imgbox img{max-width: 100%; height: auto;}
.main2 .m_right{width: 56%; float: left; padding-left: 10px;}
.main2 .m_right .txtbox{overflow: hidden; padding-top: 10px;}
.main2 .m_right .txtbox h4{font-size: 16px; color: #333333; font-weight: bold; border-bottom: 1px solid #919191; padding-bottom: 10px; display: inline-block;}
.main2 .m_right .txtbox p{height: 200px; overflow: hidden; font-size: 14px; color: #333333; line-height: 25px; margin-top: 5px;}
.main2 .m_right .txtbox a{width: 220px; height: 32px; line-height: 30px; text-align: center; font-size: 14px; color: #333333; margin-top: 15px; border: 1px solid #aaa; background: linear-gradient(#FFFFFF, #cacaca); display: inline-block;}
.main2 .m_box{margin-top: 20px;}
.main2 .m2_tit{text-align: center; position: relative;}
.main2 .m2_tit h4{width: 100px; display: inline-block; font-size: 18px; color: #333333; font-weight: bold;}
.main2 .m2_tit h4:before, .main2 .m2_tit h4:after{content: ""; display: block; position: absolute; top: 0; bottom: 0; margin: auto; width: calc(50% - 50px); height: 10px; background: url("../image/xin.png") no-repeat; background-size: 100% 100%;}
.main2 .m2_tit h4:before{content: ""; left: 0;}
.main2 .m2_tit h4:after{content: ""; right: 0;}
.main2 .m_con{margin-top: 20px;}
.main2 .item{width: 100%; border: 5px solid #eeeeee; background-color: #FFFFFF;}
.main2 .item .imgbox{position: relative; display: block; overflow: hidden;}
.main2 .item .imgbox:before{content: ""; display: block; padding-top: 75%;}
.main2 .item .imgbox .m_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.main2 .item .m_txt{text-align: center; height: 25px; line-height: 25px; font-size: 12px; color: #666666;}
.main2 .item:hover{border-color: #b4b4b4;}
/**/
.main3{width: 100%; overflow: hidden;}
.main3 .m_tit{border-bottom: 1px solid #dcdcdc; text-align: center; padding-bottom: 10px;}
.main3 .m_tit h4{font-size: 36px; color: #ff3a33; font-weight: bold;}
.main3 .m_tit h4 span{font-size: 48px;}
.main3 .m_tit h5{font-size: 30px; color: #e6dcac; font-family: "Impact"; margin-top: 5px;}
.main3 .imgbox{text-align: center; overflow: hidden;}
.main3 .imgbox img{max-width: 100%; height: auto;}
.main3 .m_call{text-align: center; margin-top: 30px; overflow: hidden;}
.main3 .m_call h4{display: inline-block; background: url("../image/main3_call_03.png") no-repeat 20px 50%; height: 54px; line-height: 50px; padding: 0 0 0 70px; border: 2px solid #c9c9c9; border-radius: 30px; overflow: hidden; font-size: 24px; color: #333333;}
.main3 .m_call h4 span{height: 100%; line-height: 50px; float: right; padding: 0 30px; border-radius: 30px 0 0 30px; background-color: #e6dcac; color: #FFFFFF; font-size: 30px; display: inline-block;}
/**/
.main4{width: 100%; overflow: hidden; background-color: #efefef;}
.main4 .m_left{width: 25%; float: left; padding-right: 10px;}
.main4 .m_left .imgbox{text-align: center; overflow: hidden;}
.main4 .m_left .imgbox img{width: 100%; height: auto;}
.main4 .m_left .txtbox{padding: 15px 10px; background-color: #e6dcac;}
.main4 .m_left .txtbox h4{font-size: 14px; color: #333333; font-weight: bold;}
.main4 .m_left .txtbox p{font-size: 12px; color: #666666; line-height: 20px; height: 40px; margin-top: 10px; overflow: hidden;}
.main4 .m_left .txtbox a{ display: inline-block; padding: 3px 10px; font-size: 14px; color: #333333; background-color: #FFFFFF; margin-top: 10px;}
.main4 .m_right{width: 75%; float: left; padding-left: 10px;}
.main4 .item{width: 100%; height: 100px; overflow: hidden; margin-bottom: 10px;}
.main4 .item .imgbox{width: 95px; height: 100%; float: left;}
.main4 .item .imgbox .m_img{width: 100%; height: 100%;}
.main4 .item .txtbox{width: calc(100% - 95px); height: 100%; float: left; padding: 5px 10px;}
.main4 .item .txtbox h4{font-size: 14px; color: #333333; font-weight: bold;}
.main4 .item .txtbox p{font-size: 12px; color: #666666; line-height: 20px; height: 40px; margin-top: 8px; overflow: hidden;}
.main4 .item .txtbox h5{font-size: 12px; color: #c6c6c6; margin-top: 8px;}
.main4 .item:hover .txtbox h4{color: #00b7ee;}
.main4 .more{text-align: center; margin-top: 30px;}
.main4 .more a{display: inline-block; padding: 5px 50px; border: 1px solid #aaa; font-size: 14px;color: #333333; background: linear-gradient(#FFFFFF, #c8c8c8)}
/**/
.main5{width: 100%; overflow: hidden;}
.main5 .item{width: 100%; margin-bottom: 15px;}
.main5 .item .imgbox{position: relative; display: block; overflow: hidden;}
.main5 .item .imgbox:before{content: ""; display: block; padding-top: 52%;}
.main5 .item .imgbox .m_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: auto;}
.main5 .item .txtbox{background-color: #e1e1e1; padding: 15px;}
.main5 .item .txtbox h4{font-size: 14px; color: #666666; font-weight: bold;}
.main5 .item .txtbox p{font-size: 12px; color: #666666; height: 20px; line-height: 20px; margin-top: 5px;overflow:hidden}
.main5 .item:hover .imgbox .m_img{transform:scale(1.1);}
.main5 .item:hover .txtbox{background-color: #e6dcac;}
.main5 .more{text-align: center; margin-top: 30px;}
.main5 .more a{display: inline-block; padding: 5px 50px; border: 1px solid #aaa; font-size: 14px;color: #333333; background: linear-gradient(#FFFFFF, #e6dcac);}
/**/
.main6{width: 100%; overflow: hidden;}
.main6 .m_tit{text-align: center;}
.main6 .m_tit h4{display: inline-block; padding: 10px 60px; background: url("../image/m6_tit.png") no-repeat; background-size: 100% 100%; font-size: 30px; color: #333; font-weight: bold;}
.main6 .item{width: 100%; overflow: hidden;}
.main6 .item .imgbox{border: 1px solid #ccc; position: relative; display: block; overflow: hidden;}
.main6 .item .imgbox:before{content: ""; display: block; padding-top: 40%;}
.main6 .item .imgbox .m_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.main6 .item:hover .imgbox{border: 1px solid #00b7ee;}
/**/
.main7{width: 100%; background: url("../image/m7_bg.jpg") no-repeat 50% 50%; background-size: cover;}
.main7 .main_title .CN{color: #FFFFFF;}
.main7 .main_title .EN{color: #FFFFFF;}
.main7 .m_tit{font-size: 18px; color: #FFFFFF; font-weight: bold; margin-bottom: 15px;}
.main7 .m_left{width: 50%; float: left;}
.main7 .m_left .imgbox{text-align: center; overflow: hidden;}
.main7 .m_left .imgbox img{max-width: 100%; height: auto;}
.main7 .m_left .txtbox{margin-top: 10px;}
.main7 .m_left .txtbox h4{font-size: 14px; color: #FFFFFF; font-weight: bold;}
.main7 .m_left .txtbox ul{margin-top: 5px;}
.main7 .m_left .txtbox p{font-size: 14px; color: #FFFFFF; line-height: 20px; width: 40%; float: left;}
.main7 .m_right{width: 50%; float: left; padding-left: 40px;}
.main7 .m_right .item{margin-bottom: 10px; width: 100%; overflow: hidden;}
.main7 .m_right .item .f_txt{width: 100%; height: 35px; border: none; padding: 0 10px; background-color: #FFFFFF;}
.main7 .m_right .item .f_txts{height: auto; background-color: #FFFFFF; width: 100%; padding: 5px 10px;}
.main7 .m_right .item .f_btn{width: 160px; height: 30px; line-height: 30px; border: none; background-color: #e6dcac; font-size: 14px; color: #333333;}
/**/
.foot1{width: 100%; border-bottom: 1px solid #d3d5d7; background-color: #ededed;}
.foot1 dl{width: 170px; text-align: center; float: left;}
.foot1 dt{margin-bottom: 10px;}
.foot1 dt a{font-size: 14px; color: #333333;}
.foot1 dd a{height: 20px; line-height: 20px; font-size: 12px; color: #666666;}
.foot1 dd a:hover{color: #00b7ee;}
.foot2{width: 100%; overflow: hidden; background-color: #ededed;}
.foot2 .f_left{float: left; margin-top: 20px;}
.foot2 .f_left h4{font-size: 26px; color: #333333; margin-bottom: 10px;}
.foot2 .f_left p{font-size: 12px; color: #333333; height: 15px; line-height: 15px;}
.foot2 .f_right{float: right;}
.foot2 .f_right .ma{text-align: center;}
.foot2 .f_right .ma img{max-width: 100%;}
.foot2 .f_right .ma h4{font-size: 14px; color: #666666;}
.foot3{width: 100%; background-color: #9e9e9e;}
.foot3 .txtbox{padding: 10px 0; text-align: center;}
.foot3 .txtbox p{font-size: 12px; color: #FFFFFF; line-height: 20px;}
/*手机底部*/
.hot{width:100%; height:58px; background:#000; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:8px 0;}
.hot .row div a:hover{background-color: #00b7ee;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px;}
.dbbox .dbs.ewm-box img{ max-width: 140px;}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block;}
/**/
.inner_page{width: 100%;}
.inner_page .page_left{width: 22%; float: left; padding-right: 10px;}
.inner_page .page_right{width: 78%; float: left; padding-left: 10px;}
.inner_page .page_nav{overflow: hidden; background-color: #e9e9e9; padding: 15px 0;}
.inner_page .page_nav .n_left{float: left;}
.inner_page .page_nav .n_left h4{font-size: 24px; color: #333333;}
.inner_page .page_nav .n_left h4 span{font-size: 18px; color: #9b9b9b;}
.inner_page .page_nav .n_right{float: right;}
.inner_page .page_nav .n_right h5{font-size: 14px; color: #666666; margin-top: 5px;}
.inner_page .page_nav .n_right h5 a{font-size: 14px; color: #666666;}
/**/
.sideBar_page .n_tit{background: url("../image/zuo_tit.jpg") no-repeat; background-size: 100% 100%; position: relative; padding: 15px 0; font-size: 0; text-align: center;}
.sideBar_page .n_tit>h4{font-size: 22px; color: #FFFFFF;}
.sideBar_page .n_tit>h5{font-size: 12px; color: #FFFFFF; }
.sideBar_page .n_tit .side_span{position: absolute; right: 15px; top: 10px; font-size: 22px; color: #FFFFFF;}
.sideBar_page .side_top{margin-bottom: 15px;}
.sideBar_page .side_top ul{display: none;}
.sideBar_page .n_ul{background-color: #FFFFFF;border: 1px solid #bfbfbf; padding: 5px 10px;}
.sideBar_page .n_li{width: 100%; position: relative;margin-bottom: 2px;}
.sideBar_page .n_li>a{display: block; position: relative; text-align: center; background-color: #abacac;  height: 40px; line-height: 40px; font-size: 15px; color: #333333;}
.sideBar_page .n_li>a:before{content: ""; position: absolute; left: 0; height: 100%; width: 5px; opacity: 0; background-color: #e6dcac; transition: all 0.4s;-moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;}
.sideBar_page .n_li:hover>a{color: #ffffff;}
.sideBar_page .n_li:hover>a:before{opacity: 1}
.sideBar_page .er{width: 100%;}
.sideBar_page .er li{height: 40px;}
.sideBar_page .er li a{line-height: 40px;text-align: center; display: block; background-color: #e7e7e7; font-size: 14px; color: #666666;}
.sideBar_page .er li a:hover{color: #FFFFFF; background-color: #e6dcac;}
/*下*/
.sideBar_page .side_bot{width: 100%;}
.sideBar_page .side_bot .txtbox{padding: 20px; border: 1px solid #bfbfbf;}
.sideBar_page .side_bot .txtbox h2{font-size: 26px; color: #333333;}
.sideBar_page .side_bot .txtbox h3{font-size: 26px; color: #ff3000; margin: 8px 0;}
.sideBar_page .side_bot .txtbox p{font-size: 12px; color: #333333;}

/**/
.product_page{width: 100%; overflow: hidden;}
.product_page .item{width: 100%; margin-bottom: 15px; border: 1px solid #bfbfbf; padding: 3px;}
.product_page .item .imgbox{position: relative; display: block; overflow: hidden;}
.product_page .item .imgbox:before{content: ""; display: block; padding-top: 75%;}
.product_page .item .imgbox .n_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.product_page .item .mask{position: absolute; bottom: 0; left: 0; width: 100%;}
.product_page .item .mask h4{width: 100%; height: 35px; line-height: 35px; text-align: center; background-color: #cecece; display: block; font-size: 14px; color: #333333;}
.product_page .item:hover .imgbox .n_img{transform:scale(1.1);}
.product_page .item:hover .mask h4{background-color: #e6dcac;}
/*内页*/
.product_show{width: 100%;}
.product_show .imgbox{text-align: center; overflow: hidden;}
.product_show .imgbox img{max-width: 100%; height: auto;}
.product_show .txtbox{margin-top: 15px;}
.product_show .txtbox p{font-size: 14px; color: #333333; line-height: 25px;}

/*案例页面*/
.case_page{width: 100%; overflow: hidden;}
.case_page .item{width: 100%; margin-bottom: 15px; border: 1px solid #bfbfbf; padding: 3px;}
.case_page .item .imgbox{position: relative; display: block; overflow: hidden;}
.case_page .item .imgbox:before{content: ""; display: block; padding-top: 75%;}
.case_page .item .imgbox .n_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.case_page .item .mask{position: absolute; bottom: 0; left: 0; width: 100%;}
.case_page .item .mask h4{width: 100%; height: 35px; line-height: 35px; text-align: center; background-color: #cecece; display: block; font-size: 14px; color: #333333;}
.case_page .item:hover .imgbox .n_img{transform:scale(1.1);}
.case_page .item:hover .mask h4{background-color: #e6dcac;}
/*内页*/
.case_show{width: 100%;}
.case_show .imgbox{text-align: center; overflow: hidden;}
.case_show .imgbox img{max-width: 100%; height: auto;}
.case_show .txtbox{margin-top: 15px;}
.case_show .txtbox p{font-size: 14px; color: #333333; line-height: 25px;}

/*简介页面*/
.about_page{width: 100%;}
.about_page .imgbox{text-align: left; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 10px;}
.about_page .txtbox h4{font-size: 16px; color: #333333; font-weight: bold;}
.about_page .txtbox p{font-size: 14px; color: #333333; line-height: 25px; margin-top: 5px;}

/*联系我们页面*/
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{overflow: hidden;}
.contact_page .txtbox h4{font-size: 24px; color: #333333; margin-bottom: 10px;}
.contact_page .txtbox p{font-size: 14px; color: #333333; line-height: 20px;}
.contact_page .ditu{margin-top: 20px; text-align: center; overflow: hidden;}
.contact_page .ditu img{width: 100%; height: auto;}

/*视频页面*/
.vodeo_page{width: 100%;}
.vodeo_page .item{width: 100%; margin-bottom: 15px;}
.vodeo_page .item .imgbox{width: 100%; height: 270px; overflow: hidden;}
.vodeo_page .item .imgbox img{width: 100%; height: auto;}

/*新闻页面*/
.news_page{width: 100%;}
.news_page .item{width: 100%; height: 100px; margin-bottom: 15px; overflow: hidden; position: relative; top: 0;}
.news_page .item .imgbox{width: 95px; height: 100%; float: left; overflow: hidden;}
.news_page .item .imgbox .n_img{width: 100%; height: 100%;}
.news_page .item .txtbox{width: calc(100% - 95px); height: 100%; float: left; padding: 5px 10px;}
.news_page .item .txtbox h4{font-size: 14px; color: #333333; font-weight: bold;}
.news_page .item .txtbox p{font-size: 12px; color: #66696a; height: 40px; line-height: 20px; overflow: hidden; margin-top: 7px;}
.news_page .item .txtbox h5{font-size: 12px; color: #c6c6c6; margin-top: 7px;}
.news_page .item:hover{top: -4px;box-shadow: 5px 5px 5px #bbb;}
/*内页*/
.news_show{width: 100%; overflow: hidden;}
.news_show .imgbox{text-align: left;}
.news_show .imgbox img{max-width: 100%; height: auto;}
.news_show .txtbox{margin-top: 10px;}
.news_show .txtbox h4{font-size: 14px; color: #333333; font-weight: bold;}
.news_show .txtbox p{font-size: 12px; color: #66696a; line-height: 25px; margin-top: 10px;}

/*应用领域页面*/
.yy_page{width: 100%;}
.yy_page .item{width: 100%; margin-bottom: 15px;}
.yy_page .item .imgbox{text-align: center; border: 1px solid #ccc; position: relative;}
.yy_page .item .imgbox:before{content: ""; display: block; padding-top: 40%;}
.yy_page .item .imgbox .n_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}



@media (max-width:1199px){
    header .head_main .logo{height: 100px;}
    header .head_main .head_top{height: 50px; padding-top: 15px;}
    header .head_main .head_nav{height: 50px;}
    header .head_main .head_nav .top_li{height: 50px;}
    header .head_main .head_nav .top_li>a{font-size: 14px; padding: 0 10px;}
    .main1 .item .imgbox{width: 200px; height: 200px;}
    .main4 .item{height: 95px;}
    .main7 .m_left .txtbox li{width: 50%;}
    .foot1 dl{width: 16.6666%;}

}

@media (max-width: 991px){
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }
    header .head_main .logo{height: 90px;}
    header .head_main .top_btn{font-size: 36px; color: #333; position: absolute; top: 25px; right: 20px;}
    header .head_main .head_top{display: none;}
    header .head_link{margin-right: 60px; height: 90px;}
    header .head_main .head_nav{top: 80px; right: 0; position: absolute; width: 130px; height: auto; z-index: 9999; margin: 0; background: rgba(0,0,0,0.5); display: none;}
    header .head_main .head_nav .top_li{display: block; width: 100%; height: 40px; padding: 0;}
    header .head_main .head_nav .top_li>a{font-size: 14px; padding: 0; line-height: 40px; display: block;  color: #FFFFFF;}
    header .head_main .top_li ul{display: none!important;}
    header .lunbos{padding-top: 45%;}
    .content{margin: 20px 0;}
    .con_layout{margin-top: 20px;}
    .main_title .CN{font-size: 30px;}
    .main_title .EN{font-size: 16px; margin-top: 5px;}
    .main1 .item .imgbox{width: 160px; height: 160px;}
    .main1 .item .imgbox:before{border: 2px dashed #c9c9c9; width: calc(100% - 6px); height: calc(100% - 6px); top: 3px; left: 3px;}
    .main1 .item .mask h4{height: 30px; line-height: 20px; font-size: 12px;}
    .main2 .m_right .txtbox p{line-height: 20px; height: 160px;}
    .main3 .m_tit h4{font-size: 30px;}
    .main3 .m_tit h4 span{font-size: 40px;}
    .main3 .m_tit h5{font-size: 24px;}
    .main3 .m_call h4{font-size: 20px; height: 44px; line-height: 40px;}
    .main3 .m_call h4 span{font-size: 24px; line-height: 40px;}
    .main4 .m_left .txtbox p{height: 60px;}
    .main4 .item{height: 90px;}
    .main4 .item .txtbox p{height: 60px; margin-top: 5px;}
    .main4 .item .txtbox h5{display: none;}
    .main7 .m_left .txtbox li{width: 100%;}
    /*内页*/
    .inner_page .page_left{width: 25%;}
    .inner_page .page_right{width: 75%;}
    .sideBar_page .n_tit>h4{font-size: 18px;}
    .product_page .item .mask h4{height: 30px; line-height: 30px;}
    .case_page .item .mask h4{height: 30px; line-height: 30px;}
    .news_page .item{height: 95px;}
    .news_page .item .txtbox p{height: 60px;}
    .news_page .item .txtbox h5{display: none;}
}

@media (min-width: 768px){
    .sideBar_page .n_ul{display: block!important;}
}

@media (max-width: 767px){
    header .head_top{height: 10px;}
    header .head_main .logo{height: 60px;}
    header .head_main .logo a img{width: 180px;}
    header .head_main .head_nav{top: 60px;}
    header .head_main .top_btn{font-size: 26px; top: 17px;}
    header .lunbos{padding-top: 50%;}
    .main2 .m_left{width: 100%; padding: 0;}
    .main2 .m_right{width: 100%; padding: 0;}
    .main3 .m_tit h4{font-size: 24px;}
    .main3 .m_tit h4 span{font-size: 34px;}
    .main3 .m_tit h5{font-size: 20px;}
    .main4 .m_left{width: 100%; padding: 0;}
    .main4 .m_right{width: 100%; padding: 0; margin-top: 15px;}
    .main7 .m_tit{font-size: 16px;}
    .main7 .m_left{width: 100%;}
    .main7 .m_right{width: 100%; padding: 0; margin-top: 15px;}
    /*内页*/
    .inner_page .page_left{width: 100%; padding: 0;}
    .inner_page .page_right{width: 100%; padding: 0;}
    .sideBar_page .n_tit{padding: 12px 0;}
    .sideBar_page .n_tit>h5{display: none;}
}

@media (max-width:500px){
    .container-fluid{padding-left: 8px; padding-right: 8px;}
    .main_title .CN{font-size: 22px;}
    .main_title .EN{font-size: 14px;}
    .main3 .m_call h4{font-size: 16px; padding: 0 0 0 50px; background-size: 20px; }
    .main3 .m_call h4 span{font-size: 18px; padding: 0 15px;}
}

@media (max-width:376px){

}

@media (max-width:340px){

}


.product_show{width: 100%;}
.product_show .pro_box1{width: 100%; overflow: hidden;}
.product_show .show_title{height: 35px; background-color: #9e9e9e;}
.product_show .show_title h4{line-height: 35px; padding: 0 20px; background-color: #00b7ee; display: inline-block; font-size: 16px; color: #ffffff;}
.product_show .show_con{margin-top: 20px;}
.product_show .show_left{width: 50%; float: left; padding-right: 10px;}
.product_show .show_box{width: 100%; height: 400px; position: relative;}
.product_show .swiper-container {width: 100%;margin-left: auto;margin-right: auto;}
.product_show .swiper-slide {background-size: cover;background-position: center;}
.product_show .gallery-top {height: 75%;width: 100%;}
.product_show .gallery-thumbs{height: 25%;box-sizing: border-box;padding: 10px 0; width: 88%; margin: 0 auto;}
.product_show .gallery-thumbs .swiper-slide {width: 33.3333%;height: 100%;opacity: 0.4; position: relative;}
.product_show .gallery-thumbs .swiper-slide-active {opacity: 1;}
.product_show .gallery-top .imgbox{text-align: center; overflow: hidden; position: relative; height: 100%; border: 1px solid #d4d4d4;}
.product_show .gallery-top .imgbox .prct_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.product_show .gallery-thumbs .imgbox{text-align: center; overflow: hidden; position: relative; height: 100%; border: 1px solid #838383;}
.product_show .gallery-thumbs .imgbox .prct_img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.product_show .gallery-thumbs .swiper-slide-active .imgbox{border: 1px solid #044da0;}
.product_show .swiper-button-next, .product_show .swiper-button-prev{bottom: 35px; top: auto; margin-top: 0; width: 15px; height: 25px; background-size: 100% 100%;}
.product_show .swiper-button-next{right: 0;}
.product_show .swiper-button-prev{left: 0;}
.product_show .show_right{width: 50%; float: left; padding-left: 10px;}
.product_show .show_right .pro_list{overflow: hidden; margin-top: 0;}
.product_show .show_right .pro_list li{height: 30px; line-height: 30px; font-size: 14px; color: #222222; overflow: hidden}
.product_show .show_right .pro_list li span{font-size: 14px; color: #222222;}
.product_show .pro_box2{overflow: hidden; margin-top: 20px;}
.product_show .pro_box2 .txtbox{margin-top: 0;}
.product_show .pro_box2 .txtbox p{font-size: 14px; color: #333333; line-height: 25px;}

@media (max-width:1199px){
    .product_show .show_box{height: 330px;}
    .product_show .swiper-button-next, .product_show .swiper-button-prev{bottom: 27px;}
}
@media (max-width:991px){
    .product_show .show_box{height: 260px;}
    .product_show .swiper-button-next, .product_show .swiper-button-prev{bottom: 21px;}
}
@media (max-width:767px){
    .product_show .show_left{width: 100%; padding: 0;}
    .product_show .show_box{height: 300px;}
    .product_show .show_right{width: 100%; padding: 0; margin-top: 10px;}
}

/*清除样式*/
.clear {
    clear: both;
    font-family: '微软雅黑';
}

/*分页css scott style pagination*/
div.scott {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

    div.scott a {
        border: #221616 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
        text-decoration: none;
    }

        div.scott a:hover {
            border: #221616 1px solid;
            color: white;
            background-color: #221616;
        }

        div.scott a:active {
            border: #221616 1px solid;
            color: #611985;
            background-color: #221616;
        }

    div.scott span.current {
        border: #221616 1px solid;
        padding: 2px 5px;
        font-weight: bold;
        color: #fff;
        margin: 0 2px 0 0;
        background-color: #221616;
    }

    div.scott span.disabled {
        border: #dfdfdf 1px solid;
        padding: 2px 5px;
        color: #221616;
        margin: 0 2px 0 0;
    }

/*QQ*/
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../image/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.tel i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.tel p {
        width: 200px;
        height: 130px;
        line-height: 90px
    }

    .dock ul.icons li.im p {
        width: 185px;
        height: 155px;
        line-height: 30px
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 180px;
        height: 180px;
        line-height: 30px
    }

        .dock ul.icons li.wechat p img {
            border: 2px solid #000;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../image/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }






