@charset "utf-8";
/* CSS Document */
body{ margin:0 auto; font-size:14px; font-family:"微软雅黑";font-weight:normal; padding:0; color:#000 }
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form,p{ padding:0; margin:0;}
ol,ul,li,dl,dd,dt{ list-style:none; padding:0; margin:0}
img{ border:0px; }
a{ color:#000; font-size:14px; text-decoration:none;}
a:hover{ text-decoration:none; color:#f00;}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
botton,input,textarea,select{ font-size:14px; vertical-align:middle;}


@media screen and (min-width: 980px) {
.itop{ width:100%; height:25px; background-color:#e8e8e8}
.top{ width:1200px; height:25px; margin:0 auto}
.top p{float:left; line-height:25px;}
.top span{float:right; line-height:25px;}
.top a{padding-left:8px; padding-right:8px;}
.itop1{ width:100%; height:110px;}
.top1{ width:1200px; margin:0 auto}
.logo{ width:500px; height:105px; float:left; background: url(logo.jpg) left center no-repeat;padding-left:220px;}
.logo h1{ font-size:28px; line-height:35px; color:#0d0d0d; font-weight:bold; font-family:"黑体"; padding-top:26px;}
.logo h2{ font-size:12px; color:#9f9e9e; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-transform: uppercase;}
.hotline{ width:250px; float:left; margin-left:50px; background: url(hotline.jpg) left center no-repeat}
.hotline p{ line-height:110px; color:#e70021; font-size:24px; padding-left:50px; font-weight:bold}
.top1_r{ width:120px;float:right; background: url(en.jpg) left center no-repeat; margin-top:40px; padding-right:25px;}
.top1_r a{ font-size:17px; padding-left:25px;}
}

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

.itop {display: none;}

.itop1{ width:100%; height:100%; }
.top1{ width:99%; margin:0 auto}
.logo{ width:70%;  height:100%; float:left}
.logo h1{ font-size:22px; line-height:60px;  color:#cc0000; font-weight:bold; font-family:"黑体"}
.logo h2{display:none}
.hotline{ display:none}
.hotline p{color:#e70021; font-size:28px; padding-left:60px;}
.top1_r{display:none}
}


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

.nav{ display:none}
}
@media screen and (min-width: 980px) {
.nav{ width:100%; height:50px; background-color:#cc0000}

#nav{ color:#5f5f5f; width:1200px; margin:0 auto}
#nav a{ color:#5f5f5f;padding:0px;}
#nav ul.icons{ display:none}
#nav ul.links li{ width:150px; line-height:50px; text-align:center; float:left}
#nav ul.links li a{ padding:0px;font-size:18px; color:#fff}
#nav ul.links li a:hover{}
#nav ul.links li.active { background:none}
#nav ul.links li.active a {color: #fff;}
#nav ul.links li.active a:hover {color: #18bfef !important;}

}

/* Nav Panel */

#navPanelToggle {text-decoration: none; -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; display: none; position: fixed; top: 0.75rem; right: 0.75rem; border: 0; color: #ffffff; font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 0.9rem; font-weight: 900; letter-spacing: 0.075em; padding: 0.375rem 1.25rem; text-transform: uppercase; z-index: 10001;}

#navPanelToggle:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

#navPanelToggle:before {
content: '\f0c9';
margin-right: 0.5rem;
}

#navPanelToggle.alt {
background-color: rgba(255, 255, 255, 0.875);
box-shadow: 0 0.125rem 0.75rem 0 rgba(30, 37, 45, 0.25);
color: #212931;
}

#navPanelToggle.alt:hover {
background-color: #ffffff;
}

@media screen and (max-width: 980px) {
#navPanelToggle {
display: block;
}

}

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

#navPanelToggle {
font-size: 0.8rem;
padding: 0.25rem 1rem; color:#000;box-shadow: 0 0.125rem 0.75rem 0 rgba(30, 37, 45,0.5)
}

}

#navPanel {
-moz-transform: translateX(20rem);
-webkit-transform: translateX(20rem);
-ms-transform: translateX(20rem);
transform: translateX(20rem);
-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
display: none;
-webkit-overflow-scrolling: touch;
background: #ffffff;
box-shadow: none;
color: #212931;
height: 100%;
max-width: 80%;
overflow-y: auto;
padding: 3rem 2rem;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 20rem;
z-index: 10002;
}

#navPanel .links {
list-style: none;
padding-left: 0;
}

