@charset "utf-8";

/* ====================
     公共样式
==================== */
.clear {
    clear: both;
    zoom: 1;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.comWidth {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#top{
    color: white;
    height: 35px;
    background-color: #535353;
}
#top marquee{
    line-height: 35px;
}
/*内页推荐产品*/
.related_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.related_img ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.related_img ul li {
    float: left;
    width: 230px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.related_img ul li:nth-of-type(4n) {
    margin-right: 0;
}

.related_img ul li .tu {
    width: 100%;
    overflow: hidden;
    border: #999 1px solid;
}

.related_img ul li .tu .tu01 {
    width: 100%;
    margin: 0px auto 0 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.related_img ul li:hover .tu .tu01 {
    margin: 0px auto 0 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.related_img ul li .tu .tu01 a {
    display: block;
}

.related_img ul li .tu .tu01 a img {
    width: 100%;
    height: 200px;
    display: block;
}

.related_img ul li h4 a {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #000;
    overflow: hidden;
}

.related_img h2 {
    border-top: 2px solid;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
    line-height: 200%;
    margin: 0 auto;
    padding: 0;
    color: #333;
}

div {
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

.block {
    width: 1032px;
    height: auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.inline {
    display: inline;
}

.none {
    display: none;
}

.dashed {
    background: url(/img/linebg.gif) repeat-x left top;
    color: #3f3f3f;
    padding: 2px 0 3px 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

/*英文强制换行*/
.word {
    word-break: break-all;
}

a {
    text-decoration: none;
    color: #4b555d;
}

a:hover {
    color: #076CE0;
}

.clear {
    clear: both;
}

.blank {
    height: 30px;
    line-height: 30px;
    clear: both;
    visibility: hidden;
}

.input_text {
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 0 10px;
    float: left;
}

.input_area {
	
    width: 501px;
    height: 80px;
    border: 0px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.input_submit {
    width: 77px;
    height: 41px;
    float: left;
    text-align: center;
    line-height: 41px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.float_bg {
    width: 118px;
    padding: 2px 0;
    float: left;
}

/*---------- header ---------*/
.w1100 {
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

#header {
    width: 100%;

}

#logo {
    float: left;
    width: 100%;
}

#logo img {
    max-width: 100%;

    vertical-align: middle;
}

#logo b {
    font-size: 30px;
    color: #076CE0;padding:0 0 0 20px;
}

#topright {
    float: right;
    width: 38%;
}

.toplx {
    float: right;
    width: 70%;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #2d8ae8;
    text-align: center;
}

.top400 {
    float: right;
    width: 70%;
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    /* border-bottom: 2px solid #2d8ae8; */
    text-align: center;
}

.topimg {
    margin: 10px 0px 0px 60px;
    float: left;
    display: inherit;
    width: 60px;
    height: 60px;
    background-image: url("./dh.png");
    background-size: 60px;
}

.topright1 {
    width: 100%;
    float: right;
    margin: 48px 0 30px 0;
}

.topright1 a {
    float: right;
    font-size: 12px;
    line-height: 12px;
    color: #076CE0;
    border-right: 2px solid #d0e1ec;
    padding: 0 6px;
}

.topright1 a:hover {
    color: #076CE0;
}

.topright2 {
    float: right;
    width: 292px;
    height: 39px;
}

.topright2 span {
    padding-left: 115px;
    font-size: 24px;
    line-height: 39px;
    color: #076CE0;
    font-family: "Myriad Pro";
}

/* nav */
#nav {
    width: 100%;
    height: 50px;
    z-index: -1;
    float: left;
    background-color: #076CE0
}

#nav ul {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#nav ul li {
    float: left;
    width: 12.28%;
    height: 50px;
    line-height: 50px;
}

#nav ul li a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 50px;
	line-height: 50px;
    display: block;
    text-align: center;
    background-position: 0 -50px;
    z-index: 2;
    position: relative;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    background-color: #076CE0;
}

#nav ul li a:hover,
nav ul li a.current {
    color: #076CE0;
    font-size: 18px;
    background: white;
}

.nav_active {
    background: #17659b;
    background-size: 100% 100%;
    height: 50px;
    position: absolute;
    left: 0;
    z-index: 1;
}

#nav ul li .sub{
    display: none;
}
#nav ul li .sub,
#nav ul li .sub li{
    width: 100%;
    text-align: center;
    background-color: #076CE0;
}
#nav ul li .sub li a{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #076CE0;
}

