html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    color: #666;
    font: 14px/1.8 "Microsoft YaHei", arial, 宋体, sans-serif;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}
.container {
    margin: auto;
    width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.logo {
    overflow: hidden;
}

.logo_fl.fl {
    width: 70%;
}

.logo_fr.fr {
    width: 19%;
    overflow: hidden;
    margin-top: 35px;
}

.logo_fr.fr img {
    float: left;
    display: block;
    margin-top:6px;
}

.logo_fr.fr h3 {
    float: right;
    font-size: 29px;
    line-height: 28px;
    font-weight: bold;
}

.logo_fr.fr h3 b {
    display: block;
    font-size: 16px;
    color: #333;
}
.nav {
    width: 100%;
    z-index: 22;
    height: 50px;
    background: #333;
    line-height: 50px;
}

.header {
    height: 127px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li a {
    color: #fff;
    display: block;
    padding: 0 29px;
    font-size: 16px;
}

.nav ul li ul {
    position: absolute;
    top: 50px;
    background: #333;
    width: 100%;
    line-height: 34px;
    left: 0;
    display: none;
    z-index: 2222;
}

.nav .container {
    height: 50px;
}

.nav ul li ul li a {
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0;
    display: block;
}

.nav ul li ul li {
    width: 100%;
    float: none;
}

.nav ul li:hover ul {
    display: block;
}


.banner,.banner_m {
    width: 100%;
    position: relative;overflow: hidden;
}
.banner .bd,.banner_m .bd{
    width: 100%;
}
.banner ul li,.banner_m ul li {
    width: 100%;
}
.banner ul li img,.banner_m ul li img {
    width: 100%;
    display: block;
}

.banner .hd,.banner_m .hd {
    width: 100%;
    position: absolute;
    z-index: 22;
    left: 0;
    bottom: 0;
}

.banner .hd ul,.banner_m .hd ul {
    text-align: center;
}

.banner .hd ul li,.banner_m .hd ul li {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 5px;
    color: transparent;
}


.banner_m {
    display: none;
}
.one {
    width: 100%;
    margin: 5% auto;
}

.title {
   line-height:40px;
}
.one .title{
    float: left;
}
.one_nav {
    float: right;
    width: 55%;  margin-top: 10px;
}

.one_box {
    width: 100%;
    overflow: hidden;
}

.one_box ul li {
    width: 31%;
    float: left;
    margin: 2% 0;
    background: #eee;
    box-sizing: border-box;
    padding: 2%;
    position: relative;
    padding-bottom: 5%;
    transition: all 0.5s ease;
    margin-right: 3.5%;
}

.one_box ul li:hover img {
    transform: scale(1.1);
    transition: all 1s;
}

.one_img {
    overflow: hidden;
    margin-bottom: 10px;
}

.one_box ul li h3 {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one_box ul li span {
    position: absolute;
    left: 50%;
    margin-left: -27px;
    bottom: -20px;
    z-index: 2;
    border: 4px solid #f0f0f0;
    background: #ffffff;
    line-height: 48px;
    width: 54px;
    height: 54px;
    text-align: center;
    color: #b3b3b3;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.one_img img {
	width:100%;
	display:block;
	height:238px;
}
.one_box ul li:hover {
    background: #333;
}

.one_box ul li:hover h3 {
    color: #fff;
}

.one_box ul li:hover span {
    color: #fff;
    
}
.title h2 {
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    display: block;
}

.title h3 {
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.one_nav ul {
    text-align: right;
    overflow: hidden;
}

.one_nav ul li {
    padding: 0 20px;
    display: inline-block;
    line-height: 45px;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.one_nav ul li a {
    color: #fff;
    display: block;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.one_box ul li:nth-child(3n) {
    margin-right: 0;
}
.one_nav ul li.on {
    background: #333;
}
.two {
    width: 100%;
    padding: 5% 0;
    margin-bottom: 5%;
}

.two ul {
    overflow: hidden;
}

.two ul li {
    width: 18%;
    float: left;
    margin: 1%;
    text-align: center;
    background: #eee;
    box-sizing: border-box;
    padding:5% 2%;
    border-radius: 10px;
}

.two ul li img {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}

.two ul li h3 {
    text-align: center;
    font-size: 20px;
    margin: 3% auto;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.two ul li p {
    font-size: 12px;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden;
}

.two ul li:hover {
    background: #5576af;
    color: #fff;
}

.two ul li:hover h3 {
    color: #fff;
}

.two ul li:hover img {
    transform: rotateY(
180deg
);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(
180deg
);
    -o-transform: rotateY(180deg);
    transition: all .5s;
}
.t_title {
    text-align: center;
    color: #fff;
    margin-bottom: 2%;
    line-height: 45px;
}

.t_title h2 {
    font-weight: bold;
    font-size: 42px;
    display: block;
}

.t_title h3 {
    font-weight: bold;
    font-size: 30px;
}
.three .bd {
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
}

.three .bd ul li {
    width: 380px;
    float: left;
    margin: 10px 20px 0 0;
}

.three .bd ul li img {
    width: 100%;
    display: block;
    height: auto;
}

.three .bd ul li h3 {
    text-align: center;
    padding: 5px 0;
    background: #eee;
}

a.mores {
    width: 142px;
    height: 44px;
    background: #363E42;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 9%;
    color: #ffffff;
    display: block;
    padding: 0 15px;
}

.three .container {
    position: relative;margin-bottom: 5%;
}

a.mores:before {content: "→";right: 0;position: absolute;width: 59px;text-align: center;font-size: 28px;}
.for_fr.fr {
    width: 500px;
}

.for_fr.fr ul li img {
    width: 100%;
    height: auto;
    display: block;
}

.for_fl.fl {
    width: 600px;
}

.four {
    width: 100%;
    background: #eee;
    overflow: hidden;
    padding: 5% 0;
}

.for_fl.fl p {
    font-size: 16px;
    line-height: 30px;
    margin: 3% auto;
    color: #333;
}

a.fore_mores {
    width: 142px;
    height: 44px;
    background: #363E42;
    line-height: 44px;
    position: relative;
    color: #ffffff;
    display: block;
    padding: 0 15px;
}

a.fore_mores:before {    content: "→";
    right: 0;
    position: absolute;
    width: 59px;
    text-align: center;
    font-size: 28px;
}
.for_fr .hd {
    width: 100%;
    margin-top: 10px;
}

.for_fr .hd ul {
    text-align: center;
}

.for_fr .hd ul li {
    display: inline-block;
    margin: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    color: transparent;
}

.five{
    width: 100%;padding-bottom: 5%;
}
.fiv_nav ul {
    text-align: center;
    margin-top: -32px;
    margin-bottom: 3%;
}

.fiv_nav ul li {
    width: 200px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;cursor: pointer;
}

.fiv_box ul li {
    width: 280px;
    float: left;
    margin: 10px;
}

.fiv_box ul li img {
    width: 100%;
    display: block;
    height: auto;
}

.seven {
    width: 100%;
    background: #eee;
    padding: 5% 0;
}

.seve_box ul li {
    overflow: hidden;
    width: 48%;
    float: left;
    margin: 0 2% 2% 0;
    height: 120px;
    position: relative;
}

.seve_box ul {
    overflow: hidden;
}

.seve_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.time.fl {
    width: 20%;
    position: relative;
    color: #ffffff;
}

.seve_box ul li .fr {
    float: left;
    width: 80%;
    padding: 20px 28px;
    box-sizing: border-box;
}

.seve_box ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 76px;
    height: 0;
    border-bottom: 120px solid #dfdfdf;
    border-right: 78px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.seve_box ul li .fr h4 {
    font-size: 18px;
    line-height: 20px;
    display: block;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.seve_box ul li .fr p {
    line-height: 24px;
    margin-top: 12px;
    display: block;
    font-size: 14px;
    color: #666666;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}.time.fl h3 {
    padding: 30px 20px 10px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    z-index: 2;
}

.time.fl b {
   
    font-weight: bold;
    font-size: 48px;
    display: block;
    padding: 0 20px;
    line-height: 40px;
}
.seve_box ul li:hover a{
    background: #333;
}
.seve_box ul li:hover h4,.seve_box ul li:hover p{
    color: #fff;
}

.seven .title {
    float: left;
    margin-bottom: 3%;
}

.seve_nav {
    float: right;
    width: 60%;
    margin-top: 44px;margin-right: 20px;
}

.seve_box {
    width: 100%;
    overflow: hidden;
}

.seve_nav ul {
    text-align: right;
}

.seve_nav ul li {
    display: inline-block;
    margin: 0 7px;
    background: #333;
    color: #fff;
}

.seve_nav ul li a {
    display: block;
    color: #fff;
    padding: 7px 28px;
}

.links {
    width: 100%;
    padding: 3% 0;
}

.link_container {
    width: 1200px;
    margin: auto;
}

.link_title h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.link_title b {
    font-size: 14px;
    margin-left: 10px;
}
.link_list {
    width: 100%;
}

.link_list a {
    color: #666;
    margin: 5px 5px 0 0;
    font-size: 16px;
}

.footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}
.footer_nav {
    width: 100%;
}

.footer_nav ul {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.footer_nav ul li {
    float: left;
}

.footer_nav ul li a {
    color: #fff;
    display: block;
    padding: 9px 42px;
    font-size: 16px;
    border-right: 1px solid #1a61cc;
}

.footer_nav ul li:last-child a {
    border: 0;
}

.tu.fl {
    background: #fff;
    width: 220px;
}

.dz.fl {
    width: 500px;
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    margin-left: 64px;
    margin-top: 24px;
}

.dz.fl h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-bottom: 13px;
    position: relative;
    border-bottom: 1px solid #666;
}

.dz.fl h3:before {content: "";width: 100px;height: 3px;position: absolute;left: 0;bottom: -2px;}
.ewm.fr {
    width: 211px;
    margin-top: 20px;
}

.ewm.fr h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    padding-bottom: 13px;
    position: relative;
    border-bottom: 1px solid #666;
    color: #fff;
}

.ewm.fr h3:after {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.ewm.fr img {
    display: block;
    float: left;
    margin: 10px;
    width: 85px;
}
.bottom {
    display: none;
}


.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}
/****/

.main_m {
    width: 1200px;
    margin: 20px auto 0;
}

.text_h1 {
    border-bottom: 1px solid #ccc;
    height: 50px;
    width: 1000px;
    margin: 30px auto 0;
}

.text_h1 .h1 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    position: relative;
    padding: 0px 10px 0px 10px;
    float: left;
    font-weight: bold;
    border-bottom: 5px solid #ccc;
}

.text_h1 .back {
    float: right;
    width: 52px;
    height: 16px;
    float: right;
    background: #000;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 16px;
    margin-top: 24px;
    font-size: 12px;
}



.text_h1 .more {
    float: right;
    line-height: 70px;
    height: 50px;
}

.main_img {
    width: 100%;
}

.main_img img {
    width: 100%;
    height: 100%;
    display: block;
}


/*左侧导航*/

.main_nav {
    width: 218px;
    float: left;
}

.main_nav .nav_a h1 {
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
    line-height: 55px;
    font-weight: bold;

    color: #fff;
    text-align: center;
    font-size: 18px;
}

.main_ul li {
    position: relative;
}

.main_ul li:after {
    content: '》';
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 9px;
    left: 16px;
    font-size: 12px;
    line-height: 15px;
}

.main_ul li a {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 35px;
    box-sizing: border-box;
    color: #444;
    font-size: 14px;
}
.main_li {
    display: none;
}
.main_li li {
    border-bottom: 1px dashed #888;
    background: none;
}
.main_li li a {
    font-size: 10px;
    box-sizing: border-box;
    font-weight: normal;
}
.main_ul li:hover .main_li {
    display: block;
}

.main_nav2 {
    margin: 20px auto 0;
}
.main_nav2 li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #b2b2b2;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-right: 10px;
}
.main_nav2 li a {
    font-size: 14px;
}
.main_nav3 {
    margin-top: 20px;
}
.main_nav3 li {
    width: 185px;
    padding-top: 25px;
    background: #fff;
    margin: 20px auto;
    height: 160px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e5e5e5;
}
.main_nav3 li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.main_nav3 li img {
    width: 150px;
    height: 98px;
    display: block;
    margin: auto;
}
.main_nav3 li h1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 150px;
    overflow: hidden;
    margin: auto;
    font-size: 14px;
}
.main_nav3 li b {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 150px;color: #fff;
    overflow: hidden;
    margin: auto;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 35px;
}
.main_nav3 li div {
    background: rgba(255, 255, 255, 0.8);
    height: 40px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    transition: all 0.2s linear 0s;
}
.main_nav3 li:hover div {
    height: 80px;
}
/*路径*/
.main_top {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../image/icon-home.png") no-repeat 0px 50%;
    border-bottom: 1px solid #e8e8e8;
}
.main_tops {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: auto;
    padding-left: 26px;
}
.main_tops a {
    font-size: 12px;
}

.product_text {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.prduct_ul {
    width: 930px;
    float: right;
    margin-bottom: 20px;
}
.prduct_ul ul {
    margin-bottom: 10px;
    margin-top: 20px;
}
.prduct_ul li {
    width: 298px;
    float: left;
    background: #fff;
    margin: 6px 6px;
 
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e5e5e5;
}
.prduct_ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.prduct_ul li img {
    width: 100%;
    height: 228px;
    display: block;
    margin: auto;
}
.prduct_ul li h4 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: auto;
    font-size: 14px;
}
/*上下键*/
.pading {
    float: right;
    margin-top: 10px;
}

.pading span {
    padding: 3px 8px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin: 0px 2px;
}

.pading a {
    padding: 3px 8px;
    border: 1px solid rgba(142, 142, 142, 0.5);
    display: block;
    float: left;
    margin: 0px 1px;
}

.pading .current {
    border: none;
    padding: 2px 8px;
    color: #fff;
}
#preview {
    position: relative;
    width: 930px;
    float: right;
    overflow: hidden;
    padding-bottom: 7px;
    box-sizing: border-box;
}
/**/
.product_item {
    margin-top: 10px;
}
.product_content {
    line-height: 2em;
}
.product_content img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.product_item img {
	width:80%;
	margin:2% auto;
	display:block;
}
/**/
.info {
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}
/**/
.main_next {
    margin-left: 10px;
}
.main_next .prevrecord,
.main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 14px;
}
.article {
    float: right;
    width: 930px;
    box-sizing: border-box;
}
.article ol {
    margin-top: 20px;
}
.article li {
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
    width: 48%;
    float: left;
    margin: 1%;
    border-top: 1px dashed #999;
    padding-top: 15px;
}
.article li h1 {
    font-size: 14px;
    position: relative;
    float: left;
    height: 25px;
    padding-left: 20px;
}
.article li h1:after {
    width: 25px;
    height: 25px;
    float: right;
    content: '';
    display: block;
    margin-left: 5px;
    background-position-y: 7px;
}
.article li span {
    float: right;
    color: #aaa;
}
.article li p {
    clear: both;
    color: #aaa;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
}
.article li:after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 11px;
}
/**/
.Article_xw .pading {
    margin-bottom: 0px;
}

