.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.h-dingwei {
    position: absolute;
    width: 75%;
    height: 110px;
    background: #fff;
    top: 50px;
    left: 12.5%;
    z-index: 9999;
}

.logo {
	float: left;
    margin-top: 35px;
    margin-left: 5%;
}
.nav{
	width: 45%;
	line-height: 110px;
	height: 110px;
	margin-left: 20px;
}
.nav ul{display: flex; -webkit-box-align: center;align-items: center;}
.nav li{
	float: left;text-align: center;position: relative; flex-grow: 1;cursor: pointer; line-height: 110px;
}

.nav li:hover span{font-weight: bold; color: #0153c3;}
.nav li a#menu_selected{font-weight: bold; color: #0153c3;}
.nav .menulevel{ padding:0;z-index: 999;position: absolute;top:55px; left:0px;}
.nav li:hover>.menulevel{ display:none;}
.menulevel{ width:150px; left:-25px; display:none; margin:0;position: absolute; z-index:99999; top:37px; }
.menulevel li{ display:block;width:100%;text-align: center;line-height:50px;background: #ffbd34;border-top: 1px solid #fff;}
.menulevel li a span{color: #fff;font-weight: normal;font-size: 13px;}
.menulevel li:hover span{background: #3b3b3b;display: block;}
.menulevel li:hover a span{color: #fff;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
.tel{width: 262px; height: 56px; margin-top: 25px;}
/*foot部分*/
.footer {
    background: url(../images/foot-bg.jpg) no-repeat top center;
    padding: 50px 0px 30px;
}
.foot-top {
    height: 90px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(142, 146, 155);
}
.foot-logo {
    width: 465px;
    margin-top: 15px;
}
.phone {
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    color: rgb(255, 255, 255);
    width: 245px;
}
.phone p {
    margin-top: 10px;
}
.foot-bottom {
    margin-top: 20px;
}
.foot-con {
    width: 950px;
}
.foot-nav {
    width: 880px;
    height: 60px;
}
.foot-nav li {
    width: 110px;
    float: left;
    line-height: 60px;
    font-size: 16px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.foot-nav li a{color: #fff;}
.foot-add {
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 35px;
    margin-top: 10px;
}
.foot-bq {
    margin-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.foot-bq a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.ewm {
    width: 162px;
}
/*内页部分*/
.dbg{
	background: #f6f6f6;
	padding:60px 0px 150px;
}
.ny-location img{
	vertical-align: middle;
	margin-right:20px;
}
.ny-bt img {margin-right:15px;}
.ny-bt{
	color: #000;
	/*border-left:5px solid #00439f;*/
	padding-left:30px;
	line-height:45px;
	margin-top: 10px;
	font-size: 28px;
}
.ny-bt span{
	font-family: "times new roman";
	font-size: 24px;
	margin-right:10px;
	letter-spacing: -1px;
	color: rgba(0,0,0,0.15);
	text-transform: uppercase;
}
.ny-menu{width: 270px; padding:40px 25px 60px; background: #fff; background: url(../images/ny-list-bg.jpg) no-repeat center bottom #fff; padding-bottom: 450px;}
.ny-menu-title{ font-size: 35px; font-weight: bold; color: #0252c3; text-align: left; line-height: 60px;}
.ny-menu-title p{ font-size: 30px; text-align: left; color: #969696; line-height: 35px; font-family: "BakerSignet BT"; font-weight: normal; }
.xbg{
	background: #fff;
	width: 850px;
}
.xbg1{
	background: #fff;
	width: 1100px;
	padding:30px 50px 50px;
	box-shadow: 0px 5px 20px #f0f0f0;
	margin-top:30px;
}
.ny-con{padding:50px 30px;}
.ny-menu-contact{ margin-top: 30px; }
.nyabout-titen{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.ny-title{height: 110px; border-bottom: #f6f6f6 solid 6px; width: 785px; margin:0 auto;}
.ny-bt1{ margin-left: 10px; line-height: 110px; font-size: 30px; font-weight: bold; text-align: left; }
.ny-bt1 img{margin-right:20px;}
.ny-fl1{ margin-right: 15px; margin-top: 25px;}
.ny-fl1 img{margin-right:10px;}




.related-list{
	font-size: 14px;
	line-height: 50px;
}
.lbox-top {
    text-align: center;
    background: #006bc5;
}


.ny-location{
	margin-top: 25px;
	font-size: 14px;
	color: #0d0d0f;
}
.ny-location a{
	font-size: 14px;
	color: #0d0d0f;
}


/*首页部分*/
/*公司简介*/
.about-bg{background: #f6f6f6; padding:130px 0 80px;}
.about-left{ width: 675px; }
.about-right{width: 435px; background: #fff; border-top: #0252c3 solid 5px; padding: 45px;}
.about-bt p{ font-size: 22px; text-align: left; line-height: 40px; color: #3c3c3c; }
.about-img{margin-top: 25px;}
.about-title{font-size: 26px; text-align: left; font-weight: bold; line-height: 45px; color: #3c3c3c;}
.about-dec{margin-top: 15px; font-size: 18px; text-align: left; line-height: 35px; color: #9d9d9d;}
.about-dec p{font-size: 12px; text-transform: uppercase; line-height: 20px;}
.about-con{margin-top: 30px; text-align: left; font-size: 15px; line-height: 30px; height: 200px;}
.about-more{width: 195px; height: 55px; background: #f15445; margin-top: 20px; font-size: 18px; line-height: 55px; color: #fff; text-align: center;}
.about-more img{margin-left:10px;}
.about-more a{color: #fff;}

/*产品分类*/
.proclass-bg{background: url(../images/fenlei-bg.jpg) no-repeat top center; padding-top: 190px; padding-bottom:120px;}
.proclass-content{width: 500px; padding:0 50px;}
.proclass-title{font-size: 40px; font-weight: bold; text-align: left; color: #0252c3; line-height: 45px;}
.proclass-title p{font-size: 32px; line-height: 40px; font-family: "BakerSignet BT";color: #969696; font-weight: normal;}
.proclass-con{ margin-top: 30px; }
.proclass-con li{width: 490px; height: 65px; background: url(../images/proclass-bg.jpg) no-repeat top center; text-align: left; text-indent: 50px; font-size: 20px; line-height: 65px; color: #282828;}
.proclass-con li a{ color: #282828; }
.proclass-more{width: 490px; height: 50px; background: #f15445; text-align: center; line-height: 50px; margin-top: 55px; font-size: 18px; color: #fff; }
.proclass-more a{color: #fff;}
.proclass-more img{margin-left: 10px;}
.proclass-con li:hover{background: url(../images/proclass-bg-hover.jpg) no-repeat top center; }
.proclass-con li:hover a{color: #fff;}

/*产品展示*/
.pro{padding:55px 0; }
.pro-bt{height: 50px;}
.pro-title{font-size: 40px; font-weight: bold; line-height: 50px; text-align: left;}
.pro-title img{margin-right: 15px;}
.pro-title span{color: #969696; font-size: 35px; text-align: left; font-weight: normal; padding-left: 15px; font-family: "BakerSignet BT";}
.pro-more{width: 190px; height: 45px; border-radius: 50px; line-height: 45px; text-align: center; background: #0252c3; font-size: 18px; color: #fff;}
.pro-more a{color: #fff;}
.pro-more img{margin-left: 10px;}
.pro-con{margin-top: 50px; }

/*产品分布*/
.distribution-bg{background: url(../images/fenbu-bg.jpg) no-repeat top center; padding:195px 0 210px;}
.distribution-bt{font-size: 48px; font-weight: bold; color: #fff; text-align: left;}
.distribution-bt p{ font-family: "BakerSignet BT"; font-size: 60px; font-weight: normal; line-height: 60px;}
.distribution-con{ margin-top: 45px; text-align: left; line-height: 32px; color: #fff; font-size: 16px; width: 450px; }
.distribution-more{ margin-top: 140px; margin-left:125px; text-align: left; line-height: 45px; color: #fff; font-size: 24px; font-weight: bold; }
.distribution-more span{color: #f15445; font-size: 40px; font-family: "Impact";}

/*新闻*/
.news-bg{background: #f7f7f7; padding:100px 0 60px;}
.news-bottom{margin-top: 75px;}
.gs-news{width: 370px; margin-left: 30px;}
.hy-news{width: 365px;}
.gs-news li{width: 340px; height: 160px; background: #fff; margin-bottom:10px; padding:15px;}
.gs-xbt{font-size: 18px; font-weight: bold; line-height: 35px;}
.gs-xbt a{ color: #020304;}
.gs-xnr{font-size: 15px; line-height: 24px; margin-top: 5px; margin-bottom: 10px; }
.gs-xnr a{color: #747575;}
.gs-news-more{border-top: #eeeeee solid 2px; line-height: 50px; font-size: 15px; text-align: left; color: #020403;}
.gs-news-more img{float: right; margin-top: 15px;}
.hy-news li{width: 340px; height: 160px; background: #fff; margin-bottom:10px; padding:15px;}
/*友情链接*/
.yqlj{
	background: #f9fafb;
	border-top: 1px solid #ddd;
	padding: 20px 0px;
	font-size: 16px;
	color: #202020;
}
.yqlj a{
	font-size: 13px;
	color: #ccc;
}

/*图片列表*/
.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px;width:334px;float: left;}
.photos-demo span p{color: #2b2b2b; font-size: 15px;line-height:70px;}
.photos-demo span:hover p{}
.tpmk-img{height:251px;overflow: hidden;}
.photos-demo span img{height: 100%;}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #fcb616; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
#pro_info{
	width:380px;
	margin-top: 30px;
}
#pro_info li{
	line-height: 59px;
	border-bottom: 1px dashed #efefef;
}
#proinfo_c p img{
	text-align: center;
	margin: 0px auto;
}
/*联系我们单页*/
.lxwm-dy{
	background: #fafafa;
	width: 450px;
	padding: 20px 40px 100px;
}
.lxwm-dy li{
	padding:20px 0px;
	border-bottom: 1px dashed #ccc;
	font-size: 16px;
	line-height: 28px;
}
.lxwm-dy li:after{
	display: block;
	content: "";
	border: 1px solid #f08300;
	width: 7px;
	height: 7px;
	border-radius: 100px;
	float: left;
	margin-top:10px;
	margin-right:20px;
}
.lxwm-dy li span{
	font-weight: bold;
	font-size: 20px;
	color: #0252c3;
}
/*新闻*/
.news-dq{
	margin-bottom:30px;
}
.ny-xsj {
	width: 100px;
	background: #0252c3;
	text-align: center;
	font-size:18px;
	color: #fff;
	padding:15px 0px;
}
.ny-xsj p{
	color: #fff;
	font-family: "times new roman";
	font-size:40px;
}
.ny-xbt{
	width: 645px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-left: 30px;
}
.ny-xbt a{
	line-height:60px;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.ny-xbt p a{
	color: #888;
	font-size:15px;
}
.ny-xnr{
	margin-top: 20px;
}
.ny-xnr a{
	color: #888;
	line-height:36px;
	font-size: 15px;
}
.xinwen{
	padding: 20px 30px;
	border: 1px solid #efefef;
	margin-top:30px;
}