#nav ul li:hover .sub{
    display: block;
}
#nav ul li .sub li a:hover{
    background-color: white;
    color: #076CE0;
}


#nav .nav li .sub-nav li a{font-size:14px; font-weight:100;}
	.nav{margin-top:200px;}
.nav *{text-decoration:none;font-size:9pt;}
.nav * a:hover{background-color:#82ce18;/* 鼠标经过时的红色背景，可自定义 */}
.nav{list-style:none;height:40px;width:900px;margin:0 auto;}
.nav li{float:left;position:relative;}
.nav li a{color:#fff;height:50px;line-height:50px;font-weight:bold;padding:0 20px;blr:expression(this.onFocus=this.close());blr:expression(this.onFocus=this.blur());display:inline-block;}
.nav li a:focus{-moz-outline-style: none; }
.nav li .sub-nav{position:absolute;display:none;}
.nav li .sub-nav li{text-align:center;clear:left;width:140px;height:35px;line-height:35px;position:relative;}
.nav li .sub-nav li a{height:34px;line-height:34px;width:138px;padding:0;display:inline-block;}
/* flash */
#flash {
    width: 100%;
    padding: 0px;
}

/* 本例子css -------------------------------------- */
.focus {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.focus .hd3 {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    text-align: center;
}

.focus .hd3 ul {
    display: inline-block;
    height: 14px;
    padding: 2px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd3 ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.focus .hd3 ul .on {
    background: #076CE0;
}

.focus .bd3 {
    position: relative;
    z-index: 0;
}

.focus .bd3 li img {
    width: 100%;
    /* background: url(/img/loading.gif) center center no-repeat;*/
}

.focus .bd3 li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

/* flash end */

/* --------------  手机版header  -----------  */
#mobile_header {
    display: none;
    width: 100%;
}

#mobileflash {
    display: none;
    width: 100%;
}

#mobile_header #logo2 {
    width: 80%;
    float: left;
}

#mobile_header #logo2 img {
    width: 100%; margin-left:2%;
	vertical-align: middle;
}

#mobile_header #home {
    width: 20%;
    float: right;
    margin-top: -4px;
}

#mobile_header #home a {
    float: right;
    width: 100%;
}

#mobile_header #home img {
    float: right;
    width: 40%;
    margin-top: 35%;
    margin-right: 10%;
}

.mobile_nav {
    width: 100%;
    height: 85px;
}

.mobile_nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mobile_nav ul li {
    float: left;
    width: 25%;
    height: 42px;
    background-color: #076CE0;
    line-height: 42px;
}

.mobile_nav ul li.first_menu {
    display: none;
}

.mobile_nav ul li a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    height: 42px;
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.mobile_nav ul li a:hover,
.mobile_nav ul li a.current {
    color: #076CE0;
    font-size: 18px;
    background: #ffffff;
}
.pages{overflow:hidden;}
.pages li{float:left;}
/* 内页产品中心 */
#left2 {
    display: none;
}


#toolbar {
    display: none;
}

/*  ------------ 手机版header end  ------------  */


/*  首页关于同沁  */
.ibox1 {
    margin-top: 25px;
}

.ibox1_title h4 {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
}

.ibox1_title h2 {
    display: block;
    height: 56px;
    text-align: center;
    font-size: 30px;
    line-height: 56px;
    margin: 0 auto;
}

.ibox1_title h3 {
    display: block;
    width: 6%;
    height: 4px;
    background: #076CE0;
    margin: 0 auto;
}

.ibox1_con {
    margin-top: 35px;
    margin-bottom: 64px;
}

.ibox1_1 {
    float: left;
    width: 650px;
    height: 330px;
    overflow: hidden;
}