#navPanel .links li {
border-top: solid 2px #eeeeee;
}

#navPanel .links li a {
border-bottom: 0;
display: block;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 0.9rem;
font-size: 0.9rem;
font-weight: 900;
letter-spacing: 0.075em;
padding: 0.75rem 0;
text-transform: uppercase;
}

#navPanel .links li:first-child {
border-top: 0;
}

#navPanel .close {
text-decoration: none;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
-webkit-tap-highlight-color: transparent;
border: 0;
color: #909498;
cursor: pointer;
display: block;
height: 3.25rem;
line-height: 3.25rem;
padding-right: 1.25rem;
position: absolute;
right: 0;
text-align: right;
top: 0;
vertical-align: middle;
width: 7rem;
}

#navPanel .close:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

#navPanel .close:before {
content: '\f00d';
font-size: 1.25rem;
}

#navPanel .close:hover {
color: #212931;
}

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

#navPanel .close {
height: 4rem;
line-height: 4rem;
}

}

@media screen and (max-width: 980px) {
#navPanel {
display: block;
}

}

@media screen and (max-width: 736px) {
#navPanel {
padding: 2.5rem 1.75rem;
}

}

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

body.is-navPanel-visible #wrapper {
opacity: 0.5;
}

body.is-navPanel-visible #navPanel {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
visibility: visible;
}

}

