﻿/*===================== 重置样式 START =====================*/
@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, dl, dd, dt, th, td, select, ul, ol, li, form, input, textarea, fieldset, legend, img {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	background: transparent;
	outline: none;
	color:#333;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
}
.img {
	overflow: hidden;
	position: relative;
}
a:hover, .tran, .img img, .big_circle .nav_list .x, .section_four .txt:after, .section_seven .bg, .sc_scroll_item .img:after {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.clear {
	zoom:1;
}
.clear:after {
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clear::before, .clear::after {
content: "";
display: table;
}
.clear::after {
clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h20 {
	height:20px;
}
.h30 {
	height:30px;
}
.h50 {
	height:50px;
}
.h60 {
	height:60px;
}
.h80 {
	height:80px;
}
.s_width {
	max-width: 1280px;
	margin: 0 auto;
}
.s_width1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.s_width_85 {
	max-width: 85%;
	margin: 0 auto;
}
.middle_box {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_box .middle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
@font-face {
 font-family:'cuya';
 src: url('../images/cuya.ttf');
}
.cuya {
	font-family: "cuya";
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family:\5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
	font-size:16px;
	color:#333;
	background-color: #fff;
	word-break: break-all;
	word-wrap: break-word;
	text-align: justify;
}
.h50 {
	height:50px;
}
/*===================== 重置样式 END =====================*/

/* =====================head===================== */
.header {
	width:100%;
}
.header_dtop {
	width: 100%;
	height: 35px;
	background: #0a90ec;
	border-bottom: 1px solid #e0e0e0;
}
.dtop_p {
	line-height: 35px;
	color: #fff;
	margin: 0 auto;
	font-size:14px;
}
.dtop_p span {
	float: right;
}
.dtop_p span a {
	color: #fff;
	margin: 0px 10px;
	font-size:14px;
}
.dtop_p span a:hover {
	color: #fff;
	margin: 0px 10px;
	font-size:14px;
	text-decoration:underline
}
.header.fix .button_box {
	margin-top:16px;
}
.header.fix .wap_menu {
	margin-top:20px;
	color:#F00
}
.big_circle {
	position:fixed;
	width:0;
	height:0;
	right:0;
	top:0;
	z-index:888;
	background-color:#0a90ec;
}
.big_circle.on {
	width:100%;
	height:100%;
}
.big_circle .nav_list {
	display: none;
	text-align: center;
	font-size:0;
	width:80%;
	height:100%;
	margin:0 auto;
}
.big_circle .nav_list a {
	display: inline-block;
	vertical-align: top;
	width:22.7%;
	margin:0 1% 30px;
	height:200px;
	border:1px solid rgba(255, 255, 255, 0.4);
}
.big_circle .nav_list strong {
	display: block;
	font-size:20px;
	color:#fff;
	line-height:40px;
	margin-top:60px;
}
.big_circle .nav_list span {
	display: block;
	font-size:16px;
	color:#fff;
	opacity:0.4;
	line-height:20px;
}
.big_circle .nav_list .x {
	width:10%;
	height:2px;
	background-color: #fff;
	margin:48px auto 0;
}
.big_circle .nav_list .pb_bg {
	background-color:#ef7b1b;
}
.big_circle .nav_list a:hover .x {
	width:20%;
}
.pub_button {
	position: relative;
	z-index:1;
}
.pub_button .pb_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(21, 151, 89, 1);
	-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transform-origin: left 100%;
	-webkit-transform-origin: left 100%;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
	z-index: -1;
}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: left 0;
	-webkit-transform-origin: left 0;
	visibility: visible\9;
}
.pb_bg {
	background-color: #ef7b1b;
}
.pc_show {
	display: block;
}
.wap_show {
	display: none;
}
.wap_menu {
	margin-top:34px;
	cursor:pointer;
	float: right;
	position: relative;
	width:54px;
	height:54px;
	border-radius:50%;
	background-color:#0a90ec;
	position: relative;
	z-index:999;
	display: none;
}
.wap_menu:hover, .wap_menu.on {
	background-color:#ef7b1b;
}
.wap_menu .nav_button {
	position: absolute;
	right:15px;
	top:27px;
	vertical-align: middle;
	width:24px;
	height:2px;
	cursor:pointer;
	background-color:#fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.wap_menu .nav_button::after, .wap_menu .nav_button::before {
content:'';
width:24px;
height:2px;
position: absolute;
z-index:99999999;
right:0;
background-color:#fff;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.wap_menu .nav_button::after {
top:9px;
}
.wap_menu .nav_button::before {
top:-9px;
}
.wap_menu.on .nav_button {
	width:0;
}
.wap_menu.on .nav_button::before {
-webkit-transform: translateY(9px) rotate(45deg);
-ms-transform: translateY(9px) rotate(45deg);
transform: translateY(9px) rotate(45deg);
}
.wap_menu.on .nav_button::after {
-webkit-transform: translateY(-9px) rotate(-45deg);
-ms-transform: translateY(-9px) rotate(-45deg);
transform: translateY(-9px) rotate(-45deg);
}
/* =====================head menu===================== */
.nav {
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 100px;
	top: 35px;
	left: 0;
	background: rgba(255, 255, 255, .5);
}
.nav .left-logo {
}
.navb {
	height: 100px;
	line-height: 100px;
}
.navb .active {
	position: relative;
	float: left;
	width: 106px;
	display: inline;
	text-align: center;
}
.navb .on {
	background: #0a90ec;
}
.navb .on a {
	color: #fff;
	display: block;
	font-size: 16px;
}
.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #000;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #0a90ec;
}
.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 100px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -150px !important;
	width: 895px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:640px;
	height:300px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:190px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
	font-weight:300;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
/* =====================首页标题===================== */
.iTitle {
	text-align: center;
}
.iTitle h2 {
	color: #2a2a2a;
	font-size: 44px;
	background: url(../images/dunxiu_3.png)no-repeat center;
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}
.iTitle span {
	color: #0064db
}
.iTitle p {
	color: #666666;
	font-size: 18px;
	line-height: 37px;
	width: 707px;
	margin: 15px auto;
	text-align:center
}
.iTitle2 {
	text-align: center;
}
.iTitle2 h2 {
	color: #fff;
	font-size: 44px;
	background: url(../images/dunxiu_2.png)no-repeat;
	width: 610px;
	margin: 0 auto;
	padding-top: 30px;
}
.iTitle2 span {
	color: #d50000
}
.iTitle2 p {
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	width: 707px;
	margin: 15px auto;
	text-align:center
}
/* =====================关于我们===================== */

.Iabout_gg {
	width: 100%;
	min-width: 1200px;
	background: url(../images/Nbanner.jpg)no-repeat center #0057B8;
	height: 200px;
}
.Iabout_gg_s_width {
	width: 1300px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}
.Iabout_gg_r {
	position: absolute;
	bottom: 0;
	right: 0;
}
.Iabout_gg_l {
	float: left;
	overflow: hidden;
}
.Iabout_gg_l ul li:nth-child(1) {
font-size: 30px;
color:#ffffff;
font-weight: bold;
padding-top: 50px;
}
.Iabout_gg_l ul li:nth-child(2) {
overflow: hidden;
margin-top: 18px;
}
.Iabout_gg_l ul li:nth-child(2) a {
display: block;
float: left;
background: #34ae4b;
padding-left: 30px;
padding-right: 30px;
line-height: 42px;
font-size: 16px;
color:#fff;
}
.Iabout {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	height: 808px;
	background: url(../images/Iabout_bg.png) no-repeat;
}
.Iabout_content {
	overflow: hidden;
}
.Iabout_content_l {
	float: left;
	width: 650px;
	overflow: hidden;
}
 .Iabout_content_l ul li:nth-child(1) {
font-size: 24px;
color:#333333;
font-weight: bold;
margin-top: 28px;
}
.Iabout_content_l ul li:nth-child(2) {
font-size: 16px;
color:#666666;
line-height: 32px;
margin-top: 20px;
}
.Iabout_content_l ul li:nth-child(3) {
margin-top: 40px;
}
.Iabout_content_l ul li:nth-child(3) a {
display: block;
width: 145px;
height: 46px;
background: #34ae4b;
text-align: center;
line-height: 46px;
font-size: 16px;
color:#fff;
}
.Iabout_content_r {
	float: right;
	overflow: hidden;
}
.Iabout_content_r img {
	display: block;
	width: 550px;
}
/* =====================产品展示===================== */


.Iclass_box {
	width: 85%;
	margin: 0 auto;
}
.classify {
	margin: 0 auto;
	margin-top: 20px;
}
.classify ul li {
	float: left;
	height: 60px;
	background: #34ae4b;
	width: 16.5%;
	margin-right: 1px;
	margin-bottom: 10px;
	line-height: 60px;
	text-align: center;
	min-width:138px;
}
.classify ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
}
.classify ul li:hover {
	background: #0a90ec;
}
/* =====================产品展示===================== */