.ibox1_1 .conpany_desc {
    position: relative;
    width: 100%;
    height: 243px;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    display: block;
}
.btn1 {
    margin-top: 23px;
    margin-left: 6px;
    margin-bottom: 20px;
}

.btn1 a {
    display: block;
    width: 110px;
    height: 40px;
    background: #076CE0;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}
.ibox1_2 {
    float: right;
    width: 530px;
    height: 330px;
}

/*  首页产品中心  */
.ibox2 {
    width: 100%;
    padding-top: 25px;
}

#pro_con {
    overflow: hidden;
}

#pro_con .hd {
    text-align: center;
    margin: 0 0 20px 0;
}

#pro_con .hd ul {
    text-align: left;
}

@media screen and (max-width:768px) {
    #pro_con .hd ul {
        text-align: center;
    }
}

#pro_con .hd li {
    display: block;
    margin-bottom: 5px;
    float: left;
}

#pro_con .hd li a {
    display: inline-block;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 44px;
    color: #076CE0;
    margin: 5px 10px;
    border-radius: 5px;
    border: 2px solid #076CE0;
}

#pro_con .hd li a:hover,
#pro_con .hd .on a {
    background: #076CE0;
    color: #fff;
}

#pro_con .bd {
    width: 100%;
}

#pro_con .bd ul li {
    float: left;
    margin: 0 20px 20px 0;
    width: 285px;
    height: 266px;
    overflow: hidden;
    position: relative;
}

#pro_con .bd ul li:nth-of-type(4n) {
    margin-right: 0;
}

#pro_con .bd ul li a img {
    width: 100%;
    height: 100%;
    border: 2px solid #076CE0;
    box-sizing: border-box;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    border-radius: 10px;
}

#pro_con .bd ul li:hover a img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#pro_con .bd ul li .pro_title {
    display: block;
    ;
    text-align: center;
    position: absolute;
    bottom: -20%;
    left: 0;
    z-index: 2;
    background: #333;
    opacity: 0.7;
    width: 100%;
    height: 20%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#pro_con .bd ul li .pro_title h4 {
    width: 100%;
    height: 100%;
    line-height: 300%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: -20%;
    left: 0;
}

#pro_con .bd ul li:hover .pro_title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#pro_con .bd ul li:hover .pro_title h4 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn2 {
    margin-top: 20px;
    padding-bottom: 27px;
}

.btn2 a {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #076CE0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.btn2 a:hover {
    background: #0370c2;
}

/*  首页新闻中心  */

.ibox3 {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
}

.ibox3 a:hover,
.ibox3 h3 a:hover {
    color: #076CE0;
}

/* 本例子css */
.slideTxtBox2 {
    width: 100%;
}

.slideTxtBox2 .hd {
    height: 50px;
    position: relative;
    width: 490px;
    margin: 40px auto;
}

.slideTxtBox2 .hd ul {
    float: left;
}

