/*====================
      *基本默认值
====================*/
* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {/*背景颜色*/box-shadow:0 0 0 60px #ffffff inset;
    /*字的颜色*/
    -webkit-text-fill-color: #cacaca;}

em{
    font-style: normal;
}
img{
    border: none;
    outline: none;
}
li {
    list-style: none;
}
a{
    text-decoration: none;
}
.container{
    width: 1350px;
    margin: 0 auto;
}
body{}

.header{ width: 100%; height: 100px; background: #ffffff;}
.logo{
    float: left;
    width: 185px;
    height: 60px;
    margin: 20px 0;
    display: block;
	
}
.menu{
    float: left;
    margin-left: 20px;
}
.menu a{
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 100px;
    margin-left: 40px;
    position: relative;
}
.menu a:hover{
    color: #01428d;
}
.menu a:hover:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #01428d;

}

.login{
    float: right;
}
.login1{display:none;}
.login a{
    float: left;
    display: block;
    color: #666666;
    text-align: center;
    margin-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}
.login a.btn_1{ background: #e5e5e5; width: 98px; height: 38px; line-height: 38px;}
.login a.btn_2{ width: 96px; height: 36px; line-height: 36px; border: #e5e5e5 solid 1px;}

.login a.btn_1:hover{
    background: #01428d;
    color: #ffffff;
}
.login a.btn_2:hover{
    background: #01428d;
    color: #ffffff;
    border: #01428d solid 1px;
}

.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}
.mobile{display:none;}
.header2{ background: #01428d;}
.header2 .menu a{ color: #ffffff;}
.header2 .login a.btn_2{ background: #e5e5e5; width: 98px; height: 38px; line-height: 38px; border: none;}



.flexHlef_top{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    margin-top: 0;
    -webkit-animation:fadeInDown 1s .2s ease both;
    -moz-animation:fadeInDown 1s .2s ease both;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    height: 70px;
}

.flexHlef_top .logo{
    margin: 5px 0;
}
.flexHlef_top .menu a{ line-height: 70px;}
.flexHlef_top .login a.btn_1,.flexHlef_top .login a.btn_2{ margin-top: 16px;}

/*内容部分*/
.title{
    padding: 70px 0 50px 0;
    text-align: center;
}

.title h1{
    color: #333333;
    font-weight: bold;
    font-size: 36px;}
.title h1 a{color:#333333;} 
.title p{
    color: #767676;
    padding-top: 20px;
}
.product{
    height: auto;
    overflow: hidden;
    min-width: 1350px;
    padding-bottom: 70px;
}
.product_mian{
    height: auto;
    overflow: hidden;
}
.product_title{
    height: 50px;
    line-height: 50px;
    border-bottom: #e5e5e5 solid 1px;
}
.product_title ul{
    width: 1000px;
    margin: 0 auto;
}
.product_title li{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    color: #666666;

}
.product_title li.active{
    color: #01428d;
    font-weight: bold;
}
.product_title li.active:after{
    content: "";
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    height: 2px;
    background: #01428d;

}
.product_cont{
    width: 1350px;
    height: 950px;
    margin: 0 auto;
}
.product_cont>ul{ display: none; margin-left: -35px;}
.product_cont>ul.active{ display: block;}
.product_cont li{
    width: 425px;
    height: 415px;
    float: left;
    margin: 25px 0 25px 35px;
    box-shadow: 0 10px 10px #e0e0e0;
    -webkit-box-shadow: 0 10px 10px #e0e0e0;
    -moz-box-shadow: 0 10px 10px #e0e0e0;

}
.product_cont li:hover .product_img img{
    -ms-transform:scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* 标准语法 */
}
.product_img{
    width: 100%;
    height: 286px;
    overflow: hidden;
}
.product_img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}
.product_text{
    height: auto;
    overflow: hidden;
    padding: 20px;
}
.product_text h1{
    font-size: 16px;
    color: #033333;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_text p{
    font-size: 14px;
    color: #767676;
    height: 35px;
    line-height: 1.8em;
    margin-top: 10px;
}

/*资讯页面*/
.product1{
    height: auto;
    overflow: hidden;
    min-width: 1350px;
    padding-bottom: 70px;
}
.product1_mian{
    height: auto;
    overflow: hidden;
}
.product1_title{
    height: 50px;
    line-height: 50px;
    border-bottom: #e5e5e5 solid 1px;
}
.product1_title ul{
    width: 1000px;
    margin: 0 auto;
}
.product1_title li{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    color: #666666;

}
.product1_title li.active{
    color: #01428d;
    font-weight: bold;
}
.product1_title li.active:after{
    content: "";
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    height: 2px;
    background: #01428d;

}
.product1_cont{
    width:1350px;
    height:auto;
    margin: 0 auto;
}
.product1_cont>ul{ display: none; margin-left: -35px;}
.product1_cont>ul.active{ display: block;}
.product1_cont li{
    width: 425px;
    height: 395px;
    float: left;
    margin: 25px 0 25px 35px;
	background-color:#f6f6f6;

}
.product1_cont li:hover .product1_img img{
    -ms-transform:scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* 标准语法 */
}
.product1_img{
    width: 100%;
    height: 286px;
    overflow: hidden;
}
.product1_img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}
.product1_text{
    height: auto;
    overflow: hidden;
    padding: 10px;
}
.product1_text h1{
    font-size: 16px;
    color: #033333;
    font-weight: normal;
    height:auto;
    line-height: 25px;

  

}
.product1_text p{
    font-size: 14px;
    color: #767676;
    height: 25px;
    margin-top: 10px;
}

.about{
    padding: 180px;
    height: 472px;
    background: url("../images/about_bg.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.about_left{
    width: 680px;
    height:auto;
    float: left;
  
}
.about_right{
    margin-left: 730px;
    height: auto;
    overflow: hidden;
}
.about_mode{ padding-top: 10px;}
.about_mode h1{ color: #010101; font-size: 76px;}
.about_mode h2{ color: #412511; font-size: 24px; font-weight: normal; margin-top: 20px; line-height: 1.8em;}
.about_mode h6{ width: 80px; height: 1px; background: #412511; margin-top: 5px;}
.about_mode p{ color: #818181; line-height: 1.8em; margin-top: 20px; text-indent:2em;}
.about_num{
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.about_num li{
    margin-right: 12px;
    float: left;
    text-align: center;
}
.about_num li h1{ font-size: 44px; color: #ef8619;}
.about_num li h1 strong{ font-size: 18px; color: #666666; font-weight: normal;}
.about_num li p{font-size: 14px; color: #666666; padding-top: 10px; }


.choice{
   
    height: auto;
    overflow: hidden;
}
.choice_cont{
    height: auto;
    overflow: hidden;
}
.choice_cont ul{
    margin-left: -30px;
}
.choice_cont li{
    margin: 0 0 0 30px;
    width: 315px;
    height: auto;
    overflow: hidden;
    float: left;
	
}

.choice_cont1{
    height: auto;
    overflow: hidden;
	margin-bottom:50px;
}
.choice_cont1 ul{
	
	margin:0px; 
	padding:0px;
}
.choice_cont1 li{
	   
    width:48%;
    height: auto;
    overflow: hidden;
	line-height:30px;
    float: left;
	border-bottom:#CCC 1px dashed;
	margin:5px 0 5px 10px;
	
}
.choice_cont1 li p{color: #666666; text-align:left; }
.choice_cont1 li p span{float:right; }
.choice_cont li:hover img{
    -ms-transform:scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* 标准语法 */
}


.choice_pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.choice_cont li img{ width: 100%; height: 100%; display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}
.choice_cont li p{ padding-top: 15px; color: #666666; text-align:left;}



.footer{
    height: auto;
    overflow: hidden;
    background: #272727;
    padding: 30px 0;
}
.footer_left{ width: 350px; padding-right: 80px; padding-top: 40px; height: auto; overflow: hidden; float: left;}
.footer_middle{ width: 220px; height: 265px; padding: 40px 100px 0 100px; float: left; border-left: #ffffff solid 1px;}
.footer_right{  width: 390px; height: 265px; padding: 40px 0 0 100px; float: left; border-left: #ffffff solid 1px;}

.footer_title{ color: #ffffff; font-size: 16px; position: relative; height: 25px;}
.footer_title:after{ position: absolute; width: 75px; height: 1px; background: #ffffff; left: 0; bottom: 0; content: "";}
.footer_cont{
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.footer_adress{
    height: auto;
    overflow: hidden;
    color: #a9a9a9;
    margin-left: -8px;
}
.footer_adress p{
    padding-bottom: 10px;
}
.footer_adress i{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.icon_address{
    background: url("../images/icon_address.png") no-repeat;
}
.icon_tel{
    background: url("../images/icon_tel.png") no-repeat;
}


.footer_gf{
    height: auto;
    overflow: hidden;
    color: #a9a9a9;

}
.footer_gzh{
    width: 140px;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
}
.footer_gzh img{ width: 140px; height: 140px; display: block;}
.footer_gzh p{ color: #ffffff; padding-top: 10px;}

.footer_ly{
    height: auto;
    overflow: hidden;
}
.footer_ly input{ height: 40px; line-height: 40px; background: #ffffff; width: 95%; padding: 0 2.5%; outline: none; border: none; display: block; margin-bottom: 15px;}
.footer_ly a{ background: #f08300; display: block; height: 40px; line-height: 40px; color: #ffffff; text-align: center; font-size: 14px;}


.newList {
    overflow: hidden;
    width: 100%;
    height: 150px;
	padding:15px 10px 10px 10px;
	margin-top:25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
}

.newList1 {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 40px;
}

.newList1 .newTitle {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ec841d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.newList1 .newSummry {
    margin-bottom: 15px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    margin: 20px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.readMore {
    display: block;
    width: 130px;
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    border: 1px solid #ec841d;
    color: #ec841d;
    text-indent: 20px;
    transition: all 0.3s ease;
}

.readIcon {
    margin-left: 20px;
}

.readMore:hover {
    background: #ec841d;
    color: #fff;
}

.newList1 .newLinkBox {
    padding: 0px;
}

.newLinkBox {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}

.leftTimeBox {
    width: 80px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #ec841d;
    transition: all .5s ease;
}

.centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}

.rightIcon {
    
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
	margin-top:50px;
}

.newData {
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
}

.newTitle {
    font-size: 1.1rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}

.newToolBox {
    margin: 5px 0;
    color: #b4b4b4;
}

.newSummry {
    line-height: 24px;
    color: #666;
    margin: 20px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: auto;
    height: 98%;
    transition: all .5s ease;
}

.redIcon {
    opacity: 0;
}

.whiteIcon {
    opacity: 1;
}

.newList:hover {
    height: 150px;
}

.newList:hover .leftTimeBox {
    background: #ec841d;
    color: #fff;
}

.newList:hover .newTitle {
    color: #ec841d;
}

.newList:hover .redIcon {
    opacity: 1;
}

.newList:hover .whiteIcon {
    opacity: 0;
}

.data1 {
    margin-right: 5px;
}


/*列表*/
.ny_banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

@-webkit-keyframes fadeInDown{
    0%{opacity:0;
        -webkit-transform:translateY(-20px)}
    100%{opacity:1;
        -webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
    0%{opacity:0;
        -moz-transform:translateY(-20px)}
    100%{opacity:1;
        -moz-transform:translateY(0)}
}


.main{
    height: 2000px;
}

.position{ height: 80px; line-height: 80px; background: #eee; box-shadow: 0 0 10px #ccc;}
.position_left{float: left; color: #666;}
.position_left ul{ margin:0;}
.position_left ul li{ float:left;font-size: 15px;color: #666; display: block; position: relative;}
.position_left a{ float: left; color: #01428d; }
.position_left a.active{ color: #01428d;}
.position_left a.active:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #01428d;

}
.position_left span{ float: left; padding: 0 60px;}
.navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ff5a05;
	font-weight:bold;
    background-color: transparent;
}

.position_right{ float: right; font-size: 14px;color: #999999;}
.position_right a{ color: #999999;}

.fish{ padding: 60px 0; border-bottom: #d9d9d9 solid 1px; height: auto; overflow: hidden;}
.fish1{ padding: 30px 0; border-bottom: #d9d9d9 solid 1px; height: auto; overflow: hidden;}
.fish_left{ width: 600px; height: 450px; float: left;}
.fish_right{margin-left: 660px; height: auto; overflow: hidden;}
.fish_text{
    height: auto;
    overflow: hidden;
    padding: 10px 0 30px;
    border-bottom: #d9d9d9 solid 1px;
}
.fish_text h1{ font-size: 26px; color: #333333;}
.fish_text p{ font-size: 14px; color: #666666; padding-top: 10px; line-height: 1.8em;}
.fish_btn{
    margin-top: 30px;
}
.fish_btn a{
    width: 180px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 14px;
    background: #f08300;
    color: #ffffff;
    margin-right: 20px;
}

.act_body{
    height: auto;
    overflow: hidden;
    color: #666666;;
    line-height: 1.8em;
}
.act_title{ padding:25px 0 25px 0; text-align:center; font-size:24px; font-weight:bolder;}
.act_title1{ padding:50px 0 25px 0; text-align:center; font-size:24px; font-weight:bolder;}
.act_section{
    padding: 20px 0;
}
.act_section1{
    padding:0 0 20px 0;
}
.act_body h1{ text-align: center;}
.act_body h3{ text-align: center;}
.act_body p{ margin-top: 10px; text-indent:2em;}
.act_body img{ max-width: 100%; display: block; height: auto; margin:0 auto;}
.act_section{
    height: auto;
    overflow: hidden;
}
.act_page{
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 60px;
}
.act_page li{
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.act_page li a{
    color: #666666;
}

.nav{
    position: absolute;
    left: 30px;
    top: 32px;
    width: 30px;
    display: none;
}

.nav li{
    width: 100%;
    height: 1px;
    background: #01428d;
    margin-top: 8px;
}
.nav2 li{
    background: #ffffff;
}

.copy{
    background: #111111;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #a9a9a9;
}
.copy a{color:#a9a9a9;}
@media screen and (max-width: 1350px){

    .container{ width: 95%;}
    .product{min-width: 100%;}
    .product_title ul{ width: 100%;}
    .product_cont{ width: 100%; height: auto; overflow: hidden; padding-bottom: 30px;}
    .product_cont>ul { margin-left: -2%;}
    .product_cont li{ width: 31.33%; margin: 20px 0 0 2%; height: auto; overflow: hidden;}
    .product_img{ height: 240px;}
	
	.product1{min-width: 100%;}
    .product1_title ul{ width: 100%;}
    .product1_cont{ width: 100%; height: auto; overflow: hidden; padding-bottom: 30px;}
    .product1_cont>ul { margin-left: -2%;}
    .product1_cont li{ width: 31.33%; margin: 20px 0 0 2%; height: auto; overflow: hidden;}
    .product1_img{ height: 240px;}
	
    .about{
        padding: 50px 0;
        height: auto;
        overflow: hidden;
    }
    .about_left{
        width: 50%;
    }
	.about_left img{ width:500px; height:324px;}
    .about_right{
        width: 48%;
        margin-left: 0;
        float: right;
    }
    .about_mode h1{ font-size: 50px;}
    .about_mode h2{ font-size: 20px;}
    .about_num li{ width: 25%; margin-right: 0; padding-top: 10px;}
    .about_num li h1{ font-size: 20px;}
    .choice_pic{
        height:auto;
    }
    .choice_cont ul{
        margin-left: -2%;
    }
    .choice_cont li{
        width: 23%;
        margin: 0 0 10px 2%;
    }
    .choice_cont li img{ height: 100%; display: block;}
    .footer{ position: relative;}
    .footer_left{
        float: none;
        padding: 0;
        width: 50%;
        height: auto;
        overflow: hidden;

    }
    .footer_middle{
        float: none;
        border: none;
        padding: 0;
        width: 50%;
        height: auto;
        overflow: hidden;


    }
   .footer_gzh{ padding: 0;}
    .footer_middle .footer_title,.footer_middle .footer_gf{ display: none;}
   .footer_middle .footer_cont{ padding: 0;}
    .footer_right{
        width: 47%;
        position: absolute;
        right: 2.5%;
        top: -10px;
        border: none;

    }
    }

@media screen and (max-width: 1000px){
    .header{ position: relative; box-shadow: 2px 2px 5px #606060; z-index:9999;}
    .nav{ display: block; left:90%}
    .menu{
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
        z-index: 9;
        background: rgba(255,255,255,0.95);
        margin-left: 0;
        display: none;
    }
    .menu a{
        width: 98%;
        float: none;
        display: block;
        margin-left: 0;
        text-indent: 30px;
        line-height: 70px;
		border-bottom:#CCC solid 1px;
		margin:0 10px 0 10px;
    }
    .logo{
        float: none;
        position: absolute;
        left: 10%;
        top: 20px;
        margin: 0 0 0 -71px;
    }

    .menu a:hover:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #01428d;

    }
    .fish_left{
        width: 50%;
        height: auto;
        overflow: hidden;
    }
    .fish_right{
        margin-left: 52%;
    }
    
    .position{ height: 50px; line-height: 50px;}
    .position_left{ width: 100%; }
    .position_left span{ display: none;}
	.position_left ul{ margin:0;width: 100%; float:left; height:40px;}
	.position_left ul li{width: 25%; float: left; text-align: center; display: block;}
    .position_left a{ margin-left:13px;}
	
    .position_right{ display: none;}
    .fish_btn a{ width: 120px; line-height: 40px; height: 40px;}
    .act_section{padding: 10px 0;}
	.login{ display:none;}
	.login1{ display:block;}
	.pc{display:none;}
	.mobile{ display:block;}
}

@media screen and (max-width: 600px){

    .header{ position: relative; height: 50px; line-height: 50px; }
    .nav{ display: block; top: 10px; left: 85%;}
    .nav li{ margin-top: 6px; }
    .login a{ margin-top: 13px;}
    .menu{
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
    }
    .banner{ height: auto;}
	
    .menu a{
        width: 94%;
        float: none;
        display: block;
        line-height: 60px;
        color: #01428d;
		border-bottom:#CCC solid 1px;
    }
    .logo{
        float: none;
        position: absolute;
        left: 23%;
        top: 7px;
        width: 114px;
        height: 37px;
       

    }
    .login a.btn_1{ width: 50px; height: 24px; line-height: 22px;font-size: 14px;}
    .login a.btn_2{ width: 50px; height: 22px; line-height: 22px;font-size: 14px;}
    .header2 .login a.btn_2{ width: 50px; height: 22px; line-height: 22px;font-size: 14px;}
    .title{ padding: 40px 0 10px 0;}
    .title h1{ font-size: 24px;}
    .title p{ padding-top: 10px; font-size: 14px;}
	.product{ padding-bottom: 40px;}
    .product_title li{ font-size: 14px;}
    .product_title li.active:after{ height: 1px;}
    .product_cont ul{
        margin-left: 0;
    }
    .product_cont li{ width: 45%; margin-left: 3%;}
    .product_img{ height: auto; overflow: hidden;}
	
	.product1{ padding-bottom: 40px;}
    .product1_title li{ font-size: 14px;}
    .product1_title li.active:after{ height: 1px;}
    .product1_cont ul{
        margin-left: 0;
    }
    .product1_cont li{ width: 86%; margin-left: 7%;}
    .product1_img{ height: auto; overflow: hidden;}

    .choice_cont li img{ height: 100%; display: block;}

    .about{

    }
    .about_left{
        width: 100%;
    }
	.about_left img{ width:370px; height:239px;}
    .about_right{
        width: 100%;
    }
    .about_mode h1{ font-size: 30px;}
    .about_mode h2{ font-size: 18px;}
    .about_num li{ width: 50%;}
    .choice_cont li{
        width: 48%;
    } 
	.choice_cont1 li{
        width: 96%;
		line-height:30px;
    }
    .choice_cont li p{
        height: 40px;
        overflow: hidden;
        font-size: 14px;
		text-align:left;
    }
   .choice_cont1 li p{
	   
        overflow: hidden;
        font-size: 14px;
		text-align:left;
		padding-top: 0px;
    }
	.choice_cont1 li p span{ display:none;}
   .choice_cont li p span{ display:none;}
   .footer_left, .footer_middle,.footer_right{
        width: 100%;
    }
    .footer_gzh{ text-align: left; margin: 0 auto; display:none;}
    .footer_right{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        padding: 20px 0 0 0;
        height: auto;
		display: none;
    }

    .ny_banner{ height: 120px;}
    .ny_mbanner{ height:240px;}
    .position_left a.active:after{ height: 1px;}
    .header2 .menu a{ color: #01428d;}

    .fish_left{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .fish_right{
        margin-left: 0;
        width: 100%;
    }
    .choice_pic{ height: 131px;}

    /* Arrows */
    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        z-index: 10;
        cursor: pointer;
        -moz-background-size: 30px 30px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

	.product_text h1{
    font-size: 14px;
   
	}
	.product_text p{ display:none;}
	.product_text{
        padding: 10px;
		text-align:center;
	}
	.title{
	padding-top:30px;
    }
	.act_section{padding: 10px 0;}
	.act_title{font-size:18px; }
	.act_title1{font-size:18px; padding:30px 0 5px 0;}
    .newList {
	
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 150px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;

    }
	.newLinkBox {
    padding: 0;
    }
	.centerContentBox {
    width: 88%;
     }
    .leftTimeBox{ display:none;}
	.fish_text h1{ font-size: 20px; color: #333333;}
	
}
