@charset "utf-8";
/* by Magiee 20160719 */
html {overflow-x:hidden;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { padding:0; margin:0; }
body { font-size: 13px; background: #fff; color: #333; font-family: microsoft yahei;}
ul,li { list-style: none; }
img { border: 0; }
input:focus { outline: none; }

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar{width:6px;height:12px}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

/* 全局 */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }



/*#loading {}
#loading div {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	background: #252c35;
	z-index: 50;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
#loading div:nth-of-type(1) {
	top: 0;
	-webkit-animation: 1.3s 1s xx1 forwards;
	animation: 1.3s 1s xx1 forwards
}
#loading div:nth-of-type(2) {
	bottom: 0;
	-webkit-animation: 1.3s 1s xx2 forwards;
	animation: 1.3s 1s xx2 forwards
}
#loading span {
	width: 0%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	z-index: 60;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	-webkit-animation: 1s xxoo;
	animation: 1s xxoo;
}
@-webkit-keyframes xxoo {
		 0% {width: 0;}
		 100% {width: 100%}
}
@keyframes xxoo {
		 0% {width: 0;}
		 100% {width: 100%}
}
 @-webkit-keyframes xx1 {
		 0% {height: 50%}
		 100% {height: 0%}
}
 @keyframes xx1 {
		 0% {height: 50%}
		 100% {height: 0%}
}
@-webkit-keyframes xx2 {
		 0% {height: 50%}
		 100% {height: 0%}
}
@keyframes xx2 {
		 0% {height: 50%}
		 100% {height: 0%}
}*/

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.fl { float: left; }
.fr { float: right; }
.wrapper{ width:1100px; margin:0 auto;}

.bannerslide { height:540px; width: 100%; position: relative; -webkit-transition: all .2s; transition: all .2s; }
.bannerslide .swiper-slide { background-position: center; background-size: cover; }
.pagination { position: absolute; left: 0; text-align: center; bottom:10px; width: 100%; }
.swiper-pagination-switch {display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 3px; cursor: pointer;}
.swiper-active-switch { background: #fff;}
.bannerslide .arrow-left { background: url(../images/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.bannerslide .arrow-right { background: url(../images/arrows.png) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }


/*top-start*/
.topline{ background-color:#fff; line-height:28px;border-bottom: solid 1px #e2e2e2;}
.topline img{ vertical-align:middle;}
.topline .boxfl{ float:left;}
.topline .boxfr{ float:right;}
.topline .boxfr a{ margin-left: 12px;}

.top {background-color:#fff; transition:.5s; position:relative; z-index:10;}
.top .logo{ float:left;}
.top .logo img{ display:block;}

.top .btnmenu { float: right;width: 20px;height: 20px; display: none;background: url(../images/menu.jpg) no-repeat center; color: #ed0e00;position: absolute;top: 20%;right: 5%;padding: 10px;border: 1px solid #ccc;}
.top a.btnmenu {text-decoration: none;}
.top ul{position: relative;}
.top ul .x {position: absolute;top: 64px;width: 30px;border-bottom: 2px solid #005bac;transition: 0.3s;}
.nav{ float:right; color:#233b55;}
.nav .nLi{ float:left; padding:0 15px;}
.nav .nLi:last-of-type{ padding:0 0 0 15px;}
.nav .nLi a{ display:block; line-height:82px;font-size:15px;}
.nav .nLi a:hover{color: #005bac;}

/*top-end*/

/*index-start*/

/*homebox1*/
.homebox{padding: 50px 0;}
.homebox .title{text-align: left;color: #016db8;position: relative;}
.homebox .title:after{content: '';display: block;width: 24px;height: 2px;background-color: #016db8;position: absolute;top: 110%;left: 0;}
.homebox .title small{font-size: 12px;}
.homebox .title h2{font-size: 20px;line-height: 26px;}
.homebox .subtitle{padding: 30px 0 40px 0;}
.homebox .subtitle p{font-size: 13px;color: #888;}
.homebox .subtitle .more a{padding: 12px 25px;border: solid 1px #c4c4c4;box-sizing: border-box;color: #888;font-size: 13px;}
.homebox .subtitle .more:hover a{border-color: #016db8;color: #016db8;}
.homebox .con{margin-top: 50px;}
.homebox .con ul li{float: left;width: 32%;height: 254px;margin-right: 2%;border: solid 1px #dbdbdb;box-sizing: border-box;padding: 25px 18px;position: relative;}
.homebox .con ul li:last-child{margin-right: 0;}
.homebox .con ul li .tit{font-size: 16px;color: #016db8;margin-bottom: 20px;}
.homebox .con ul li p{font-size: 13px;color: #888;width: 46%;text-align: left;}
.homebox .con ul li .more a{font-size: 13px;color: #f40000;position: absolute;bottom: 0;right: 16px;line-height: 50px;}


/*homebox2*/
.homebox2{background-image: linear-gradient(#cfdce9, #f3fafe); }
.homebox2 .con ul li{height: 394px;border-color: #016db8;}
.homebox2 .con ul li .txt1{font-size: 14px;color: #3580c0;position: relative;padding-left: 16px;}
.homebox2 .con ul li .txt1:before{content: '';width: 6px;height: 15px;background-color: #3580c0;position: absolute;left: 0;top: 14%;}
.homebox2 .con ul li .txt2{font-size: 13px;line-height: 22px;width: 100%;}

/*homebox3*/
.homebox3 .home_pro{background-color: #005ca3;height: 48px;margin-top: 30px;margin-bottom: 25px;}
.homebox3 .home_pro ul li{float: left;margin-left: 26px;position: relative;}
.homebox3 .home_pro ul li:before{content: '';width: 2px;height: 14px;background-color: #fff;position: absolute;top: 36%;left: -15px;}
.homebox3 .home_pro ul li a{color: #fff;font-size: 14px;line-height: 48px;}



/*homebox4*/
.homebox4{background:url(../images/new_bg1.jpg);}
.homebox4 .con .new_banner{padding: 26px 98px 80px;background:url(../images/new_bg.jpg) no-repeat bottom;}
.homebox4 .con h2{font-size: 34px;color: #fff;text-shadow: 2px 2px 2px rgba(0,0,0,0.6);}
.homebox4 .con .en{font-size: 13px;color: #fff;text-shadow: 2px 2px 2px rgba(0,0,0,0.6);margin-top: 20px;}
.homebox4 .con .more{padding: 12px 25px;background-color: #2f4b85;float: left;margin-top: 24px;}
.homebox4 .con .more a{font-size: 13px;color: #fff;text-align: center;}
.homebox4 .new_list{margin-top: 22px;}
.homebox4 .new_list ul li{float: left;width: 24.25%;background-color: #fff;margin-right: 1%;padding: 28px 20px;border: solid 1px #ecf1f6;border-bottom: solid 1px #cfcfcf;box-sizing: border-box;}
.homebox4 .new_list ul li:last-child{margin-right: 0;}
.homebox4 .new_list ul li h2{font-size: 15px;line-height: 30px;color: #666;background: url(../images/nicon.png) no-repeat left;font-weight: normal;padding-left: 30px;position: relative;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.homebox4 .new_list ul li img{width: 100%;padding: 10px 0;}
.homebox4 .new_list ul li p{font-size: 13px;color: #888;line-height: 20px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.homebox4 .new_list ul li .more{display: block;font-size: 10px;color: #e92a2a;margin-top: 30px;}

/**/
.homebox5{background-color: #fcfcfc;}
.homebox5 .home_video{margin-top: 30px;}
.homebox5 .item { width: 32.333333333%; float: left; margin: 0 1.5% 10px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; }
.homebox5 .item:nth-child(3n) { margin-right: 0; }
.homebox5 .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); z-index: 1; }
.homebox5 .item .img{position: relative; overflow: hidden; }
.homebox5 .item .img a { display: block; }
.homebox5 .item .img img { width: 100%; display: block; }
.homebox5 .item .img .btn { position: absolute; left: 0; bottom: 0; right: 0; height: 58px; line-height: 58px; background: #405ca3; color: #fff; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s; transition: all .4s; }
.homebox5 .item:hover .img .btn { -webkit-transform: translateY(0); transform: translateY(0); }
.homebox5 .item .img .btn a { color: #fff; font-size: 14px; display: block; text-decoration: none; padding-left: 30px; }



/*index-end*/
.bannerx{background-image:url(../images/bannerx.jpg);height: 300px;background-position: center center;background-repeat: no-repeat;background-size: cover;}

.content{padding: 50px 0;overflow: hidden;}
.content .con_left{width: 20%;box-shadow: 3px 3px 10px rgba(0,35,59,0.4)}
.content .con_right{width: 76%;}
.content .bigtit{ border-bottom:1px solid #ddd;}
.content .bigtit{ height:60px;}
.content .bigtit h3{ float:left;}
.content .bigtit strong{ padding-left:15px;font-size: 30px; color: #38a7e5; font-weight: bold; display: inline-block; border-left:5px solid #38a7e5; line-height:1;}
.content .bigtit em{display: inline-block; margin-left: 15px; line-height: 1.4; font-size: 12px; color: #888; margin-top: 8px;}
.content .bigtit span{ float:right; line-height:42px;}

.tabletg td {
    padding: 10px 10px 10px 20px;
}

/*company*/
.about_msg{padding: 50px 0;}
.about_msg p{font-size: 14px;text-indent: 28px;}



/*new*/
.new_box{margin: 30px 0;}
.new_box ul li{float: left;border-bottom: 1px dotted #d9d9d9;padding: 25px 0;overflow: hidden;transition: .2s;}
.new_box ul li .img{width: 20%;float: left;}
.new_box ul li .img img{width: 100%;}
.new_box ul li .info{float: right;width: 76%;}
.new_box ul li .info span{display: block;color: #333;font-size: 15px;line-height: 24px;height: 24px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 10px;margin-bottom: 10px;}
.new_box ul li .info p{color: #808080;font-size: 13px;line-height: 22px;text-align: left;height: 66px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.new_box ul li:hover {background-color: #f1f1f1;}
.new_box ul li:hover span{font-weight: bold;color: #016db8;}




/*product*/
.pro_box1 form{margin: 0 auto;padding: 40px 0;}
.pro_search{position: relative;margin: 0 auto;max-width: 500px;}
.pro_search .s_con{background: #f3f7f9; border-radius: 200px; width: 100%; padding: .429rem .929rem;color: #76838f; border: 1px solid #e4eaec;  box-sizing: border-box;height: 2.573rem;-webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;}
.pro_search .s_con:focus{border-color: #1664a8;background-color: #fff;}
.pro_search .submit{position: absolute; top: 0; right: 0; height: 100%; padding: 0 20px; border: none;background:url(../images/sea.png) no-repeat center;}

.pro_filter{}
.pro_filter .tit{width: 8%;line-height: 40px; white-space: nowrap;color: #fff;text-align: center;font-size: 14px;font-weight: bold;background-color: #016db8;float: left;}
.pro_filter ul{border: solid 1px #016db8;box-sizing: border-box;line-height: 40px;height: 40px;}
.pro_filter ul li{float: left;margin: 0 2%;text-align: center;}
.pro_filter ul li a{position: relative;}
.pro_filter ul li a:after{content: '';position: absolute;left: 120%;top: 32%;background-image: url(../images/j.png);width: 8px;height: 8px;}
.pro_filter ul li a:hover{color: #016db8;}
.pro_filter ul li a:hover:after{background-image: url(../images/j_click.png);}
.pro_filter ul li.on a{color: #016db8;}
.pro_filter ul li.on a:after{background-image: url(../images/j_click.png);}

.pro_class{margin-top: 10px;}
.pro_class .tit{width: 8%;line-height: 40px; white-space: nowrap;color: #fff;text-align: center;font-size: 14px;font-weight: bold;background-color: #016db8;float: left;}
.pro_class ul{border: solid 1px #016db8;box-sizing: border-box;line-height: 40px;height: 40px;}
.pro_class ul li{float: left;text-align: center;display: block;margin: 0 2%;}
.pro_class ul li a{position: relative;}
.pro_class ul li a:hover{color: #016db8;}
.pro_class ul li.on a{color: #016db8;}


.pro_list .item{float: left;width: 23.5%;margin-right: 2%;margin-bottom: 20px;border: solid 1px #ecf1f6;border-bottom: solid 1px #cfcfcf;box-sizing: border-box;}
.pro_list .item:nth-child(4){margin-right: 0;}
.pro_list .item .img{overflow: hidden;}
.pro_list .item img{width: 100%;transition: 0.5s;}
.pro_list .item:hover img{transform: scale(1.2);}
.pro_list .item .info{padding: 28px 25px;}
.pro_list .item .info span{font-size: 12px;color: #888;line-height: 24px;}
.pro_list .item .info h3{font-size: 16px;color: #005ca3;line-height: 30px;}
.pro_list .item .info .more{display: block;font-size: 12px;margin-top: 26px;color: #f40000;padding-left: 18px;background:url(../images/more1.png) no-repeat left;}
.pro_box2{margin: 30px 0;}
.con_right .pro_box2 .prolist{width: 100%;overflow: hidden;}
.con_right .pro_box2 .prolist li {width: 32.222222%;float: left;margin-right: 1.5%;margin-bottom: 20px;position: relative;}
.con_right .pro_box2 .prolist li:nth-child(3n){margin-right: 0;}
.con_right .pro_box2 .prolist li .img{overflow: hidden;}
.con_right .pro_box2 .prolist li img{width: 100%;-webkit-transition: all .5s ease; transition: all .5s ease; }
.con_right .pro_box2 .prolist li:hover img{transform: scale(1.1);}
.con_right .pro_box2 .prolist li .cover { width: 100%; height: calc(100% - 44px); position: absolute; top: 0; left: 0; background: #016db8; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .5s ease; transition: all .5s ease; }
.con_right .pro_box2 .prolist li:hover .cover { opacity: .6; filter: alpha(opacity=60); }
.con_right .pro_box2 .prolist li .more { width: 50px; height: 50px; position: absolute; top: 0%; left: 40%;background: url(../images/i5.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
.con_right .pro_box2 .prolist li:hover .more { margin-top: 30%; opacity: 1; filter: alpha(opacity=100); }
.con_right .pro_box2 .prolist li p {font-size: 14px;margin-top: 10px;text-align: left;padding: 3px 0 12px 0;border-bottom: solid 1px #000;}
.con_right .pro_box2 .prolist li:hover p {border-bottom: solid 1px #016db8;}
.con_right .pro_box2 .prolist li:hover p a{color: #016db8;}


.pro_con{padding: 40px 0;}
.pro_con .pro_msg{background: #fff;padding: 50px 0;}
.pro_con .pro_msg .promaincon h3 { margin-bottom: 30px;color: #3593dd; padding: 10px 20px; background: #e8f1f9; font-weight: normal; border-radius: 6px 6px; font-size: 18px; line-height: 36px; position: relative; }
.pro_con .protitle {font-size: 24px;text-align: center;line-height: 30px;margin-bottom: 5px;word-break: break-all;}
.newsbackline { line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 30px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }
.pro_con h3:before {
    content: '';
    display: block;
    width: 4px;
    height: 16px;
    background: #12b1e7;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}


/*video*/
.video_box{margin: 30px 0; }
.video_box .video_list .item {width: 32%; float: left; margin-right: 2%; background: #fff;margin-bottom: 20px;-webkit-transition: all .3s;transition: all .3s;}
.video_box .video_list .item:nth-child(3n){margin-right: 0;}
.video_box .video_list .item a{    display: block;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
    overflow: hidden;
    text-decoration: none;}
.video_box .video_list .item a .img img{display: block;
    width: 100%;}
.video_box .video_list .item .info{padding: 12px 16px;}
.video_box .video_list .item .info .nam{font-size: 16px;
    color: #111;
    line-height: 24px;
    height: 48px;
    overflow: hidden;}
.video_box .video_list .item .info .num{font-size: 14px;
    color: #666;
    padding-left: 24px;
    background: url(../images/videoicon.jpg) no-repeat left center;
    margin-top: 6px;}

.video_box .videoitem {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.1);
}
.video_box .videoitem .nam {
    font-size: 28px;
    color: #333;
    line-height: 40px;
	font-weight: normal;
    /* height: 40px; */
    padding: 30px 30px 30px 60px;
    overflow: hidden;
    background: url(../images/videoicon.jpg) no-repeat 30px center;
    border-bottom: 1px solid #dedede;
}
.video_box .videoitem .video_con {
    padding: 30px;
    border-bottom: 1px solid #dedede;
	line-height:180%;
}
.video_box .videoitem .video_con video {
    width: 100%!important;
    height: 630px!important;
}
.video_box .videoitem .more {
    padding: 30px;
}
.video_box .videoitem .more a {
    width: 50%;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #666;
    border: 1px solid #dedede;
    border-left: 0;
    text-decoration: none;
    padding: 0 20px;
    display: block;
    float: left;
    -webkit-transition: all .2s;
    overflow: hidden;
}





/*honor*/
.honor_box{margin: 30px 0; }
.honor_box ul li{float: left;width: 30%;margin-right: 2%;}
.honor_box ul li img{width: 100%;}




/*feedback*/
.messagecon { font-size: 14px; line-height: 24px; margin: 30px 0;  }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px;  color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0;  color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px;  cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; background: #002b69;}
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }


/*contact*/
.lx_box {margin: 30px 0;  }
.lx_box .tit {font-size: 20px;line-height: 30px;margin-bottom: 10px;color: #016db8;}
.lx_box p { padding: 10px 0; border-bottom: 1px solid #ddd; width: 47%; margin-right: 5%;font-size: 14px; float: left;}
.lx_box p:nth-child(2n){margin-right: 0;}


/*map*/
.map{}
#dituContent{width:100%;height:350px; margin-top:30px;border: 1px solid #dedede;}
#dituContent img{ max-width:none;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}



/*foot-start*/
.footer{background-color: #96a2af;padding: 50px 0;}
.footer .foot_line1{overflow: hidden;}
.footer .foot_line1 .fl{}
.footer .foot_line1 .fr {font-size: 12px;color: #fff;}
.footer .foot_line1 .fr a{font-size: 12px;color: #fff;}

.footer .foot_line2{overflow: hidden;margin-top: 50px;}
.footer .foot_line2 .left p{width: 250px;font-size: 12px;color: #fff;}
.footer .foot_line2 .left p:nth-of-type(2){margin-top: 20px;padding-bottom: 32px;border-bottom: solid 1px #80909f;}
.footer .foot_line2 .left .qr{margin-top: 30px;}
.footer .foot_line2 .left .qr img{float: left;}
.footer .foot_line2 .left .qr p{width: 97px;margin-left: 26px;display: inline-block;vertical-align: middle;text-align: left;border: none;}

.footer .foot_line2 .right{margin-left: 20%;}
.footer .foot_line2 .right dl{float: left;margin-left: 9%;}
.footer .foot_line2 .right dl:nth-of-type(4){float: left;margin-left: 6%}
.footer .foot_line2 .right dl dt{font-size: 14px;color: #fff;font-weight: bold;line-height: 24px;}
.footer .foot_line2 .right dl dd{font-size: 12px;color: #fff;line-height: 18px;}


.foot_bottom{overflow: hidden;line-height: 50px;background-color: #505b69;border-top: solid 1px #39424e;box-sizing: border-box;}
.foot_bottom div{font-size: 13px;color: #fff;}
/*foot-end*/









/*返回顶部*/

.gototop { display: none;
	-webkit-animation: hide 350ms ease-out forwards 1;
	animation: hide 350ms ease-out forwards 1;
	height: 57px;width: 57px;background: url(../images/top.png) no-repeat center; 
	border: 0;
	position: fixed;
	bottom: 60px;
	right: 20px;
	-webkit-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;}
.gototop > span {display: inline-block;
font-weight: bold;color: #005bac; text-shadow: 3px 3px 4px rgba(0,44,84,.5);
	-webkit-transition: transform 100ms 100ms ease-in-out;
	transition: transform 100ms 100ms ease-in-out;}
.gototop:hover,.gototop:focus { cursor: pointer;}
.isvisible {-webkit-animation: show 1s ease-out forwards 1;animation: show 1s ease-out forwards 1;}

@-webkit-keyframes hide{
  0% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
  25%{
    opacity: .5;
    -webkit-transform: rotate(-3deg) translateY(-40px);
  }
  75%{
    -webkit-transform: rotate(3deg);
  }
  100%{
    opacity: 0;
    -webkit-transform:translateY(100px);
  }
}
@keyframes hide{
  0% {
    opacity: 1;
    transform:translateY(0);
  }
  25%{
    opacity: .5;
    transform: rotate(-3deg) translateY(-40px);
  }
  75%{
    transform: rotate(3deg);
  }
  100%{
    opacity: 0;
    transform:translateY(100px);
  }
}

@-webkit-keyframes show{
  0% {
    -webkit-transform: rotate(0deg);
  }
  25%{
    opacity: .5;
    -webkit-transform: rotate(-3deg) translateY(-40px);
  }
  75%{
    -webkit-transform: rotate(3deg);
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}

@keyframes show{
  0% {
    transform: rotate(0deg);
  }
  25%{
    opacity: .5;
    transform: rotate(-3deg) translateY(-40px);
  }
  75%{
    transform: rotate(3deg);
  }
  100%{
    opacity: 1;
    transform: rotate(0deg);
  }
}

















/* 隐藏显示*/
.hidden01{ display:none;}
.show01{ display:block;}

@media (max-width:1200px){
	img{ max-width:100%;}
	.wrapper{ width:100%; padding:0 20px; box-sizing:border-box;}
	
	/*index*/	
	.top .logo{padding:11px 0 5px;}
	
	
	
	
	.bannerslide { height: 352px; }

	

	.homebox .con{margin-top: 30px;}
	/*content*/
	.bannerx{ background-size:140% 100%;}
	
	.main{ padding:50px 10px;}
	
	/* 隐藏显示*/
	.hidden02{ display:none;}
	.show02{ display:block;}
}

@media (max-width:980px){
	/* 隐藏显示*/
	.top .btnmenu{display: block;}
	.nav{ position:absolute; padding:10px 0; left:0px; background-color:#eee; width:100%;display:none;}
	.nav .nLi{ float:none; line-height:38px; border-bottom:1px solid #ccc; padding:0 0 0 20px}
	.nav .nLi h3>a{ border:none;line-height:45px; font-size:15px;}
	.homebox .con ul li p{width: 48%;}
	.homebox .subtitle p{float: none;}
	.homebox .more{float: none;margin-top: 20px;}
	.homebox .con ul li{float: none;width: 100%;margin-bottom: 10px;}
	.pro_list .item{width: 48.5%;}
	.pro_list .item:nth-child(2n){margin-right: 0;}
	.hidden03{ display:none;}
	.show03{ display:block;}
	.content .bigtit em{ display:none;}
	.bottom .fl{float: none;text-align: center;line-height: 24px;}
	.bottom .fr{float: none;text-align: center;line-height: 24px;}
	.con_right{margin-top: 20px;}
	.pro_filter .tit{width: 100px;}
	.pro_class .tit{width: 100px;}
}

@media (max-width:720px){
	/*index*/
	.top .menu{ width:65px;}
	
	.top .logo img{ max-height:60px;}
		
	.bannerslide { height: 200px; }

	.banner .txt{ padding-top:20px;}
	.banner .info{ font-size:10px; letter-spacing:0px;}
	.banner .tit{ font-size:18px; letter-spacing:0px; padding-top:3px;}
	.banner .line{ display:none;}
	.foot{ text-align:center;}
	.foot .fl{ float:none;}

	/*content*/
	.content .con_left{float: none;width: 100%;}
	.content .con_right{float: none;width: 100%;}
	.bannerx{ height:120px; background-size:cover;}
	.con_right .pro_box2 .prolist li{width: 48%;}
	.con_right .pro_box2 .prolist li:nth-child(3n){margin-right: 1.5%}
	.con_right .pro_box2 .prolist li:nth-child(2n){margin-right: 0}


	.messagecon p  { }
	.messagetarea { width: 90%; margin: 0 auto; display: block; }
	.messagetit { text-align: center; margin-top: 5px; font-size: .75rem; }
	.messageinput { width: 90%; margin: 0 auto; display: block; margin-bottom: 5px; }
	.main .con .yanzhengma { display: block; width: 20%; margin: 20px auto; }
	.messagebtn { margin: 5px auto 0; width: 80%; display: block; }
	.messagebtn.btnon { width: 80%; }
	.homebox4 .new_list ul li{width: 100%;float: none;margin-bottom: 10px;}
	.homebox4 .con h2{font-size: 16px;}
	.homebox4 .con .new_banner{padding: 6% 6% 22%;}
	.content .bigtit{ height:30px;}
	.content .bigtit strong{ font-size:18px;}
	.content .bigtit span{ line-height:15px;}
	.lx_box p{display: block;width: 100%;}
	.pro_filter ul li{margin: 0 6%;}
	.pro_class ul{border: none;}
	.pro_class ul li{padding: 0 6%;border: solid 1px #016db8;margin-bottom: 10px;}
	.new_box ul li .img{width: 33%}
	.new_box ul li .info{width: 64%}
	.new_box ul li .info span{height: auto;margin-bottom: 0;margin-top: 0;}

.footer .foot_line2 .right{margin-left: 0;}
.footer .foot_line2 .left{width: 100%;}
.footer .foot_line2 .left p{width: 100%;}
.footer .foot_line2 .right dl:nth-of-type(4){margin-left: 0;}
.homebox5 .item { width: 100%; float: none;}
.pro_list .item .info{padding: 10px;}
.video_box .video_list .item{width: 100%;margin-right: 0;}
	/* 隐藏显示*/
	.hidden04{ display:none;}
	.show04{ display:block;}
}
@media (max-width:430px){
	.homebox3 .home_pro{height: 100px;}
}


.mm-pagedim-black #mm-blocker { opacity: 0; }
.mm-pagedim-black.mm-opening #mm-blocker { background: #000; opacity: .3; transition: opacity .4s ease .4s; }
.sidefootlogo { font-size: 12px; }
.mm-listview > li > a { text-align: center; font-size: 14px; line-height: 40px; }