.article li h1 {
    width: 331px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article li:nth-child(1),.article li:nth-child(2) {
    border: 0;
    padding-top: 0;
}

.Article_content {
    width: 930px;
    float: right;
}
.Article_text {
    height: 40px;
    font: 22px "Microsoft Yahei";
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    margin-top: 30px;
    font-weight: bold;
}
.Article_content .info {
    height: 50px;
    font: 14px "Microsoft Yahei";
    line-height: 50px;
    text-align: center;
    color: #999;
    margin: 0px auto 10px;
}
.Article_content .info span {
    height: 50px;
    font: 14px "Microsoft Yahei";
    line-height: 50px;
    margin-bottom: 10px;
    color: #999;
}
.Article_content .detail {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
    word-spacing: 10px;
}
.Article_content .detail img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page_c {
    overflow: hidden;
    float: right;
    width: 930px;
}

.page_c img {
    max-width: 100%;
    display: block;
}
/**/
/*footer*/
/*相关产品相关文章开始*/
h4.related span {
    margin: 10px 0px 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #1D1C1C;
    text-indent: 10px;
    color: #fff;
    display: block
}

ul.relate_news li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #000;
    width: 30%;
    float: left;
    margin: 0px 1%;
    overflow: hidden
}

ul.relate_news li a {
    color: #000;
}