.slideTxtBox2 .hd ul a:first-of-type li {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.slideTxtBox2 .hd ul a:last-of-type li {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.slideTxtBox2 .hd ul li {
    float: left;
    padding: 0 50px;
    line-height: 50px;
    font-size: 14px;
    border: 1px solid #076CE0;
    cursor: pointer;
    text-align: center;
    color: #333;
}

.slideTxtBox2 .hd ul li:hover,
.slideTxtBox2 .hd ul li.on {
    background: #076CE0;
    color: #fff;
}

.slideTxtBox2 .bd ul {
    padding: 0;
    zoom: 1;
}

.news1 {
    float: left;
    width: 415px;
    margin-right: 50px;
}

.news1 img {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.news1 span a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.news1 h5 {
    font-size: 12px;
    line-height: 15px;
    height: 24px;
    color: #999;
}

.news1 p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.news2 {
    float: left;
    width: 630px;
}

.news2 ul {
    margin: 0;
    padding: 0;
}

.news2 ul li {
    margin-bottom: 18px;
}

.news2 ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.news2 ul li a:hover .time {
    color: white;
    background-color: #076CE0;
}

.news2 ul li .time {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #bbb;
    margin-right: 15px;
}

.news2 ul li .time .time-day {
    width: 100%;
    height: 40px;
    line-height: 45px;
    font-size: 30px;
}

.news2 ul li .time .time-date {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.news2 ul li .art-right {
    width: 555px;
    height: 60px;
    overflow: hidden;
}

.news2 ul li .art-right h3 a {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
}

.news2 ul li .art-right h3 a:hover {
    color: #076CE0;
}

.news2 ul li .art-right h4 {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    color: #666;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

/*  首页新闻中心 end   */

/* footer */

.footer {
    width: 100%;
    background: #535353;
    padding: 25px 0 60px 0;
    text-align: center;
}

.footer h3 a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer .footer_list,
.footer .footer_list a {
    font-size: 12px;
    line-height: 25px;
    color: #ccc;
}

.footer1 {
    float: left;
    width: 400px;
    padding: 0 40px;height:190px; overflow:hidden;
    border-right: 1px solid #656565;
}
.footer h3{
    color: white;
    margin-bottom: 15px;
    text-align: center;
}


.footer3 {
    float: left;
    width: 400px;
    border-right: 1px solid #656565;
    text-align: left;
}

.footer3 .footer_list {
    width: 255px;
    margin: 0 auto;
}

.footer4 {
    float: left;
    width: 400px;
    text-align: center;
}

.footer4 img {
    width: 160px;
}

.footer4 .footer_list {
    color: #fff;
}

.footer a:hover,
.footnav a:hover {
    color: #076CE0;
}

.footnav {
    width: 100%;
    background: #282828;
    padding: 15px 0;
    text-align: center;
    color: #999;
}

.footnav a {
    color: #999;
    padding: 0 10px;
    border-right: 1px solid;
}
.footnav a:last-of-type{
    border: none;
}
.footer1 .footer_list{
    text-align: justify;
    font-size: 14px;
    text-indent: 28px;
}
.link_txt {
    width: 100%;
}

.link_txt ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.link_txt li {
    margin: 0px;
    padding: 0 5px;
    list-style-type: none;
    display: inline;
    line-height: 25px;
}

/* footer end */


/*  频道内页 */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}

/*left*/
#left {
    width: 230px;
    float: left;
    margin-right: 15px;
    text-align: center;
}

.left_list {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.left_top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    float: left;
    background: #076CE0;
}

.left_top h3,
.left_top h3 a {
    float: left;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.left_con {
    width: 100%;
    float: left;
    background: #e1e7eb;
    padding: 10px;
}

.type_list {
    width: 100%;
    float: left;
}

.type_list p {
    font-size: 16px;
    margin: 5px 0;
    text-align: left;
}

.type_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.type_list li {
    list-style-type: none;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-family: "微软雅黑";
    overflow: hidden;
    background: url(/img/left_li.jpg)repeat-x left bottom;
}

.type_list li a {
    color: #4b555d;
    display: block;
}

.type_list li a:hover,
#lsed {
    color: #076CE0;
}

/*end*/

/*right*/
#right {
    width: 955px;
    float: right;
}

#right_women {
    width: 100%;
    float: right;
}

#right_women img {
    width: 100%;
}

#right_top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    float: left;
    border-bottom: 1px solid #bfbfbf;
}

#right_top h3 {
    font-size: 14px;
    font-family: "微软雅黑";
    float: left;
    height: 32px;
    margin-left: 12px;
    border-bottom: 3px solid #076CE0;
}

#right_top h3 a {
    color: #076CE0;
}

#right_top span {
    float: right;
    color: #999;
}

#right_top span a {
    color: #999;
    font-size: 12px;
}

#right_con {
    width: 100%;
    float: left;
    line-height: 200%;
    overflow-x: hidden;
    padding: 0 15px;
    height: auto !important;
}

#right_con1 {
    width: 100%;
    float: left;
    line-height: 200%;
    overflow-x: hidden;
    height: auto !important;
    margin-top: 20px;
}