.Iproduct {
	padding: 0 0 50px 0;
	position: relative;
}
.cppicsz {
	width:85%;
	height:800px;
	margin:20px auto 20px auto;
}
.cppicsz a {
	float:left;
	width:24.25%;
	margin-right:1%;
	text-align:center;
	position:relative;
	margin-bottom:2%;
	border-bottom: 1px solid #e1dfe0;
}
.cppicsz a:nth-child(4n) {
margin-right: 0;
}
.cppicsz a span {
	overflow:hidden;
}
.cppicsz a span img {
	width:100%;
	display:block;
}
.cppicsz a em {
	background:#fff;
	line-height:4;
	font-size:18px;
	display:block;
	font-style:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cppicsz a:hover img {
	transform:translateZ(0) scale(1.2);
}
.cppicsz a:hover em {
	color:#F00;
}
.more {
	text-align: center;
	margin-top: 50px;
}
.more a {
	display: inline-block;
	font-size: 31px;
	color: #fff;
	font-family: cuya;
	background: url(../images/moretel.png) no-repeat top center;
	width: 497px;
	line-height: 47px;
	text-align: left;
	text-indent: 292px;
}
.Iproduct_left {
	float:left;
	text-align:left;
	width:280px;
	background:#004098;
	padding:25px 0 20px 20px
}
.Iproduct_left_entitle {
	font-family: impact;
	font-size: 55px;
	color: #d5dbe9;
	text-transform: Uppercase;
}
.Iproduct_left_title {
	font-size:28px;
	font-weight:bold;
	color:#fff
}
.Iproduct_left_line {
	background: #34ae4b;
	width: 68px;
	height: 3px;
	overflow: hidden;
	margin: 15px 0;
	padding-left: 20px;
}
.left_tel {
	height: 50px;
	width: 260px;
	background: #34ae4b url(../images/c1.png) center left no-repeat;
}
.left_tel p {
	line-height: 50px;
	font-size: 27px;
	font-family: Impact!important;
	color: #FFFFFF;
	margin-left: 60px;
}
.BigClass {
	height: 55px;
	line-height: 55px;
	background: #34ae4b;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 18px;
	width: 235px; font-weight:bold;
}
.BigClass a {
	color: #fff;
	display: block;
}
.BigClass:hover {
	background:#e28e22;
	cursor: pointer;
}
.BigClass:hover a {
	color: #fff;
}

.smallClass {
	height: 42px;
	line-height: 42px;
	background: #007bda;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	width: 235px;
}
.smallClass a {
	color: #fff;
	display: block;
}
.smallClass:hover {
	background:#e28e22;
	cursor: pointer;
}
.smallClass:hover a {
	color: #fff;
}
/* =====================案例===================== */
.ICase {
}
.ICase_box {
	width:85%;
	margin:0 auto;
}
.Case_pic {
	margin-top: 20px;
	margin-bottom:60px;
}
.Case_pic li {
	float:left;
	margin-right:1%;
	width:24%;
}
.Case_pic li a:hover {
	background:#34ae4b;
	color:#fff;
}
.Case_pic li a {
	display:block;
	background:#e9e9e9;
}
.Case_pic li a:hover ol {
	color:#fff;
	margin-left:30px;
}
.Case_pic li a img {
	display:block;
	width:100%;
transition:all .4s ease-in-out;
}
.Case_pic li a:hover img {
	background:#d50000;
	color:#fff;
	transform:translateZ(0) scale(1.2);
}
.Case_pic li a ol {
	text-align:left;
	margin-left:10px;
	font-size:18px;
	position:relative;
	height:60px;
	line-height:60px;
 transition:all .6s;     display: block;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* =====================优势===================== */

.i_gg_box {
	width: 100%;
	min-width: 1200px;
	height: 226px;
	background: url(../images/index17.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden
}
.i_gg_box ul li:nth-child(1) {
text-align: center;
margin-top: 48px;
font-size: 36px;
color:#fff;
}
.i_gg_box ul li:nth-child(2) {
margin-top: 30px;
height: 5px;
background: url(../images/index18.png) center center no-repeat;
background-size: cover;
}
.i_gg_box ul li:nth-child(3) {
text-align: center;
font-size: 22px;
color:#ffffff;
margin-top: 27px;
}
.i_gg_box ul li:nth-child(3) span {
font-family: cuya;
font-size: 26px;
}
.Youshi {
	width: 100%;
	height: 714px;
	overflow: hidden;
	background:url(../images/index19.png) center center no-repeat;
	background-size: cover;
}
.Youshi_box {
	overflow: hidden;
}
.Youshi_box ul {
	width: 100%;
}
.Youshi_box ul li {
	width: 23%;
	height: 350px;
	background:#fff;
	display: block;
	float: left;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	margin: 0 1%;
	text-align:center;
}
.Youshi_box ul li .img img {
	width: 100%;
	height: 205px;
	margin: 0 auto;
}
.Youshi_box ul li a:hover .img img {
	transform:translateZ(0) scale(1.2);
}
.Youshi_box ul li a {
	color: #000;
	font-size: 14px;
	line-height:30px;
}
.Youshi_box ul li a:hover {
	color: #34ae4b;
}
.Youshi_title {
	font-size: 16px;
	font-weight:bold;
	width: 100%;
	line-height: 60px;
	color: #333;
	font-weight:bold;
}
.Youshi_line {
	width: 100%;
	text-align:center;
}
.Youshi_line img {
	width:40px;
	height:1px;
}
.Youshi_content {
	width: 100%;
}
.Youshi_content p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding:10px;
}
.Youshi_box ul li:hover {
	background:#34ae4b
}
.Youshi_box ul li:hover .Youshi_title {
	color: #fff;
}
.Youshi_box ul li:hover .Youshi_content p {
	color: #fff;
}
/* =====================新闻===================== */
.INews {
}
.news-cont {
	width: 1280px;
	height: 500px;
	margin: 10px 0px 50px 0px;
}
.news-cont ul {
	width: 100%;
}
.news-cont ul li {
	width: 363px;
	height: 430px;
	background:#fff;
	display: block;
	float: left;
	padding: 20px;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	margin: 0px 10px;
	border: solid 1px #eee;
}
.news-cont ul li img {
	width: 363px;
	height: 270px;
	margin: 0 auto;
}
.news-cont ul li a:hover img {
	transform:translateZ(0) scale(1.2);
}
.news-cont ul li a {
	color: #000;
	font-size: 18px;
	line-height:50px;
}
.news-cont ul li a:hover {
	color: #F00;
}
.news-cont ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	display: block;
}
.news-cont ul li span {
	width: 100%;
	display: table;
	border-top:solid 1px #ddd;
	font-size: 16px;
	line-height: 40px;
	color: #555;
}
.news-cont ul li:hover {
	box-shadow: 0px 0px 20px #ccc;
}
/* =====================底部手机===================== */
.fix_footer {
	height:50px;
	background-color:#34ae4b;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999999;
	width:100%;
}
.fix_footer a {
	float: left;
	width:25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height:24px;
	margin:5px 0 0;
}
.fix_footer strong {
	color:#fff;
	font-size:12px;
	display: block;
	height:20px;
	line-height:20px;
	font-weight:400;
}
.fix_footer .tel img:nth-of-type(2) {
position: absolute;
left:50%;
margin-left:-12px;
-webkit-animation:call 1.5s infinite;
animation:call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
-webkit-transform:scale(1);
opacity:1;
}
to {
	-webkit-transform:scale(2);
	opacity:0;
}
}
.Icurrent {
	width:100%;
	height:60px;
	background:#fff;
	border-bottom: 1px solid #ccc;
}
.Icurrent_box {
	padding: 19px 2% 0 2%;
	position:relative;
}
.Icurrent_content {
	color:#8f8f8f;
}
.Icurrent_content img {
	margin-right:14px;
}
.Icurrent_content a {
	font-size:16px;
	color:#8f8f8f;
}
.Icurrent_content span {
	float:right;
	display:block;
	color:#34ae4b;
	font-size:18px;
}
.Icurrent_content span img {
}
#main {
	max-width:1280px;
	height:auto;
	margin:0 auto;
	font-size:16px;
	line-height:35px;
	padding:  0 2%;
}
#main::after {
content:'';
display:block;
visibility:hidden;
opacity:0;
clear:both;
height:0;
overflow:hidden;
}
#main2 {
	max-width: 85%;
	margin: auto;
}
#main3 {
	max-width: 100%;
}
#main4 {
	max-width: 85%;
	margin: auto;
}
/*内页简介*/
.sec_mian {
	overflow:hidden;
}
.sec_aa {
	padding:60px 0 60px 0;
}
.sec_aa div.fl img {
	width: 100%
}
.sec_aa div.fl h4 {
	margin:0 0 24px 0;
	font-size:46px;
	color:#333;
	text-align:center;
}
.sec_aa div.fl h5 {
	margin-bottom:35px;
	font-size:26px;
	color:#666;
	text-align:center;
	line-height:38px;
}
.sec_aa div.fl h5 i {
	display:inline-block;
	padding:0 7px 0 15px;
	margin-right:15px;
	background:#34ae4b;
	color:#fff;
	vertical-align:top;
	border-radius:50px;
	font-style: normal;
}
.sec_aa div.fl p {
	font-size:16px;
	color:#333;
	line-height:35px;
}
.sec_aa div.fr {
	width:640px;
	height:314px;
	background:no-repeat center;
	background-size:cover;
}
.ny_left {
	width:320px;
	height:auto;
	float:left;
}
.ny_right {
	height:auto;
}
.ny_contact_p1 {
	text-align: center;
	color:#3f3f3f;
	font-size: 36px;
}
.ny_contact_p2 {
	text-align: center;
	color:#595959;
}
.ny_contact_p3 {
	text-align: center;
	color:#2c9518;
}
.ny_contact_p4 {
	text-align: center;
	color:#3f3f3f;
	font-size: 25px;
}
.contact_tel {
	font-family: cuya;
	font-size:28px;
	color:#fe0000;
}
.nr20 {
	margin-top: 50px;
}
.nr20 ul {
	text-align: center;
}
.nr20 ul li {
	display: inline-block;
	text-align: center;
	width: 24%;
}
.contact_text {
	line-height:50px;
	font-size: 20px;
	color:#111
}
.contact_memo {
	line-height:20px;
	font-size: 16px;
	color:#666
}
/*新闻页面*/
.ny_news, .ny_news li {
	width:100%;
}
.ny_news li {
transition:.3s;
}
.ny_news li:nth-child(2n) {
background-color:#f8f8f8;
}
.ny_news .center {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news>li>a {
	padding:50px 0;
	display:block;
}
.ny_news .num {
	display:block;
	width:20%;
	font-weight:bold;
	font-style:italic;
}
.ny_news .num img {
	text-indent:-9999px;
	height:120px;
}
.ny_news .font {
	display:block;
	width:80%;
	font-size:18px;
	line-height:30px;
}
.ny_news .font .intro {
	font-size:14px;
	color:#bbb;
}
.ny_news li:hover {
	background:#0a90ec;
}
.ny_news li:hover .num, .ny_news li:hover .font p, .ny_news li:hover .font .intro {
	color:#fff;
}
.ny_news li:hover .center {
	left:-16px;
}
.gray {
	min-height:200px;
}
/* 产品左侧 */

.sub_right {
	float:left;
	margin-top:30px;
	width:20%;
}
.cpli {
	padding:15px;
}
.cpli li {
	list-style:outside none none;
	margin-top:0px;
}
.cpli li div.xx {
	border-bottom:1px dotted #9dbdd5;
}
.cpli li span {
	-webkit-column-rule: #666;
	-moz-column-rule: #666;
	-o-column-rule: #666;
	column-rule: #666;
	display:inline-block;
	height:16px;
	line-height:16px;
	margin-right:0px;
	text-align:center;
	width:25px;
}
.cpli li a {
	color:#111;
	font-size:16px;
	line-height:40px;
transition: all .5s;
}
.cpli li a:hover {
	color:#fe0000;
}
.cpli li ul {
	padding:8px 0px;
}
.cpli li ul li {
	border:0 none;
	width:98%;
	padding-left:35px;
	color:#fff;
	background:url(../images/cpMuSDt.png.png) no-repeat scroll 20px center;
}
.cpli li ul li a {
	color:#666;
	font-size:14px;
	line-height:28px;
transition: all .5s;
}
.cpli li ul li a:hover {
	color:#fe0000;
	padding-left: 5px;
}
.cpMu {
	background-color:#ededed;
	overflow:hidden;
	width:100%;
}
.cpMu h4 {
	background-color:#0a90ec;
	font-size:20px;
	height:60px;
	line-height:60px;
	border-bottom:1px dotted #9dbdd5;
	margin: 0;
}
.cpMu h4 a {
	color:#fff;
	margin-left:14px;
}
.cpMu dt {
	background:url(../images/cpMuDt.png) no-repeat scroll 20px center;
	height:42px;
	line-height:42px;
}
.cpMu dt a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:40px;
	height:42px;
	line-height:42px;
	display:block;
	border-bottom:1px dotted #9dbdd5;
}
.cpMu dt a:hover {
	background:#c00;
	line-height:42px;
	display:block;
}
.cpMu dd {
	overflow:hidden;
}
.cpMu dd {
	color:#fff;
	font-size:14px;
	height:34px;
	line-height:34px;
	overflow:hidden;
}
.cpMu dd a {
	background:url(../images/cpMuDd.png) no-repeat scroll 28px center;
	color:#c2e2f9;
	display:block;
	height:34px;
	line-height:34px;
	padding-left:45px;
}
.sub_right .lx {
	background:#0a90ec  none repeat scroll 0 0;
	width:100%;
	margin-bottom:30px;
}
.lx_pad {
	padding:15px;
}
.sub_right .lx p {
	color:#fff;
	margin-bottom:10px;
}
.sub_right .lx span {
	color:#fff;
	font-size:32px;
	font-weight:100;
	display: block
}
.sub_right .lx .message {
	background:#fff none repeat scroll 0 0;
	cursor:pointer;
	font-size:15px;
	line-height:36px;
	margin-top:10px;
	padding:0 15px;
	text-align:center;
	width:55%;
transition: all .5s;
}
.sub_right .lx .message a {
	color:#000;
}
.sub_right .lx .message:hover {
	background: #1baf45;
}
.sub_right .lx .message:hover a {
	color: #fff;
}
/*产品列表*/

