﻿header,
footer,
#main,
#info {
  width: 100%;
  min-height: 700px;
  min-width: 1200px;
}
body{z-index: -2;position: relative;}
/*chrome滚动条颜色设置*/
body::-webkit-scrollbar {width:8px; height:8px; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar-track {background: rgba(0,0,0,0.20);  } /*定义滚动条轨道 内阴影+圆角*/
body::-webkit-scrollbar-thumb {background-color:#2262c3; border-radius:10px;} /*定义滑块 内阴影+圆角*/
body::-webkit-scrollbar-thumb:hover{background-color:#1F1F1F; border-radius:10px; }

.clear{clear:both;float: none;}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/************************header************************/
.fix_nav {
  transform: translateY(-38px);
  -webkit-transform: translateY(-38px);
}
.fix_nav .header_logo {
  padding: 10px 0;
}
.header_wrap {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  width: 100%;
  position:absolute;
	top:0;
	z-index: 99;
	background: url(../images/language.png) no-repeat center top;
}
.language{
	height: 40px;
	line-height: 40px;
}
.lage{float: right;}
.language p{
	font-size: 14px;
	color: #fff;
	float:left; 
}
.language .lage a{
	font-size: 14px;
	color: #fff;
	float:left;
	display: block;
}
.language .lage > img{
	font-size: 14px;
	color: #fff;
	float:left;
	display: block;
}
.header_nav {
    line-height: 80px;
	left:calc(50% - 600px);
	z-index: 100;
	border-top: 2px solid #005588;
}
.header_tel{
	position: relative;
	top: -36px;
	z-index: 99;
}
.logo{float:left;line-height:100px;height:100px;box-sizing: border-box;width: 200px;padding:0 80px; }


/************************main************************/
#main{
	position: relative;
	z-index: -1;
}
.main_title2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  background: url("../images/tbg.png") no-repeat center 55px;
}

/*company*/
.company {
  overflow: hidden;
  height: 700px;
  position: relative;
  background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	box-sizing: border-box;
}
.main_title img{
	margin-left: 35%;
}
.about-p{
	width: 563px;
	height: 383px;
	box-sizing: border-box;
	margin-top: 49px;
	float: right;
	background: #fff;
}
.about-p p{
    color:#4d4d4d;
	font-size: 16px;
	margin: 48px 0 50px 32px;
	width: 503px;
	height: 183px;
}
.about-left{
	float: left;
}
.aba{
	display: block;
	width: 123px;
	height: 35px;
	background: #ff0000;
	margin-top:36px;
	border-radius:0 15px 0 15px;
	transition: 0.9s all;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	line-height: 35px;
	font-size: 16px;
}

.aba:hover{
	color: #fff;
	background: #1b61c5;
}
/*product*/
.pro{height: 1258px;position: relative;background: url(../images/pro-bg.jpg) no-repeat center top;}
.main_title_pro img{
	margin-left: 17.3%;
	margin-top: 188px;
}
.pro-list{
	position: relative;
	top:97px;
	height: 60px;
	line-height: 60px;
	background: #0e6cc1;
	padding: 0 1px;
	z-index: 2;
}
.pro-list > li{
	list-style: none;
	float: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.pro-list > li > a > div{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ff0000;
	transition: 0.3s;
	z-index: -1;
}
.pro-list > li > a{
	display: block;
	width: calc(1198px / 7);
    color: #fff;
	float: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: 0.3s;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	text-align: center;
}
.pro-list > li > a:hover div{
	width: 100%; 
}
.product{
	height:710px;
	position: relative;
	top:61px;
	z-index: 1;
}
.cp-1{
	width: 280px;
	height: 336px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 26px;
	margin-top: 36px;
}
.cp-1:nth-child(4n){
	margin-right: 0;
}
.cp-1 a:nth-child(1){
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.cp-1 a:nth-child(1) img{
	transition: 0.3s;
}
.cp-1:hover a:nth-child(1) img{
	transform: scale(1.2) rotate(10deg);
}
.cp-1 a:nth-child(2){
	display: block;
	width: 280px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	background: #39618d;
	color: #fff;
	transition: 0.3s;
	position: absolute;
	bottom:0;
	z-index: 2;
}
.cp-1:hover  a:nth-child(2){
	background: #8d4139;
}
.aba2{
	display: block;
	width: 123px;
	height: 35px;
	background: #ff0000;
	border-radius:0 15px 0 15px;
	transition: 0.9s all;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	margin: 36px auto 0;
}

.aba2:hover{
	color: #fff;
	background: #1b61c5;
}
/*荣誉*/
.honor{
	background: url(../images/honor-bg.jpg) no-repeat center center;
	height: 650px;
	position: relative;
}
.honor-top{
	padding-top: 102px;
}
.honor-left{
	float: left;
}
.honor-left img{
	margin-bottom: 20px;
}
.honor-right{
	float: right;
	width: 400px;
	height:274px;
	background: #204b9f;
	text-align: center;
	line-height: 274px;
	padding-top: 62px;
	box-sizing: border-box;
	transition: 0.3s;
}
.honor-right-bg1{
	background: #ffba00;
}
.honor-right-bg2{
	background: #1ca09e;
}
.honor-right-bg3{
	background: #00bb65; 
}
.honor-right:hover{
	background: #39618d;
}
/*news*/
.in_news{
	height: 766px;
	background: url(../images/news-bg.jpg) no-repeat center center;
	position: relative;
}
.main_title_new img{
	margin-left: 37%;
	padding-top:74px; 
}
.news-1{
	margin:56px 32px 0 0;
	width: 378px;
	height: 418px;
	float: left;
	border:1px solid #4c70b8;
	transition: 0.3s;
	padding:37px 0 0 40px;
	box-sizing: border-box;
	background: #fff;
}
.news-1:nth-child(3){margin-right: 0;}
.news-1 span{
	font-size: 44px;
	color: #2b2b2b;
	font-family: "黑体";
}
.news-1 p:nth-child(2){
	font-size: 28px;
	color: #3680d7;
	font-family: "黑体";
	margin-top: 30px;
	width: 200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news-1 p:nth-child(3){
	font-size: 16px;
	color: #9f9f9f;
	font-family: "黑体";
	margin-top: 30px;
	margin-bottom: 20px;
	width:293px;
	text-align: justify;
}
.news-1:hover{
	background: #fff;
}
/*footer*/
#footer {
    float: left;
    width: 100%;
    background: url(../images/footer-bg.jpg) center center no-repeat;
	height: 670px;
	position: relative;
	box-sizing: border-box;
}
#footer .main_title_tel img{
	margin-left: 16%;
	padding-top: 110px;
}
#footer .tel img{
	margin:94px 138px 0 0;
}
#footer .tel img:nth-child(4){
	margin:94px 0 0 0;
}
.bottom{
	height: 40px;
	overflow: hidden;
	color: white;
	position: relative;
	bottom: -116px;
	background: #0b81ec;
	z-index: 99;
}
.bottom div{
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	color: white;
	width: 1166px;
	font-size: 14px;

}
.bottom div span{
	float: left;
	height: 40px;
	overflow: hidden;
	color: white;
	line-height: 40px;
	margin-right: 34px;
}
.bottom div span img{
	float: left;
	margin:12px 6px 0 0;
}
.bottom div span:nth-child(5){
    width: 148px;
	margin-right: 0px;
}
.bottom div span:nth-child(1){
    width: 262px;
}
.bottom div span a{
    display: inline-block;
	margin-top: 10px;
	position: relative;
	top:-52px;
	right:-60px;
}