/*end*/
.nybannerbg {
    background: #000;
    padding: 15px;
}

.nytitle {
    height: 29px;
    line-height: 29px;
    color: #fff;
    padding: 0 12px;
}

.nytitle h3 {
    float: left;
}

.p_type {
    width: 100%;
    float: left;
}

.p_type li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #666;
    float: left;
}

.p_type li a {
    margin: 0 12px;
}

.nytitle span {
    float: right;
}

.nytitle a {
    color: #fff;
}

.channelbox {
    padding: 15px;
    line-height: 200%;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

.hide {
    display: none;
}

/*news*/
.articleList {
    width: 100%;
    float: left;
}

.articleList ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.articleList li {
    padding: 15px 0;
    border-bottom: 1px dashed #CCC;
}

.news_left {
    width: 300px;
    height: 220px;
    float: left;
    margin-right: 25px;
    position: relative;
}

.news_left img {
    width: 300px;
    height: 210px;
}

.news_right {
    width: 600px;
    min-height: 220px;
    float: right;
}

.news_right2 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.news_li_title a {
    width: 100%;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    color: #333333;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}

.news_right span {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    float: left;
    margin-bottom: 10px;
}

.news_right p {
    width: 100%;
    max-height: 75px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    float: left;
    overflow: hidden;
}

.news_btn {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
}

.news_btn a {
    float: right;
    display: block;
    width: 120px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #076CE0;
    border: 1px solid #076CE0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.news_btn a:hover {
    color: #fff;
    background: #076CE0;
}

.articleTitle {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.articleAuthor {
    text-align: center;
    padding: 7px 0px;
    border-bottom: 1px dotted #ccc;
}

.articleauthor span {
    margin: 0px 6px;
    font-size: 9pt;
}

.articleContent {
    padding: 15px 0;
}

.articleContent p {
    font-size: 16px;
    text-indent: 32px;
    margin: 10px 0;
}

.articleContent img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.articleInfo {
    width: 100%;
    padding: 10px 0;
}

.articleInfo p {
    font-size: 16px;
    text-align: justify;
    text-indent: 32px;
    line-height: 25px;
    margin: 10px 0;
}
.articleInfo p img{
    max-width: 100%;
}

.articleInfo::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}

.articleInfo h3 {
    font-size: 18px;
    color: #076CE0;
    margin: 20px 0;
}

.articleInfo ul li {
    font-size: 16px;
    margin: 5px 0;
}

.articleInfo #map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

#map .map_img {
    width: 180px;
    float: left;
}

#map .map_contact {
    width: 50%;
    float: left;
    padding-left: 10px;
}

#map .map_contact p {
    margin: 0;
    text-indent: 0;
}

.pageUpDown {
    float: left;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 14px;
}

.pageUpDown a {
    color: #333333;
}

.pageUpDown a:hover {
    color: #0E6EB8;
}

/*end*/

/*Product*/
.productList {
    width: 100%;
    overflow: hidden;
}

.productList ul {
    width: 100%;
}

.productList li {
    text-align: center;
    float: left;
    width: 32.3%;
    margin-right: 1%;
    margin-bottom: 1%;
    line-height: 35px;
    overflow: hidden;
}

.pro_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.productList li img {
    width: 100%;
    height: 100%;
}

.productTitle {
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
}

.productImg {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    /*float:left;width:350px;*/
}

.productImg img {
    /*width:350px;*/
    width: 100%;
    border: 1px solid #ccc;
}

.productRight {
    /*width:480px;*/
    width: 100%;
    text-align: center;
    /*float:right;*/
}

.title {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
    line-height: 25px;
}

.title span {
    font-size: 14px;
    font-weight: bold;
}

.productDesc {
    line-height: 200%;
    padding: 10px 0;
    width: 100%;
    float: left;
}

/*end*/

/*page*/
.pages {
    font-size: 14px;
    text-align: center;
    padding: 25px 0px 25px 0px;
}

.pages a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 4px 15px;
    border: 0;
    color: #076CE0;
    border: 1px solid #076CE0;
    margin-right: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pages a:hover {
    background: #076CE0;
    color: #fff;
}