.show_pic {
	float:right;
	width:77%;
	overflow:hidden;
}
.Product_pic {
	width:100%;
	margin:0px auto 20px auto;
}
.Product_pic a {
	float:left;
	width:24.25%;
	margin-right:1%;
	text-align:center;
	position:relative;
	margin-bottom:2%;
	border-bottom: 1px solid #e1dfe0;
}
.Product_pic a:nth-child(4n) {
margin-right: 0;
}
.Product_pic a span {
	overflow:hidden;
}
.Product_pic a span img {
	width:100%;
	display:block;
}
.Product_pic a em {
	background:#fff;
	line-height:4;
	font-size:18px;
	display:block;
	font-style:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Product_pic a:hover img {
	transform:translateZ(0) scale(1.2);
}
.Product_pic a:hover em {
	color:#F00;
}
/*产品内页*/
.pinner {
	max-width: 900px;
	margin: 0px auto;
	padding: 0 2%;
}
.frame-ct {
	position:relative;
	cursor:auto;
	width: 78%;
	float: right;
}
.frame-title {
	display:block;
	padding: 3% 0px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.frame-title .t1 {
	color: #5e5e5e;
	font: 36px/1.5 "microsoft yahei";
}
.frame-title .t2 {
	color: #5d5d5d;
	font-family:"microsoft yahei";
	font-size: 20px;
}
.frame-title .time {
	padding-top: 10px;
}
.frame-title .time .d {
	color: #bcbbbb;
	background: url(../images/time.png) no-repeat scroll left center;
	padding-left:26px;
}
.frame-title a:link, .frame-title a:visited {
	color: #f49a12;
}
.frame-title a:active, .frame-title a:hover {
	color: #174F90;
}
.frame-ct-preview {
	padding: 66px 0px;
	overflow: hidden;
}
.proImg {
	text-align:center;
}
.proImg img {
	max-width:800px
}
.pcon li {
	padding:30px 20;
	float: left;
}
.proIBox {
	color: #333;
	padding: 20px 0px;
	line-height:30px;
	font-size:16px;
}
/*分页*/
.Pfenye {
	border-top: 1px solid #d7d8d8;
	padding-top: 25px;
	position: relative;
	margin-top: 50px;
}
.Pfenye a {
	font-size: 16px;
	color: #333;
}
.page_up {
	float: left;
}
.page_down {
	float: right;
}
.Pfenye a:hover {
	color: #ff0208;
}
/* 数字上下页 */
.page_fanye {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.page_fanye a {
	line-height:28px;
	font-size:14px;
	text-indent:0px;
	color: #333;
	margin-right: 5px;
	padding:0px 10px;
	background:#b0b0b0;
	display: inline-block;
}
.page_fanye span {
	height:24px;
	line-height:20px;
	padding:0 10px 0 5px;
	display: inline-block;
}
.page_fanye span input {
	width:30px;
	height:20px;
}
.page_fanye a.page_home, .page_fanye a.page_home:hover, .page_fanye a.page_end, .page_fanye a.page_end:hover {
	width:60px;
	color:#666666;
}
.page_fanye .current, .page_fanye a:hover {
	color: #fff;
	background:#e4011f;
}
/*版权信息*/

.footer {
	height: 300px;
	background: #0a90ec;
	width: 100%;
	margin-top: 50px;
}
.foot_logo {
	margin-top: 75px;
}
.foot_logo span {
	font-size:28px;
	color: #fff;
	display: block;
	margin-left: 12px;
	margin-top: 10px;
}
.foot_title {
	background: url(../images/foot_sj.png) left 5px no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	padding-left: 20px;
}
.foot_title span {
	font-size: 16px;
	display: block;
}
.foot_nav {
	margin-left: 70px;
	margin-top: 60px;
	width: 220px;
	height: 200px;
	overflow: hidden;
}
.foot_nav ul {
	margin-top: 15px;
}
.foot_nav ul li {
	float: left;
	margin-left: 15px;
	margin-right: 35px;
}
.foot_nav ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 35px;
}
.foot_nav ul li a:hover {
	text-decoration: underline;
	color: #F00;
}
.dbtel {
	width: 400px;
	margin-left: 70px;
	margin-top: 60px;
}
.dbtel .dbcon {
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	margin-top: 15px;
	height: 160px;
	padding-left: 20px;
}
.dbewm {
	width: 170px;
	margin-top:60px;
}
.dbewm .ewm {
	text-align:center;
	margin-top: 15px;
}
.copyright {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: url(../images/footbj.jpg) top center repeat-x;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #F00;
}
.go_top {
	display: none;
	background: url(../images/top.png) center center/50% no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background-color: #34ae4b;
	border-radius: 50%;
	position: fixed;
	right: 6px;
	bottom: 100px;
	z-index: 99999999999;
}
/*contact*/
.contact_sty {
	width: 1280px;
	margin: 30px auto;
}
.contact_sty ul h4 {
	color: rgba(63, 63, 63, 1);
	font-size: 24px;
	font-weight: 800;
	margin: 20px 0 40px 0;
}
.contact_sty ul h4 span {
	color: rgba(63, 63, 63, 1);
	font-size: 20px;
	display: inline-block;
	font-weight: normal;
}
.contact_sty ul li {
	font-size: 22px;
	color: rgba(89, 89, 89, 1);
	margin: 20px 0;
	position: relative;
}
.contact_sty ul li::after {
 content: '\07C';
 float: left;
 margin-right: 20px;
}
.contact_sty iframe {
	width: 1300px;
	height: 560px;
	margin: 20px auto;
	position: relative;
}
.p_center{ text-align:center}
.video_class{ width:800px;}


 @media(max-width:1600px ) {
.show_pic {
 float:right;
 width:75%;
 overflow:hidden;
}
.frame-ct {
 position: relative;
 cursor: auto;
 width: 75%;
 float: right;
}
}
@media( max-width:1440px ) {
.show_pic {
 float:right;
 width:70%;
 overflow:hidden;
}
.frame-ct {
 position: relative;
 cursor: auto;
 width: 70%;
 float: right;
}
}
 @media( max-width:1280px ) {
.header .button_box {
display: none;
}
.Iclass_box {
 width: 98%;
 margin: 0 auto;
}
.cppicsz {
 width: 98%;
}
.IclassCont li {
 width:188px;
 text-align:center;
 margin-right: 15px;
 margin-left: 15px;
 float:left;
}
.IclassCont li a img {
 display:block;
 font-size:0px;
 width:150px;
 height:150px;
transition:all .2s ease;
 border:8px solid #fff;
 border-radius: 50%;
 -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
 .navb .active {
 position: relative;
 float: left;
 width: 110px;
 display: inline;
 text-align: center;
}
 .hotkey_box {
 width: 1200px;
 margin: 0 auto;
 padding-top: 20px;
}
.hotkey_box ul li {
 width: 260px;
 float: left;
 margin-right: 30px;
 margin-left: 10px;
}
.hotkey_box ul li p {
 float: right;
 width: 175px;
 padding-left: 0px;
 line-height: 26px;
 font-size: 15px;
 color: #8fb4ff;
}
}
@media( max-width:1200px ) {
html, body {
max-width:640px;
margin:0 auto !important;
}
.header {
display:none;
}
 .wap_menu {
display: block;
}
 .nav {
top: 0px;
height: 60px;
}
.navb {
display:none;
}
.left-logo h1 img {
 height: 60px;
}
 .big_circle .nav_list {
width:100%;
}
 .big_circle .nav_list a {
box-sizing:border-box;
width:48%;
margin-bottom:6px;
height:auto;
padding:16px 0;
}
.big_circle .nav_list strong {
margin:0;
font-size:16px;
font-weight:400;
line-height:30px;
}
.big_circle .nav_list .x {
margin-top:16px;
}
 .big_circle .nav_list span {
font-size:12px;
}
.wap_menu, .header.fix .wap_menu {
margin:0;
width:44px;
height:44px;
margin-top:5px;
}
 .wap_menu .nav_button {
right:10px;
top:22px;
}
.pc_show, .header_dtop, .nav_main {
display: none !important;
}
.wap_show {
display: block;
}


/*网站标题*/
.iTitle h2 {
 color: #2a2a2a;
 font-size: 30px;
 background: url(../images/dunxiu_3.png)no-repeat center;
background-size:100% 100%;
 width:100%;
max-width:640px;
 margin: 0 auto;
 padding-top: 30px;
}
 .iTitle p {
 color: #666666;
 font-size: 14px;
 line-height: 28px;
 width:96%;
max-width:640px;
 text-align:center
}
 .iTitle2 h2 {
 color: #fff;
 font-size: 36px;
 background: url(../images/dunxiu_2.png)no-repeat;
background-size:100% 100%;
 width:100%;
max-width:640px;
 margin: 0 auto;
 padding-top: 30px;
}
 .iTitle2 p {
 color: #fff;
 font-size: 14px;
 line-height: 28px;
 width:96%;
max-width:640px;
 text-align:center
}


/*关于我们*/

/* =====================关于我们===================== */

.Iabout_gg {
 width: 100%;
min-width: 300px;
background: url(../images/Nbanner.jpg)no-repeat left #0057B8;
height: 200px;
}
 .Iabout_gg_s_width {
width:100%;
height: 200px;
position: relative;
margin: 0 auto;
}
 .Iabout_gg_r {
display:none
}
 .Iabout_gg_l {
float: left;
overflow: hidden;
width:98%
}
.Iabout_gg_l ul li:nth-child(1) {
font-size: 25px;
color:#ffffff;
font-weight: bold;
padding-top: 40px;
text-align:center
}
.Iabout_gg_l ul li:nth-child(2) {
overflow: hidden;
margin-top:18px;
}
.Iabout_gg_l ul li:nth-child(2) a {
display: block;
float: left;
background: #d50000;
margin-left:10%;
line-height: 42px;
font-size: 16px;
color:#fff;
width:80%;
padding-left: 0px;
 padding-right:0px;
text-align:center;
}
 .Iabout {
width: 100%;
min-width:300px;
overflow: hidden;
height: auto;
background: url(../images/Iabout_bg.png) no-repeat top #eeeeee;
}
 .Iabout .s_width {
width: 100%;
}
 .Iabout_content {
overflow: hidden;
}
 .Iabout_content_l {
width: 98%;
overflow: hidden;
float:none;
margin-left:1%;
}
 .Iabout_content_l ul li:nth-child(3) a {
width: 60%;
margin-left:20%;
}
.Iabout_content_r {
float: left;
overflow: hidden;
width:98%;
margin-left:1%;
}
.Iabout_content_r img {
width: 100%;
}
/*产品展示*/
.Iclass_box {
 width: 98%;
 margin: 0 auto;
}
.classify {
 margin: 0 auto;
 margin-top: 20px;
}
.classify ul li {
 float: left;
 height: 40px;
 background: #d50000;
 width: 49%;
 margin-right: 1%;;
 margin-bottom: 10px;
 line-height: 40px;
 text-align: center;
 min-width:138px;
}
 .cppicsz a {
 width: 49%;
 display: none;
}
 .cppicsz a:nth-of-type(1), .cppicsz a:nth-of-type(2), .cppicsz a:nth-of-type(3), .cppicsz a:nth-of-type(4), .cppicsz a:nth-of-type(5), .cppicsz a:nth-of-type(6), .cppicsz a:nth-of-type(7), .cppicsz a:nth-of-type(8), .cppicsz a:nth-of-type(9), .cppicsz a:nth-of-type(10), .cppicsz a:nth-of-type(11), .cppicsz a:nth-of-type(12), .cppicsz a:nth-of-type(13), .cppicsz a:nth-of-type(14), .cppicsz a:nth-of-type(15), .cppicsz a:nth-of-type(16) {
 display: block;
}
 .cppicsz {
height: auto;
}
.IclassCont li {
 width:150px;
 text-align:center;
 margin-right: 10px;
 margin-left: 10px;
 float:left;
}
 .IclassCont li a img {
 display:block;
 font-size:0px;
 width:120px;
 height:120px;
 transition:all .2s ease;
 border:5px solid #fff;
 border-radius: 50%;
 -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
 .Iproduct .h50 {
 height:10px;
}
.Iproduct_left {
 float:left;
 text-align:left;
 width:100%;
 background:#fff;
 padding:0px;
}
.Iproduct_left_entitle {
display:none
}
.Iproduct_left_title {
display:none
}
.Iproduct_left_line {
display:none
}
.left_tel {
display:none
}
.Iproduct_left .h20 {
display:none
}
 .Pro_menu_list {
 width:100%;
}
.Pro_menu_list li {
 height:40px;
 line-height:40px;
 margin-bottom:5px;
 width:48%;
float:left;
padding-left: 0px;
margin-right:1%;
padding-left:1%;
}
.Pro_menu_list li a {
 color:#fff;
 font-size:16px;
 font-weight:bold
}
.nav_dot {
 height: 40px;
 width: 100%;
 float: left;
 background:#34ae4b;
text-align:center;
}
.nav_dot:hover {
 background:#34ae4b;
}
.s_width_85 {
 max-width: 98%;
 margin: 0 auto;
}

.BigClass {
 padding-left: 0px;
 font-size: 18px;
text-align:center;
 width:98%;
 margin: 5px 1%;
 height: 40px;
float:left;
line-height:40px; font-weight:bold
}

.smallClass {

padding-left: 0px;
 font-size: 15px;
text-align:center;
 width:48%;
 margin: 5px 1%;
 height: 40px;
float:left;
line-height:40px;
}
/* =====================优势===================== */

.i_gg_box {
 width: 100%;
 min-width: 300px;
 height: 226px;
 background: url(../images/index17.png) center center no-repeat;
 background-size: cover;
 overflow: hidden
}
 .i_gg_box ul li:nth-child(1) {
margin-top: 28px;
font-size: 25px;
}
 .Youshi {
 width: 100%;
 height: auto;
 overflow: hidden;
 background:url(../images/index19.png) center center no-repeat #CCC;
 background-size: cover;
}
.Youshi_box ul li {
 width: 48%;
 height: auto;
 background:#fff;
 display: block;
 float: left;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
 margin: 0 1%;
 text-align:center;
}
.Youshi_box ul li .img img {
 width: 100%;
 height: auto;
 margin: 0 auto;
}

/* 案例*/

.ICase_box {
 width:98%;
 margin:0 auto;
}
	.Case_pic img {

 width:100%;
}
.Case_pic li {
 float:left;
 margin-right:1%;
 width:49%;
}
.news-cont {
 width: 100%;
 margin: 10px 0px 50px 0px;
}
 .news-cont ul li {
 width: 96%;
 height: 430px;
 background:#fff;
 display: block;
 float: left;
 padding: 0px;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
 border:0px;
 margin: 10px 0px;
padding-left:2%;
}
.news-cont ul li img {
 width: 100%;
 height: 270px;
 margin: 0 auto;
}



/*版权信息*/

.footer {
 height: auto;
}
.foot_logo {
 display:none;
}
 .foot_title {
 background: url(../images/foot_sj.png) left 5px no-repeat;
 text-transform: uppercase;
 color: #fff;
 font-size: 13px;
 padding-left: 20px;
}
.foot_title span {
 font-size: 16px;
 display: block;
}
.foot_nav {
 display:none;
}
 .dbtel {
 width: 94%;
margin-left: 3%;
}
.dbtel .dbcon {
 color: #fff;
 font-size: 16px;
 line-height: 38px;
 background: url(../images/foot_contact.png) left center no-repeat;
 margin-top: 15px;
 height: 160px;
 padding-left: 43px;
}
.dbewm {
 width: 94%;
margin-left:3%;
margin-top: 10px;
}
.dbewm .foot_title {
 display:none;
}
.dbewm .ewm {
 text-align:center;
 margin-top: 15px;
 margin-bottom:15px;
}
.dbewm .ewm img {
 width: 50%;
}
 .copyright {
 height: 60px;
 line-height: 60px;
 text-align: center;
 font-size: 15px;
 color: #fff;
 background: url(../images/footbj.jpg) top center repeat-x;
}
 .copyright a {
 color: #fff;
}
.copyright a:hover {
 color: #F00;
}
 .copyright span {
 display:none;
}

/*版权信息 end*/

 .Icurrent_content span {
 display: none;
}
.sec_aa div.fl h4 {
 margin:0 0 15px 0;
 font-size:26px;
 color:#333;
 text-align:center;
font-weight:bold;
}
.sec_aa div.fl h5 {
 margin-bottom:15px;
 font-size:20px;
 color:#666;
 text-align:center;
 line-height:30px;
}
.sec_aa div.fl h5 i {
 display:inline-block;
 padding:0 7px 0 15px;
 margin-right:15px;
 background:#fe0000;
 color:#fff;
 vertical-align:top;
 border-radius:40px;
 font-style: normal;
}
 .sub_right {
 margin-top:30px;
 width:100%;
}
.sub_right .lx {
 display:none;
}
 .show_pic {
 width:100%;
 overflow: hidden;
}
 .Product_pic a {
 float: left;
 width: 49%;
 margin-right: 1%;
 text-align: center;
 position: relative;
 margin-bottom: 2%;
 border-bottom: 1px solid #e1dfe0;
}
 .pinner {
width: auto;
margin: 0px auto;
padding: 0 2%;
}
.frame-ct {
position:relative;
cursor:auto;
width: 100%;
}
.proImg img {
width:100%
}
 .frame-title .t1 {
 color: #5e5e5e;
 font: 26px/1.5 "microsoft yahei";
}
 .page_up {
 float: left;
width:100%;
line-height:30px;
}
 .page_down {
 float: left;
width:100%;
line-height:30px;
}
 .ny_news .center {
 padding: 0 2%;
}
.ny_news .num {
 width: 100%;
 display: block;
}
.ny_news .num img {
 width: 100%;
height: auto;
}
.ny_news .font {
 width: 100%;
 margin-top: 15px;
}
.ny_news .font .intro {
 font-size: 14px;
 color: #bbb;
}
#main2 {
 max-width: 96%;
 margin: auto;
}
 #main2 .ny_right .h50 {
height:20px;
}
 #main4 {
 max-width: 96%;
 margin: auto;
}
 #main4 .h50 {
height:20px;
}
.nr20 ul li {
 display: inline-block;
 text-align: center;
 width: 49%;
}
.contact_tel {
font-size:22px
}
#main4 .sub_right {
 display:none;
}
.frame-ct-preview {
 padding: 20px 0px;
 overflow: hidden;
}
.Pfenye {
 border-top: 1px solid #d7d8d8;
 padding-top: 25px;
 position: relative;
 margin-top: 20px;
}

