@font-face {
    font-family: 'DINLight';
    src: url('../font/DINLight.eot');
    src:
    url('../font/DINLight.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINLight.woff') format('woff'),
    url('../font/DINLight.ttf') format('truetype'),
    url('../font/DINLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCondBold';
    src: url('../font/DINCondBold.eot');
    src:
    url('../font/DINCondBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINCondBold.woff') format('woff'),
    url('../font/DINCondBold.ttf') format('truetype'),
    url('../font/DINCondBold.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: "Microsoft JhengHei","Microsoft Yahei","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:"Microsoft JhengHei", "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft JhengHei","Microsoft Yahei","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 .pic em{ -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);}

.bigimg:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
/*网页限定宽度*/
.w1560{width: 1560px;margin: 0 auto;}
.w1400{width: 1200px;margin: 0 auto;}
.w800{width: 590px;margin: 0 auto;}
.w900{width: 900px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #d20a10;}

.header .menuIcon{width: 60px;height: 38px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;background: url(../images/navIcon.png) no-repeat center;background-size: 50% 50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}


.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header{width: 100%;position: absolute;left: 0;top:0;z-index: 999;background: rgba(0,0,0,0.3);}
.header .w1560{position: relative;}
.header .w1400{position: relative;}
.header .logo{height: 96px;line-height: 96px;position: relative;}
.header .logo a{position: absolute;left: 0;top:0;}
.header .logo a.logo2{opacity: 0;filter: alpha(opacity=0);}
.header .searchBtn{width: 34px;height: 34px;position: absolute;right: 0;top:32px;cursor: pointer;background: url(../images/searchBtn.png) no-repeat center;z-index: 9;}
.header .nav{margin-right: 36px;}
.header .nav .nLi{position: relative;padding: 0 22px;}
.header .nav .nLi h3 a{display: block;padding-bottom: 0px;height: 96px;line-height: 96px;font-size: 18px;color: #ffffff;font-weight: normal;position: relative;}
.header .nav .nLi h3 a:before{content: "";width: 100%;height: 1px;background: #ff0000;position: absolute;left: 0;top: 68px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a{color: #ff0400;}
.header .nav .nLi .navSub{position: absolute;left: 0;top:96px;width: 100%;background: rgba(0,0,0,0.1);text-align: center;display: none;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 15px;color: #fff;line-height: 24px;padding: 8px 3px;}
.header .nav .nLi .navSub ul li a:hover{background: #ff0400;color: #fff;}
.header.fixed{background: #fff;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide .ban_txt { width:100%; height:191px; background:url(../images/ban_txt.png) no-repeat center top; position:absolute; z-index:3;top:300px;}
.banner .swiper-slide{position: relative;overflow: hidden;height:924px;}
.banner .swiper-slide a{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;
-webkit-transform: scale(1.2);transform: scale(1.2);-webkit-transition: all 5s linear;transition: all 5s linear;}
.banner .swiper-slide.swiper-slide-active a{-webkit-transform: scale(1);transform: scale(1);}
.banner .swiper-pagination{bottom: 45px;height: 1px;line-height: 1px;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 58px;height: 1px;background: #ffffff;position: relative;margin: 0 12px;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 0;height: 4px;background: #ff0d00;position: absolute;left: 0;bottom: 0;
-webkit-transition: all 5s linear;transition: all 5s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{width: 100%;}

.ititle{margin-bottom: 36px;text-align: center;}
.ititle h3{font-size: 36px;color: #252525;line-height: 61px;font-weight: 300;}
.ititle h3 span{color: #d20a10;}
.ititle i{display: block;width: 38px;height: 1px;background: #d20a10;margin: 0 auto;}
.ititle h4{font-size: 12px;color: #989898;line-height: 34px;text-transform: uppercase;font-family: "DINLight";font-weight: normal;letter-spacing: 1px;}

.ititle_ind { text-align: center;}
.ititle_ind h5 { font-size: 30px; color: #fff; line-height: 40px; }
.ititle_ind h6 { font-size: 16px; font-weight:normal; font-family:"Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif; color: #b4b9d9; line-height: 38px; text-transform: uppercase; opacity: 0.5; filter: alpha(opacity=50); background:url(../images/bgline.png) no-repeat center 19px; }
.ititle_ind h4 { width:34%; margin:0 auto;font-size: 15px;  text-align:center; font-weight:normal; font-family:"Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif; color: #252525; line-height: 24px; }




.isect1{padding: 24px 0 86px;}
.isect1 .picNews{width: 47.71%;position: relative;}
.isect1 .picNews:before{content: "";width: 86.5%;height: 319px;background: #dddddd;position: absolute;left: -42px;bottom: -36px;left: -6.28%;}
.isect1 .picNews .container{width: 100%;position: relative;z-index: 2;overflow: hidden;
-webkit-box-shadow: 0px 0px 8px 0px rgba(9, 5, 7, 0.37);box-shadow: 0px 0px 8px 0px rgba(9, 5, 7, 0.37);}
.isect1 .picNews .container .swiper-slide a{display: block;}
.isect1 .picNews .container .swiper-slide a .pic{position: relative;overflow: hidden;height: 0;padding-bottom: 415px;}
.isect1 .picNews .container .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .picNews .container .swiper-slide a .date{width: 81px;height: 72px;background: #d20a10;position: absolute;left: 0;top:0;z-index: 2;text-align: center;color: #ffffff;}
.isect1 .picNews .container .swiper-slide a .date b{display: block;padding-top: 8px;font-size: 35px;color: #ffffff;font-weight: bold;line-height: 35px;font-family: "Arial";}
.isect1 .picNews .container .swiper-slide a .date span{display: block;font-size: 14px;line-height: 20px;color: #ffffff;font-weight: bold;}
.isect1 .picNews .container .swiper-slide a .text{padding: 15px 26px 0 22px;background: #ffffff;}
.isect1 .picNews .container .swiper-slide a .text h5{font-size: 18px;line-height: 31px;color: #d20a10;font-weight: normal;}
.isect1 .picNews .container .swiper-slide a .text .more{font-size: 16px;line-height: 54px;color: #999999;padding-right: 25px;position: relative;text-align: right;}
.isect1 .picNews .container .swiper-slide a .text .more::before{content: "";width: 19px;height: 11px;position: absolute;right: 0;top:50%;margin-top: -5px;background: url(../images/arrow1.png) no-repeat right center;}
.isect1 .picNews .container .swiper-slide a:hover .text .more{color: #d20a10;}
.isect1 .picNews .container .swiper-slide a:hover .text .more:before{background-position: left center;}
.isect1 .picNews .container .swiper-pagination{width: auto;bottom: 18px;height: 7px;line-height: 7px;font-size: 0;left: 22px;}
.isect1 .picNews .container .swiper-pagination .swiper-pagination-bullet{width: 7px;height: 7px;background: #e0e0e0;border-radius: 5px;opacity: 1;margin: 0 8px 0 0;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect1 .picNews .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 19px;background: #d20a10;}

.imore{font-size: 16px;color: #d20a10;line-height: 45px;padding-right: 18px;position: relative;}
.imore:before{content: "";width: 13px;height: 13px;position: absolute;right: 0;top:50%;margin-top: -6px;background: url(../images/addIcon.png) no-repeat center;}
.imore:hover:before{-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}

.isect1 .tabWrap{width: 48.92%;}
.isect1 .tabWrap .tabs{margin-bottom: 28px;padding-right: 90px;position: relative;}
.isect1 .tabWrap .tabs ul li{width: 27.2%;height: 45px;box-sizing: border-box;border:1px solid #e0e0e0;margin-left: 9.2%;
font-size: 18px;color: #5f636a;line-height: 43px;text-align: center;}
.isect1 .tabWrap .tabs ul li:first-child{margin-left: 0;}
.isect1 .tabWrap .tabs ul li a{display: block;}
.isect1 .tabWrap .tabs ul li.active,.isect1 .tabWrap .tabs ul li:hover{border-color: #d20a10;color: #d20a10;}
.isect1 .tabWrap .tabs .imore{position: absolute;right: 0;top:0;}
.isect1 .tabWrap .tabs .imore{display: none;}
.isect1 .tabWrap .tabs .imore.imore1{display: block;}
.isect1 .tabWrap .container{width: 100%;position: relative;overflow: hidden;}
.isect1 .tabWrap .container ul li{margin-top: 14px;}
.isect1 .tabWrap .container ul li:first-child{margin-top: 0;}
.isect1 .tabWrap .container ul li a{display: block;height: 100px;background: #eeeeee;padding: 0 194px 0 180px;position: relative;}
.isect1 .tabWrap .container ul li a .date{width: 132px;height: 100%;position: absolute;left: 0;top:0;background: #d20a10;text-align: center;color: #fff;box-sizing: border-box;padding-top: 23px;}
.isect1 .tabWrap .container ul li a .date em{display: block;font-size: 41px;color: #ffffff;line-height: 41px;color: #ffffff;}
.isect1 .tabWrap .container ul li a .date span{display: block;font-size: 14px;line-height: 18px;color: #ffffff;font-weight: 300;text-transform: uppercase;}
.isect1 .tabWrap .container ul li a h5{padding-top: 20px;font-size: 16px;line-height: 30px;color: #383838;height: 60px;overflow: hidden;font-weight: normal;}
.isect1 .tabWrap .container ul li a .more{width: 49px;height: 20px;background: #ed5e62;padding-right: 19px;position: relative;font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;position: absolute;right: 36px;top:50%;margin-top: -10px;}
.isect1 .tabWrap .container ul li a .more:before{content: "";width: 19px;height: 100%;position: absolute;right: 0;top:0;background: #d20a10 url(../images/trangle1.png) no-repeat center;}
.isect1 .tabWrap .container ul li a:before{content: "";width: 2px;height: 48px;background: #dddddd;position: absolute;right: 130px;top:25px;}
.isect1 .tabWrap .container ul li.li2 a .date{background: #ed5e62;}
.isect1 .tabWrap .container ul li a:hover .date{background: #d20a10;}
.isect1 .tabWrap .container ul li a:hover h5{color: #d20a10;}


.isect2{padding: 68px 0 55px;background: url(../images/isect2Bg.jpg) no-repeat center top;background-size: cover;background-attachment: fixed;}
.isect2 .ititle h3,.isect2 .ititle h4{color: #fff;}
.isect2 .ititle i{background: #fff;}

.isect2 .isect2_txt { width:75.5%; font-size:15px; color:#fff; line-height:26px; text-align:center; margin:30px auto 60px;}

.isect2 ul { border: 1px solid rgba(255, 255, 255, 0.2); border-width: 1px 0; padding: 25px 0 25px 32px; margin-bottom: 59px; }
.isect2 ul li { float: left; text-align: center; padding: 0 66px; }
.isect2 ul li em { display: block; line-height: 55px; }
.isect2 ul li em b { font-size: 56px; color: #fff; font-weight:normal;}
.isect2 ul li em i { font-size: 30px; color: #fff; padding-left:5px; }
.isect2 ul li span { display: block; line-height: 24px; font-size: 15px; color: rgba(255, 255, 255, 0.7); }
.isect2 .more { width: 128px; height: 42px; line-height: 42px; text-align: center; border: 1px solid #fff; border-radius: 22px; margin: 0 auto; display: block; position: relative; }
.isect2 .more:hover { background: #e50013; border: 1px solid #d1400c; }
.isect2 .more:hover span { color: #fff; }
.isect2 .more span { font-size: 14px; color: #fff; position: relative; display: block; }



.isect3{padding: 23px 0 73px;position: relative;overflow: hidden;min-height: 696px;}
.isect3 .w1400{position: relative;z-index: 2;}
.isect3 .bg{position: absolute;}
.isect3 .bg1{width: 800px;height: 464px;background: #d20a10;right: 50%;margin-right: 260px;bottom: 0;}
.isect3 .bg2{width: 100%;height: 100%;top:0;left: 50%;margin-left: -258px;background: #fafafa;}
.isect3 .cont,.isect3 .ititle{position: relative;z-index: 2;}
/*.isect3 .cont{background: #ffffff;padding: 64px 0 64px 46px;-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);}*/
.isect3 .cont{position: relative;height: 411px;padding: 64px 0;position: relative;}
.isect3 .cont:before{content: "";width: 100%;height: 100%;background: #ffffff;position: absolute;left: 50%;margin-left: -700px;top:0;
-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);}


.isect3 .textScrll{width: 34.86%;position: relative;overflow: hidden;padding-bottom: 136px;width: 472px;position: absolute;top:64px;right: 50%;margin-right: 185px;}
.isect3 .textScrll .swiper-slide a{display: block;}
.isect3 .textScrll .swiper-slide a h5{margin-bottom: 17px;padding-right: 80px;position: relative;font-size: 20px;line-height: 22px;color: #b6b6b6;font-weight: normal;}
.isect3 .textScrll .swiper-slide a h5 .imore{position: absolute;right: 0;top:0;height: 22px;line-height: 22px;}
.isect3 .textScrll .swiper-slide a h4{margin-bottom: 21px;font-size: 24px;line-height: 39px;color: #d20a10;font-weight: normal;}
.isect3 .textScrll .swiper-slide a p{font-size: 14px;line-height: 24px;color: #6a6a6a;height: 72px;overflow: hidden;margin-bottom: 67px;}
.isect3 .textScrll .swiper-slide a .btn{width: 154px;height: 35px;background: #d20a10;font-size: 15px;color: #ffffff;line-height: 35px;text-align: center;}
.isect3 .textScrll .swiper-button-prev,.isect3 .textScrll .swiper-button-next{width: 37px;height: 37px;left: 0;top:auto;bottom: 0;margin-top: 0;background: #b5b5b5 url(../images/leftArr.png) no-repeat center;}
.isect3 .textScrll .swiper-button-next{background-image: url(../images/rightArr.png);left: 273px;right: auto;}
.isect3 .textScrll .swiper-button-prev:hover,.isect3 .textScrll .swiper-button-next:hover{background-color: #d20a10;}
.isect3 .textScrll .swiper-pagination{height: 37px;line-height: 37px;bottom: 0;vertical-align: middle;width: 312px;}
.isect3 .textScrll .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #b5b5b5;opacity: 1;margin: 0 15px;}
.isect3 .textScrll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #d20a10;}
.isect3 .picScroll{width: 54.68%;position: relative;overflow: hidden;}

.isect3 .picScroll .swiper-slide{width: 289px;}
.isect3 .picScroll .swiper-slide a{display: block;height: 411px;position: relative;overflow: hidden;}
.isect3 .picScroll .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 105%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .picScroll .swiper-slide a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.isect3 .picScroll .swiper-slide a:hover em{top: -5%;}
.isect3 .picScroll .swiper-slide.on a b{opacity: 1;}

.isect4{padding: 70px 0 42px;background: url(../images/isect4Bg.jpg) no-repeat center bottom;/*background-size: cover;background-attachment: fixed;*/}
.isect4 .cont{padding: 0 55px 0 55px;position: relative;background: url(../images/shadow.png) no-repeat bottom;}
.isect4 .cont .prev,.isect4 .cont .next{width: 33px;height: 39px;position: absolute;top:200px;cursor: pointer;background: url(../images/arrow3.png) no-repeat left top;}
.isect4 .cont .prev{left: 0;}
.isect4 .cont .next{right: 0;background-position: right top;}
.isect4 .cont .prev:hover,.isect4 .cont .next:hover{background-position-y: bottom;}
.isect4 .cont .container{padding: 120px 0 121px;overflow: hidden;}
.isect4 .cont .container .swiper-slide{position: relative;width:32%;transition: 1s;-webkit-transition: 1s;}
/*.isect4 .cont .container .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 100.67%;position: relative;}*/
.isect4 .cont .container .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 100.67%;position: relative;}
.isect4 .cont .container .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 .cont .container .swiper-slide a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0);}
/*.isect4 .cont .container .swiper-slide a i{width: 112%;height: 0;padding-bottom: 20%;background: url(../images/shadow.png) no-repeat center;background-size: 100% 100%;position: absolute;left: -6%;bottom: -30px;opacity: 0;}*/
.isect4 .cont .container .swiper-slide.swiper-slide-active{z-index: 2;transform: scale(1.62);-webkit-transform: scale(1.62);}
.isect4 .cont .container .swiper-slide.swiper-slide-active a i{opacity: 1;-webkit-transition:all 0.3s linear 0.5s;transition:all 0.3s linear 0.5s; }
.isect4 .cont .container .swiper-slide.swiper-slide-active a b{opacity: 0;}


.isect5{padding: 68px 0 55px;background: url(../images/isect5Bg.jpg) no-repeat center top;background-size: cover;background-attachment: fixed;position: relative;margin-bottom: 32px;}
.isect5 .ititle h3,.isect2 .ititle h4{color: #fff;}
.isect5 .ititle i{background: #fff;}

.isect5 .isect3_txt { width:34%; font-size:15px; color:#fff; line-height:26px; text-align:center; margin:30px auto 40px;}


.isect5 .w1400{padding: 0 60px;position: relative;}
.isect5 .swiper-button-prev,.isect5 .swiper-button-next{width:27px;height: 54px;position: absolute;top:50%;margin-top: -75px;}
.isect5 .swiper-button-prev{left: 0;background: url(../images/left1.png) no-repeat center;background-size: 100% 100%;}
.isect5 .swiper-button-next{right: 0;background: url(../images/right1.png) no-repeat center;background-size: 100% 100%;}
.isect5 .container{width: 100%;position: relative;overflow: hidden;}
.prodList .item a{display: block;border:0px solid #ffffff;text-align: center; margin-bottom:30px;}
.prodList .item a .pic{height: 251px;font-size: 0;line-height: 251px;}
.prodList .item a .pic img{max-width: 100%;max-height:100%;}
.prodList .item a:hover .pic img{  -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.prodList .item a .text{padding: 19px 46px 25px;}
.prodList .item a .text h5{font-size: 17px;color: #fff;line-height: 31px;font-weight: normal;}
.prodList .item a .text .desc{font-size: 14px;line-height: 24px;color: #888888;height: 48px;overflow: hidden;margin-bottom: 33px;}
.prodList .item a .text .chief{height: 37px;line-height: 37px;font-size: 18px;color: #3e3a39;}
.prodList .item a .text span{display: block;width: 118px;height: 35px;margin: 0 auto;border:1px solid #ffffff;border-radius: 5px;font-size: 16px;color: #ffffff;display: none;line-height: 35px;}
.prodList .item a:hover{}
.prodList .item a:hover .text h5,
.prodList .item a:hover .text .desc{color: #fff;}
.prodList .item a:hover .text .chief{display: none;}
.prodList .item a:hover .text span{display: block;}
.isect5 .swiper-pagination{bottom: 15px;height: 8px;line-height: 8px;width: 100%;display: none;}
.isect5 .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: #716f6f;margin: 0 3px;opacity: 1;}
.isect5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #dd3348;}



.isect5 .more { width: 128px; height: 42px; line-height: 42px; text-align: center; border: 1px solid #fff; border-radius: 22px; margin: 0 auto; display: block; position: relative; }
.isect5 .more:hover { background: #e50013; border: 1px solid #d1400c; }
.isect5 .more:hover span { color: #fff; }
.isect5 .more span { font-size: 14px; color: #fff; position: relative; display: block; }

/*新闻*/
.isect55{margin: 48px auto 50px;}
.isect55 .h30 { margin-top:33px;}
.isect55 .isect55_1{width: 50%; margin-top:13px;}
.isect55 .isect55_1 .isect55Scroll{width: 100%;position: relative;overflow: hidden;}
.isect55 .isect55_1 .isect55Scroll .swiper-slide a{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 70.8%;}
.isect55 .isect55_1 .isect55Scroll .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect55 .isect55_1 .isect55Scroll .swiper-slide a b{position: absolute;left: 0;top:0;z-index: 2;width: 100%;height: 100%;background: rgba(0,0,0,0.3);opacity: 0;}

.isect55 .isect55_1 .isect55Scroll .swiper-slide a h5{position: absolute;left: 0;bottom: 0;z-index: 3;background: url(../images/gray66.png) repeat;width: 100%;height: 66px;box-sizing: border-box;padding: 0 100px 0 20px;font-size: 20px;color: #ffffff;line-height: 66px;font-weight: normal;}
.isect55 .isect55_1 .isect55Scroll .swiper-slide a:hover em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.isect55 .isect55_1 .isect55Scroll .swiper-slide a:hover b{opacity: 1;}
.isect55 .isect55_1 .isect55Scroll .swiper-pagination{width: auto;left: auto;right: 10px;height: 10px;line-height: 10px;bottom: 25px;z-index: 3;}
.isect55 .isect55_1 .isect55Scroll .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 10px 0 0;opacity: 1;box-sizing: border-box;border:0px solid #fff;border-radius: 50%;background: #fff;}
.isect55 .isect55_1 .isect55Scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #e7150f;}


.isect55 .isect55_2{width: 47%;}
.isect55 .isect55_2 li{height: 112px;border-bottom: 1px solid #e6e6e6;}
.isect55 .isect55_2 li:nth-child(4){border-bottom: 0px solid #e6e6e6;}
.isect55 .isect55_2 li a{display: block;height: 100%;}
.isect55 .isect55_2 li a .date{width: 73px; height:71px;padding-top: 13px;text-align:center; background:#fcfcfd; border:1px solid #e1e9e7; margin-top:13px;}
.isect55 .isect55_2 li a .date em{display: block;height: 34px;font-size: 45px;color: #505050;line-height: 34px; font-family:"DINCondBold";}
.isect55 .isect55_2 li a .date span{display: block;height: 37px;line-height: 37px;font-size:13px;color: #808080;}
.isect55 .isect55_2 li a .text{width: 454px;margin-right: 12px;padding-top: 15px;}
.isect55 .isect55_2 li a .text h5{font-size: 23px;line-height: 40px;color: #2e2e2e;}
.isect55 .isect55_2 li a .text p{font-size: 15px;line-height: 22px;color: #6f6f6f;height: 48px;overflow: hidden;}


.isect55 .isect55_2 li a:hover .text h5 { padding-left:10px;}
.isect55 .isect55_2 li a:hover .date em,
.isect55 .isect55_2 li a:hover .date span,
.isect55 .isect55_2 li a:hover .text h5{color: #e40014;}
.isect55 .isect55_2 li a:hover .text p{color: #444;}

/*新闻END*/

/*底部联系*/
.isect8{padding: 68px 0 55px;background: url(../images/isect8Bg.jpg) no-repeat center top;}
.isect8 .isect3_txt { width:100%; font-size:15px; color:#fff; line-height:26px; text-align:center; margin:20px auto 40px;}
.isect8 .isect8_ewm { width:100%; height:224px; text-align:center;}


.isect8 ul li{width:33.3%;text-align: center;}
.isect8 ul li.li1{margin-left: 0;}
.isect8 ul li .icon{width: 100%;height: 85px;position: relative;box-sizing: border-box;padding-top: 14px;}
.isect8 ul li .icon:before,
.isect8 ul li .icon:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;-webkit-transition:all 0.8s linear;transition:all 0.8s linear;}
.isect8 ul li .icon:before{background: url(../images/isect2Border1.png) no-repeat center top;}
.isect8 ul li .icon:after{background: url(../images/isect2Border2.png) no-repeat center top;opacity: 1;clip:rect(0,50px,0,0);}
.isect8 ul li .icon i{display: block;width: 37px;height:37px;margin: 0 auto;position: relative;}
.isect8 ul li .icon i:before,
.isect8 ul li .icon i:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/isect2Icon.png) no-repeat left top;}
.isect8 ul li .icon i:after{-webkit-transform: scale(0);transform: scale(0);opacity: 0;background-position-y:bottom;}

.isect8 ul li.li2 .icon i:before{background-position:-37px top;}
.isect8 ul li.li3 .icon i:before{background-position:-74px top;}

.isect8 ul li.li2 .icon i:after{background-position:-37px bottom;}
.isect8 ul li.li3 .icon i:after{background-position:-74px bottom;}


.isect8 ul li p{font-size: 15px;line-height:24px;color: #3f3f3f;text-align: center;}
.isect8 ul li a:hover .icon:after{clip:rect(0,300px,300px,0);opacity: 1;}
.isect8 ul li a:hover .icon i:before{-webkit-transform: scale(0);transform: scale(0);opacity: 0;}
.isect8 ul li a:hover .icon i:after{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.isect8 ul li a:hover p{color: #009f26;}

/*底部联系END*/
.footer{background: #009f26;}

.footer .floating2 { position: fixed; right: 0; bottom:10px; z-index: 5; }
.footer .floating2 li { width: 48px;border-radius:50%; background: #017be5; cursor: pointer; margin-bottom: 3px; position: relative; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.footer .floating2 li:hover { background: #e62500; }



.footer .copy{text-align: center;font-size: 15px;color: #fff;line-height: 30px;padding: 22px 0;}
.footer .copy span{margin: 0 10px;}


.floating { position: fixed; right: 0; bottom: 416px; z-index: 5; }
.floating li { width: 48px; background: #017be5; cursor: pointer; margin-bottom: 5px; position: relative; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.floating li:hover { background: #e62500; }
.floating .fl2 span { position: absolute; right: 48px; z-index: -1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.floating .fl2 span img { width: 0; height: 0; }
.floating .fl2:hover span img { width: auto; height: auto; }
.floating .fl3:hover i { right: 48px; }
.floating .fl3 i { display: block; top: 0; background: #e62500; position: absolute; right: -135px; height: 48px; line-height: 48px; font-size: 16px; font-weight: bold; width: 125px; padding-left: 10px; color: #fff; z-index: -1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }

.floating .fl1:hover i { right: 48px; }
.floating .fl1 i { display: block; top: 0; background: #e62500; position: absolute; right: -135px; height: 48px; line-height: 48px; font-size: 16px; font-weight: bold; width: 65px; padding-left: 10px; color: #fff; z-index: -1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }


.goTop{width:48px;height:48px;position: fixed;right: 0%;bottom: 2%;z-index: 9;cursor: pointer;z-index: -1;filter: alpha(opacity=0);opacity: 0;}
.goTop.show{filter: alpha(opacity=100);opacity: 1;z-index: 9;}
.goTop:before,.goTop:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.goTop:before{background: url(../images/goTop.png) no-repeat center;}
.goTop:after{background: url(../images/goTopOn.png) no-repeat center;filter: alpha(opacity=0);opacity: 0;}
.goTop:hover:before{filter: alpha(opacity=0);opacity: 0;}
.goTop:hover:after{filter: alpha(opacity=100);opacity: 1;}


@media screen and (max-width: 1440px){
.isect3 .cont:before{margin-left: -640px;}
.isect3 .textScrll{margin-right: 140px;}
}

@media screen and (max-width: 1420px){
.w1400{width: auto;padding: 0 5%;}
.w1560{width: auto;padding: 0 5%;}
.w800{width: auto;padding: 0 5%;}
.w900{width: auto;padding: 0 5%;}

.header .nav{margin-right: 24px;}
.header .searchBtn{right: 5%;}

.header .logo a img{height: 60px;}
.header .nav .nLi{padding: 0 22px;}
.banner .swiper-slide .ban_txt {    background-size: 30%;}
.index_three ul li a h5 {    padding: 20px 0 12px;}
.index_three ul li a em { margin-top: 1px;}


.header .nav .nLi h3 a { font-size:16px;}

.isect1{padding: 24px 5% 86px;}
.isect1 .tabWrap .tabs ul li{width: 32%;margin-left: 2%;}
.isect1 .tabWrap .container ul li a{padding: 0 150px 0 160px;}
.isect1 .tabWrap .container ul li a:before{right: 126px;}

.isect2 ul li.li2,.isect2 ul li.li4{margin-top: 5%;}
.isect2 ul li a .text{bottom: 5%;}

.isect4 .cont{padding: 0 80px;}

.footer .top .item1{margin-right: 3%;}
.footer .top .item2{margin-right: 3%;}
.footer .top .item3{width: 45%;}
.footer .top ul.list li{line-height: 26px;padding: 7px 0;font-size: 12px;}
.footer .top .item4 li{width: 48%;}
}

@media screen and (max-width: 1340px){
.header .logo a img{height: 50px;}
.header .nav .nLi{padding: 0 26px;}

.isect3 .cont{height: auto;margin: 0 5%;0;background: #fff;padding: 64px 2%;
-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.2);}
.isect3 .cont:before{left: 0;margin-left: 0;display: none;}
.isect3 .textScrll{width: 40%;position: relative;right: 0;top: 0;margin-right: 0; }

.isect55 .isect55_2 li a .date { display:none;}
.isect55 .isect55_2 li a .text { width:90%;}

.footer .title{font-size: 16px;line-height: 36px;margin-bottom: 10px;}
.footer .title span{margin-left: 5px;font-size: 14px;}
.footer .top{padding: 30px 0 20px;}
.footer .top .item1 .logo img{width: 60%;}
}

@media screen and (max-width: 1200px){
.header .nav .nLi{padding: 0 20px;}
.isect4 .cont .prev, .isect4 .cont .next{margin-top: 0;top:42%;}
}

@media screen and (max-width: 1024px){
.header .nav,.header .searchBtn{display: none;}
.header .menuIcon{display: block;}
.banner .swiper-slide{height: auto;}
.banner .swiper-slide a{display: block;position: relative;height: 0;padding-bottom: 62.5%;}


.ititle{margin-bottom: 20px;}
.ititle h3{font-size: 30px;line-height: 45px;margin-bottom: 3px;}

.isect1 .picNews,.isect1 .tabWrap{width: 100%;}
.isect1 .picNews:before{display: none;}
.isect1 .tabWrap{margin-top: 50px;}

.isect2{padding-bottom: 60px;}
.isect2 ul li a .text{padding: 0 12px;}
.isect2 ul li a .text h4{font-size: 18px;line-height: 24px;}
.isect2 ul li a .text h5{margin-bottom: 5px;}

.isect3{min-height: auto;}
.isect3 .picScroll{display: none;}
.isect3 .textScrll{width: 100%;}

.isect4 .cont .container{padding: 30px 0 50px;}
.isect4 .cont .container .swiper-slide.swiper-slide-active a i{bottom: -20px;}


.footer .top .item2{display: none;}
.footer .top .item1{width: 24%;display: none;}
.footer .top .item1 .logo img{width: auto;}
.footer .top .item4{width: 28%;}
.footer .top .item3{width: 60%;}

/*.floating { display: none; }*/
.footer .floating2 { -webkit-transform: scale(0.8);} 
.floating { -webkit-transform: scale(0.8);} 
}

@media screen and (max-width: 768px){
.banner .swiper-pagination{bottom: 24px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 30px;margin: 0 6px;}

.header .logo{height: 80px;line-height: 80px;}
.header .logo a img{height: 40px;}

.ititle h3{font-size: 24px;}

.isect1 .tabWrap .container ul li a{height: 80px;padding: 0 112px 0 120px;}
.isect1 .tabWrap .container ul li a .more{right: 15px;}
.isect1 .tabWrap .container ul li a:before{right: 96px;height: 30px;margin-top: -15px;top:50%;}
.isect1 .tabWrap .container ul li a h5{padding-top: 17px;font-size: 14px;line-height: 24px;height: 48px;}
.isect1 .tabWrap .container ul li a .date{height: 80px;width: 100px;padding-top: 8px;}
.isect1 .tabWrap .container ul li a .date em{font-size: 30px;}
.isect1 .tabWrap .container ul li a .date span{font-size: 12px;}

.isect2 ul li{width: 32%;margin-left: 2%;}
.isect2 ul li.li2, .isect2 ul li.li4{margin-top: 0;}
.isect2 ul li.li4{margin-left: 0;}
.isect2 ul li.li4,.isect2 ul li.li5{margin-top: 10px;}

.isect3{padding-bottom: 40px;}
.isect3 .bg{display: none;}
.isect3 .cont{padding: 40px 5%;}

.isect4{padding-bottom: 30px;}
.isect4 .cont{padding: 0 50px;}
.isect4 .cont .container{padding: 0;}
.isect4 .cont .container .swiper-slide.swiper-slide-active{transform: scale(1);-webkit-transform: scale(1);}
.isect4 .cont .container .swiper-slide a i{display: none;}
.isect4 .cont .prev, .isect4 .cont .next{top:50%;margin-top: -20px;-webkit-transform: scale(0.7);transform: scale(0.7);}
.isect4 .cont .prev{-webkit-transform-origin: 0 50%;transform-origin: 0 50%;}
.isect4 .cont .next{-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;}

.footer .top .item1{display: block;float: none;width: 100%;}
.footer .top .item1 .logo{display: none;}
.footer .top .item1 .select{width: 80%;max-width: 400px;margin: 0 auto 10px;}
.footer .top .item3{width: 100%;text-align: center;float: none;}
.footer .top ul.list li{width: 100%;padding: 5px 0;}
.footer .title{line-height: 30px;}
.footer .title:before{left: 50%;margin-left: -13px;}
.footer .top .item4{width: 200px;float: none;margin: 0 auto;padding-top: 10px;}

.isect55 .isect55_1{width: 100%; margin-top:0px;}
.isect55 .isect55_2{width: 100%;}

.isect55 .isect55_2 li a .date { display:inline;}
.isect55 .isect55_2 li a .text { width:80%;}

.isect55 .isect55_1 .isect55Scroll .swiper-slide a h5 { height: 56px; line-height: 56px; font-size: 16px;}
.isect55 .isect55_2 li a .text h5 { font-size:20px;}

.isect8 { padding: 38px 0 25px;}
.ititle_ind h5 { font-size:22px;}

.isect8 .isect3_txt { font-size:13px;}
.isect8 ul li { width:50%;}
.isect8 ul li:nth-child(3) { display:none;}
.isect8 .isect8_ewm {    height: 204px;}

}

@media screen and (max-width: 468px){
.header{position: absolute;}
.header .logo{height: 66px;line-height: 66px;}	
.header .logo a img{height: 38px;}

.ititle{margin-bottom: 12px;}
.isect1{padding-bottom: 40px;}
.isect1 .picNews .container .swiper-slide a .pic{padding-bottom: 62.12%;}
.isect1 .picNews .container .swiper-slide a .date{width: 60px;height: 58px;}
.isect1 .picNews .container .swiper-slide a .date b{font-size: 24px;line-height: 24px;padding-top: 8px;}
.isect1 .picNews .container .swiper-slide a .date span{font-size: 12px;line-height: 20px;font-weight: normal;}
.isect1 .picNews .container .swiper-slide a .text{padding: 10px 15px 0;}
.isect1 .picNews .container .swiper-slide a .text h5{font-size: 15px;line-height: 25px;}
.isect1 .picNews .container .swiper-slide a .text .more{font-size: 13px;line-height: 40px;}
.isect1 .picNews .container .swiper-pagination{left: 15px;bottom: 15px;}

.isect1 .tabWrap{margin-top: 30px;}
.isect1 .tabWrap .tabs{padding-right: 0;margin-bottom: 15px;}
.isect1 .tabWrap .tabs .imore{display: none !important;}
.isect1 .tabWrap .tabs ul li{height: 40px;line-height: 38px;font-size: 15px;}

.isect1 .tabWrap .container ul li a{padding-right: 20px;padding-left: 90px;}
.isect1 .tabWrap .container ul li a .more{display: none;}
.isect1 .tabWrap .container ul li a .date{width: 75px;}

.isect2 ul li a .text h5{display: none;}
.isect2 ul li a .text h4{font-size: 14px;}
.isect2 ul li a b{opacity: 0.5;}

.isect3{padding-bottom: 20px;}
.isect3 .textScrll{padding-bottom: 100px;}
.isect3 .textScrll .swiper-slide a h5{margin-bottom: 10px;font-size: 16px;}
.isect3 .textScrll .swiper-slide a h5 .imore{font-size: 14px;}
.isect3 .textScrll .swiper-slide a h4{margin-bottom: 20px;font-size: 20px;line-height: 30px;}
.isect3 .textScrll .swiper-slide a p{margin-bottom: 30px;}
.isect3 .textScrll .swiper-pagination{width: 100%;}
.isect3 .textScrll .swiper-button-next{left: auto;right: 0;}

.isect4 .cont{padding: 0 30px;}

.footer .title{padding-bottom: 6px;}
.footer .top{padding: 20px 0 5px;}
.footer .top ul.list li:nth-child(2),.footer .top ul.list li:nth-child(4){display: none;}
.footer .copy{line-height: 24px;padding: 6px 0;}
.footer .copy span{display: block;margin: 0;}
.footer .top .item1 .select{display: none;}

.isect55 .isect55_2 li a .text { width:72%;}


}