.pages a.page_now {
    background: #076CE0;
    color: #fff;
}

.pages select {
    vertical-align: middle;
    font-size: 8pt;
    padding: 0px;
}

.pages b {
    font-weight: normal;
}

/*end*/
/* 产品左侧下拉 */

/* 本例子css */
.sideMenu {
    background: #e1e7eb;
    text-align: left;
}

.sideMenu h3,
.sideMenu h3 a {
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    background: url(/img/left_li.jpg)repeat-x left bottom;
    cursor: pointer;
    color: #4b555d;
    font-size: 14px;
}

.sideMenu h3 a {
    display: block;
    color: #4b555d;
    padding: 0;
}

.sideMenu h3:hover,
.sideMenu h3 a:hover {
    color: #076CE0;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 48px;
    background: url(/img/icoadd.png) 16px 24px no-repeat;
    cursor: pointer;
}

.sideMenu h3.on em {
    background-position: 16px -45px;
}

.sideMenu ul {
    padding: 8px 25px;
    color: #4b555d;
    display: none;
    /* 默认都隐藏 */
}

.sideMenu ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #4b555d;
}

.sideMenu ul li a {
    color: #4b555d;
}

.sideMenu ul li a:hover {
    color: #076CE0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 2rem;
    font-family: 'Microsoft YaHei', 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0;
    color: #076CE0;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    max-width: 80rem;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    height: 250px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}
.pro_title{
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.back p.desc {
    font-family: 'Microsoft YaHei', 'Lantinghei SC';
    max-height: 100px;
    overflow: hidden;
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .2;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    margin-bottom: 2rem;
    position: relative;
    font-size: 22px;
    font-family: 'Microsoft YaHei', 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
}

.front .inner p:after {
    content: '';
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Microsoft YaHei', 'Lantinghei SC', 'Open Sans', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 64rem) {
    .col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

/*---------- frame : header ---------*/
* {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    color: #0592D3;
}

a:focus,
*:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

input,
select,
button {
    font: 12px Verdana, Arial, Tahoma;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "微软雅黑", Arial;
}

h2 {
    font-size: 14px
}

h3 {
    font-size: 14px;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
    _overflow: hidden
}

.header {
    margin-bottom: 8px;
    background: #ffffff
}

.topbar {
    margin: 0 auto;
    width: 100%;
    background: #292d3b;
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    line-height: 30px;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #FFFFFF;
    z-index: 9999;
    font-family: 'microsoft yahei';
}

.topbar a {
    color: #FFFFFF;
    font-family: 'microsoft yahei';
}

.top {
    clear: both;
    height: 50px;
    position: relative;
}

.logo {
    float: left;
    width: 220px;
    height: 85px;
}

#navMenu {
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    z-index: 999998;
    left: 0
}

.topbanner {
    width: 600px;
    float: right;
    height: 80px;
    overflow: hidden
}

.n_channel ul {
    position: relative
}

.n_channel a,
.n_channel,
.n_channel li {
    background-color: #076CE0;
    background-repeat: no-repeat
}

.n_channel {
    height: 49px;
    background-repeat: repeat-x;
    background-position: 0 0;
    zoom: 1;
}

.n_channel li {
    float: left;
    text-align: center;
}

.n_channel a {
    color: #ffffff;
    font-weight: bold;
    line-height: 46px;
    height: 49px;
    font-size: 15px;
    padding: 0 20px;
    background-position: 0 -60px;
    display: block;
    float: left;
    border-right: 1px #ed9545 solid;
}

.n_channel li.cur a,
.n_channel a:hover {
    background: #ed9545;
    text-decoration: none;
    color: #F5F5F5
}

.n_channel i.home {
    width: 16px;
    height: 16px;
    float: left;
    display: block;
    margin-top: 15px;
    margin-right: 5px;
}

.n_channel .orange a {
    color: #1CCDF9;
}

@media screen and (max-width:640px) {
    .wrapper {
        width: 90%;
        margin: 0 5%;
    }
    #header {
        display: none;
    }

    #mobile_header {
        display: block;
    }

    #flash {
        display: none;
    }
    #mobileflash {
        display: block;
    }

    .w1100 {
        width: 95%;
        margin: 0 auto;
    }

    /* toolBar */
    .blank55 {
        height: 55px;
        line-height: 1px;
        clear: both;
    }

    #toolbar {
        color: #fff;
        text-align: center;
        width: 100%;
        height: 54px;
        float: left;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10000;
        background: #383838;
        display: block;
    }

    #toolbar ul {
        position: relative;
        overflow: hidden;
    }

    #toolbar ul::after {
        content: "";
        visibility: hidden;
        display: block;
        clear: both;
    }

    #toolbar li {
        float: left;
        width: 25%;
        height: 54px;
    }

    #toolbar a {
        width: 100%;
        height: 24px;
        color: #fff;
        display: block;
        padding: 30px 0 0 0;
        line-height: 24px;
        font-size: 14px;
    }

    .f1 {
        background: url(/img/t1.png) no-repeat center 8px;
    }

    .f2 {
        background: url(/img/qq.png) no-repeat center 8px;
        background-size: 20px;
    }

    .f3 {
        background: url(/img/t3.png) no-repeat center 8px;
    }

    .f4 {
        background: url(/img/t4.png) no-repeat center 8px;
    }

    .f_clear {
        clear: both;
        width: 100%;
        float: left;
        margin: 5px auto;
    }

    .f_list .fl_r {
        width: 80%;
    }

    /*首页新闻中心*/
    .slideTxtBox2 .hd ul li {
        padding: 0 !important;
        width: 32% !important;
    }

    /* 首页 产品中心 */
    #pro_con .bd ul li {
        height: 213px !important;
    }

    /*  内页产品中心 */
    .pro_img {
        height: 213px !important;
    }

    .productImg {
        width: 100% !important;
    }

    .productDesc img {
        max-width: 100% !important;
    }
}