@media screen and (min-width: 980px) {

.slideBox{ width:100%;  overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute;bottom:5px; z-index:1; right:1px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0px; bottom:5px; z-index:1; left:49% }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer; border:1px solid #ccc; border-radius:8px }
.slideBox .hd ul li.on{ background:none; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
}


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

.slideBox{ width:100%;  overflow:hidden; position:relative; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
}

@media screen and (min-width: 980px) {
.icontent{ width:100%; float:left; margin-top:40px;}
.content{ width:1200px; margin:0 auto}
.content_t{ width:1200px; margin:0 auto}
.content_t h1{ font-size:24px; font-weight:normal; text-align:center}
.content_t h2{ font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; text-align:center; font-size:20p;  text-transform:uppercase; padding-top:5px;}

.slideTxtBox{ width:1200px; text-align:left;  }		
.slideTxtBox .hd{width:880px; height:42px; line-height:42px;  position:relative; margin:0 auto}
.slideTxtBox .hd ul{ float:left;  position:absolute; height:42px; }
.slideTxtBox .hd ul li{ margin-right:14px;}
.slideTxtBox .hd ul li a{ width:162px;  height:42px; line-height:42px; text-align:center; font-size:18px; color:#000; font-family:"微软雅黑";float:left; cursor:pointer; background-color:#000; background-color:#e1e2e4}
.slideTxtBox .hd ul li.on a{ width:162px; height:42px;  padding-left:0px; color:#fff; font-size:18px; background-color:#cf1430; border-radius:10px;}
.slideTxtBox .hd span { padding-top:7px;}
.slideTxtBox .bd { width:1200px;padding-top:0px;  margin-top:30px; }		
.slideTxtBox .bd ul{width:1200px; }

.content_c_s{display:none}
.content_cc{width:1200px; margin:0 auto; margin-top:20px;}
.content_c{ width:1200px; margin:0 auto;}
.content_c li{ width:279px; float:left; margin:10px;}
.content_c li img{ width:277px; height:277px;}
.content_c1{ width:277px; border:1px solid #ccc}
.content_c2{ width:279px; height:30px; line-height:30px; text-align:center; line-height:30px}
.content_c3{ width:77px; height:25px; line-height:25px; background-color:#c0130a; margin:0 auto; text-align:center}
.content_c3 a{ color:#fff}


.icontent1{ width:100%; height:435px; background:url(about_bg.jpg) center top no-repeat; float:left; margin-top:40px;}
.content1{ width:1200px; height:435px; margin:0 auto}
.content1_r1{width:110px;height:3px; background-color:#d30b0a; margin-bottom:25px;}
.content1_r{ width:580px; float:right; padding-left:30px;}
.content1_r h1{ font-size:24px; font-weight:bold; margin-top:60px;margin-bottom:5px; }
.content1_r h2{ font-family:Arial, Helvetica, sans-serif; color:#9c9c9c; font-size:25px; margin-bottom:10px;}
.content1_r p{ line-height:27px; font-size:16px; padding-bottom:10px;}
.content1_r span{ width:130px; height:40px; border-radius:5px; border:1px solid #000; display:block; text-align:center; line-height:40px; margin-top:40px;}
.content1_r span a{ display:block; font-size:16px}

.icontent2{ width:100%; height:732px; float:left; margin-top:40px;}
.content2{ width:1167px; height:732px; margin:0 auto; background:url(pro_bg.jpg) center top no-repeat}
.content2 h1{ font-size:18px; text-transform:uppercase; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; font-weight:normal;}
.content2 h2{ text-align:center; font-size:36px; font-weight:normal; padding-top:40px;}

.content2_c{ width:1167px; margin:0 auto}
.content2_c1{ width:390px; float:left}
.content2_c1 h3{ font-size:18px; color:#cc0000; padding-bottom:10px;}
.content2_c11{padding-top:70px;}
.content2_c12{padding-top:315px;}
.content2_c13{padding-top:55px;}
.content2_c14{padding-top:328px;}
.content2_c1 p{ line-height:28px; padding-right:70px;}
.content2_c2{ width:330px; float:right; padding-left:80px;}
.content2_c2 h3{ font-size:18px; color:#cc0000; padding-bottom:10px;}
.content2_c2 p{ line-height:28px; padding-right:30px;}

.icontent3{ width:100%; height:1193px; float:left; background:url(ys_bg.jpg) center top no-repeat;}
.content3{ width:1167px; height:1167px; margin:0 auto}
.content3 h1{ font-size:24px; color:#ff0000; font-style:italic; font-weight:normal; padding-left:375px; letter-spacing:2px; padding-top:70px;}
.content3 p{ font-size:16px; font-style:italic; letter-spacing:2px;}

.icontent4{ display:none}

.icontent5{ width:100%; float:left; background-color:#eee; padding-top:30px; padding-bottom:30px;}
.content5{ width:1200px; margin:0 auto}
.content5 h1{ font-size:24px; text-align:center; font-weight:normal; padding-top:20px;}
.content5 h2{ font-size:24px; text-align:center; font-weight:normal; color:#959595; text-transform:uppercase; padding-bottom:30px;}
.content5_l{ width:566px; float:left; background-color:#fff; padding-bottom:20px;}
.content5_l img{ width:564px; height:325px;}
.content5_l h3{font-weight:normal; font-size: 16px; padding-left:10px; padding-top:8px;}
.content5_l span{ color:#696969; padding-left:10px; float:left; padding-top:5px;}
.content5_l p{ float:left; width:544px; padding-left:10px; padding-right:10px; line-height:24px;}
.content5_r{ width:587px; height:479px; background:url(news_bg.jpg) left top no-repeat; float:right}
.content5_r li{ width:457px; height:115px; margin-bottom:5px; padding-left:110px; padding-right:20px;}
.content5_r h3{font-weight:normal; font-size: 16px; padding-left:10px; padding-top:8px;}
.content5_r span{ color:#696969; padding-left:10px; float:left; padding-top:3px; font-size:10px;}
.content5_r p{ float:left;padding-left:10px; padding-right:10px; line-height:20px;}

.icontent6{ width:100%; float:left; margin-top:40px; padding-bottom:70px;}
.content6{ width:1200px; margin:0 auto}
.content6 h1{ font-size:24px; text-align:center; font-weight:normal; padding-top:20px;}
.content6 h2{ font-size:24px; text-align:center; font-weight:normal; color:#959595; text-transform:uppercase; padding-bottom:30px;}
.content6 ul li{ width:223px; height:87px; float:left; margin:8px;}
.content6 ul li img{ width:223px; height:87px; border:1px solid #cc0000}

.ib_nav{ width:100%; height:56px; background-color:#ba0001; float:left}
.b_nav{ width:1200px; height:56px; margin:0 auto}
.b_nav a{ color:#fff; line-height:56px; padding-left:42px; padding-right:42px; font-size:16px}

.ilink{ width:100%; float:left; margin-top:10px;}
.link{ width:1200px; margin:0 auto; line-height:28px;}
.link a{ padding-left:8px; padding-right:8px;}

.ibottom{ width:100%; height:231px; float:left; background-color:#eeeeee; margin-top:10px;}
.bottom{ width:1200px; margin:0 auto; margin-top:30px; }	
.b1{ width:300px; float:left;}
.b1 h1{ color:#d22020; font-size:20px; letter-spacing:1.5px; padding-top:60px;}
.b1 h2{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  color:#d22020; font-weight:normal}
.b2{ width:450px; float:left; margin-left:60px;}
.b2 p{ line-height:26px; padding-top:30px;}
.b3{ width:280px; float:left; margin-left:40px; padding-top:40px;}
.b3 img{ width:115px; height:115px; float:left; padding-left:10px; padding-right:10px;}
.ibottom1{width:100%; float:left; }
.ibottom1 p{line-height:45px; text-align:center}

.ibanner1{ width:100%; float:left}
}


@media screen and (max-width: 980px) {
.icontent{ width:100%; float:left; margin-top:40px;}
.content{ width:98%; margin:0 auto}
.content_t{ width:100%; margin:0 auto}
.content_t h1{ font-size:24px; font-weight:normal; text-align:center}
.content_t h2{ font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; text-align:center; font-size:20p;  text-transform:uppercase; padding-top:5px;}

.content_cc{display:none}


.content_c_s{ width:100%; margin:0 auto; margin-top:20px;}
.content_c_s li{ width:48%; float:left; margin:1%;}
.content_c1{ width:100%; border:1px solid #ccc}
.content_c1 img{ width:100%}
.content_c2{ width:100%; height:30px; line-height:30px; text-align:center; line-height:30px}
.content_c3{ width:77px; height:25px; line-height:25px; background-color:#c0130a; margin:0 auto; text-align:center}
.content_c3 a{ color:#fff}

.icontent1{ width:100%; background:url(about_bg1.jpg) top center no-repeat; float:left; margin-top:40px;}
.content1{ width:98%; margin:0 auto}
.content1_r{  width:98%; margin:0 auto; padding-bottom:40px;}
.content1_r h1{ font-size:24px; font-weight:normal; text-align:center; padding-top:40px;}
.content1_r h2{ font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; text-align:center; font-size:20p;  text-transform:uppercase; padding-top:5px;}
.content1_r p{ line-height:26px; padding-top:10px;}
.content1_r span{ width:160px; height:40px; margin:0 auto; border-radius:5px; border:1px solid #000; display:block; text-align:center; line-height:40px; margin-top:20px;}
.content1_r span a{ display:block; font-size:16px}


.icontent2{ width:100%; float:left;}
.content2{ width:98%;  margin:0 auto; }
.content2 h2{ font-size:24px; font-weight:normal; text-align:center; padding-top:40px;}
.content2 h1{ font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; text-align:center; font-size:20p;  text-transform:uppercase; padding-top:5px; padding-bottom:40px;}

.content2_c{ width:98%; margin:0 auto}
.content2_c1{ }
.content2_c1 h3{ font-size:18px; color:#cc0000; padding-bottom:10px;}
.content2_c1 p{ line-height:28px;}
.content2_c2{}
.content2_c2 h3{ font-size:18px; color:#cc0000; padding-bottom:10px;}
.content2_c2 p{ line-height:28px;}

.content2_c11{padding-top:0px;}
.content2_c12{padding-top:30px;}
.content2_c13{padding-top:30px;}
.content2_c14{padding-top:30px;}

.ibanner1{ display:none}

.icontent3{ display:none}
.icontent4{ width:100%; float:left}
.content4{ width:98%; margin:0 auto}
.content4 h1{ font-size:24px; color:#ff0000; font-weight:normal; text-align:center; letter-spacing:2px; padding-top:40px; padding-bottom:40px;}
.content4 p{ letter-spacing:2px; padding-bottom:10px; line-height:24px;}


.icontent5{ width:100%; float:left; background-color:#eee}
.content5{ width:98%;  margin:0 auto; }
.content5 h1{ font-size:24px; font-weight:normal; text-align:center; padding-top:40px;}
.content5 h2{ font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; text-align:center; font-size:20p;  text-transform:uppercase; padding-top:5px; padding-bottom:40px;}

.content5_l{ width:100%; background-color:#fff; padding-bottom:20px; margin-bottom:10px; float:left}
.content5_l img{ width:100%;}
.content5_l h3{font-weight:normal; font-size: 16px; padding-left:10px; padding-top:8px; color:#ba0001}
.content5_l span{ color:#696969; padding-left:10px; float:left; padding-top:5px;}
.content5_l p{ float:left; padding-left:10px; padding-right:10px; line-height:24px;}
.content5_r{ width:100%; float:left}
.content5_r li{ width:100%; height:115px; margin-bottom:5px; padding-right:20px; background-color:#fff}
.content5_r h3{font-weight:normal; font-size: 16px; padding-left:10px; padding-top:8px; color:#ba0001; }
.content5_r span{ color:#696969; padding-left:10px; float:left; padding-top:3px; font-size:10px;}
.content5_r p{ float:left;padding-left:10px; padding-right:10px; line-height:20px;}

.icontent6{ width:100%; float:left; }
.content6{ width:98%;  margin:0 auto; }
.content6 h1{ font-size:24px; font-weight:normal; text-align:center; padding-top:40px;}
.content6 h2{ font-family:Arial, Helvetica, sans-serif; color:#8c8c8c; text-align:center; font-size:20p;  text-transform:uppercase; padding-top:5px; padding-bottom:40px;}
.content6 ul li{ width:48%; height:87px; float:left; margin:1%;}
.content6 ul li img{ width:100%; border:1px solid #cc0000}

.ib_nav{ display:none}

.ilink{ display:none}

.ibottom{ width:100%; float:left; background-color:#eeeeee; margin-top:10px; padding-bottom:30px;}
.bottom{ width:1200px; margin:0 auto; margin-top:20px; padding-top:10px;}	
.b1{ display:none}
.b2{ width:450px; margin-left:10px;}
.b2 p{ line-height:26px;}
.b3{ width:280px; margin-left:40px; padding-top:40px;}
.b3 img{ width:115px; height:115px; float:left; padding-left:10px; padding-right:10px;}

.ibottom1{width:100%; float:left; }
.ibottom1 p{line-height:45px; text-align:center}
}



/*--ny--*/
@media screen and (min-width: 980px) {
.iny_banner{ width:100%; float:left}
.iny_t{ width:100%; height:100px; box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1); background-color: rgba(255,255,255,1);border-bottom-color: rgba(214, 214, 214, 1);border-bottom-style: solid; border-bottom-width: 1px; margin-bottom:10px; float: left}
.ny_t{ width:1200px; height:100px; margin:0 auto; text-align:center}
.ny_t a{  line-height: 100px; background-color: #eeeeee; padding-top: 10px; padding-left: 30px; margin-right: 8px;  margin-left: 8px; text-align: center; padding-bottom: 10px; padding-right: 30px; margin-top: 50px;}
.ny_t a:hover{ background-color:#e60012; color:#fff}
.ny_t1{ width:1200px; height:100px; margin:0 auto; line-height:100px; font-size:16px;}
.ny_t1 a{ font-size:16px;}
.iny_content{ width:100%; float:left; padding-top:30px; background:url(ny_content_bg.jpg) center top no-repeat; padding-bottom:50px;}
.ny_content{ width:1200px; margin:0 auto; line-height:26px;}
.ny_content_pc{width:900px;}
.ny_content p{padding-top:10px;}
.ny_content_t h1{ width:1200px; height:35px; line-height:35px; background: url(about_bg.png) center top no-repeat; margin:0 auto; font-size:28px; font-weight:normal; text-align:center; margin-bottom:50px}

.ny_pro{ width:900px; height:420px;}
.ny_pro1{width:420px; float:left}
.ny_pro1 img{ width:420px; height:420px;}
.ny_pro2{ width:460px; float:right; padding-top:60px;}
.ny_pro2 li{ border-bottom:1px solid #ccc; line-height:46px;}
.xianq{ width:900px;height:35px; margin-top:30px; margin-bottom:20px;  border-bottom:1px solid #ccc;}
.xianq p{width:90px; height:35px; line-height:35px;font-size:16px; background-color: #565656; color:#fff; text-align:center; padding:0px;}

.news_hot{width:1200px; margin-top:30px;}
.news_hot li{width:540px;margin-right:60px; float:left }
.news_hot li a{ line-height:28px;}
.news_hot li span{ float:right}

.pro_hot1{display:none}
.pro_hot{width:900px; margin-top:30px;}
.pro_hot li{width:170px; float:left; margin: 0 5px; text-align:center}
.pro_hot li img{width:170px; height:170px; border:1px solid #ccc;margin-botom:5px;}

.news-much{ clear: both; overflow: hidden; margin-top: 20px; }
.news-much h2{ line-height: 36px; font-weight: normal; padding-bottom: 25px; border-bottom: 1px solid #D1DEE6; }
.news-much h2 span{ color: #010101; font-size: 30px; }
.news-much h2 a{ float: right; color: #666; font-size: 14px; }
.news-much h2 a:hover{ text-decoration: underline; }
.news-much ul{ clear: both;; overflow: hidden; margin-left: -5%; margin-top: 40px; }
.news-much ul li{ float: left; width: 45%; padding-bottom: 20px; border-bottom: 1px solid #D1DEE6; margin-left: 5%; margin-bottom: 30px;}
.much-time{ float: left; color: #FFF; font-size: 16px; width: 12%; text-align: center; padding: 10px 0; margin-right: 20px; background-color: #1e51ad; }
.much-time b{ display: block; color: #FFF; font-size: 30px; line-height: 1.1; font-family: Microsoft Yahei; font-weight: normal; margin-bottom: 5px; }
.much-info{ display: block; overflow: hidden; }
.much-info h3{ color: #000; font-size: 18px; font-weight: normal; line-height: 1.2;  margin-bottom: 10px; }
.much-info h3 a{ display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.much-info h3 a:hover{ color: #ed1c24; }
.much-info p{ color: #666; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; }


#prolist{ width:1200px;; margin:auto; overflow:hidden;}
#prolist li{ width:270px; margin:12px; float:left;display:inline;}
#prolist li img{ width:260px; height:260px; padding:2px; margin:2px; border:1px solid #999999;}
#prolist li .proname{ width:260px; height:20px; text-align:center; overflow:hidden;}
#prolist li .proname a{ text-decoration:none;}


}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul{margin-top:40px;}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

@media screen and (max-width: 980px) {
.iny_banner{ width:100%; float:left}
.iny_t{ width:100%;  box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.1); background-color: rgba(255,255,255,1);border-bottom-color: rgba(214, 214, 214, 1);border-bottom-style: solid; border-bottom-width: 1px; margin-bottom:10px; float: left}
.ny_t{ width:99%;margin:0 auto}
.ny_t a{ width:31%; height:40px; line-height:40px; background-color:#eeeeee; margin-top:2%;  margin-bottom:2%; margin-left:1%; margin-right:1%; display:block; float:left; text-align:center}
.ny_t a:hover{ background-color:#e60012; color:#fff}

.ny_t1{ width:100%;  margin:0 auto; line-height:40px; font-size:16px;}
.ny_t1 a{ font-size:16px;}
.iny_content{ width:100%; float:left; padding-top:20px; background:url(ny_content_bg.jpg) center top no-repeat}
.ny_content{ width:96%; margin:0 auto; line-height:26px;}
.ny_content img{width:100%}
.ny_content_pc{width:100%}
.ny_content_t h1{ width:90%; height:35px; line-height:35px; background: url(about_bg.png) center top no-repeat; margin:0 auto; font-size:28px; font-weight:normal; text-align:center; margin-bottom:20px}


.ny_pro{ width:100%; }
.ny_pro1{width:100%; }
.ny_pro1 img{width:100%}
.ny_pro2{display:none}

.xianq{ width:100%;height:35px; margin-bottom:20px; margin-top:20px;  border-bottom:1px solid #ccc;}
.xianq p{width:90px; height:35px; line-height:35px;font-size:16px; background-color: #565656; color:#fff; text-align:center; padding:0px;}

.news_hot{width:100%; margin-top:30px;}
.news_hot li{width:540px;margin-right:60px;}
.news_hot li a{ line-height:28px;}
.news_hot li span{ float:right}

.pro_hot1{width:100%; margin-top:30px;}
.pro_hot1 li{width:46%; float:left; margin: 0 2%; text-align:center}
.pro_hot1 li img{width:100%; border:1px solid #ccc;margin-botom:5px;}
.pro_hot{display:none}

.news-much{ clear: both; overflow: hidden; }
.news-much h2{ line-height: 36px; font-weight: normal; padding-bottom: 6px; border-bottom: 1px solid #D1DEE6; }
.news-much h2 span{ color: #010101; font-size: 20px; }
.news-much h2 a{ float: right; color: #666; font-size: 14px; }
.news-much h2 a:hover{ text-decoration: underline; }
.news-much ul{ clear: both;; overflow: hidden; margin-left: -5%; margin-top: 40px; }
.news-much ul li{width: 100%; padding-bottom: 20px; border-bottom: 1px solid #D1DEE6; margin-left: 5%; margin-bottom: 30px;}
.much-time{ float: left; color: #FFF; font-size: 16px; width: 16%; text-align: center; padding: 8px 0; margin-right: 10px; background-color: #1e51ad; }
.much-time b{ display: block; color: #FFF; font-size: 30px; line-height: 1.1; font-family: Microsoft Yahei; font-weight: normal; margin-bottom: 5px; }
.much-info{ display: block; overflow: hidden; width:75% }
.much-info h3{ color: #000; font-size: 18px; font-weight: normal; line-height: 1.2;  margin-bottom: 10px; }
.much-info h3 a{ display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.much-info h3 a:hover{ color: #ed1c24; }
.much-info p{ color: #666; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; }



#prolist{ width:98%; margin:auto; overflow:hidden;}
#prolist li{ width:46%; margin:2%; float:left;display:inline;}
#prolist li img{ width:100%; border:1px solid #999999;}
#prolist li .proname{ width:100%; height:20px; text-align:center; overflow:hidden;}
#prolist li .proname a{  text-decoration:none;}



}