.relatedlist {
    overflow: hidden;
}

.relatedlist li {
    width: 30%;
    float: left;
    margin: 1% 1%;
}

ul.relate_pr li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
}

.nav ul li:hover,.nav ul li a.cur,.for_fr .hd ul li.on,.fiv_nav ul li.on,.seve_nav ul li.on,.footer_nav,
.main_nav .nav_a h1,.main_nav3 li b,.article li:after  {
    background: #104492;
}
.logo_fr.fr h3,.title h3,.link_title b {
   
    color: #104492;
}
.banner .hd ul li.on,.banner_m .hd ul li.on,.one_nav ul li,.two,a.mores:before,a.fore_mores:before,.dz.fl h3:before,.ewm.fr h3:after,
.text_h1 .back:hover  {
    background: #104492;
}
.one_box ul li:hover span {
    background: #104492;
    border-color: #074eba;
}
.seve_box ul li:hover:before {
    border-bottom: 120px solid#104492;
}
.pading .current {
    border: 1px solid #104492;
    background: #104492;

}

.three .bd ul li img {
    height: 293px;
}

.fiv_box ul li img {
    height: 196px;
}
@media only screen and (max-width: 768px){
    .nav ul li {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .nav ul li a {
        padding: 0;
    }
    
    .container {
        width: 96%;
    }
    
    .nav .container {
        width: 100%;
    }
    
    .nav ul li:hover, .nav ul li a.cur {
        background: none;
    }
    
    .nav ul li ul {
        display: none !important;
    }
    
    .header {
        width: 100%;
        position: relative;
        height: 80px;
    }
    
    .logo_fl.fl {
        width: 95%;
        height: 80px;
        align-items: center;
        display: flex;
    }
    
    .logo_fl.fl img {
        width: 98%;
        display: block;
    }

    .header   .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 223332;
        background: #104492;
        display: none;
    }
.nav_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background:url("../image/close.png") no-repeat;
    display: block;
    z-index: 222;
}