@media screen and (max-width:480px) {
    .w1100 {
        width: 95%;
        margin: 0 auto;
    }

    /* 内页 新闻中心 */
    .news_left {
        width: 100% !important;
        height: auto !important;
    }

    .news_left img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width:480px) {

    /* 首页 产品中心 */
    #pro_con .bd ul li {
        height: 158px !important;
    }

    /*  内页产品中心 */
    .pro_img {
        height: 158px !important;
    }
}

@media screen and (max-width:414px) {

    /* 首页 产品中心 */
    #pro_con .bd ul li {
        height: 136px !important;
    }

    /*  内页产品中心 */
    .pro_img {
        height: 136px !important;
    }
}

@media screen and (max-width:375px) {

    /* 首页 产品中心 */
    #pro_con .bd ul li {
        height: 122px !important;
    }

    /*  内页产品中心 */
    .pro_img {
        height: 122px !important;
    }
}

@media screen and (max-width:360px) {

    /* 首页 产品中心 */
    #pro_con .bd ul li {
        height: 117px !important;
    }

    /*  内页产品中心 */
    .pro_img {
        height: 117px !important;
    }
}

@media screen and (max-width: 1120px) {

    #myFocus,
    .pic img {
        width: 100% !important;
        height: 380px !important;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .w1100 {
        width: 95%;
        margin: 0 auto;
    }

    .ibox1_1 {
        width: 600px !important;
        float: none !important;
        margin: 0 auto;
    }

    .ibox1_2 img {
        width: 100% !important;
        float: none !important;
        margin: 0 auto;
    }

    #pro_con .bd ul li {
        float: left;
        width: 24% !important;
        margin: 0 1% 2% 0 !important;
    }

    /* 内页产品中心 */
    #left {
        display: none;
    }

    #left2 {
        display: block;
    }

    #left2 .left_list ul {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    #left2 .left_list ul li {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin: 1%;
        padding: 0px;
        width: 45%;
        border-radius: 5px;
        background: #076CE0;
        overflow: hidden;
    }

    #left2 .left_list ul li a {
        font-size: 14px;
        color: #fff;
        width: 100%;
        display: block;
    }

    #left2 .left_list ul li:hover {
        background: #076CE0;
    }

    #left2 .left_list ul li #lsed {
        background: #076CE0;
    }

    #right {
        width: 100% !important;
    }

    #right img {
        width: 100%;
    }

    .pro_img {
        height: 304px !important;
    }

    /*  产品详情  */
    .productImg {
        float: none !important;
        width: 50%;
    }

    .productRight {
        text-align: center;
        float: none !important;
        width: 100% !important;
    }

    .productDes {
        display: none;
    }

    /* 频道内页详情  */
    #right_con {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media screen and (max-width:1000px) {

    #myFocus,
    .pic img {
        width: 100% !important;
        height: 320px !important;
    }

    .w1100 {
        width: 95%;
        margin: 0 auto;
    }

    #pro_con .bd ul li {
        width: 24% !important;
        margin: 0 1% 2% 0 !important;
        height: 168px !important;
    }

    #pro_con .hd li a:hover,
    #pro_con .hd .on a {
        background: #076CE0;
        color: #fff;
    }

    /*  内页产品中心 */
    .pro_img {
        height: 226px !important;
    }
}

