@charset "utf-8";
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd{ margin:0; padding:0;  }
body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:1200px; }
img { border:0; vertical-align: middle; max-width:100%;}
ul,ol,li { list-style:none; }
a {text-decoration: none;color: #333;}
a:hover {color: #e62129;}
.clear{ clear: both; }
em{ font-style:normal;}
a{ text-decoration:none; outline:none;}
a:active {star:expression(this.onFocus=this.blur());}
input[type="submit"], input[type="reset"], input[type="button"], button {-webkit-appearance: none;}
select,input, textarea{outline: none;}










@media screen and (min-width: 1200px){
body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:1200px;}
/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0;-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);}
#hd{background: #fff;height: 95px;z-index: 999;width: 1200px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto;}
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:68%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 14px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 15px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: none; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:1200px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:30px; font-weight:normal; line-height:34px;}
.title h2{ font-size:18px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 20px;}
.product-class ul {display: inline-block;vertical-align: baseline;overflow: hidden;}
.product-class li {border: 2px solid #ccc;float: left;margin: 0 10px;outline: none;}
.product-class li:hover {border-color: #c8161d;}
.product-class a {display: block;font-size: 16px;line-height: 30px;padding: 5px 14px;color: #5c5c5c;text-align: center;}
.product-class a:hover {text-decoration: none;color: #c8161d;}
.product-list {margin-top: 40px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 30px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 214px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 23.5%;float: left;margin-left: 2%;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 216px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 16px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:1200px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:40%;}
.abright{ width:55%; float:left;}
.abright .tit h1{ color:#fff; font-size:30px; font-weight:normal;}
.abright .tit h2{ color:#666;font-size:18px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:20px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:30px auto 10px; width:100%;}
.newsleft{ width:48%; float:left; margin:30px auto 0px;}
.newsright{ width:48%; float:right; margin:30px auto 0px;}
.tjimg{ width:35.2%; float:left;}
.tjyc{ width:62%; float:right;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float:left;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ background:#003c7e; width:100%;}
.copyright{ width:1200px; margin:0 auto;}
.copyleft{ width:45%; float:left; padding:40px 0px;}
.copycen{ width:25%; float:left;padding:40px 0px;}
.copyrig{ width: 20%; float:left;padding:80px 0px 0px;}
.copyleft dl{ width:25%; float:left; color:#fff;}
.copyleft dl dt{ color:#fff; font-size:15px; padding-bottom:10px;}
.copyleft dl dd{ width:100%; float:left; line-height:26px;}
.copyleft dl dd a{ color:#f0f0f0;}
.copyleft dl dd a:hover{ color:#d90000;}
.copycen p{ text-align:center; color:#f0f0f0; padding-bottom:10px;}
.copyrig .tel{ background:url(../images/tel.jpg) left center no-repeat; padding-left:25px; color:#f0f0f0}
.copyrig .dh{ font-size:24px; color:#f0f0f0; padding-top:6px;}
.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; margin-top:98px;}
.index_banner ul{overflow:hidden;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%; }
.index_banner li a{display:block;margin:0 auto;}
.index_banner cite{position:absolute;bottom:10px;left:50%;z-index:99;display:block;margin-left:-74px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#d9241b;cursor:default;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:none;}
.flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.slides:after { display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.no-js .slides > li:first-child {display: block;}
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-control-nav{ width: 100%;position:absolute; bottom:5px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li{ margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width:20px; height:3px; display:block; background:#f5f5f5; text-indent: -9999px;cursor: pointer; }
.flex-control-paging li a.flex-active { background:#d9241b; cursor: pointer; }
/*===FlexSlider幻灯片  结束===*/



#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 100px 0;text-align: center;color: #fff;
position: relative; margin-top:98px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size: 50px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 18px;font-weight: bold;}


.nycontent{ width:1200px; margin:20px auto;}

/*左边*/
.nyleft{ width:20%; float:left;}
.nyleft .hd1{  padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 30px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con img{ width:243px; height:95px; overflow:hidden;}
.lx_con p{ position:absolute; top:50px; right:15px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:78%; float:right;}
.nyright .site{ height:30px; line-height:30px;border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right;}
.rightcon{ width:100%; margin:20px auto;}
.rightcon p{ line-height:26px;}




.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b; padding:0 2%; width:10%; text-align:center; float:left;}
.news01_r{ width:84%; float:left; margin-left:2%;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:10px 0px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 50px; color: #a2a2a2; line-height: 50px;}
.list_title { width:100%; font-size:15px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}



.nynewstit{ font-size:18px; text-align:center;}
.nytime{ text-align:center; padding:10px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:26px;}



.nypro { width:100%; height:auto; overflow:hidden; margin-top:28px;}
.nypro li {width:31.33%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:18px; text-align:center;}
.nyproimg{ width:50%; text-align:center; margin:20px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:26px;}
.nyprodet p{ line-height:26px;}


/*留言*/
.conleft{ width:40%; float:left;}
.conrig{ width:60%; float:right;}
.book { padding:10px 0px; width:90%; margin:0 auto;float:left; margin-left:10%;}
.book li {  margin-bottom:16px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:65%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}



}
@media screen and (min-width: 980px) and (max-width:1199px){

	body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:940px;} 

	/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0;}
#hd{background: #fff;height: 95px;z-index: 999;width: 940px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto;}
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:70%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 4px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 10px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: none; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:940px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:30px; font-weight:normal; line-height:34px;}
.title h2{ font-size:18px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 20px;}
.product-class ul {display: inline-block;vertical-align: baseline;overflow: hidden;}
.product-class li {border: 2px solid #ccc;float: left;margin: 0 10px;outline: none;}
.product-class li:hover {border-color: #c8161d;}
.product-class a {display: block;font-size: 16px;line-height: 30px;padding: 5px 14px;color: #5c5c5c;text-align: center;}
.product-class a:hover {text-decoration: none;color: #c8161d;}
.product-list {margin-top: 40px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 0px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 162px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 23.5%;float: left;margin-left: 2%;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 162px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 16px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:940px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:40%;}
.abright{ width:55%; float:right;}
.abright .tit h1{ color:#fff; font-size:30px; font-weight:normal;}
.abright .tit h2{ color:#666;font-size:18px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:20px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:30px auto 10px; width:100%;}
.newsleft{ width:48%; float:left; margin:30px auto 0px;}
.newsright{ width:48%; float:right; margin:30px auto 0px;}
.tjimg{ width:35.2%; float:left;}
.tjyc{ width:62%; float:right;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float:left;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ background:#003c7e; width:100%;}
.copyright{ width:940px; margin:0 auto;}
.copyleft{ width:45%; float:left; padding:40px 0px;}
.copycen{ width:25%; float:left;padding:40px 0px;}
.copyrig{ width: 20%; float:left;padding:80px 0px 0px;}
.copyleft dl{ width:25%; float:left; color:#fff;}
.copyleft dl dt{ color:#fff; font-size:15px; padding-bottom:10px;}
.copyleft dl dd{ width:100%; float:left; line-height:26px;}
.copyleft dl dd a{ color:#f0f0f0;}
.copyleft dl dd a:hover{ color:#d90000;}
.copycen p{ text-align:center; color:#f0f0f0; padding-bottom:10px;}
.copyrig .tel{ background:url(../images/tel.jpg) left center no-repeat; padding-left:25px; color:#f0f0f0}
.copyrig .dh{ font-size:24px; color:#f0f0f0; padding-top:6px;}
.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; margin-top:98px;}
.index_banner ul{overflow:hidden;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%; }
.index_banner li a{display:block;margin:0 auto;}
.index_banner cite{position:absolute;bottom:10px;left:50%;z-index:99;display:block;margin-left:-74px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#d9241b;cursor:default;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:none;}



#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 80px 0;text-align: center;color: #fff;
position: relative; margin-top:98px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size: 40px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 18px;font-weight: bold;}


.nycontent{ width:940px; margin:20px auto;}

/*左边*/
.nyleft{ width:25%; float:left;}
.nyleft .hd1{ padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 25px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con p{ position:absolute; top:40px; right:10px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:73%; float:right;}
.nyright .site{ height:30px; line-height:30px;  border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right;}
.rightcon{ width:100%; margin:20px auto;}
.rightcon p{ line-height:26px;}



.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b; padding:0 2%; width:10%; text-align:center; float:left;}
.news01_r{ width:84%; float:left; margin-left:2%;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:10px 0px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 50px; color: #a2a2a2; line-height: 50px;}
.list_title { width:100%; font-size:15px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}



.nynewstit{ font-size:18px; text-align:center;}
.nytime{ text-align:center; padding:6px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:24px;}



.nypro { width:100%; height:auto; overflow:hidden; margin-top:15px;}
.nypro li {width:31.33%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:18px; text-align:center;}
.nyproimg{ width:50%; text-align:center; margin:20px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:26px;}
.nyprodet p{ line-height:26px;}


/*留言*/
.conleft{ width:40%; float:left;}
.conrig{ width:60%; float:right;}
.book { padding:10px 0px; width:90%; margin:0 auto;float:left; margin-left:10%;}
.book li {  margin-bottom:16px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:65%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}

	
	
}

@media screen and (min-width: 768px) and (max-width:979px){
	
	body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:750px;} 

		/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0; display:none;}
#hd{background: #fff;height: 95px;z-index: 999;width: 940px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto; display:none;}
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:65%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 14px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 10px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: block; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:750px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:24px; font-weight:normal; line-height:34px;}
.title h2{ font-size:16px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 10px;}
.product-class ul {display: inline-block;vertical-align: baseline;overflow: hidden;}
.product-class li {border: 2px solid #ccc;float: left;margin: 0 10px;outline: none;}
.product-class li:hover {border-color: #c8161d;}
.product-class a {display: block;font-size: 16px;line-height: 30px;padding: 5px 14px;color: #5c5c5c;text-align: center;}
.product-class a:hover {text-decoration: none;color: #c8161d;}
.product-list {margin-top: 40px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 0px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 130px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 23.5%;float: left;margin-left: 2%;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 130px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 16px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:750px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:40%;}
.abright{ width:55%; float:right;}
.abright .tit h1{ color:#fff; font-size:24px; font-weight:normal;}
.abright .tit h2{ color:#666;font-size:16px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:20px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:30px auto 10px; width:100%;}
.newsleft{ width:48%; float:left; margin:30px auto 0px;}
.newsright{ width:48%; float:right; margin:30px auto 0px;}
.tjimg{ width:100%; float:left; text-align:center; padding-bottom:10px;}
.tjyc{ width:100%; float:left;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float:left;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ background:#003c7e; width:100%;}
.copyright{ width:750px; margin:0 auto;}
.copyleft{ width:45%; float:left; padding:40px 0px;}
.copycen{ width:25%; float:left;padding:40px 0px;}
.copyrig{ width: 25%; float:left;padding:80px 0px 0px;}
.copyleft dl{ width:25%; float:left; color:#fff;}
.copyleft dl dt{ color:#fff; font-size:15px; padding-bottom:10px;}
.copyleft dl dd{ width:100%; float:left; line-height:26px;}
.copyleft dl dd a{ color:#f0f0f0;}
.copyleft dl dd a:hover{ color:#d90000;}
.copycen p{ text-align:center; color:#f0f0f0; padding-bottom:10px;}
.copyrig .tel{ background:url(../images/tel.jpg) left center no-repeat; padding-left:25px; color:#f0f0f0}
.copyrig .dh{ font-size:24px; color:#f0f0f0; padding-top:6px;}
.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; margin-top:60px;}
.index_banner ul{overflow:hidden;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%; }
.index_banner li a{display:block;margin:0 auto;}
.index_banner cite{position:absolute;bottom:10px;left:50%;z-index:99;display:block;margin-left:-74px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#d9241b;cursor:default;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:none;}




#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 60px 0;text-align: center;color: #fff;
position: relative; margin-top:60px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size: 40px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 18px;font-weight: bold;}


.nycontent{ width:750px; margin:20px auto;}

/*左边*/
.nyleft{ width:25%; float:left;}
.nyleft .hd1{ padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 25px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con p{ position:absolute; top:25px; right:5px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:73%; float:right;}
.nyright .site{ height:30px; line-height:30px; background:#f5f5f5; border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right;}
.rightcon{ width:100%; margin:20px auto;}
.rightcon p{ line-height:26px;}



.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b; padding:0 2%; width:10%; text-align:center; float:left;}
.news01_r{ width:84%; float:left; margin-left:2%;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:10px 0px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 50px; color: #a2a2a2; line-height: 50px;}
.list_title { width:100%; font-size:15px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}



.nynewstit{ font-size:18px; text-align:center;}
.nytime{ text-align:center; padding:6px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:24px;}


.nypro { width:100%; height:auto; overflow:hidden; margin-top:15px;}
.nypro li {width:48%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:18px; text-align:center;}
.nyproimg{ width:50%; text-align:center; margin:20px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:26px;}
.nyprodet p{ line-height:26px;}




/*留言*/
.conleft{ width:100%; float:left;}
.conrig{ width:100%; float:right;}
.book { padding:10px 0px; width:90%; margin:20px auto;float:left; margin-left:10%;}
.book li {  margin-bottom:16px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:65%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}




	

}

@media screen and (min-width: 640px) and (max-width:767px){
	
	body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:600px;} 

/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0; display:none;}
#hd{background: #fff;height: 95px;z-index: 999;width: 940px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto; display:none;}
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:65%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 14px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 10px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: block; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:600px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:24px; font-weight:normal; line-height:34px;}
.title h2{ font-size:16px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 10px;}
.product-class ul {display: inline-block;vertical-align: baseline;overflow: hidden;}
.product-class li {border: 2px solid #ccc;float: left;margin: 0 10px;outline: none;}
.product-class li:hover {border-color: #c8161d;}
.product-class a {display: block;font-size: 16px;line-height: 30px;padding: 5px 14px;color: #5c5c5c;text-align: center;}
.product-class a:hover {text-decoration: none;color: #c8161d;}
.product-list {margin-top: 40px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 0px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 210px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 47.5%;float: left;margin-left: 2%;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 210px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 14px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:600px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:100%;}
.abright{ width:100%; float:left;}
.abright .tit h1{ color:#fff; font-size:24px; font-weight:normal;}
.abright .tit h2{ color:#666;font-size:16px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:10px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:30px auto 10px; width:100%;}
.newsleft{ width:48%; float:left; margin:30px auto 0px;}
.newsright{ width:48%; float:right; margin:30px auto 0px;}
.tjimg{ width:100%; float:left; text-align:center; padding-bottom:10px;}
.tjyc{ width:100%; float:left;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float: left;width: 150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ background:#003c7e; width:100%;}
.copyright{ width:600px; margin:0 auto;}
.copyleft{ width:100%; float:left; padding:30px 0px 0px;}
.copycen{ width:50%; float:left;padding:20px 0px;}
.copyrig{ width: 50%; float:left;padding:40px 0px 0px;}
.copyleft dl{ width:25%; float:left; color:#fff;}
.copyleft dl dt{ color:#fff; font-size:15px; padding-bottom:10px;}
.copyleft dl dd{ width:100%; float:left; line-height:26px;}
.copyleft dl dd a{ color:#f0f0f0;}
.copyleft dl dd a:hover{ color:#d90000;}
.copycen p{ text-align:center; color:#f0f0f0; padding-bottom:10px;}
.copyrig .tel{ background:url(../images/tel.jpg) left center no-repeat; padding-left:25px; color:#f0f0f0}
.copyrig .dh{ font-size:24px; color:#f0f0f0; padding-top:6px;}
.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; margin-top:60px;}
.index_banner ul{overflow:hidden;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%; }
.index_banner li a{display:block;margin:0 auto;}
.index_banner cite{position:absolute;bottom:10px;left:50%;z-index:99;display:block;margin-left:-74px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#d9241b;cursor:default;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:none;}




#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 60px 0;text-align: center;color: #fff;
position: relative; margin-top:60px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size: 30px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 16px;font-weight: bold;}


.nycontent{ width:600px; margin:20px auto;}

/*左边*/
.nyleft{ width:20%; float:left; display:none;}
.nyleft .hd1{ padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 30px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con p{ position:absolute; top:50px; right:15px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:100%; float:left;}
.nyright .site{ height:30px; line-height:30px; background:#f5f5f5; border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right;}
.rightcon{ width:100%; margin:20px auto;}
.rightcon p{ line-height:26px;}



.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b; padding:0 2%; width:10%; text-align:center; float:left;}
.news01_r{ width:84%; float:left; margin-left:2%;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:10px 0px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 50px; color: #a2a2a2; line-height: 50px;}
.list_title { width:100%; font-size:15px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}


.nynewstit{ font-size:18px; text-align:center;}
.nytime{ text-align:center; padding:6px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:24px;}



.nypro { width:100%; height:auto; overflow:hidden; margin-top:15px;}
.nypro li {width:48%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:18px; text-align:center;}
.nyproimg{ width:60%; text-align:center; margin:20px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:26px;}
.nyprodet p{ line-height:26px;}



/*留言*/
.conleft{ width:100%; float:left;}
.conrig{ width:100%; float:right;}
.book { padding:10px 0px; width:90%; margin:20px auto;}
.book li {  margin-bottom:16px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:65%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}

	



}

@media screen and (min-width: 480px) and (max-width:639px){

body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:470px;} 

/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0;display:none;}
#hd{background: #fff;height: 95px;z-index: 999;width: 940px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto; }
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:65%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 14px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 10px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: block; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:470px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:24px; font-weight:normal; line-height:34px;}
.title h2{ font-size:16px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 10px;}
.product-class ul {display: inline-block;vertical-align: baseline;overflow: hidden;}
.product-class li {border: 2px solid #ccc;float: left;margin: 0 10px 10px;outline: none;}
.product-class li:hover {border-color: #c8161d;}
.product-class a {display: block;font-size: 16px;line-height: 30px;padding: 5px 14px;color: #5c5c5c;text-align: center;}
.product-class a:hover {text-decoration: none;color: #c8161d;}
.product-list {margin-top: 40px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 0px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 210px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 47.5%;float: left;margin-left: 2%;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 210px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 14px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:470px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:100%;}
.abright{ width:100%; float:left;}
.abright .tit h1{ color:#fff; font-size:24px; font-weight:normal;}
.abright .tit h2{ color:#666;font-size:16px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:10px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:30px auto 10px; width:100%;}
.newsleft{ width:100%; float:left; margin:10px auto 0px;}
.newsright{ width:100%; float:right; margin:10px auto 0px;}
.tjimg{ width:100%; float:left; text-align:center; padding-bottom:10px;}
.tjimg img{ width:100%;}
.tjyc{ width:100%; float:left;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float: left;width: 200px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ background:#003c7e; width:100%;}
.copyright{ width:470px; margin:0 auto;}
.copyleft{ width:100%; float:left; padding:30px 0px 0px;}
.copycen{ width:50%; float:left;padding:20px 0px;}
.copyrig{ width: 50%; float:left;padding:40px 0px 0px;}
.copyleft dl{ width:25%; float:left; color:#fff;}
.copyleft dl dt{ color:#fff; font-size:15px; padding-bottom:10px;}
.copyleft dl dd{ width:100%; float:left; line-height:26px;}
.copyleft dl dd a{ color:#f0f0f0;}
.copyleft dl dd a:hover{ color:#d90000;}
.copycen p{ text-align:center; color:#f0f0f0; padding-bottom:10px;}
.copyrig .tel{ background:url(../images/tel.jpg) left center no-repeat; padding-left:25px; color:#f0f0f0}
.copyrig .dh{ font-size:24px; color:#f0f0f0; padding-top:6px;}
.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; display:none;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:block;margin-top:60px;}
.flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.slides:after { display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.no-js .slides > li:first-child {display: block;}
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-control-nav{ width: 100%;position:absolute; bottom:5px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li{ margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width:20px; height:3px; display:block; background:#f5f5f5; text-indent: -9999px;cursor: pointer; }
.flex-control-paging li a.flex-active { background:#d9241b; cursor: pointer; }
/*===FlexSlider幻灯片  结束===*/




#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 60px 0;text-align: center;color: #fff;
position: relative; margin-top:60px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size: 30px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 18px;font-weight: bold;}


.nycontent{ width:470px; margin:20px auto;}

/*左边*/
.nyleft{ width:20%; float:left; display:none;}
.nyleft .hd1{padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 30px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con img{ width:243px; height:95px; overflow:hidden;}
.lx_con p{ position:absolute; top:50px; right:15px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:100%; float:left;}
.nyright .site{ height:30px; line-height:30px; background:#f5f5f5; border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right;}
.rightcon{ width:100%; margin:20px auto;}
.rightcon p{ line-height:26px;}



.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b; padding:0 2%; width:10%; text-align:center; float:left;}
.news01_r{ width:84%; float:left; margin-left:2%;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:10px 0px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 50px; color: #a2a2a2; line-height: 50px;}
.list_title { width:100%; font-size:14px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}



.nynewstit{ font-size:18px; text-align:center;}
.nytime{ text-align:center; padding:6px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:24px;}



.nypro { width:100%; height:auto; overflow:hidden; margin-top:15px;}
.nypro li {width:48%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:18px; text-align:center;}
.nyproimg{ width:60%; text-align:center; margin:20px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:26px;}
.nyprodet p{ line-height:26px;}


/*留言*/
.conleft{ width:100%; float:left;}
.conrig{ width:100%; float:right;}
.book { padding:10px 0px; width:90%; margin:20px auto;}
.book li {  margin-bottom:16px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:80%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}




}


@media screen and (min-width: 320px) and (max-width:479px){
	
	body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:320px;} 

/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0; display:none;}
#hd{background: #fff;height: 95px;z-index: 999;width: 940px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto; display:none;}
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:65%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 14px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 10px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: block; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:310px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:18px; font-weight:normal; line-height:30px;}
.title h2{ font-size:14px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 10px; display:none;}
.product-list {margin-top: 10px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 0px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 210px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 100%;float: left;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 210px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 14px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:310px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:100%;}
.abright{ width:100%; float:left;}
.abright .tit h1{ color:#fff; font-size:18px; font-weight:normal; padding-top:10px;}
.abright .tit h2{ color:#666;font-size:14px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:0px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:0px auto 10px; width:100%;}
.newsleft{ width:100%; float:left; margin:10px auto 0px;}
.newsright{ width:100%; float:right; margin:10px auto 0px;}
.tjimg{ width:100%; float:left; text-align:center; padding-bottom:10px;}
.tjimg img{ width:100%;}
.tjyc{ width:100%; float:left;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float: left;width: 150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ display:none;}

.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; display:none;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:block;margin-top:60px;}
.flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.slides:after { display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.no-js .slides > li:first-child {display: block;}
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-control-nav{ width: 100%;position:absolute; bottom:5px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li{ margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width:20px; height:3px; display:block; background:#f5f5f5; text-indent: -9999px;cursor: pointer; }
.flex-control-paging li a.flex-active { background:#d9241b; cursor: pointer; }
/*===FlexSlider幻灯片  结束===*/




#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 50px 0;text-align: center;color: #fff;
position: relative; margin-top:60px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size:30px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 16px;font-weight: bold;}


.nycontent{ width:310px; margin:20px auto;}

/*左边*/
.nyleft{ width:20%; float:left; display:none;}
.nyleft .hd1{  padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 30px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con img{ width:243px; height:95px; overflow:hidden;}
.lx_con p{ position:absolute; top:50px; right:15px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:100%; float:left;}
.nyright .site{ height:30px; line-height:30px; background:#f5f5f5; border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right; display:none;}
.rightcon{ width:100%; margin:10px auto;}
.rightcon p{ line-height:26px;}



.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b; width:100%; text-align:center; float:left;}
.news01_r{ width:100%; float:left; margin-top:10px;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:10px 0px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 30px; color: #a2a2a2; line-height: 40px;}
.list_title { width:100%; font-size:14px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}

	
	
.nynewstit{ font-size:16px; text-align:center;}
.nytime{ text-align:center; padding:6px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:24px;}


.nypro { width:100%; height:auto; overflow:hidden; margin-top:15px;}
.nypro li {width:100%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:16px; text-align:center;}
.nyproimg{ width:100%; text-align:center; margin:10px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:24px;}
.nyprodet p{ line-height:26px;}



/*留言*/
.conleft{ width:100%; float:left;}
.conrig{ width:100%; float:right;}
.book { padding:10px 0px; width:90%; margin:20px auto 0px;float:left; }
.book li {  margin-bottom:5px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:98%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}
.rightcon iframe{ height:250px;}
	
	
	
}




@media screen and (min-width: 280px) and (max-width:319px){
	
	body {  background: #fff; overflow-x: hidden; font-size:13px; color:#333; margin:0 auto; font-family:"微软雅黑"; min-width:280px;} 

/*头部*/
.pcdh {width: 100%; height: 98px;background-color: #fff;z-index: 999;position: fixed;top: 0; display:none;}
#hd{background: #fff;height: 95px;z-index: 999;width: 940px;top: 0;-webkit-transition:.4s;transition:.4s; margin:0 auto; display:none;}
#hd .logo{float: left; padding-top:20px;}
#hd .logo a{display: inline-block;line-height: 95px;}
#hd .logo a img{display: inline-block;vertical-align: middle;}
#nav{float: right; width:65%;}
#nav ul{float: left;}
#nav ul li{ display: inline-block;  margin-right: 14px;position: relative; font-size:15px;}
#nav ul li .a1{display: inline-block;-webkit-transition:.3s; transition:.3s;padding: 40px 10px;}
#nav ul li .a1:hover, #nav ul li.ok .a1{background-color: #c8161d;color: #fff;}
#nav ul li dl{position: absolute;left: 0;top: 120px;border-top: 4px solid #c8161d; width: 235px;background-color: #fff;visibility: hidden;opacity: 0;-webkit-transition:.4s;transition:.4s;z-index: 9999;}
#nav ul li.ok dl{top: 92px;visibility: visible;opacity: 1;z-index: 9999;}
#nav ul li dl dd{line-height: 48px;padding: 0 25px;}
#nav ul li dl dd a{color: #7b7b7b;display: block;border-bottom: 1px solid #e5e5e5;-webkit-transition:.2s;transition:.2s; font-size:13px;}
#nav ul li dl dd:hover{background-color: #c8161d;}
#nav ul li dl dd a:hover{color: #fff;border-bottom-color: #c8161d;}
#nav ul li dl dd:last-child{border-bottom: 0;}

.language{ float:right; height:95px; line-height:95px;}
.language ul li{ background:#013c7e; border-radius:50%; width:32px !important; height:32px !important; text-align:center; color:#fff; line-height:32px;}
.language ul li a{ color:#fff;}
.language ul li a:hover{ color:#c8161d;}




/*手机头部*/
.m-bar{height: 60px;background-color: #fff;}
.logo-m{width: 75%;display: inline-block;float: left;margin-left: 10px;height: 60px;line-height: 60px;}
.logo-m img{ height: 40px;display: inline-block;z-index: 60;vertical-align: middle; padding-top:10px;}
.m-hd{display: block; position: fixed;top: 0; left: 0;width: 100%;box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); z-index: 1000000;}
.m-nav{clear: both;top: 60px;left: 0;width: 100%;}
.m-nav a{display: block;width: 100%;line-height: 40px;text-align: left; border-top: 1px solid #e0e0e0;font-size: 15px; background-color: #fff;padding: 0 20px;text-transform: uppercase;color: #333;}
.m-nav a:hover{ color:#f00}
.m-trigger{ height: 60px; cursor: pointer;width: 60px;float: right;background: url(../images/menu.png) no-repeat center center;background-size: 25px;}
.m-nav{display: none;}
.m-sub{display: none;}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}
.m-lan{text-align: center;}
.m-lan a{display: inline-block;width: 33.333%;text-align: center; float:left; padding:0px !important;}




.content{ width:280px; margin:20px auto;}
.title{ text-align:center;}
.title h1{ color:#013c7e; font-size:18px; font-weight:normal; line-height:30px;}
.title h2{ font-size:14px; text-align:center; color:#666;font-weight:normal; padding:5px 0px;}

.product-class {text-align: center;margin-top: 10px; display:none;}
.product-list {margin-top: 10px;}
.product-list .list-four {display: none;}
.product-list .list-four li {position: relative;margin-bottom: 0px;}
.product-list .list-four a.img-fa {position: relative; border: 0;height: 210px;font-size: 0;}
.product-list .list-four a.list-title {background-color: #fff; color: #5c5c5c;}
.product-list .list-four a.list-title:hover {color: #c8161d;}
.list-four {width: 100%;}
.list-four ul {overflow: hidden;}
.list-four li {width: 100%;float: left;margin-bottom: 20px;}
.list-four li:nth-child(4n+1) {margin-left: 0;}
.list-four a.img-fa {display: block;width: 100%;height: 210px;overflow: hidden;}
.list-four a.img-fa img {width: 100%;height: 100%; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
.list-four a.img-fa:hover img {transform: scale(1.4);-webkit-transform: scale(1.4); -moz-transform: scale(1.4);-o-transform: scale(1.4);}
.list-four a.list-title {display: block;width: 100%;font-size: 14px;line-height: 50px;color: #ffffff;text-align: center; background-color: #184ca0;padding: 0px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
}
.list-four a.list-title:hover {text-decoration: none;color: #ff0000;}



.ind_ab{ background:#3f3f3f; margin:20px auto;}
.indabout{ width:280px; margin:0 auto; padding:40px 0px;}
.ableft{ float:left; width:100%;}
.abright{ width:100%; float:left;}
.abright .tit h1{ color:#fff; font-size:18px; font-weight:normal; padding-top:10px;}
.abright .tit h2{ color:#666;font-size:14px; font-weight:normal; padding:5px 0px;}
.indabcon{ width:100%; margin:0px auto; color:#999; line-height:26px;}
.indabcon .more{ width:100px; height:30px; background:#d90000; text-align:center; line-height:30px; margin:15px 0px;}
.indabcon .more a{ text-align:center; color:#fff;}



.ind_news{ margin:0px auto 10px; width:100%;}
.newsleft{ width:100%; float:left; margin:10px auto 0px;}
.newsright{ width:100%; float:right; margin:10px auto 0px;}
.tjimg{ width:100%; float:left; text-align:center; padding-bottom:10px;}
.tjimg img{ width:100%;}
.tjyc{ width:100%; float:left;}
.tjtit{ font-size:15px; color:#333;}
.tjms{ color:#666; line-height:22px; padding-top:5px;}
.tjtime{ color:#666; padding-top:5px;}
.newslist{ margin:20px auto;}
.newsli{ float: left;width: 150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.time{ float:right;}
.newslist li{ background:url(../images/newsli.jpg) left center no-repeat; padding-left:15px; line-height:30px; color:#666;}
.newslist li a{ color:#666;}
.newslist li a:hover{ color:#d90000;}



.bottom{ display:none;}

.dbcopy{ background:#3f3f3f; width:100%; padding:10px 0px;}
.dbcopy a{ color:#f0f0f0;}
.dbcopy a:hover{ color:#d90000;}
.dbcopy p{ text-align:center; color:#fff; line-height:22px;}



.index_banner{position:relative; display:none;}



/*===FlexSlider幻灯片开始===*/
#banner { margin-bottom:6px; display:block; margin-top:60px;}
.flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 
.flexslider .slides img {width: 100%; display: block;}
.slides:after { display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.no-js .slides > li:first-child {display: block;}
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-control-nav{ width: 100%;position:absolute; bottom:5px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li{ margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width:20px; height:3px; display:block; background:#f5f5f5; text-indent: -9999px;cursor: pointer; }
.flex-control-paging li a.flex-active { background:#d9241b; cursor: pointer; }
/*===FlexSlider幻灯片  结束===*/




#ban-in{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 50px 0;text-align: center;color: #fff;
position: relative; margin-top:60px;}
#ban-in:after{content: ''; position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_disc.png) repeat;}
.type-name{position: relative;z-index: 10;}
.type-name h3{font-size: 30px;font-weight: bold;text-transform: uppercase;}
.type-name h4{font-size: 14px;font-weight: bold;}


.nycontent{ width:280px; margin:20px auto;}

/*左边*/
.nyleft{ width:20%; float:left; display:none;}
.nyleft .hd1{ padding:15px 0; background:#013c7e; text-align:center;}
.nyleft .hd1 a{font:600 30px/40px "微软雅黑"; color:#fff;}
.nyleft .hd1 span{ display:block; text-transform:uppercase; line-height:23px; font-size:14px; color:#fff;}

.q_tpm1{border:1px solid #e1e1e1;}
.menu2{background:#fff;}
.menu2 dd { height:57px; border-bottom:1px solid #e1e1e1;}
.menu2 dd a {font:100 14px/57px "微软雅黑"; display:block; background:url(../images/pli.jpg) 20px center no-repeat; height:57px; padding-left:50px; display:block;}
.menu2 dd a:hover{background:url(../images/plih.jpg) left center no-repeat;}
.menu2 dd a.curbg{background:url(../images/plih.jpg) left center no-repeat;color:#c8161d;}

.lx_con{ height:95px; overflow:hidden; position:relative; margin-top:15px;}
.lx_con img{ width:243px; height:95px; overflow:hidden;}
.lx_con p{ position:absolute; top:50px; right:15px; font-size:18px; color:#cc3539; line-height:30px; font-weight:bold;}

.nyright{ width:100%; float:left;}
.nyright .site{ height:30px; line-height:30px; background:#f5f5f5; border-left:4px solid #d90000; padding-left:10px; font-size:16px;}
.nyright .site p{ height:30px; line-height:30px; padding-right:10px; font-size:14px; float:right; display:none;}
.rightcon{ width:100%; margin:10px auto;}
.rightcon p{ line-height:26px;}



.news01_right{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.news01_z{ font-size:14px; color: #8d8b8b;  width:100%; text-align:center; float:left;}
.news01_r{ width:100%; float:left; margin-top:10px;}
.news01_right ul li{ width:100%; height:auto; overflow:hidden; padding:0px 0px 10px;border-bottom:1px dotted #ccc;}
.news01_right ul li:hover .left_day{ color: #c8161d;}
.news01_right ul li:hover .left_year{ color: #c8161d;}
.news01_right ul li:hover .list_title a{ color: #c8161d;}
.left_day{ display: block; font-size: 30px; color: #a2a2a2; line-height: 40px;}
.list_title { width:100%; font-size:14px;color: #333; font-weight:500;}
.list_p{ width:100%; font-size: 13px; line-height: 24px !important; overflow: hidden; margin-top:5px;}
.list_p a{ color: #999;}	


.nynewstit{ font-size:16px; text-align:center;}
.nytime{ text-align:center; padding:6px 0px; border-bottom:1px #ccc dashed;}
.nynewdet{ margin-top:10px;}
.nynewdet p{ line-height:24px;}	


.nypro { width:100%; height:auto; overflow:hidden; margin-top:15px;}
.nypro li {width:100%; float:left; margin-left:1%; margin-right:1%; margin-bottom:20px;}
.nypro li img { width:98%; padding:2px; border:1px solid #e1e1e1; overflow:hidden;}
.nypro li p{ height:33px; border:1px solid #e1e1e1; border-top:none; padding-left:10px;line-height:33px;font-size:14px; position:relative;}
.nypro li p span{ position:absolute; bottom:0; right:10px;}
.nyprotit{ font-size:16px; text-align:center;}
.nyproimg{ width:100%; text-align:center; margin:10px auto;}
.nyprodet{ width:100%; margin:0 auto; line-height:24px;}
.nyprodet p{ line-height:26px;}


/*留言*/
.conleft{ width:100%; float:left;}
.conrig{ width:100%; float:right;}
.book { padding:10px 0px; width:90%; margin:20px auto 0px;float:left; }
.book li {  margin-bottom:5px; line-height:34px;font-weight: normal;} 
.book label{ float:left; width:100%;}
.book input, .book textarea{ float:left; width:98%;height:28px; line-height:28px;  border:1px solid #a8a8a8; padding-left:10px; }
.book textarea{resize:none; height:120px;line-height:28px;  border:1px solid #a8a8a8; padding-left:10px;}
.book .yzm{ width:20%}
.book .tj{ width:20%; margin:20px auto;}
.book .msbtn {font-family:"微软雅黑"; background:#d90000; color:#fff; text-align:center; border:none; width:67px; height:35px; line-height:35px; cursor:pointer; font-size:16px; font-weight:bold;}
.rightcon iframe{ height:250px;}


	
}
	
	
	