.navs b {
    display: block;
    width: 25px;
    height: 2px;
    background: #104492;
    margin: 5px auto;
    border-radius: 4px;
    position: relative;
}

.navs {
    width: 25px;
    border-radius: 5px;
    position: absolute;
    top: 33%;
    right: 12px;
}
.logo_fr.fr {
    display: none;
}
.one_nav ul li.on {
    background: #333;
}
.banner_m {
    display: block;
}
.banner{
    display: none;
}

.title,.t_title {
    text-align: center;
    width: 100%;
    line-height: 28px;
    float: none;
}

.title h2,.t_title h2 {
    font-size: 26px;
}

.title h3,.t_title h3 {
    font-size: 20px;font-weight: initial;
}

.one_nav {
    width: 100%;
    float: none;
    margin: 4% auto;
}

.one_nav ul li {
    width: 22%;
    padding: 0;
    margin: 1%;
    line-height: 30px;
}

.one_nav ul li a {
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.one_nav ul {
    text-align: center;
}

.one_box ul li {
    width: 46%;
    margin: 2% !important;
    padding-bottom: 2%;
}

.one_box ul li span {
    display: none;
}

.one_img {
    margin: 0;
}

.one_box ul li h3 {
    font-size: 14px;
}
.one .title{
    float: none;
}
.two ul li {
    width: 30%;
    float: none;
    display: inline-block;
}

.two ul {
    text-align: center;
    margin-top: 4%;
}
a.mores {
    position: static;
    width: 31%;
    margin: auto;
    margin-top: 5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
}

a.mores:before {
    width: 33px;
    font-size: 18px;
    position: static;
    float: right;
    background: none;
}
.for_fr.fr {
    width: 100%;
    margin: 0 auto;
    float: none;
    overflow: hidden;margin-top: 3%;
}

.for_fl.fl {
    width: 100%;
    float: none;
}

.for_fl.fl p {
    text-align: center;font-size: 14px;margin: 0 auto;
}

a.fore_mores {
    width: 31%;
    margin: auto;
    margin-top: 5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
}

a.fore_mores:before {
    width: 33px;
    font-size: 18px;
    position: static;
    float: right;
    background: none;
}
.fiv_nav {
    width: 100%;
    margin: 3% auto !important;
}

.fiv_nav ul li {
    width: 45%;
    margin: 1%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.five {
    padding-top: 5%;margin-top: 5%;
}

.fiv_box {
    width: 100%;
    overflow: hidden;
}
.seve_nav {
    width: 100%;
    float: none;
    margin-bottom: 3%;
    margin-top: 3%;
}

.seven .title {
    float: none;
    margin-bottom: 0;
}

.seve_nav ul {
    text-align: center;
}

.seve_box ul li {
    width: 100%;
    margin: 2% auto;
}

.time.fl {
    background: #104492;
    height: 100%;
}

.time.fl h3 {
    padding: 0;
    text-align: center;
    margin-top: 38%;
}

.time.fl b {
    text-align: center;
    padding: 0;
    margin-top: 7px;
    font-size: 31px;
}

.seve_box ul li:before {
    width: 0;
    border: 0;
}
.link_container {
    width: 97%;
}

.link_list a {
    font-size: 12px;
}

.link_title h2 {
    margin-bottom: 2%;
}
.footer_nav ul {
    width: 100%;
}

.footer_nav ul li a {
    padding: 0;
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #1a61cc;
}

.footer_nav ul li {
    width: 25%;
    text-align: center;
    line-height: 35px;
}

.footer_nav ul li:last-child a {
    border-top: 1px solid #1a61cc;
}

.tu.fl {
    width: 50%;
    margin: auto;
    float: none;
}


.dz.fl h3,.ewm h3 {
    display: none;
}

.dz.fl {
    width: 100%;
    text-align: center;
    margin: 2% auto;
    float: none;
}

.ewm.fr {
    margin: auto;
    float: none;
}

.footer {
    padding-bottom: 60px;
}
.bottom {
    width: 100%;
    position: fixed;
    z-index: 222;
    left: 0;
    bottom: 0;display: block;
    background: #000;
}

.bottom ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0px;
    line-height: 17px;
}

.bottom ul li img {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
}

.bottom ul li a {
    color: #fff;
    font-size: 12px;
}

.bottom ul li:nth-child(2) {
    background: #104492;
}


.main_m {
    width: 100%;
}

.main_nav {
    width: 100%;
    overflow: hidden;
    float: none;
}

.main_ul li {
    width: 33.33333%;
    float: left;
}

ul.main_ul {
    overflow: hidden;
}

ul.main_li {
    display: none !important;
}

.main_ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_nav3 li {
    width: 48%;
    float: left;
    margin: 1%;
    padding: 0;
}

.main_nav3 li img {
    width: 100%;
    height: auto;
}

.main_nav3 li b {
    display: none;
}

.main_nav3 li:hover div {
    height: auto;
}

.prduct_ul {
    width: 100%;
    float: none;
    overflow: hidden;
}

.prduct_ul li {
    width: 48%;
    margin: 1%;
    padding-top: 0;
    height: auto;
}
.prduct_ul li img{
height: 147px;
}
.pading {
    margin: 3%;
}
div#preview {
    width: 98%;
    margin: auto;
    float: none;
}

.product_content img {
    width: 90%;
    margin: auto;
    display: block;
    height: auto;
}
.article {
    width: 100%;
    float: none;
}

.article li span {
    display: block;
    float: none;
    margin-left: 4%;
    font-size: 12px;
}

.article li h1 {
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.article li p {
    width: 97%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Article_content {
    width: 100%;
    float: none;
}

.Article_text {
    width: 95%;
    height: auto;
    line-height: 30px;
    font-size: 20px;
}

.main_next .prevrecord, .main_next .nextrecord {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page_c {
    width: 100%;
    float: none;
}
ul.relate_news li {
    width: 100%;
    float: none;
}
.one_img img {
	height:138px;
}


.article li span {
	display:none;
}

.main_tops {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.main_next {
	margin-bottom:10px;
}

.seve_box ul li .fr {
	padding:6% 3% 3% 3%;
}
.tu.fl {
    display: none;
}

.ewm.fr {
    display: none;
}

.footer_nav {
    display: none;
}

.for_fr.fr ul li img {
    height: 241px;
}

.banner_m {
    overflow: hidden;
}
.main_nav3 li {
    height: auto;
}

.main_nav3 li img {
    height: 150px;
}
}