﻿* {
    padding: 0;
    margin: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: red;
    text-decoration: none;
}

img{border:none;}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.bg-dot {
    background-image: url('../img/bg.png');
}

.bg-white {
    background-color: white;
}

.content {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    /*border: 1px solid red;*/
}

#head {
    height: 65px;
    width: 100%;
    border-bottom: 12px solid #1b5fb1;
}

#head .logo {
    position: absolute;
    top: 0;
    left: 13px;
    z-index: 999;
	width:110px;
}

#head .logo-text {
    position: absolute;
    top: 15px;
    left: 148px;
}

#head form {
    position: absolute;
    top: 15px;
    right: 185px;
}

#head form .input {
    display: block;
    width: 330px;
    height: 30px;
    outline: none;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding-left: 15px;
}

#head form .search {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    right: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: white;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
}

#head .logo-ch {
    height: 20px;
    width: 35px;
    position: absolute;
    right: 137px;
    top: 22px;
}

#head .logo-en {
    height: 20px;
    width: 35px;
    position: absolute;
    right: 100px;
    top: 22px;
}

#product-show {
    margin-top: 50px;
    text-align: center;
}

#product-show .products {
    display: block;
    width: 1250px;
    margin: 0 auto;
}

#product-show .products img {
    width: 100%;
}

#product-show .products-nav {
    margin-top: 5px;
    display: inline-block;
}

#product-show .products-nav li:hover {
    cursor: pointer;
}
#product-show .products-nav li {
    display: inline-block;
    height: 6px;
    width: 40px;
    background-color: #5f87ba;
    border: 1px solid #5f87ba;
    margin: 0 12px;
}

#product-show .products-nav li.this {
    background-color: white;
}

.bn, .bn img {
    width: 100%;
}

#main {
    height: 983px;
    position: relative;
}

#main .nav {
    background-color: #e4e0e1;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, .5);
    -moz-box-shadow: 0 0 5px rgba(100, 100, 100, .5);
    box-shadow: 0 0 5px rgba(100, 100, 100, .5);
    font-size: 0;
    text-align: center;
}

#main .nav .nav-text {
    border-bottom: 1px solid #c9c9c9;
}

#main .nav .nav-text li {
	 display: inline-block;*display:inline;*zoom:1;
}

#main .nav .nav-text li>a {
    position: relative;
    display: inline-block;
    color: #303030;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 22px;
    font-weight: bold;
    z-index: 999;
}

#main .nav .nav-text li>a.this {
    color: #fff;
}

#main .nav .nav-text li>a.this:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e14a0f;
    border-radius: 10px;
    content: "";
    z-index: -1;
}
#main .nav .nav-text li>a.this:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 10px solid transparent;
    margin-left: -10px;
    border-bottom-color: #c9c9c9;
    content: "";
    z-index: -1;
}
#main .nav .nav-img {
    display: inline-block;
    padding: 15px 0;
    opacity: 1;
}

#main .nav .nav-img li {
    display: inline-block;*display:inline;*zoom:1;
    cursor: pointer;
}

#main .product-anim{
    position: fixed;
	top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
	box-shadow: 0 -1px 40px black;
}

#main .product-anim div.top{
    position: absolute;
    left: 0;
    right: 0;
    top: 514px;
    bottom: 514px;
    background-color: #dcdcdc;
}

#main .product-anim div.bottom{
    position: absolute;
    left: 0;
    right: 0;
    top: 514px;
    bottom: 514px;
    background-color: #dcdcdc;
}

#main .product-anim a{
    position: absolute;
    top: 100px;
    left: 100px;
    opacity: 0;
}

#main .product-anim span{
    position: absolute;
    top: 30px;
    left: 1200px;
    padding: 10px 30px;
    color: #255ba1;
    border: 1px solid #255ba1;
    opacity: 0;
}

#main .product-anim strong{
    display: block;
    text-align: center;
	color: black;
}

#main .news{
    position: relative;
}

#main .news>img{
    position: absolute;
    left: 40px;
    bottom: -90px;
}

#main .news .type{
    margin-top: 40px;
}
#main .news .type li{
    display: inline-block;*display:inline;*zoom:1;
}