@media screen and (max-width:900px) {
    #topright {
        display: none !important;
    }
}

@media screen and (max-width:767px) {

    #logo b,
    #nav {
        display: none;
    }

    #myFocus,
    .pic img {
        width: 100% !important;
        height: 260px !important;
    }

    .w1100 {
        width: 95%;
        margin: 0 auto;
    }

    .ibox1_1 {
        width: 90% !important;
        height: auto !important;
        margin: 0 auto;
        float: none !important;
    }

    .ibox1_2 {
        width: 90% !important;
        height: auto !important;
        margin: 0 auto;
        float: none !important;
        padding-top: 15px;
    }

    .ibox1_title h2 {
        font-size: 25px !important;
    }

    .ibox1_1 span {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    /* 首页 产品中心 */
    #pro_con .hd {
        margin: 15px 0 !important;
    }

    #pro_con .hd ul {
        width: 100% !important;
        margin: 0 auto;
    }

    #pro_con .hd li {
        width: 46%;
        margin: 5px 2%;
        text-align: center;
    }

    #pro_con .hd li a {
        width: 100%;
        font-size: 14px;
        padding: 0;
        overflow: hidden;
        margin: 0;
    }

    #pro_con .bd ul li {
        width: 48% !important;
        margin: 1% !important;
        height: 154px !important;
    }

    #pro_con .bd ul li .pro_title,
    #pro_con .bd ul li .pro_title h4 {
        display: block;
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        line-height: 200% !important;
        font-size: 14px !important;
    }

    .slideTxtBox2 .hd,
    .slideTxtBox2 .hd ul {
        width: 100% !important;
    }

    .slideTxtBox2 .hd ul li a {
        padding: 0 !important;
        width: 32% !important;
    }

    #pro_con .bd ul li:nth-child(4n+1) {
        clear: both;
    }

    /* 首页 新闻中心 */
    .news1 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 10px;
    }

    .news2 {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .news2 ul li .art-right {
        width: inherit !important;
        height: auto !important;
    }

    .news2 ul li .art-right h3 a {
        height: auto !important;
    }

    .slideTxtBox2 .bd ul {
        height: auto !important;
    }

    /* 底部 */
    .footer,
    #right_top,
    .ibox1_title h3,
    #map .map_img {
        display: none;
    }

    .footer3,
    .map_contact {
        border: 0 !important;
        width: 100% !important;
    }

    .footer4 {
        width: 100%;
        margin-top: 20px;
    }

    /* 内页 产品中心 */
    .productList li {
        width: 48% !important;
        margin: 1%;
    }

    .pro_img {
        height: 153px !important;
    }

    /* 内页 新闻中心 */
    .news_right,
    .related_img ul li,
    .related_img ul li .tu .tu01 a img {
        width: 100% !important;
        height: auto !important;
    }
}