/*contact*/

.contact_sty {
 width: 100%;
 margin: 30px auto;
}
.contact_sty ul h4 {
 color: rgba(63, 63, 63, 1);
 font-size: 24px;
 font-weight: 800;
 margin: 20px 0 40px 0;
}
.contact_sty ul h4 span {
 color: rgba(63, 63, 63, 1);
 font-size: 20px;
 display: inline-block;
 font-weight: normal;
}
.contact_sty ul li {
 font-size: 22px;
 color: rgba(89, 89, 89, 1);
 margin: 20px 0;
 position: relative;
}
.contact_sty ul li::after {
 content: '\07C';
 float: left;
 margin-right: 20px;
}
}
 @media( max-width:640px ) {
.header {
width:100%;
left:0;
margin:0;
}
.more {
display: none;
}
.IclassCont li {
 width:120px;
 text-align:center;
 margin-right: 10px;
 margin-left: 10px;
 float:left;
}
.IclassCont li a img {
 display:block;
 font-size:0px;
 width:100px;
 height:100px;
transition:all .2s ease;
 border:5px solid #fff;
 border-radius: 50%;
 -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.IclassCont li a p {
 margin-top: 10px;
 font-size: 16px;
 color: #666;
 margin-bottom: 0;
}
.video_class{ width:100% !important}
.video_class iframe { width:100% !important; height:300px;}
.p_center img{ width:100% !important;}

}
@media (min-width:640px) {
.fix_footer {
width:640px !important;
left:50%;
margin-left:-320px;
}
}