#main .news .type li a{
    font-size: 20px;
    padding: 5px 20px;
    color: #8a8a8a;
    display: inline-block;
}

#main .news .type li a.this{
    background-color: #e14a0f;
    color: white;
}

#main .news .news-list{
    margin-top: 30px;
    position: relative;
}

#main .news .news-list section {
    display: none;
}

#main .news .news-list .img-news{
    position: relative;
    height: 250px;
    width: 345px;
    font-size: 0;
}

#main .news .news-list .img-news>img{
   width: 100%;
   height: 100%;
}

#main .news .news-list .img-news>a{
    padding: 3px 10px;
    font-size:15px;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    display: inline-block;
    color: white;
    background-color: rgba(100, 100, 100, .5)
}

#main .news .news-list .tv-news{
    position: absolute;
    right: 0;
    top: 0;
}

#main .news .news-list .text-news{
    position: absolute;
    left: 365px;
    top: -10px;
    width: 440px;
}

#main .news .news-list .text-news li{
    display: block;
    height: 40px;
    position: relative;
    border-bottom: 1px dotted #666;
}

#main .news .news-list .text-news a{
    position: absolute;
    left: 0;
    bottom: 2px;
    color: #6a6b6b;
}

#main .news .news-list .text-news span{
    position: absolute;
    right: 0;
    bottom: 2px;
    color: #6a6b6b;
}
/*标题*/
.box{
    margin-top: 150px;
    position: relative;
}

.box p {
    position: absolute;
    left: 45%;
    top: -80px;
    width: 148px;
    height: 45px;
    background: url(../img/bg_img.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: #484949;
    text-align: center;
    font-weight: 300;
    padding: 5px 0;
}
.box p em {
    display: block;
    font-size: 10px;
    font-style: normal;
}
/*foot-start*/
.g-ft {
    box-shadow: 0 1px 10px black;
}

.g-ft .m-ft-top {
    height: 60px;
    background: #255ba1;
}

.g-ft .m-ft-top .m-w1300 {
    width: 1300px;
    margin: 0 auto;
}

.g-ft .m-ft-top h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    font-weight: normal;
    background: url(../img/ft_bg.png) no-repeat left center;
	-moz-background-size:50px; /* 老版本的 Firefox */
	background-size:50px;
	background-repeat:no-repeat;
    padding-left: 70px;
    margin-left: 30px;
}

.g-ft .m-ft-top p {
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    margin: 0;
}

.g-ft .m-ft-bottom {
    background: #dededd;
    padding: 20px 0;
}

.g-ft .m-ft-bottom .m-w1300 {
    width: 1300px;
    margin: 0 auto;
}

.g-ft .m-ft-bottom .u-title h3 {
    font-size: 18px;
    color: #565656;
}

/*.g-ft .u-title ul {
    padding-top: 20px;
}*/

.g-ft .u-title li {
    float: left;
    padding-left: 80px;
}

.g-ft .u-title li:hover > a {
    color: #255ba1;
}

.g-ft .u-title li a {
    font-size: 18px;
    color: #565656;
}
.g-ft .m-ft-bottom p {
    font-size: 12px;
    color: #565656;
}

/*新闻资讯*/
.xwzx * {
    padding: 0;
    margin: 0;
}

#main.h {
    height: auto;
}

.xwzx .gsxw {
    margin-top: 20px;
}

.xwzx .gsxw .left {
    width: 768px;
    height: 397px;
}

.xwzx .gsxw .left img {
    width: 100%;
    height: 100%;
}

.xwzx .gsxw .right {
    margin-left: 825px;
    height: 397px;
    overflow: hidden;
}

.xwzx h3 {
    font-size: 26px;
    color: #255ba1;
    border-bottom: 1px dashed #aaaaab;
    padding-bottom: 3px;
}

.xwzx h3 a {
    display: inline-block;
    float: right;
    font-size: 12px;
    padding: 10px 20px;
    color: #255ba1;
}

.xwzx .gsxw .right p {
    font-size: 14px;
    height: 20px;
    border-bottom: 1px dashed #aaaaab;
    padding-top: 18px;
    padding-bottom: 5px;
}