.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #1f80ba none repeat scroll 0 0;
    border: 1px solid #23a7ea;
    color: #ffffff;
}
/*底部*/
.footer {
    width: 100%;
    height: 358px;
    overflow: hidden;
    background: url(../images/bottom.png) no-repeat;
}
.container {
    width:1200px;
	margin: 0 auto;
}
.footer p {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}
.footer p span {
    display: block;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 45px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.footer p em {
    font-style: normal;
    padding: 0 0 6px 0;
    display: block;
}
.footer dl {
    float: left;
    width: 100%;
    margin-left: 10px;
   
}
.footer dl dt {
    float: left;
    font-size: 14px;
    color: #d1e4f7;
    line-height: 40px;
    width: 100%;
    margin-top: 10px;
}
.footer dl dd {
    background: url(../images/shzr_03.jpg) no-repeat left center;
    width: 100%;
    float: left;
    padding-left: 17px;
    line-height: 26px;
    height: 26px;
}
.footer dl dd a {
    font-size: 14px;
    color: #779abe;
    display: block;
}
.clearql {
    padding: 0;
}
.col-md-4 {
    width: 33.33333333%;
	    float: left;
}
.col-md-2 {
    width: 16.66666667%;
	float: left;
}
.btlogo img{
	width: 160px;
	margin-top: 45px;
	margin-left: 60px;
}
/*内页样式布局*/
.main{
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    position: relative;
}
.grid_01, .grid_02, .grid_03, .grid_04, .grid_05, .grid_06, .grid_07, .grid_08, .grid_09, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24, .grid_25, .grid_26, .grid_27, .grid_28, .grid_29, .grid_30, .grid_31, .grid_32, .grid_33, .grid_34, .grid_35, .grid_36, .grid_37, .grid_38, .grid_39, .grid_40, .grid_41, .grid_42, .grid_43, .grid_44, .grid_45, .grid_46, .grid_47, .grid_48, .grid_49, .grid_50, .grid_51, .grid_52, .grid_53, .grid_54, .grid_55, .grid_56, .grid_57, .grid_58, .grid_59, .grid_60, .grid_61, .grid_62, .grid_63, .grid_64, .grid_65, .grid_66, .grid_67, .grid_68, .grid_69, .grid_70, .grid_71, .grid_72, .grid_73, .grid_74, .grid_75, .grid_76, .grid_77, .grid_78, .grid_79, .grid_80, .grid_81, .grid_82, .grid_83, .grid_84, .grid_85, .grid_86, .grid_87, .grid_88, .grid_89, .grid_90, .grid_91, .grid_92, .grid_93, .grid_94, .grid_95, .grid_96, .grid_97, .grid_98, .grid_99, .grid_100, .grid_110, .grid_120, .grid, .grid_2_1, .grid_3_1, .grid_4_1{
    float: left;
    text-align: left;
}
.grid_22 {
    width: 220px;
}
.classify {
    margin: 0px 0px 30px 0;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 10px #888888;
}
.classify_ex {
    padding-bottom: 20px;
}
.classify .title {
    font-size: 25px;
    line-height: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    background: #15a34c;
}
.classify .title h3 {
    font-weight: bold;
    font-size: 12px;
}
.classify .title img {
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 10px;
}
.classify ul {
    width: 100%;
}
.classify li {
    font-size: 14px;
    width: 100%;
    line-height: 50px;
	height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    position: relative;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}
 .classify li h3 {
    font-weight: bold;
    font-size: 12px;
}
.classify ul li.current a.cur:link, .classify li.current a.cur:visited {
    color: #fff;
    background: #084794;
    box-shadow: 1px 2px 10px #888888;
}
.classify li a {
    position: relative;
	line-height: 50px;
    color: #666;
    background: #fff;
    display: block;
    font-size: 14px;
    text-indent: 57px;
    transition: all 0.5s;
}
.classify li .sign {
    font-size: 16px;
    display: inline-block;
    float: right;
    padding-right: 15px;
    color: #ccc;
}
.classify ul li.current a.cur:link, .classify li.current a.cur:visited {
    color: #fff;
    background: #084794;
    box-shadow: 1px 2px 10px #888888;
}

.classify_ex {
    padding-bottom: 100px;
}
.classify_ex .title {
    font-size: 15px;
    line-height: 25px;
    margin: 15px 0px;
    text-indent: 15px;
    color: #1871bc;
    border-left: 4px solid #15a34c;
}
.text, .text p {
    font-size: 15px;
    line-height: 28px;
}
.classify li a:hover {
    background: #1871bc;
    color: #FFF;
	text-indent: 35px;
}
.floatR {
    float: right;
}
.grid_75 {
    width: 750px;
	overflow: hidden;
}
.alltitle {
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    color: #353535;
    border-bottom: 1px solid #eeeeee;
}
.textR {
    width: 730px;
	background: url(../images/icon-home.png) no-repeat left center;
	padding-left: 75px;
}
.textR a{
	color:#1871bc;
}
.mb30 {
    margin-bottom: 10px;
}
.alltitle h3 {
    line-height: 60px;
}
.color_1, .color_1:link, .color_1:visited, .color_1:hover {
    color: #084794;
}
.text_16 {
    font-size: 16px;
    line-height: 28px;
}
.grid_20 {
    width: 200px;
}
h3 {
    font-weight: bold;
    font-size: 12px;
}
.grid_50 {
    width: 500px;
}
.alltitle img {
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}
.text, .text p {
    font-size: 15px;
    line-height: 28px;
}
.pb50 {
    padding-bottom: 50px;
}
.page_pro_list .list_box ul li {
    width: 230px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
	box-sizing: border-box;
	border: 1px solid #0074FF;
	overflow: hidden;
}
.page_pro_list .list_box ul li .img_box {
    height: 230px;
    width: 230px;
    overflow: hidden;
}
.page_pro_list .list_box ul li .img_box img {
    height: 230px;
    width: 230px;
    transition: all 0.5s;
}
.page_pro_list .list_box ul li .title a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: #1871bc;
    color: #fff;
}
.page_pro_list .list_box ul .last {
    margin-right: 0px;
}
.list_box{
	width: 780px;
}
.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #23a7ea none repeat scroll 0 0;
    border: 1px solid #23a7ea;
    color: #ffffff;
}
/*产品展示内页*/
.company2 {
    width: 1200px;
    margin: -224px auto 0;
    position: relative;
    background: #fff;
    height: auto!important;
    overflow: hidden!important;
    overflow: visible;
}
.comDetail {
    padding: 35px;
}
.contactTitle {
    width: 100%;
	padding-bottom: 52px;
}
.contactTitle span {
    font-size: 40px;
    color: #333333;
    display: block;
    width: 100%;
    text-align: center;
}
.contactTitle b {
    height: 5px;
    width: 40px;
    background: rgba(24,175,116,1.00);
    margin: 15px auto;
    display: block;
}
.contactTitle small {
    font-size: 14px;
    color: #828181;
    display: block;
    text-align: center;
}
.proList {
    width: 100%;
    margin: 20px 0;
}
.proList a {
    width: 265px;
    height: 55px;
    border: 1px solid #d2d2d2;
    display: block;
    line-height: 55px;
    text-align: center;
    float: left;
    margin: 10px 7px;
	transition: all 0.2s linear 0s;
	color:#232323;
}
.proList a:hover, .proList a.on {
    background: rgba(34,116,184,1.00);
    color: #fff;
}
.productCon {
    width: 100%;
    margin: 35px 0 0 0;
    float: left;
    clear: both;
}
.productCon li {
    width: 275px;
    height: 275px;
    float: left;
    margin: 10px 3px;
	transition: all 0.3s linear;
}
.productCon li:hover{
    background: rgba(34,116,184,1.00);
    color: #fff;
}
.productCon li a {
    background: #fff;
    width: 100%;
    height: 225px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #252525;
}
.productCon li .img {
    width: 275px;
    height: 225px;
    overflow: hidden;
}
.productCon .img img {
	width: 275px;
    height: 225px;
    display: block;
    transition: all 0.3s linear;
}
.productCon li a:hover {
    background: #1aa476;
    color: #fff;
}
.productCon li a:hover .img img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#infoImage {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
#productTitle {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #4d87e9;
    font-size: 26px;
    -webkit-padding-start: 0px;
    text-indent: 0px;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 10px 0;
}
#newsContent {
    line-height: 30px;
    font-size: 16px;
}.xxsmys {
    margin: 30px 0 20px 0px;
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    float: left;
}
.xxsmwz {
    display: inline-block;
    padding: 0 40px;
    height: 100%;
    border-right: 1px solid #fff;
    background: #4d87e9;
    color: #fff;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-size: 14px;
}
#prev_next {
    width: 100%;
    border-top: 1px solid #ebecf1;
    padding: 25px 0;
    float: left;
    clear: both;
}
#prev_next li {
    height: 35px;
    line-height: 35px;
    width: 100%;
}
#prev_next li {
    width: 100%;
    min-height: 30px;
    background: #f7f7f7;
    color: #414141;
    line-height: 30px;
    margin: 10px 0;
    text-indent: 15px;
}
#prev_next li a {
    background: #f2f2f2;
    color: #414141;
    line-height: 30px;
	transition: all 0.2s linear 0s;
}
#prev_next li a:hover {
    color: #0087c7;
}

