@charset "utf-8";
/*css reset*/
html,body,p{ padding: 0; margin: 0; font-family:"SimHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;  color:#333;} 
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%;margin: 0; height:100%;}
ol,ul,li{list-style: none; padding: 0; margin: 0;}
a{
    text-decoration: none;
    outline: none;
	color:#333;
	cursor:pointer;
}
table{border-collapse: collapse;}
body{
    font-family: /*"Microsoft Yahei"*/ "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p{
    line-height: 1.75;
	font-family: 'PingFang SC', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
img, iframe {
    border: none;
    text-decoration: none;
}
.head{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    /*height: 100px;*/
    width: 100%;
    background: #fff;
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
    box-shadow: #ccc 0px 0px 10px;
}
.head .top{
	height:30px;
	line-height:30px;
	background:#f2f3f5;
	width:100%;
	overflow:hidden;
	font-size:13px;
}
.head .top_c{
	width:1280px;
	margin:0 auto;
	overflow:hidden;
}
.head .top_l{
	width:50%;
	float:left;
	color: #666;
}
.head .top_r{
	float:right;
	width:50%;
}
.head .top_r div{
	width:25%;
	float:right;
}
.head .top_r div img{
	width:24px;
	margin:3px;
	float:left;
	margin-right:6px;
}
.head .top_r div span{
	font-size:15px;
}
.head .head_mul{
	height:70px;
	width:100%;
}
.head .head_cont{
	width:1280px;
	overflow:hidden;
	margin:0 auto;
}
.head .head_cont .sp_nav{
	display:none;
}
.head .head_cont .logo{
	float: left;
    width: 241px;
}
.head .head_cont .logo img{
	margin-top: 5px;
    height: 70px;
}
.head_menu {
    height: 70px;
    /* width: 900px; */
    float: right;
}
.head_menu .head_x{
	display:none;
}
.head_menu ul{
	font: inherit;
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    vertical-align: baseline;
    font-size-adjust: inherit;
    font-stretch: inherit;
}
.head_menu ul li{
	float: left;
    width: auto;
    text-align: center;
    line-height: 70px;
    padding: 0 15px;
}
.head_menu ul li a{
	display: block;
    color: #222;
    font-size: 16px;
    padding: 0 5px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    position: relative;
}
.head_menu ul li span{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #3084cc;
    display: none;
}
.head_menu ul li:hover span{
	display: block;
}
.head_menu ul li:hover .li_son{
	display: block;
}
.head_menu ul li .li_son{
	display: none;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 245px;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    background-color: #f5f5f5eb;
}
.head_menu ul li .li_son dl{
	width: 1410px;
    margin: 0 auto;
    height: 245px;
}
.head_menu ul li .li_son dl dt{
	width: 12.5%;
    height: 190px;
    padding-top: 35px;
	float: left;
    padding-bottom: 20px;
    background-size: 200.5px 100%;
    background-position: left center;
}
.head_menu ul li .li_son dl dt a{
	background-image: url(../images/header_line1.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 190px;
}
.head_menu ul li .li_son dl dt img{
	width:120px;
}
.head_menu ul li .li_son dl dt:last-child a{
	background-image: none;
}
.head_menu ul li .li_son dt img{
	padding-top: 15px;
}
.head_menu ul li .li_son dt h2{
	color: #333;
    font-size: 16px;
    line-height: 1;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
	font-family: /*"Microsoft Yahei"*/ "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.head_menu ul li .li_son dt span{
	position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background: #3084cc;
    display: none;
}
.head_menu ul li .li_son dt:hover span{
	display: block;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height:791px;
	margin-top:100px;
}
#banner, .banner ul {
	width: 100%;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 100%;
	display: block;
	position: relative;
	top: 0;
}
#banner .tip {
	width: 100%;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	z-index: 13;
}
#banner .tip span {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-color: #fff;
	border-radius: 8px;
}
#banner .tip span.cur {
	background-color: #3084cc;
}
#banner #btn_prev, #banner #btn_next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 5;
}
#banner #btn_prev {
	background-position: -0px -66px;
	left: 8%;
	transition: all 600ms ease;
	opacity: 0;
	filter: alpha(opacity=0);
	background:url(../images/left.png);
}
#banner #btn_next {
	background-position: -56px -66px;
	right: 8%;
	transition: all 600ms ease;
	opacity: 0;
	filter: alpha(opacity=0);
	background:url(../images/right.png);
}
#banner:hover #btn_prev{
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 600ms ease;
	left: 7.6%;
}
#banner:hover #btn_next{
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 600ms ease;
	right: 7.6%;
}
/*搜索*/
.search{
	width:100%;
	height:60px;
	border-bottom: 1px solid #ccc;
}
.search_con{
	width:1280px;
	height:60px;
	margin:0 auto;
}
.search_w{
	padding-left: 35px;
    background: url(../images/hotword.png) no-repeat left center;
	width:60%;
	float:left;
}
.search_w span{
	font-size: 16px;
	line-height:60px;
}
.search_w a{
	display: inline-block;
    font-size: 16px;
	line-height:60px;
    padding-left: 6px;
}
.sousuo{
	width:35%;
	float:right;
}
.sousuo .stxt{
	width: 300px;
    height: 34px;
    margin-top: 10px;
    background-color: #fff;
    color: #999999;
    line-height: 34px;
    padding-left: 12px;
	float: right;
}
.sousuo .sbtn{
	width: 50px;
    height: 40px;
	margin-top: 10px;
    background:#3084cc url(../images/a1_03.png) center center no-repeat;
	float: right;
	border:0;
}
/*产品展示*/
.bj_pro{
	width:100%;
	overflow:hidden;
	background:#F2F2F2;
}
.product{
	width: 1280px !important;
    margin: 0 auto;
    padding: 20px 0;
	overflow:hidden;
}
.product h3{
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	margin:15px 0;
}
.product .pro_p{
    font-size: 18px;
	text-align: center;
	margin-bottom:36px;
}
.product .pro_line{
	height: 2px;
    background: #76c3d4;
    position: relative;
    margin-bottom: 20px;
}
.product .pro_gle{
	position: absolute;
    border-top: 13px solid #76c3d4;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    top: 2px;
}
.product .pro_ul{
	margin: 20px 0;
    padding-bottom: 10px;
	overflow: hidden;
}
.product .pro_ul .pro_li{
	margin: 0 20px 20px 0;
    width: calc(25% - 17px);
	overflow:hidden;
	float:left;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.product .pro_ul .pro_li:nth-child(4n){
	margin: 0 0 0 0;
}
.product .pro_ul .pro_li a{
	overflow:hidden;
}
.product .pro_ul .pro_li div{
    width: 100%;
	height: 303px;
	border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.product .pro_ul .pro_li div img{
	width: 100%;
	transition: all 0.6s;
    /*height: 214px;*/
}
.product .pro_ul .pro_li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.product .pro_ul .pro_li:hover div img{
	transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}
.product .pro_ul .pro_li h3{
	font-size: 20px;
    overflow: hidden;
	margin: 20px 0;
	text-align:left;
	margin-left: 10px;
	width: calc(100% - 20px);
}
.product .pro_ul .pro_li p{
	height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: inherit;
    width: 100%;
	text-align:left;
	margin-left: 10px;
	width: calc(100% - 20px);
	margin-bottom: 10px;
	font-size: 14px;
	text-indent:2em;
}
/*公司优势*/
.i_yy{
	width: 100%;
    clear: both;
    /*background: url(../images/bj01.jpg);*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.i_yy .i_yyn{
	width: 1280px;
    margin: 0 auto;
}
.i_yy .i_yy_top{
	text-align: center;
    padding: 20px 0 20px 0;
    font-size: 18px;
    line-height: 50px;
}
.i_yy .i_yy_top h2{
	font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}
.i_yy .i_yy_top p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
}
.i_yy .tabPanel2{
	overflow:hidden;
}
.i_yy .tabPanel2 .phon{
	width: 150px;
    float: left;
}
.i_yy .tabPanel2 .phon li{
    width: 78px;
    height: 64px;
    line-height: 30px;
    padding: 24px 36px 24px 36px;
    text-align: center;
	border:1px solid #ccc;
    background: #fff;
	border:1px solid #333;
    color: #333;
    font-size: 18px;
	text-align:center;
    margin-bottom: 13px;
}
.i_yy .tabPanel2 .phon li div{
	position: relative;
    border-top: 13px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #333;
    float: right;
    right: -65%;
    top: -17%;
}
.i_yy .tabPanel2 .phon .hit2{
	color: #1296db;
	border:1px solid #1296db;
	text-align: left;
}
.i_yy .tabPanel2 .phon .hit2 div{
	border-left: 13px solid #1296db;
}
.i_yy .tabPanel2 .panes2{
	width: 1110px;
    height: 497px;
    float: right;
	overflow: hidden;
}
.i_yy .tabPanel2 .panes2 ul{
	overflow:hidden;
	position: relative;
}
.i_yy .tabPanel2 .panes2 li{
	border: 1px solid #aaa;
    height: 495px;
	width: calc(100% - 2px);
	overflow:hidden;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des{
	width: 42%;
    float: left;
    font-size: 13px;
    line-height: 25px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des h2{
	padding-bottom: 5px;
    font-size: 30px;
    color: #1296db;
	 margin: 50px 0 10px 40px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des .i_yy_p1{
	font-size: 20px;
    margin: 0 0 5px 40px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des .i_yy_p2{
	font-size:10px;
	color:#ccc;
	margin: 0 0 10px 40px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des .n{
    overflow: hidden;
	color: #333;
	margin-left:40px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des .n p{
	line-height:45px;
	text-indent: 0.5em;
    font-size: 16px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_des .n p i{
	width: 8px;
    height: 8px;
	border-radius:4px;
    /* display: list-item; */
    float: left;
    background: #1296db;
    margin-top: 20px;
}
.i_yy .tabPanel2 .panes2 li .i_yy_case{
	width: calc(54% - 12px);
	height: 495px;
    padding: 10px 10px;
    float: right;
}
.i_yy .tabPanel2 .panes2 li .i_yy_case img{
	width:529px;
	margin-top: 50px;
	max-height: 400px;
}
/*公司简介*/
.floor_5{
	width:100%;
	background:url(../images/about_i1.png) no-repeat 50% 100%;
	height:600px;
	padding-top:30px;
	padding-bottom:30px;
}
.floor_5 .floor_5_1{
    width: 100%;
    text-align: center;
    font-size: 38px;
    height: 145px;
	background: url(../images/bj01.jpg);
}
.floor_5 .floor_5_1 p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
}
.floor_5 .floor_5_1 h2{
	font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
	padding-top: 25px;
}

.floor_5 .floor_5_2{
	width:1200px;
	margin:10px auto;
	position:relative;
	margin-top: 35px;
}
.floor_5 .floor_5_2 img{
	width:450px;
	float:left;
	/*height:300px;*/
}
.floor_5 .floor_5_2 .wz{
	width:730px;
	height:232px;
	float:right;
}
.floor_5 .floor_5_2 .wz h1{
	font-size:18px;
	line-height:36px;
}
.floor_5 .floor_5_2 .wz p{
	font-size:14px;
	text-indent:2em;
	line-height: 28px;
}
.floor_5 .floor_5_2 .gd{
	width:730px;
	height:167px;
	float:right;
	overflow:hidden;
}
.floor_5 .floor_5_2 .gd li{
	height:164px;
	width:170px;
	float: left;
    margin-right: 10px;
	border:1px solid #ccc;
}
.floor_5 .floor_5_2 .gd li img{
	width:100%;
}
.floor_5 .floor_5_2 .gd li p{
	width:100%;
	line-height: 36px;
    text-align: center;
	
}
.index_lc{
	width:100%;
	overflow:hidden;
}
.index_zz{
	width:1300px;
	margin:40px auto;
	height:360px;
}
.index_zz .index_pre{
	float:left;
	width:30px;
	height:60px;
	border:1px solid #ccc;
	position:relative;
	left: -35px;
    top: -220px;
}
.index_zz .index_pre img{
	width: 20px;
    padding-top: 20px;
	padding-left: 5px;
}
.index_zz .index_next{
	float:right;
	width:30px;
	height:60px;
	border:1px solid #ccc;
	position:relative;
	top: -220px;
	right: -35px;
}
.index_zz .index_next img{
	width: 20px;
    padding-top: 20px;
	padding-left: 5px;
}
.index_zz .index_kj{
	position:relative;
	height: 348px;
    width: 100%;
    overflow: hidden;
	float:left;
}
.index_zz .index_kj ul{
	position:absolute;
}
.index_zz .index_kj ul li{
	float:left;
	width:244px;
	margin-right:20px;
}
.index_zz .index_kj ul li img{
	width:100%;
}

.index_news{
	background-color: #f9f9f9;
	overflow:hidden;
	width:100%;
    margin-top: 20px;
}
.index_news .news_title{
	text-align: center;
    padding: 20px 0 20px 0;
    font-size: 18px;
    line-height: 50px;
}
.index_news .news_title h2{
	font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}
.index_news .news_title p{
	font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
}
.index_news .news_content{
	width: 1280px !important;
    margin: 0 auto;
    padding: 0;
}
.index_news .news_ul{
	width: calc(33.333% - 30px);
	margin-left:20px;
	overflow:hidden;
	float:left;
	padding-bottom: 25px;
}
.index_news .news_ul:last-child{
	width: calc(33.333% - 30px);
	padding:0 15px 25px 15px;
	background: linear-gradient(160deg, #68b7fb 0%, #51a6e6 10%, #459adc 35%, #3084cc 92%);
}
.index_news .news_ul h2{
	margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    padding: 30px 0 25px 0;
    border-bottom: 2px solid #BCBEBD;
	margin-bottom: 30px;
}
.index_news .news_ul li{
	margin: 10px 0;
	clear: both;
    overflow: hidden;
	line-height: 25px;
}
.index_news .news_ul img{
	width:100%;
	
}
.index_news .news_ul li p{
	font-size: 13px;
	line-height: 24px;
	color: #999;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_news .news_ul a{
	font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    padding: 0;
    margin: 0;
    word-break: break-all;
}
.index_news .news_ul span{
	font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 18px;
    padding: 0;
    margin: 0;
	display: block;
}
.index_news .news_ul div{
	
}
.index_news .news_ul div a{
	height: 38px;
    border: 1px solid #333333;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
    border-radius: 0;
    margin-bottom: 40px;
}
.index_news .news_ul:last-child h2{
	color:#fff;
	border-bottom: 2px solid #fff;
}
.index_news .news_ul:last-child a{
	color:#fff;
}
.index_news .news_ul:last-child span{
	color:#fff;
	display: block;
}
.index_news .news_ul:last-child div a{
	color:#fff;
	border: 1px solid #fff;
}
.lis_banner{
	width:100%;
	height:500px;
}
.lis_banner img{
	width:100%;
}
.product .sitepath{
	height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #6f6f6f;
}
.product .sitepath a{
	color: #6f6f6f;
}
.product h1{
	font-size: 36px;
    text-align: center;
	margin: 26px 0;
}
.product .pro_chan{
	width: 100%;
    text-align: center;
	overflow: hidden;
}
.product .pro_chan ul{
	
}
.product .pro_chan .art_ul{
	margin-left: 36%;
}
.product .pro_chan ul li{
	border: 1px solid #ccc;
    line-height: 40px;
    font-size: 16px;
    float: left;
    margin: 20px 20px;
}
.product .pro_chan ul li:last-child{
	margin-right:0;
}
.product .pro_chan ul li:first-child{
	margin-left:0;
}
.product .pro_chan ul li a{
	padding: 10px 14px;
}
.product .pro_chan ul .active{
	border-color: #00aef3;
}
.product .pro_chan ul .active a{
	color: #00aef3;
}
.pglist {
	padding: 30px 0 30px;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
    font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover,.pglist .thispage a{
	display: inline-block;
	color: #fff;
	background: #01a4f3;
	border-color: #01a4f3;
}
.product .sitemap{
	border: 1px dashed #bbb8b8;
    border-radius: 4px;
    height: 40px;
	background:#fff;
    line-height: 40px;
    padding-left: 12px;
	font-size: 15px;
}
.product .sitemap a{
	display: inline;
	font-size: 15px;
    color: #333;
}
.product .cateslist{
	margin-top: 12px;
    overflow: hidden;
}
.product .cateslist dl{
	border: 1px solid #d5d5d5;
    border-radius: 4px;
    overflow: hidden;
   /*float: left;*/
    min-height: 600px;
}
.product .cateslist dl dd {
	float: left;
	margin: 12px 10px;
	width: 267px;
}
.product .cateslist dl dd:nth-child(3n+1){
	margin-left:25px;
}
.product .cateslist dl dd div:first-child{
	width: 267px;
}
.product .cateslist dl dd div:first-child img{
	 width: 265px;
	/*height: 265px;*/
	border: 1px solid #d5d5d5;
}
.product .cateslist dl dd div:first-child a:hover img{
	border: #f20202 1px solid
}
.product .cateslist dl dd div:last-child{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}
.product .content{
    border-radius: 4px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 28px;
}
.product .content ul{
	font-size: 12px;
    overflow: hidden;
}
.product .content ul li{
	padding: 0px 0px;
    overflow: hidden;
	border-bottom: #d1d2d1 dashed 1px;
}
.product .content ul li div:first-child{
	width: 190px;
    height: 122px;
    float: left;
    overflow: hidden;
    margin-top: 2px;
}
.product .content ul li div:first-child img{
	width: 160px;
    height: 120px;
	border:1px solid #ccc;
}
.product .content ul li div:last-child{
	float: left;
    width: 655px;
    line-height: 24px;
}
.product .content ul li div:last-child h2{
	margin-bottom: 10px;
	font-size: 16px;
    line-height: 32px;
    /* color: #f20; */
    letter-spacing: 3px;
}
.product .content ul li div:last-child p{
	font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
	text-indent: 2em;
}
.product .content .new_gd{
	width:calc(100% - 50px);
	height: 600px;
    padding: 25px 0;
	background:#fff;
	border-bottom:1px solid #ccc;
}
.product .content .play { width: 400px; height: 520px; font: 12px Arial; float:left;}
.product .content .big_pic { width: 400px; height: 400px;border:1px solid #ccc; overflow: hidden; background: #fff; position: relative; }
.product .content .big_pic li {z-index:98; width: 400px; height: 400px; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 0; background: url(../images/loading.gif) no-repeat center center; }
.product .content .big_pic li img{height:400px;}
.product .content .mark_left { width: 200px; height: 400px; position: absolute; left: 0; top: 0; background: red; filter: alpha(opacity:0); opacity: 0; z-index:3000; }
.product .content .mark_right { width: 200px; height: 400px; position: absolute; left: 200px; top: 0; background: green; filter: alpha(opacity:0); opacity: 0; z-index:3000; }
.product .content .big_pic .prev { width: 32px; height: 32px; background: url(../images/icon.png) no-repeat 0px -125px; position: absolute; top: 185px; left: 10px; z-index: 3001; filter:alpha(opacity:0); opacity:0; cursor: pointer; }
.product .content .big_pic .next { width: 32px; height: 32px; background: url(../images/icon.png) no-repeat -39px -125px; position: absolute; top: 185px; right: 10px; z-index: 3001; filter:alpha(opacity:0); opacity:0; cursor: pointer; }
.product .content .big_pic .text { position: absolute; left: 10px; top: 302px; z-index: 3000; color: #ccc; }
.product .content .big_pic .length { position: absolute; right: 10px; bottom: 4px; z-index: 3000; color: #ccc; }
.product .content .big_pic .bg { width: 400px; height: 25px; background: #000; filter: alpha(opacity=60); opacity: 0.6; position: absolute; z-index: 2999; bottom: 0; left: 0; }
.product .content .small_pic { width: 400px; height: 95px; position: relative; top: 7px; overflow: hidden; }
.product .content .small_pic ul { height: 97px; position: absolute; top: 0; left: 0; }
.product .content .small_pic li { width: 95px; height: 95px; float: left; margin:0 6px 0 0;/*background: url(../images/loading.gif) no-repeat center center;*/ cursor: pointer; filter: alpha(opacity=60); opacity: 0.6; }
.product .content .small_pic img { width: 93px; height: 93px;border:1px solid #ccc; }

.product .content .play_r{
	float: right;
    width: 600px;
    margin-right: 50px;
}
.product .content .play_r h1{
	color: #4c4c4c;
    font-size: 32px;
    line-height: 72px;
    border-bottom: 1px dotted #ccc;
	text-align: left;
}
.product .content .play_r .pro_jj{
	min-height: 250px;
    max-height: 320px;
    overflow: hidden;
}
.product .content .play_r .pro_jj p{
	font-size:16px;
	color:#565454;
	line-height: 40px;
	text-align:left;
	margin-bottom: 0;
}
.product .content .play_r .pro_jj p span{
	font-size:16px;
}
.product .content .play_r .dg{
	margin: 60px;
	margin-top: 40px;
}
.product .content .play_r .dg .linone{
	width: 130px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    background: #008ed8;
    color: #fff;
	margin-bottom: 20px;
}
.product .content .news_dg{
    margin-bottom: 20px;
    font-size: 16px;
    overflow: hidden;
	background:#fff;
	width: calc(100% - 50px);
	padding: 25px;
}
.product .content .news_dg h2{
	text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 19px;
    margin: 100px auto;
    width: 160px;
    line-height: 50px;
	margin-bottom:0px;
}
.product .content .news_dg .line{
	width:60px;
	height:3px;
	background:#008ed8;
	margin:0 auto;
	margin-bottom:50px;
}

.product .content .news_dg div img{
	line-height:0;
}
.product .content h4{
	width: 100%;
    height: 60px;
    border-bottom: #e1e3df dashed 1px;
    margin: 15px auto 0 auto;
    line-height: 80px;
    color: #505050;
    font-family: "Microsoft Yahei";
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.product .content .news_author{
	width: 100%;
    height: 30px;
    line-height: 30px;
    color: #505050;
    font-size: 12px;
    text-align: center;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto;
}
.reLink{
	overflow: hidden;
    margin-top: 20px;
	font-size: 15px;
}
.reLink .prevLink{
	float:right;
}
.reLink .nextLink{
	float:left;
}
.product .pro_lefts{
	width:860px;
	float:left;	
}
.product .pro_artl{
	float:left;
	padding:20px 0;
}
.product .pro_artl li{
	width: 830px;
    height: 154px;
    padding: 20px 0;
    transition: all .5s;
    border-bottom: 1px solid #f3f3f3;
}
.product .pro_artl li a{
	width: 100%;
    display: block;
}
.product .pro_artl li img{
	float:left;
	max-width:125px;
	height:120px;
	display: block;
    margin: 0 30px;
}
.product .pro_artl li .text{
	float:left;
	width:76%;
}
.product .pro_artl li .time{
    padding-bottom: 5px;
    margin-top: 20px;
    font-family: arial;
    font-size: 14px;
    color: #666;
}
.product .pro_artl li .time .day {
	font-size: 30px;
	line-height: 45px;
	display: block;
}
.product .pro_artl li .time .year {
	font-size: 20px;
	line-height: 45px;
	display: block;
}
.product .pro_artl li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}

.product .pro_artl li h3{
	font-size: 20px;
	text-align: left;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
}
.product .pro_artl li:hover h3 {
	color: #3084cc;
}
.product .pro_artl li:hover .time{
	color: #3084cc;
}
.product .pro_artl li .txt{
	color: #4e4d4d;
    line-height: 24px;
    padding-right: 10px;
    overflow: hidden;
	text-indent:2em;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product .pro_artr{
	float:right;
	width:400px;
	margin-top: 50px;
}
.product .pro_artr div{
	font-size: 18px;
    color: #444444;
    height: 36px;
}
.product .pro_artr ul li{
	display: block;
    border-bottom: 1px solid #d9dee8;
    line-height: 24px;
    padding: 10px 0;
}
.product .pro_artr ul li a{
	display: block;
    position: relative;
    color: #4d4d4d;
    font-size: 14px;
}
.product .pro_artr ul li p{
	font-size: 12px;
    color: #aeaeae;
}
.product .art_nie{
	text-align:center;
	font-size:13px;
}
.product .article_con{
	padding:50px;
	font-size:16px !important;
}
.product .pro_lefts h4{
	font-size: 24px;
    text-align: center;
    margin: 26px 0;
}
.product .pro_about{
	padding:25px;
}
.product .about_ul{
	margin: 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
}
.product .about_li{
	margin: 0 20px 20px 0;
    width: calc(25% - 17px);
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
}
.product .about_li:nth-child(4n){
	margin-right:0;
}
.product .about_ul .about_li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.product .about_ul .about_li:hover div img{
	transform: scale(1.1);
    transition: all 0.6s ease-in-out;
}
.product .pro_title{
	font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
}
.product .about_li div{
	width: 100%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.product .about_li div img{
	width: 100%;
    transition: all 0.6s;
    /* height: 214px; */
}
.product .about_li h3{
	font-size: 20px;
    overflow: hidden;
    margin: 20px 0;
    text-align: left;
    margin-left: 10px;
    width: calc(100% - 20px);
	font-weight: 500;
}
.product .about_li a{}

.footer{
	width: 100%;
    padding-top: 50px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}
.footer .footer_cont{
	width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.footer_links{
	overflow:hidden;
}
.footer_links .links{
	line-height: 50px;
	margin: 0 auto;
    width: 1280px;
    font-size: 16px;  
}
.footer_links .links span{
	color: #000;
    display: inline-block;
}
.footer_links .links a{
	display: inline-block;
    color: #000;
    padding-right: 10px;
}
.footer .footer_cont .footer_fl{
	width: 680px;
	float: left;
}
.footer .footer_cont .footer_fl li{
	padding-left: 12px;
    width: 200px;
    float: left;
    margin-bottom: 38px;
    height: 20px;
    overflow: hidden;
	border-left: 2px solid #3084cc;
}
.footer .footer_cont .footer_fl li a{
	display: block;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
.footer .footer_cont .footer_fr{
	width: 550px;
    /*padding-right: 42px;*/
	float: left;
}
.footer .footer_cont .footer_fr .footer_p{
	width: 300px;
	float: left;
}
.footer .footer_cont .footer_fr .footer_p p{
	font-size: 14px;
    color: #999999;
    line-height: 25px;
	margin:0;
}
.footer .footer_cont .footer_fr .footer_p p:first-child{
	font-size: 18px;
    color: #000;
    line-height: 18px;
    padding-bottom: 24px;
}
.footer .footer_cont .footer_fr .footer_ewm{
	width: 132px;
    text-align: center;
	float: right;
}
.footer .footer_cont .footer_fr .footer_ewm img{
	width: 131px;
    height: 131px;
    background-size: 100%;
    display: inline-block;
    border: #d2d2d2 solid 1px;
}
.footer .footer_cont .footer_fr .footer_ewm p{
	font-size: 14px;
    color: #999999;
    height: 18px;
    line-height: 18px;
}
.footer .bottom{
	background-color: #2f2f2f;
    color: #858585;
    font-size: 12px;
    line-height: 2;
}
.footer .bottom .view{
	width: 1280px;
	margin:0 auto;
	height: 30px;
    border-top: 1px solid #4e4e4e;
}
.footer .bottom .view div{
	color: #fff;
	margin:0;
	width:50%;
	float:left;
	line-height:30px;
}
.footer .bottom .view div a{
	color: #fff;
}
.footer .bottom .view div:last-child{
	text-align:right;
}
.totop{position:fixed;left: 60px;bottom:100px;display:block;width:26px;height:62px;background:url(../images/rocket.png) no-repeat 0 0;-webkit-transition: all 0.1s ease-in-out;}
.totop:hover{background:url(../images/rocket.png) no-repeat 0 -62px;}
.footer_wap{
	display:none;
}