.xwzx .gsxw .right p a {
    color: #37383b;
}

.xwzx .gsxw .right p span {
    color: #255ba1;
    padding-right: 20px;
}

.xwzx img {
    display: block;
    width: 1036px;
    margin: 0 auto;
}

.xwzx .hyxw ul {
    padding: 10px;
    background: #ecebeb;
}
.xwzx .hyxw li {
    float: left;
    width: 400px;
    height: 100px;
    background: #fff;
    margin-right: 10px;
    padding: 10px;
}

.xwzx .hyxw li:last-child {
    margin-right: 0;
}

.xwzx .hyxw h3 {
    border-bottom: 1px dashed #fff;
    padding-left: 10px;
}

.xwzx .czqk ul {
    padding-top: 15px;
}
.xwzx .hyxw li dt {
    font-weight: bold;
    font-size: 16px;
    color: #4b4b4b;
    padding: 10px 0;
}

.xwzx .hyxw li dd {
    font-size: 12px;
    color: #4b4b4b;
}

.xwzx .czqk {
    margin: 10px 0;
}
.xwzx .czqk li {
    float: left;
    width: 423px;
    margin-right: 13px;
}

.xwzx .czqk li:last-child {
    margin-right: 0;
}

.xwzx .czqk li img {
    width: 423px;
    height: 259px;
}

.xwzx .czqk h3 {
    border-bottom: 1px dashed #fff;
}

.xwzx .czqk p {
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #646464;
}

/*子页*/
.zy * {
    padding: 0;
    margin: 0;
}

.zy {
    padding-top: 20px;
}

.zy .side {
    background: #e7e7e7;
    margin: 30px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.zy .side dl{
    width: 259px;
    border-bottom: 1px solid #e14a0f;
    margin:0;
    margin-bottom: 40px;
}

.zy .side dt {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #e14a0f;
    padding-left: 20px;
    background: #c1c0be url(../img/zy_bg.png) no-repeat 10px center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.zy .side dd {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0 20px;
}

.zy .side a {
    color: #686868;
    font-size: 16px;
}

.zy .side dd.on a {
    color: #e14a0f;
}

.zy .side dd.on {
    background: url(../img/zy_hover.png) no-repeat 90% center;
}

.zy .side dd:hover {
    background: url(../img/zy_hover.png) no-repeat 90% center;
}

.zy .side dd:hover a {
    color: #e14a0f;
}

.zy .main {
    width: 1000px;
}

.zy .main .mbx {
    border-bottom: 1px solid #aaaaaa;
    overflow: hidden;
}

.zy .main .mbx p {
    float: right;
    font-size: 12px;
    color: #414141;
    line-height: 29px;
    padding-right: 10px;
}

.zy .main .mbx p a {
    color: #414141;
}

/*新闻内页*/
.xwny {
    padding: 20px 0;
}
.xwny h3 {
    font-size: 30px;
    color: #424243;
    text-align: center;
    font-weight: normal;
}

.xwny h3 span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.xwny p {
    font-size: 18px;
    color: #424243;
    line-height: 30px;
    text-indent: 2em;
}

.xwny .page {
    padding: 10px 0;
}
.xwny .page a {
    color: #255ba1;
}

.xwny .page a:hover {
    color: #e14a0f;
}

.xwny .page p {
    text-align: left;
    color: #535252;
    padding: 0;
}

/*关于我们*/
.gywm {
    padding: 20px 0;
}

.gywm h3 {
    font-size: 28px;
    color: #e14a0f;
    padding-bottom: 20px;
}

.gywm p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
}

.gywm img {
    width: 100%;
    padding: 10px 0;
}

/*联系我们*/
.lxwm {
    padding: 20px 0;
}

.lxwm h3 {
    font-size: 28px;
    color: #e14a0f;
    padding-bottom: 20px;
}

.lxwm p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
}
/*客户留言*/
.khly {
    padding: 20px 0;
    position: relative;
}

.khly h3 {
    font-size: 16px;
    color: #4e4d4d;
    font-weight: normal;
}

.khly label {
    display: block;
    padding: 10px 0;
    color: #4e4d4d;
}