/*新闻内页*/
.zyNews {
    margin: 72px 0 0 0;
    width: 100%;
}
.zyNews li {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}
.zyNews li a {
    height: 175px;
    background: #fff;
    padding: 45px 25px;
    margin: 10px 0;
    display: block;
	transition: all 0.2s linear 0s;
}
.zyN_l {
    width: 160px;
    float: left;
    text-align: center;
}
.zyN_l span {
    font-size: 80px;
    display: block;
    font-family: "Arial";
    width: 100%;
    color: #323232;
    font-weight: bold;
}
.zyN_l small {
    font-size: 20px;
    color: #afafaf;
}
.zyN_m {
    width: 665px;
    float: left;
    line-height: 25px;
}
.zyN_m span {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 22px;
    color: #272727;
    font-weight: 400;
}
.zyN_m p {
    color: #959595;
    display: block;
    text-align: left;
    height: 60px;
    margin: 20px 0;
    width: 100%;
    font-size: 14px;
}
.zyN_m small {
    color: #272727;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px;
}
.zyNewsPic {
    width: 227px;
    height: 177px;
    float: right;
    overflow: hidden;
}
.zyNewsPic img {
    display: block;
    transition: all 0.3s linear;
    width: 225px;
    height: 175px;
    border: 1px solid #f0f0f0;
}
.zyNews li a:hover {
    background: #4d87e9;
	box-shadow: darkgrey 10px 10px 30px 5px;
}
.zyNews li a:hover .zyN_m p {
    color: #fff;
}
.zyNews li a:hover .zyN_m span {
    color: #fff;
}
.zyNews li a:hover .zyN_l span {
    color: #fff;
}
.zyNews li a:hover .zyN_l small {
    color: #fff;
}
.zyNews li a:hover .zyN_m small {
    color: #fff;
}
.zyNews {
    margin: 20px 0 0 0;
    width: 100%;
}
.meta {
    border-bottom: 1px solid #ebecf1;
    height: 45px;
    width: 100%;
}
.meta span {
    display: block;
    float: left;
    height: 45px;
    color: #999999;
    line-height: 45px;
}
.inside_page {
    padding: 50px;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
}
#page {
    padding: 2px;
    margin: 7px 0;
    font-family: "lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif;
    text-align: center;
    margin: 60px 0;
    float: left;
    width: 87%;
    line-height: 25px;
    font-family: "Microsoft YaHei";
    clear: both;
    color: #fff;
}
#page a {
    padding: 8px 10px;
    margin: 2px;
    color: #fff;
    background-color: #1f1d20;
    text-decoration: none;
}
#page span.current {
    padding: 8px 15px;
    margin: 2px;
    color: #fff;
    background-color: #137e1d;
    font-weight: bold;
}

