﻿@font-face {
    font-family: 'helvetica_light';
    src: url('../fonts/helvetica-light.eot');
    src:
    url('../fonts/helvetica-light.eot') format('embedded-opentype'),
    url('../fonts/helvetica-light.woff') format('woff'),
    url('../fonts/helvetica-light.ttf') format('truetype'),
    url('../fonts/helvetica-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "SimSun",Arial,sans-serif; resize:none;}
body{font:12px "SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1200{ position:relative; margin:0 auto; width:1200px;}
.con_1200:after{content:""; display:block; height:0; clear:both;}

.header{ position: relative; z-index: 2; width: 100%; min-width: 1200px; height: 80px; box-shadow: 0 4px 4px rgba(0,0,0,0.1); }
.header .logo{ line-height: 80px; }

.header .oa_login{ width: 60px; height: 80px; }
.header .oa_login a{ display: block; width: 100%; height: 100%; background: #f5f5f5; text-align: center; padding-top: 12px; box-sizing: border-box; }
.header .oa_login a span{ display: block; font-family:'Microsoft YaHei'; font-size:12px; color: #333; margin-top: 5px; }
.header .oa_login a:hover{ background: #e2e2e2; }

.header .nav{ padding:0 10px; height:80px; position:relative; z-index:1; font-size: 0; }
.header .nav .nLi{ display: inline-block; width: 98px; height: 80px; position:relative; text-align: center; }
.header .nav .nLi h3{ display: block; width: 100%; height: 100%; }
.header .nav .nLi h3 a{ display: block; width: 100%; height: 100%; padding-top: 20px; box-sizing: border-box; }
.header .nav .nLi h3 b{ line-height: 22px; display: block; font-family:'Microsoft YaHei'; font-size:14px; color: #333; font-weight:normal; }
.header .nav .nLi h3 i{ line-height: 22px; display: block; font-family:'Arial'; font-size:10px; color: #666; font-weight:normal; text-transform: uppercase; }
.header .nav .nLi.on h3{ background: #b41d23; }
.header .nav .nLi.on h3 b,.header .nav .nLi.on h3 i{ color: #fff; }
.header .nav .sub{ display:none; width:100%; left:0; top:80px; position:absolute; background:#d22931; line-height:26px; padding:5px 0; }
.header .nav .sub li{ zoom:1; line-height: 32px; }
.header .nav .sub a{ display:block; width: 100%; font-family:'Microsoft YaHei'; font-size:12px; color: #fff;  }
.header .nav .sub a:hover{ background:#b41d23; }


.banner { width: 100%; min-width: 1200px; height: 400px; overflow: hidden; position: relative; }
/*.banner .hd { position: absolute; left: 0; bottom: 10px; width: 100%; height: 15px; z-index: 1; }
.banner .hd ul { margin: 0 auto; text-align: center; font-size: 0; }
.banner .hd ul li { display: inline-block; *display: inline; *zoom: 1; margin: 0 5px; width:12px; height:12px; background:#fff; border-radius: 50%; cursor: pointer; }
.banner .hd ul li.on { background:#01aafd; }*/
.banner .bd { position: relative; height: 100%; z-index: 0; }
.banner .bd ul { width: 100% !important; height: 400px; overflow: hidden; }
.banner .bd ul li { width: 100% !important; zoom: 1; vertical-align: middle; background-repeat: no-repeat; background-position: center top; }
.banner .bd ul li a { width: 100%; height: 400px; display: block; }
.banner .prev, .banner .next { position: absolute; left: 5%; top: 50%; margin-top: -20px; display: block; width: 32px; height: 40px; background: url(../images/slider-arrow.png) -110px 5px no-repeat; filter: alpha(opacity=50); opacity: 0.5; }
.banner .next { left: auto; right: 5%; background-position: 8px 5px; }
.banner .prev:hover, .banner .next:hover { filter: alpha(opacity=100); opacity: 1; }


.notice{ position: relative; z-index: 3; width:100%; min-width: 1200px; overflow:hidden; height: 40px; margin-top: -40px; background: rgba(0,0,0,0.85); }
.notice h3{ line-height: 40px; font-family:'Microsoft YaHei'; font-size:14px; color: #fff; font-weight: bold; margin-right: 30px; background: url(../images/notice_ico.png) no-repeat left center; padding-left: 24px; }
.notice .bd{ }
.notice .bd .tempWrap{ width:920px !important;  }/* 默认系统会添加1个ul的宽度，如果不合适，你可以用!important强制设置显示宽度，例如默认是2584px的，我现在设置了800px */
.notice .listWrap{ width:99999px; overflow:hidden;   }/* 给ul的外层添加一个足够容纳所有li宽度之和的宽度， */
.notice .list{ float:left;  }
.notice .list li{ height:40px; line-height:40px; float:left; margin-right: 130px; }
.notice .list li a{ font-family:'Microsoft YaHei'; font-size:14px; color: #fff; }
.notice .list li a:hover{ text-decoration: underline; color: #b41d23; }
.notice .more{ line-height: 40px; font-family:'Microsoft YaHei'; font-size:14px; color: #fff; }
.notice .more a:hover{ text-decoration: underline; color: #b41d23; }


.intitle{ position: relative; text-align: center; }
.intitle b{ line-height: 34px; display: block; font-family:'Microsoft YaHei'; font-size:24px; color: #333; font-weight: normal; }
.intitle i{ line-height: 26px; position: relative; display: block; font-family:'helvetica_light'; font-size:18px; color: #666; text-transform: uppercase; letter-spacing: 6px; }
.intitle i:before{ content: ""; width: 66px; height:1px; background: #999; display: inline-block; vertical-align: middle; margin: 0 14px; }
.intitle i:after{ content: ""; width: 66px; height:1px; background: #999; display: inline-block; vertical-align: middle; margin: 0 14px; }

.inproduct{ position: relative; overflow: hidden; margin-top: 50px; }
.inproduct .bd{ margin-top: 30px; }
.inproduct .bd ul{ overflow:hidden; zoom:1; padding-top: 10px !important; }
.inproduct .bd ul li{ float:left; _display:inline; overflow:hidden; width: 240px; height: 336px; border: 1px solid #ccc; margin-left: -1px; }
.inproduct .bd ul li .pic{ width: 100%; height: 206px; text-align:center; overflow:hidden; }
.inproduct .bd ul li .pic img{ max-width:100%; max-height:206px; vertical-align:middle; }
.inproduct .bd ul li .pic:after{content:''; width:0; height:206px; line-height:206px;}
.inproduct .bd ul li .txt{ height: 130px; padding: 10px 20px; box-sizing: border-box; }
.inproduct .bd ul li .txt h5{ width: 100%; line-height: 30px; font-family:'Microsoft YaHei'; font-size:14px; color: #333; font-weight: bold; }
.inproduct .bd ul li .txt p{width: 100%; line-height: 24px; font-family:'Microsoft YaHei'; font-size:12px; color: #666; }
.inproduct .bd ul li .txt span{ float: right; display: block; width: 90px; height: 26px; line-height: 26px; text-align: center; border: 1px solid #ccc; border-radius: 12px; font-family:'Arial'; font-size:12px; color: #666; margin-top: 12px; }
.inproduct .bd ul li:hover{ box-shadow: 0 0 3px 3px #ccc; border: 1px solid #b41d23; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear; -webkit-transform:translateY(-3px); -moz-transform: translateY(-3px); -ms-transform:translateY(-3px); transform:translateY(-3px); }
.inproduct .bd ul li:hover .txt span{ -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear; -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px); border-color: #b41d23; color: #b41d23; }

.inabout{ position: relative; width: 100%; min-width: 1200px; height: 198px; background: #b41d23; margin-top: 50px; }
.inabout .txt{ width: 376px; text-align: right; padding:20px 28px 0 0; box-sizing: border-box; }
.inabout .txt h5{ line-height: 34px; font-family:'Microsoft YaHei'; font-size:24px; color: #fff; font-weight: normal; }
.inabout .txt h6{ line-height: 26px; font-family:'helvetica_light'; font-size:18px; color: #fff; font-weight: normal; text-transform: uppercase; letter-spacing: 6px; }
.inabout .txt p{ height: 60px; line-height: 20px; overflow: hidden; font-family:'Microsoft YaHei'; font-size:12px; color: #fff; text-align: left; margin-top: 10px; }
.inabout .txt span{ line-height: 20px; font-family:'Microsoft YaHei'; font-size:12px; color: #fff; display: inline-block; margin-top: 10px; }
.inabout .txt span a:hover{ text-decoration: underline; }
.inabout .pic{ position: absolute;top: 0; right: 0; width: 50%; padding-left: 223px; height: 100%; background-repeat: no-repeat; background-position: left top; }


.innews{ position: relative; margin-top: 50px; }
.innews .news_pic{ position:relative; width:442px; height:332px; margin-top: 40px; overflow: hidden; }
.innews .news_pic .hd{ height:8px; overflow:hidden; position:absolute; width: 100%; right:0; bottom:50px; z-index:1; font-size: 0; text-align: center; }
.innews .news_pic .hd ul li{ display: inline-block; margin: 0 5px; width:8px; height:8px; background:#fff; border-radius: 50%; cursor:pointer; }
.innews .news_pic .hd ul li.on{ background:#b41d23; }
.innews .news_pic .bd{ position:relative; height:100%; z-index:0;   }
.innews .news_pic .bd li{ position: relative; zoom:1; vertical-align:middle; width:442px; height:332px; overflow: hidden; }
.innews .news_pic .bd li img{ width:100%; height:100%; display:block;  }
.innews .news_pic .bd li p{ position: absolute; left: 0; bottom: 0; width: 100%; height:46px; line-height: 46px; text-align: center; background: url(../images/black80.png); font-family:'Microsoft YaHei'; font-size: 14px; color: #fff; }
.innews .news_pic .prev,
.innews .news_pic .next{ position:absolute; display: block; left:0; top:50%; margin-top:-25px; width:35px; height:60px; background:url(../images/slider-arrow.png) -108px 14px no-repeat #b41d23; filter:alpha(opacity=0);opacity:0; }
.innews .news_pic .next{ left:auto; right:0; background-position:10px 14px; }
.innews .news_pic .prev:hover,
.innews .news_pic .next:hover{ filter:alpha(opacity=100) !important;opacity:1 !important;  }

.innews .news_txt{ width: 688px; margin-top: 40px; }
.innews .news_txt ul li{ margin-top: 40px; }
.innews .news_txt ul li:first-child{ margin-top: 0; }
.innews .news_txt ul li .date{ position: relative; width: 84px; height: 84px; box-sizing: border-box; border: 1px solid #999; }
.innews .news_txt ul li .date:before{ content: ""; position: absolute; top: 30px; left: 30px; width: 44px; height: 44px; background: url(../images/date_line.png) no-repeat; }
.innews .news_txt ul li .date b{ position: absolute; top: 10px; left: 10px; line-height: 30px; font-family:'Microsoft YaHei'; font-size:30px; color: #b41d23; font-weight: normal; }
.innews .news_txt ul li .date i{ position: absolute; bottom: 5px; right: 5px; line-height: 24px; font-family:'Microsoft YaHei'; font-size:18px; color: #808080; font-weight: normal; }
.innews .news_txt ul li .text{ width: 584px; height: 84px; }
.innews .news_txt ul li .text h5{ width: 100%; line-height: 35px; font-family:'Microsoft YaHei'; font-size:16px; color: #333; font-weight: normal; }
.innews .news_txt ul li .text p{ width: 100%; height: 36px; line-height: 18px; overflow: hidden; font-family:'Microsoft YaHei'; font-size:12px; color: #666; font-weight: normal; margin-top: 5px; }
.innews .news_txt ul li a:hover h5,.innews .news_txt ul li a:hover p,.innews .news_txt ul li a:hover .date i{ color: #b41d23; }
.innews .news_txt ul li a:hover .date{ border-color: #b41d23; }


.inproject{ position: relative; width: 100%; min-width: 1200px; margin-top: 50px; background: #f7f7f7; padding-top: 40px; padding-bottom: 50px; }
.inproject .inproject_bg{ position: absolute; left: 0; top: 160px; width: 100%; height: 418px; background-repeat: no-repeat; background-position: center 0; }

.inproject .slideGroup{ width:100%; margin-top: 40px; }
.inproject .slideGroup .parHd{ height:38px; line-height:38px; position:relative; text-align: center; }
.inproject .slideGroup .parHd ul li{ display: inline-block; width: 130px; height: 38px; background: #fff; border: 1px solid #e6e1e1; margin: 0 5px; font-family:'Microsoft YaHei'; font-size:16px; color: #333; cursor:pointer; }
.inproject .slideGroup .parHd ul li.on{ background-color: #b41d23; border-color: #b41d23; color: #fff; }

.inproject .slideGroup .slideBox{ overflow:hidden; zoom:1; margin-top: 50px; position:relative;   }
.inproject .slideGroup .parBd .bd ul{ overflow:hidden; zoom:1; }
.inproject .slideGroup .parBd .bd ul li{ position: relative; margin:0 25px; float:left; _display:inline; overflow:hidden; text-align:center; width: 332px; height: 250px; }
.inproject .slideGroup .parBd .bd ul li img{ width: 100%; height: 100%; }
.inproject .slideGroup .parBd .bd ul li .text{ position: absolute; bottom: -50px; left: 0; width: 100%; height: 50px; line-height: 50px; background: url(../images/gules85.png); padding: 0 20px; box-sizing: border-box; }
.inproject .slideGroup .parBd .bd ul li .text p{ max-width: 210px; font-family:'Microsoft YaHei'; font-size:14px; color: #f7f7f7; }
.inproject .slideGroup .parBd .bd ul li .text span{ font-family:'Microsoft YaHei'; font-size:14px; color: #f7f7f7; }
.inproject .slideGroup .parBd .hd{ text-align: center; font-size: 0; margin-top: 34px; }
.inproject .slideGroup .parBd .hd ul li{ display: inline-block; width: 15px; height: 15px; border-radius: 50%; background: #b2b4ac; margin: 0 8px; cursor: pointer; }
.inproject .slideGroup .parBd .hd ul li.on{ background: #fff; }
.inproject .slideGroup .parBd .bd ul li:hover .text{ bottom: 0; }


.incontact{ text-align: center; margin-top: 40px; }
.incontact h3{ line-height: 40px; font-family:'Microsoft YaHei'; font-size:34px; color: #b41d23; font-weight: bold; }
.incontact h4{ line-height: 30px; font-family:'Arial'; font-size:16px; color: #b41d23; font-weight: normal; }
.incontact h5{ line-height: 40px; font-family:'Microsoft YaHei'; font-size:30px; color: #4f4e4e; font-weight: normal; }
.incontact p{ line-height: 24px; font-family:'Microsoft YaHei'; font-size:12px; color: #666; }

.incontact .bdshare{ margin-top: 40px; }
.incontact .bdshare a{ position: relative; display: inline-block !important; float: none; margin: 0 5px !important; padding: 0 !important; vertical-align: middle; box-sizing: border-box; }
.incontact .bdshare a:hover{ opacity: 1 !important; }
.incontact .bdshare .weixin{ width: 30px; height: 30px; background: url(../images/social_ico.png) no-repeat 0 0; }
.incontact .bdshare .weibo{ width: 30px; height: 30px; background: url(../images/social_ico.png) no-repeat -40px 0; }
.incontact .bdshare .bshare-more{ width: 30px; height: 30px; background: url(../images/social_ico.png) no-repeat -80px 0 !important; }
.incontact .bdshare .weixin:hover{ background-position: 0 -39px; }
.incontact .bdshare .weibo:hover{ background-position: -40px -39px; }
.incontact .bdshare .bshare-more:hover{ background-position: -80px -39px !important; }

.incontact .bdshare .qrcode{ position: absolute; z-index: 10; top: -160px; left: -60px; display: none; }
.incontact .bdshare .qrcode img{ border: 1px solid #ccc; width: 148px; height: 148px; }
.incontact .bdshare .qrcode:after{ content: ""; position: absolute; bottom: -8px; left: 50%; margin-left: -7px; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 8px solid #ccc; }


.footer{ width: 100%; min-width: 1200px; height: 40px; background: #2e2d2d; margin-top: 40px; }
.footer .copyright{ line-height: 40px; font-family:'Microsoft YaHei'; font-size:12px; color: #fff; }
.footer .copyright a:hover{ color: #b41d23; text-decoration: underline; }

.footer .links{ position: relative; width: 200px; height: 24px; margin-top: 8px; }
.footer .links h3:after{ content:">"; position: absolute; right: 10px; top: 0; font-family: 'SimSun'; font-size:13px; color: #a1a1a1; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.footer .links h3{ width: 100%; height: 100%; line-height: 24px; background: #434242; font-family:'Microsoft YaHei'; font-size:12px; color: #a1a1a1; font-weight: normal; padding: 0 10px; box-sizing: border-box; cursor: pointer; }
.footer .links ul{ display: none; position: absolute; bottom: 100%; left: 0; width: 100%; background: #333; padding: 5px 0; max-height: 320px; overflow: auto; }
.footer .links ul li a{ display: block; width: 100%; height: 100%; line-height: 36px; font-family:'Microsoft YaHei'; font-size:12px; color: #fff; padding: 0 10px; box-sizing: border-box; }
.footer .links ul li a:hover{ background: #b41d23; }


.nybanner{ width: 100%; min-width: 1200px; height: 400px; background-repeat: no-repeat; background-position: center 0; }

.nycon{ margin-top: 35px; min-height: 350px; }
.nycon .nyleft{ width: 220px; }
.nycon .nyleft .nymenu{}
.nycon .nyleft .nymenu h3{ width: 100%; height: 66px; line-height: 66px; background: url(../images/nymenu_title_ico.png) no-repeat right bottom #b41d23; font-family:'Microsoft YaHei'; font-size:26px; color: #fff; font-weight: bold; padding-left: 35px; box-sizing: border-box; }
.nycon .nyleft .nymenu ul{ background: #f5f2f2; border-bottom: 3px solid #b41d23; }
.nycon .nyleft .nymenu ul li{ position: relative; width: 100%; height: 50px; line-height: 50px; }
.nycon .nyleft .nymenu ul li a{ display: block; width: 100%; height: 100%; box-sizing: border-box; font-family:'Microsoft YaHei'; font-size:16px; color: #333; padding-left: 35px; }
.nycon .nyleft .nymenu ul li.on a,.nycon .nyleft .nymenu ul li a:hover{ border-left: 3px solid #b41d23; background: url(../images/nymenu_list_ico.png) no-repeat 182px center #fff; color: #b41d23; }
.nycon .nyleft .nymenu ul li.on a:before,.nycon .nyleft .nymenu ul li a:hover:before{ content: ""; position: absolute; left: 4px; top: 0; width: 1px; height: 100%; background: #b41d23; }


.nycon .nyright{ width: 966px; padding-top: 20px; }
.nycon .nyright .nytitle{ height: 44px; border-bottom: 1px solid #ccc; }
.nycon .nyright .nytitle h3{ height: 44px; line-height: 44px; font-family:'Microsoft YaHei'; font-size:24px; color: #b41d23; font-weight: normal; border-bottom: 1px solid #b41d23; }
.nycon .nyright .nytitle .crumbs{ height: 44px; line-height: 44px; font-family:'Microsoft YaHei'; font-size:12px; color: #666; }
.nycon .nyright .nytitle .crumbs a:hover,.nycon .nyright .nytitle .crumbs i{ color: #b98d17; }


.nycon .nyright .list_product{ margin-top: 35px; }
.nycon .nyright .list_product ul li{ float: left; width: 286px; border: 1px solid #f2f2f2; margin: 0 33px 35px 0; }
.nycon .nyright .list_product ul li.li3n{ margin-right: 0; }
.nycon .nyright .list_product ul li .pic{ width: 100%; height: 213px; text-align:center; overflow:hidden; }
.nycon .nyright .list_product ul li .pic a{ display: block; width: 100%; height: 100%; }
.nycon .nyright .list_product ul li .pic a:after{content:''; width:0; height:213px; line-height:213px;}
.nycon .nyright .list_product ul li .pic img{ max-width:100%; max-height:213px; vertical-align:middle; }
.nycon .nyright .list_product ul li .txt{ width: 100%; height: 120px; background: #f2f2f2; padding: 10px 20px; box-sizing: border-box; }
.nycon .nyright .list_product ul li .txt h5{ width: 100%; line-height: 30px; font-family:'Microsoft YaHei'; font-size:14px; color: #333; font-weight: bold; }
.nycon .nyright .list_product ul li .txt p{ width: 100%; line-height: 24px; font-family:'Microsoft YaHei'; font-size:12px; color: #666; }
.nycon .nyright .list_product ul li .txt span{ float: right; display: block; width: 90px; height: 26px; line-height: 26px; text-align: center; border: 1px solid #ccc; border-radius: 12px; font-family:'Arial'; font-size:12px; color: #666; margin-top: 12px; }
.nycon .nyright .list_product ul li .txt span a{ display: block; width: 100%; height: 100%; }
.nycon .nyright .list_product ul li .txt h5 a:hover{ color: #b41d23; }
.nycon .nyright .list_product ul li .txt span:hover{ -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear; -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px); border-color: #b41d23; color: #b41d23; }


.nycon .nyright .list_pictxt{ margin-top: 35px; }
.nycon .nyright .list_pictxt ul li{ padding: 17px 0; border-bottom: 1px dashed #e7e7e7; }
.nycon .nyright .list_pictxt ul li:first-child{ padding-top: 0; }
.nycon .nyright .list_pictxt ul li .pic{ width: 200px; height: 150px; box-sizing: border-box; border: 1px solid #ccc; padding: 2px; overflow: hidden; }
.nycon .nyright .list_pictxt ul li .pic img{ width: 100%; height: 100%; }
.nycon .nyright .list_pictxt ul li .txt{ width: 710px; }
.nycon .nyright .list_pictxt ul li .txt h5{ width: 100%; line-height: 50px; font-family:'Microsoft YaHei'; font-size:16px; color: #333; font-weight: bold; }
.nycon .nyright .list_pictxt ul li .txt p{ width: 100%; height: 54px; line-height: 18px; overflow: hidden; font-family:'Microsoft YaHei'; font-size:12px; color: #666; }
.nycon .nyright .list_pictxt ul li .txt span{ display: block; line-height: 24px; font-family:'Microsoft YaHei'; font-size:14px; color: #b41d23; margin-top: 10px; }

.nycon .nyright .list_pictxt ul li .pic:hover{ border-color: #b41d23; }
.nycon .nyright .list_pictxt ul li .txt h5 a:hover{ color: #b41d23; }
.nycon .nyright .list_pictxt ul li .txt span a:hover{ text-decoration: underline; }



.nycon .nyright .news_point { margin: 35px 0 0 0; }
.nycon .nyright .news_point .art_title { margin-bottom: 20px; text-align: center; border-bottom: 1px solid #e7e7e7; }
.nycon .nyright .news_point .art_title h4 { font-family: "Microsoft Yahei"; font-size: 16px; color: #b41d23; font-weight: bold; }
.nycon .nyright .news_point .art_title .info { margin-top: 15px; margin-bottom: 10px; font-family: "Microsoft Yahei"; font-size: 12px; color: #999; }
.nycon .nyright .news_point .art_title .info span { display: inline-block; margin: 0 60px; }
.nycon .nyright .news_point .art_content { text-align: justify; }
.nycon .nyright .news_point .art_content video{width: 100%;}
.nycon .nyright .news_point .art_content img { max-width: 100%; }
.nycon .nyright .news_point .art_content a:hover,.nycon .nyright .news_point .art_content a *:hover{ color: #2e328d; text-decoration: underline; }
.nycon .nyright .news_point .art_content li{ list-style-type: disc; }
.nycon .nyright .news_point .art_page{ margin-top: 30px; line-height: 20px; font-family: "Microsoft Yahei"; font-size: 14px; color: #666; }
.nycon .nyright .news_point .art_page span{ color: #017337; }
.nycon .nyright .news_point .art_page a:hover{ color: #b41d23; text-decoration: underline; }


.nycon .nyright .list_news{ margin-top: 35px; }
.nycon .nyright .list_news ul li{ height: 50px; line-height: 50px; border-bottom: 1px dashed #e6e6e6; }
.nycon .nyright .list_news ul li a{ max-width: 800px; font-family: "Microsoft Yahei"; font-size: 14px; color: #333; }
.nycon .nyright .list_news ul li a:before{ content: "•"; margin-right: 5px; }
.nycon .nyright .list_news ul li span{ font-family: "Microsoft Yahei"; font-size: 12px; color: #666; }
.nycon .nyright .list_news ul li a:hover{ color: #b41d23; }


.nycon .nyright .list_pic{ margin-top: 35px; }
.nycon .nyright .list_pic ul li{ float: left; width: 286px; height: 263px; padding: 2px; background: #f2f2f2; box-sizing: border-box; margin: 0 36px 35px 0; }
.nycon .nyright .list_pic ul li.li3n{ margin-right: 0; }
.nycon .nyright .list_pic ul li p{ width: 100%; height: 210px; overflow: hidden; }
.nycon .nyright .list_pic ul li p img{ width: 100%; height: 100%; }
.nycon .nyright .list_pic ul li span{ display: block; width: 100%; height: 48px; line-height: 48px; text-align: center; font-family: "Microsoft Yahei"; font-size: 14px; color: #333; }

.nycon .nyright .list_pic ul li:hover{ background: #b41d23; }
.nycon .nyright .list_pic ul li:hover span{ color: #fff; }


.page{ font-size: 0; text-align: center; margin: 30px 0;}
.page a,.page span,.page_input,.page_btn{ display: inline-block; box-sizing:border-box; height: 30px; line-height: 30px; margin: 0 3px 6px; padding: 0 12px; vertical-align: top; font-family:'Microsoft YaHei'; font-size:12px; color: #666; }
.page a{ border: 1px solid #d8d8d8;}
.page .page_input{ width: 50px; margin: 0 5px; padding: 0; border: 1px solid #d8d8d8; background: #fff; text-align: center;}
.page .page_btn{ border: 1px solid #d8d8d8; background: #fff; cursor: pointer;}
.page .active,.page a:hover,.page .page_btn:hover{ background: #b41d23; border-color: #b41d23; color: #fff;}