.khly input[type="text"] {
    width: 694px;
    height: 36px;
}

.khly textarea {
    width: 694px;
    height: 100px;
}

.khly input[type="submit"] {
    display: block;
    width: 389px;
    height: 36px;
    background: #255ba1;
    border: 0;
    margin-top: 20px;
}

.khly .sub {
    position: absolute;
    left: 41%;
    top: 90%;
    color: #4e4d4d;
}
.khly .sub span {
    display: block;
    color: #255ba1;
}

/*荣誉资质*/
.ryzz {
    padding: 20px 0;
}

.ryzz li {
    width: 295px;
    height: 205px;
    float: left;
    margin: 0 20px 20px 10px;
}

.ryzz li img {
    width:100%;
    height: 100%;
}

.page p {
    text-align: center;
    color: #535252;
    padding: 20px 0;
}

.page p a {
    color: #535252;
}

/*产品*/
.cp {
    padding: 20px 0;
}

.cp ul {
    /*margin-right: -45px;*/
}

.cp li {
    float: left;
    width: 275px;
    margin-right: 58px;
    font-size: 0;
}

.cp li:nth-of-type(3), .cp li:nth-of-type(6), .cp li:nth-of-type(9) {
    margin-right: inherit;
}

.cp li img {
    border: 1px solid black;
    width: 100%;
    height: 200px;
}

.cp li p {
    text-align: center;
    font-size: 16px;
    color: #686868;
    line-height: 40px;
}

.cp .cpzs {
    position: relative;
}

.cp .cpzs ul {
    height: 727px;
}

.cp .list {
    position: absolute;
    left: -45px;
    top: 0;


}
.cp .list ul {
    display: none;
    padding-left: 45px;
}

.cp .list p {
    text-align: center;
}

.cp .list p a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: red;
    margin-left: 10px;
}

.cp .list p a.left {
    background: url(../img/btn_l.png) no-repeat;
    background-size: 45px 45px;
}

.cp .list p a.right {
    background: url(../img/btn_r.png) no-repeat;
    background-size: 45px 45px;
}

/*产品内页*/
.cptp {
    padding: 0 0 20px 50px;
}

/*新闻*/
.new li {
    padding: 10px 0;
    border-bottom: 1px dashed #414141;
    height: 66px;
    overflow: hidden;
}
.new .left p {
    font-size: 35px;
    color: #fff;
    background: #e14a0f;
    text-align: center;
    width: 66px;
    height: 66px;
}

.new .left p span {
    display: block;
    font-size: 12px;
}

.new .right {
    margin: 13px 0;
    margin-left: 80px;
    height: 39px;
    overflow: hidden;
    padding-right: 100px;
}

.new .right h3 {
    font-size: 14px;
    color: #414141;
}

.new .right p {
    font-size: 12px;
    color: #414141;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new .right p a {
    color: #414141;
}
.caroursel{margin:150px auto;}
.poster-item {overflow: hidden;}
.page{ text-align:center; margin-top:30px; margin-bottom:60px;}
.page span,.page a{ margin:0 10px; padding:5px 15px; border:1px solid #ccc;}
.page a{ color:#333;}
.foot{ width:600px; padding-left:80px; padding-top:15px; padding-bottom:15px;}
.foot p{ width:50%; float:left; line-height:25px;}
.clearfix1{ width:1000px; float:right;}
.foot_l{ float:left; width:300px;}
.foot_l h3{ text-align:center; width:300px;}
.foot_img{ background:url(../img/foot.png) no-repeat center center; width:300px; height:160px;-moz-background-size:150px; /* 老版本的 Firefox */	background-size:150px;background-repeat:no-repeat;}
.foot_b{ color:#858484; font-size:12px; padding-left:80px; float:left;}
.foot_b a{color:#858484;}
.yu img{ width:33px; height:21px;}
.yu{ float:right; margin-top:22px; margin-right:30px;}



.product-anim img{ border:none;}
.nav-img img{ border:none;}
.web img{ width:80px;}
.web{ width:80px; margin-top:20px; text-align:center; float:right; padding-right:90px; }
.g-ft .m-ft-bottom .web p{font-size:16px;}