@charset "utf-8";
/* reset */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select,figure,figcaption{margin:0;padding:0;}
em,i{font-style:normal;}
li {list-style:none;}
a {text-decoration:none;color:inherit;}
a:hover{text-decoration:none;color:inherit;}
a:focus{text-decoration: none;outline: none;}
img {border:none;max-width:100%;max-height:100%;display:inline-block;}
table{border-collapse:collapse;}
input,textarea,button{outline:none;background:#fff;border:none;text-align: left;}
textarea{resize:none;overflow:auto;}
body{font-family:Arial,"Microsoft YaHei";font-size:12px;color: #333;min-width: 1300px;overflow-x:auto;max-width: 1920px;margin: auto;}
body{background: #f8f8f8;font-size: 16px;color: #666;}
html, body {height: 100%;}
/* end reset */

/* public */
.bl{float:left;display:inline-block;}
.br{float:right;display:inline-block;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after{content:'';display: block;height:0;clear: both;visibility:hidden;}
/* .img_box{position: relative;}
.img_box img{ position: absolute; left: 50%;top: 50%; transform: translate(-50%,-50%);} */
.img_box{display:table-cell;vertical-align:middle;text-align:center;}
.img_box img{vertical-align:middle;border:none;max-width:100%;max-height:100%;}
h1,h2,h3,h4,h5{font-weight:normal;}

.main{width:100%; max-width:1300px; margin:0 auto;}

/*.header*/
.topnone{height: 90px;}
.header{top:0;left:0;right:0;z-index:999;width:100%;height:90px;text-align: center;background: #fff;
position: fixed;max-width: 1920px;margin: auto;box-shadow: 0 4px 9px rgba(0,0,0,.04);}
.header .container{min-width: 1300px;}
.header h1{float:left;height: 90px;background: url(../images/logo.png) no-repeat center;width:251px;margin-left: 15px;}
.header h1 a{display: block;width:100%;height:100%;}
.header .nav{height:90px;line-height:90px;overflow: hidden;display:inline-block;}
.header .nav li{float:left;display: block;color: #333;margin:0 30px;position: relative;}
.header .nav li:first-child{margin-left: 0;}
.header .nav li a:hover,.header ul li.on a{color: #e60012;}

.header .lang{height:90px;line-height:90px;float: right;}
.header .lang li.on a{background:#e60012;color: #fff;}
.header .lang li a{border-radius: 100%;padding: 5px;}
.header .lang li{float:left;display: block;color: #000;}
.header .lang li:last-child{margin: 0 20px 0 20px;}

.header .search{background: url(../images/search.png) no-repeat center #f2f2f2;width:90px;height:90px;cursor: pointer;float: right;position: relative;}
.header .menu{background: url(../images/menu.png) no-repeat center #e60012;width:90px;height:90px;cursor: pointer;float: right;position: relative;}

.header .search{background: url(../images/search.png) no-repeat center #f2f2f2;width:90px;height:90px;cursor: pointer;float: right;position: relative;}
.header .menu{transition: .5s;background: url(../images/menu.png) no-repeat center #e60012;width:90px;height:90px;cursor: pointer;float: right;position: relative;}
.header .menu.on{background-image: url(../images/close.png);}

.header .search_form{position: absolute;top: 100%;right: 0;z-index: 200;margin: 0 auto;display: none;text-align: center;background: rgba(0,0,0,.3);}
.header .search_form form{width: 332px;display: inline-block;position: relative;}
.header .search_form input.text{width: 100%;height:50px;text-indent: 10px;background:rgba(255,255,255,.95);font-size: 18px;color: #333;display: inline-block;}
.header .search_form input.submit{right: 12px;top: 0px;width:50px;height:50px;background: url(../images/search.png) no-repeat center;background-size:30px;cursor: pointer;position: absolute;z-index: 99;}
.header .menu_list{position: absolute;top: 100%;right: 0;z-index: 200;margin: 0 auto;display: none;text-align: center;background: #f2f2f2;
background: linear-gradient(to left, #fff 200px,#f2f2f2 200px);}
.header .menu_ul_son{float: right;position: relative;background: #f2f2f2;}
.header .menu_ul{float: right;}
.header .menu_ul li{width: 200px;height: 79px;line-height: 79px;border-bottom: 1px solid #f3f3f3;cursor: pointer;text-align: center;background: url(../images/arrow.png) left 27px center no-repeat #fff;font-size: 17px;color: #333;}
.header .menu_box{padding: 0 42px;width: 400px;display: none;transition: .5s;}
.header .menu_box.on{display: block;}
.header .menu_box h4{line-height: 76px;text-align: left;color: #333;}
.header .menu_box .list{float: right;}
.header .menu_box .list .bg_box{width: 180px;height: 100px;}
.header .menu_box .list p{line-height: 36px;margin-bottom: 22px;}
.header .menu_box .list:nth-child(2n){float: left;}
.header .menu_pro{width:460px;width: 492px;padding: 0 30px;}
.header .menu_pro .hd{line-height: 76px;}
.header .menu_pro .hd li{margin-right:62px;float: left;position: relative;cursor: pointer;}
.header .menu_pro .hd li.on{color: #E60012;}
.header .menu_pro .hd li:first-child:after{content: "|";position: absolute;top:0;right: -31px;pointer-events: none;color: #666;}
.header .menu_pro .bd li .box{float: left;width:140px;margin: 0 12px;}
.header .menu_pro .bd li .img_box{width: 140px;height: 94px;background: #fff;}
.header .menu_pro .bd li p{line-height: 30px;margin-bottom: 8px;font-size: 14px;color:#999;}
.header .menu_pro .more{font-size: 14px;color: #999;text-align: right;margin-top: 20px;padding-bottom:15px;position: absolute;bottom: 0;right:40px;}
.header .menu_pro .bd li{padding-bottom: 20px;}

/*footer*/
.footer{background: #313131;}
.footer1 {padding:35px 0 15px;}
.footer1 .foot_cont {float: right;text-align: right;color: #fff;}
.footer1 .foot_cont h3{font-size:30px;padding-bottom:32px;position: relative;font-weight: bold;}
.footer1 .foot_cont h3:after{width:60px;height:1px;background:#d2d2d2;content:"";position:absolute;right:0;bottom:17px;}
.footer1 .foot_cont .phone{padding-bottom:18px;}
.footer1 .foot_cont span{display: block;font-size:14px;color: #999;padding-top:6px;}

.footer1 .foot_nav {float: left;}
.footer1 .foot_nav dl {float: left;margin-right:84px;}
.footer1 .foot_nav dl:last-child{margin-right:0px;}
.footer1 .foot_nav dl dt{color: #fff;margin-bottom:15px;}
.footer1 .foot_nav dl dd {color:#767676;font-size: 14px;margin-bottom: 12px;}
.footer1 .foot_nav dl dd a:hover{color: #fff;}

.footer2{font-size:14px;color: #767676;line-height:26px;border-top: 1px solid #525252;padding: 22px 0 48px;text-align: center;}
.footer2 a:hover{text-decoration: underline;}

.ohd1,.ohd2,.ohd3,.ohd4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;word-break:break-all;-webkit-line-clamp: 1;}
.ohd2{-webkit-line-clamp: 2;}
.ohd3{-webkit-line-clamp: 3;}
.ohd4{-webkit-line-clamp: 4;}
.flexr,.flexc{display: flex;flex-direction: row;align-items: center;justify-content: center;}
.flexc{flex-direction: column;}
.back_c{background-repeat:no-repeat;background-position:center;background-size:cover;}
.banner img,.banner2 img{display: block;}

.pages{text-align:center;padding:25px 0 55px;font-size: 14px;}
.pages a{display: inline-block;margin: 0 4px;height:34px;line-height: 34px;width:34px;background: #fff;}
.pages .next.on,.pages .prev.on{background: #fff;color: #666;}
.pages .next:hover,.pages .prev:hover{background: #E60012;color: #fff;}
.pages a.on,.pages a:hover{background: #E60012;color: #fff;}
.pages .next,.pages .prev{width: 76px;}

.tit1 {padding: 72px 0 48px;text-align: center;}
.tit1 h2{font-size: 30px;color: #333;position: relative;display: inline-block;}
.tit1 h2:before,.tit1 h2:after{content: "";position: absolute;top:49%;left: -70px;width:40px;height:3px;background:#666;}
.tit1 h2:after{right:-70px;left: unset;}

.nav_box{padding: 35px;background: #fff;}
.nav_box .tit{width: 150px;height: 50px;background: #E60012;line-height: 50px;text-align: center;color: #fff;float: left;margin-right: 110px;position: relative;}
.nav_box .tit:after{width: 1px;height:22px;background: #333333;content:"";position: absolute;top: 14px;right: -55px;}
.nav_box .public_nav{float: left;}
.nav_box .public_nav li{float: left;height: 50px;line-height: 50px;color: #333;margin-right: 56px;font-size: 20px;}
.nav_box .public_nav li a:hover,.nav_box .public_nav li.on a{color: #E60012;}
.breadcrumb{float: right;padding-left:26px;background: url(../images/home_icon.png) no-repeat center left;}
.breadcrumb li{float: left;position: relative;margin-right:20px;height: 50px;line-height: 50px;}
.breadcrumb li a:hover{color: #E60012;}
.breadcrumb li:after{ content: ">";position: absolute;top: 0px;right: -14px;}
.breadcrumb li:last-child:after,.breadcrumb li:first-child:after{display:none;}
.breadcrumb li:first-child{margin-right: 0;}

/* input::-webkit-input-placeholder {color: #888888;} */

/*about*/
.ab_nav{background: #fff;padding: 25px 0;text-align: center;}
.ab_nav li{width:215px;text-align: center;display: inline-block;cursor: pointer;border-right: 1px solid #f1f1f1;
transition: .5s;
background-position: top center;
background-repeat: no-repeat;
background-image:url(../images/ab_nav1.png);
background-size:auto 50px;}
.ab_nav li:last-child{border: none;}
.ab_nav li p{font-size: 14px;padding-top:74px;}
.ab_nav li:nth-child(1):hover,.ab_nav li:nth-child(1).on{background-image: url(../images/ab_nav1on.png);}
.ab_nav li:nth-child(2){background-image: url(../images/ab_nav2.png);}
.ab_nav li:nth-child(2):hover,.ab_nav li:nth-child(2).on{background-image: url(../images/ab_nav2on.png);}
.ab_nav li:nth-child(3){background-image: url(../images/ab_nav3.png);}
.ab_nav li:nth-child(3):hover,.ab_nav li:nth-child(3).on{background-image: url(../images/ab_nav3on.png);}
.ab_nav li:nth-child(4){background-image: url(../images/ab_nav4.png);}
.ab_nav li:nth-child(4):hover,.ab_nav li:nth-child(4).on{background-image: url(../images/ab_nav4on.png);}
.ab_nav li:nth-child(5){background-image: url(../images/ab_nav5.png);}
.ab_nav li:nth-child(5):hover,.ab_nav li:nth-child(5).on{background-image: url(../images/ab_nav5on.png);}
.ab_nav li:nth-child(6){background-image: url(../images/ab_nav6.png);}
.ab_nav li:nth-child(6):hover,.ab_nav li:nth-child(6).on{background-image: url(../images/ab_nav6on.png);}

.about{background: url(../images/ab_bg.png) no-repeat bottom right;background-size: 879px;}
.about .txt{line-height: 30px;}
.about .tag_box{text-align: center;padding: 56px 0 112px;}
.about .tag_box .list{float:left;width:24.8%;position: relative;border-right: 1px solid #e6e6e6;}
.about .tag_box .list:last-child{border-right:none;}
.about .tag_box .list h4{font-size:60px;font-weight:bold;display: inline-block;position: relative;color: #e60012;}
.about .tag_box .list:nth-child(2) h4::after,.about .tag_box .list:nth-child(3) h4::after{position: absolute;content: "";top: -5px;right: -18px;font-size:24px;content: "+";}
.about .tag_box .list:nth-child(3) h4{transform: translateX(-25px);}
.about .tag_box .list:nth-child(3) h4::after{right:-78px;}
.about .tag_box .list:nth-child(3) h4::before{position: absolute;content: "";top:0;left:100%;font-size:60px;content: "W";}
.about .tag_box .list p{padding-top:16px;}

.ab_company{position: relative;margin-bottom: 76px;background: #fff;}
.ab_company .bg_box{width:650px ;height:480px;float: left;}
.ab_company .text_box{width:600px ;height:480px;float: right;}
.ab_company .text_box .tit{display: inline-block;padding:45px 0 20px;border-bottom:3px solid #E60012;font-size: 36px;color: #000;margin-bottom:40px;}
.ab_company .text_box .txt{width: 495px;line-height: 36px;min-height: 216px;}
.ab_company .more{margin-top:25px;width:140px;height:46px;line-height:46px;color:#fff;text-indent:63px;background:#E60012;position: relative;}
.ab_company .more a{display: block;}
.ab_company .more:after{width:15px;height:1px;background:#fff;left: 34px;position: absolute;content: "";top: 49%;}
.ab_company .prev,.ab_company .next{cursor: pointer;width:48px;height: 78px;background: rgba(211,30,46,.8);position: absolute;left: 0;top:186px;text-align: center;line-height:78px;font-size:30px;color:#fff ;font-family: "宋体";}
.ab_company .next{right: 0;left:unset;background: #858585;}


/*course*/
.course{padding: 72px 0 20px;margin-bottom: 40px;position: relative;overflow: hidden;}
.course:before{position: absolute;content: "";width: 1px;height: 100%;left: 50%;top: 155px;transform: translateX(-50%);background: url(../images/course_line.png) repeat;background-size: 1px;}
.course .list{margin:0 auto 26px;position: relative;}
.course .list .text{float: left;width: 520px;background: #fff;padding: 0 35px 34px;position: relative;}
.course .list .text:after{position: absolute;content: "";width:100%;height:1px;left:0;bottom:0px;background:#E60012;transform: scale(0);transform-origin: center;}
.course .list .text:hover:after{transform: scale(1);transition:.7s;}
.course .list:nth-child(2n) .text,.course .list:nth-child(2n) .point{float: right;}
.course .list .text:hover + .point i:before{transform: scale(1);}
.course .list .text h4{padding: 36px 0 18px;font-size: 24px;color: #333;}
.course .list .text .txt{font-size: 14px;color: #999;line-height: 24px;}
.course .list .point{float: left;width: 120px;height: 178px;text-align: center;line-height: 178px;}
.course .list .point i{ width: 32px;height: 32px;display: inline-block;position: relative;}
.course .list .point i:before{position: absolute;content: "";width: 32px;height: 32px;left:0;border-radius: 100%;top:0;background:#fccfd2;transform: scale(0);transition:.7s;}
.course .list .point i:after{position: absolute;content: "";width: 14px;height: 14px;left:9px;border-radius: 100%;top:9px;background:#E60012;}

/*culture*/
.cul_pic{padding: 100px 0 90px;}

.culture_list{text-align: center;padding-bottom: 70px;}
.culture_list .list{color: #999;width: 280px;height: 330px;padding-top: 60px;background: #fff;float: left;margin-right: 60px;transition: .5s;cursor: pointer;}
.culture_list .list:nth-child(4n){margin-right: 0;}
.culture_list .list .bg_box{transition: .8s;width: 140px;height: 140px;margin:0 auto 30px;border: 1px solid #f5f5f5;border-radius: 100%;line-height: 140px;position: relative;
background-image: url(../images/cul_icon1.png);
background-repeat: no-repeat;
background-position: center;}
.culture_list .list:hover .bg_box{border-color: #E60012;}
.culture_list .list:nth-child(1):hover .bg_box{background-image: url(../images/cul_icon1on.png);}
.culture_list .list:nth-child(2) .bg_box{background-image: url(../images/cul_icon2.png);}
.culture_list .list:nth-child(2):hover .bg_box{background-image: url(../images/cul_icon2on.png);}
.culture_list .list:nth-child(3) .bg_box{background-image: url(../images/cul_icon3.png);}
.culture_list .list:nth-child(3):hover .bg_box{background-image: url(../images/cul_icon3on.png);}
.culture_list .list:nth-child(4) .bg_box{background-image: url(../images/cul_icon4.png);}
.culture_list .list:nth-child(4):hover .bg_box{background-image: url(../images/cul_icon4on.png);}
.culture_list h4{color: #333;font-size: 24px;}
.culture_list i{font-size: 12px;display: block;padding:6px 0 20px;text-transform: uppercase;color: #333;font-size: 24px;}
.culture_list .txt{font-size: 16px;line-height:30px;}

/*honor*/
.honor_txt{line-height: 36px;color: #666;padding: 50px 0 70px;width: 900px;margin: auto;text-align: center;}

/* .honor {padding:86px 0 70px;} */
.honor{width:1154px;margin: auto;}
.honor .list{width: 266px;height: 192px;float: left;margin: 0 30px 50px 0;background: #fff;cursor: pointer;}
.honor .list:nth-child(4n){margin-right: 0;}
.honor .list .img_box{width: 226px;padding: 20px;height: 152px;}
.honor .list img{transition: .7s;}
.honor .list:hover img{transform: scale(1.1);}

/*tec*/
.tec{width:1154px;margin: auto;padding: 60px 0;}
.tec .list{width: 266px;height: 192px;float: left;margin: 0 30px 50px 0;background: #fff;cursor: pointer;}
.tec .list:nth-child(4n){margin-right: 0;}
.tec .list .img_box{width: 226px;padding: 20px;height: 152px;}
.tec .list img{transition: .7s;}
.tec .list:hover img{transform: scale(1.1);}

/*word*/
.word_txt{line-height: 30px;padding: 72px 0 44px;}

/*pro*/
.pro_banner{overflow: hidden;text-align: center;position: relative;}
.pro_banner .hd{z-index: 2;text-align: center;position: absolute;bottom:13px;width: 100%;}
.pro_banner .hd li{width: 25px;height: 25px;border-radius: 100%;margin: 0 5px;border: 1px solid rgba(0,0,0,0);display: inline-block;position: relative;cursor: pointer;transition: .5s;text-indent: -9999px;}
.pro_banner .hd li:after{position: absolute;top: 8px;left: 8px;background: #fff;border-radius: 100%;width: 9px;height: 9px;content: "";}
.pro_banner .hd li.on{border-color: #fff;}

.pro_nav{margin: 26px auto 36px;background: #fff;width: 1230px;padding: 0 35px;}
.pro_nav li{float: left;height: 60px;line-height: 60px;margin: 0 34px;}
.pro_nav li:first-child{margin: 0;}
.pro_nav li a:hover,.pro_nav li a.on{color: #E60012;}

.pro .list{padding: 36px 44px 20px;margin: 0 30px 38px 0;width: 325px;background: #fff;transition: .7s;float: left;}
.pro .list:nth-child(3n){margin-right: 0;}
.pro .list .img_box{width: 325px;height: 218px;overflow: hidden;}
.pro .list img{transition: .7s;}
.pro .list .text{line-height: 70px;}
.pro .list p{float: left;width:260px;line-height:22px;padding-top:25px;}
.pro .list i{display: block;float: right;font-size: 14px;}
.pro .list:hover .text{color: #E60012;}
.pro .list:hover{box-shadow: 0 7px 13px rgba(131,131,131,.1);}
.pro .list:hover .img_box img{transform: scale(1.1);}
.pro .list a{
	display:block;
}


/*pro_list*/
.pro_list .list{padding:10px 25px 20px;margin: 0 35px 45px 0;width: 360px;background: #fff;transition: .7s;float: left;}
.pro_list .list:nth-child(3n){margin-right: 0;}
.pro_list .list .img_box{width: 360px;height: 218px;overflow: hidden;border-bottom: 1px solid #efefef;}
.pro_list .list img{transition: .7s;}
.pro_list .list .text{position: relative;padding-right: 50px;}
.pro_list .list h4{padding: 17px 0 10px;}
.pro_list .list p{font-size: 12px;color: #999;}
.pro_list .list i{display: block;color: #999;position:absolute;right: 0;bottom: 0;}
.pro_list .list:hover .text{color: #E60012;}
.pro_list .list:hover{box-shadow: 0 7px 13px rgba(131,131,131,.1);}
.pro_list .list:hover .img_box img{transform: scale(1.1);}

/*contact*/
.contact{padding-bottom: 30px;}
.contact .list{padding: 44px 50px;background: #fff;color: #545454;width: 520px;float: left;margin-bottom: 40px;}
.contact .list h3{margin-bottom: 28px;line-height:36px;height: 80px;border-bottom: 1px solid #ececec;font-size: 26px;}
.contact .list li{padding-left: 44px;background-image: url(../images/con_icon1.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 20px;line-height: 24px;margin-bottom: 15px;}
.contact .list:nth-child(2n){float: right;}
.contact .list li:nth-child(2){background-image: url(../images/con_icon2.png);}
.contact .list li:nth-child(3){background-image: url(../images/con_icon3.png);}
.contact .list li:nth-child(4){background-image: url(../images/con_icon4.png);}

.message form{width:100%;padding-bottom: 50px;}
.message form input:nth-child(4){margin-right: 0;}
.message form select{font-size: 16px;width: 295px;height: 60px;float: left;margin:0 40px 30px 0;line-height:60px;text-indent:22px;outline: none;border: none;color: #666;}
.message form input{font-size: 16px;width: 295px;height: 60px;float: left;margin:0 40px 30px 0;line-height:60px;text-indent:22px;outline: none;}
.message form textarea{font-family: 微软雅黑;font-size: 16px;width:99.9%;height: 288px;float: left;line-height:28px;text-indent:20px;outline: none;padding:20px 0;margin-bottom: 40px;}
.message .btn_box{text-align: center;}
.message .verifyimg,.message .verify,.message .submit{font-size: 16px;vertical-align: top;float: none;width:148px;height:42px;margin:0 20px;display: inline-block;}
.message .verifyimg{background: #ccc;cursor: pointer;}
.message .submit{line-height:42px;vertical-align: top;cursor: pointer;background:#E60012;color: #fff;outline: none;border: none;text-align: center;}

/*job*/
.job_txt{padding-bottom: 80px;line-height: 36px;text-align: center;}

.job{padding-bottom:68px;}
.job_menu{font-size: 16px;color: #fff;background: #8b8c91;font-weight: bold;}
.job_menu p{float: left;height:60px;line-height:60px;width: 25%;text-indent: 16px;}
.job_menu p:last-child{margin-right: 0;}
.job li{margin-top: 10px;}
.job .hd{font-size: 16px;color: #323337;cursor: pointer;background: #f5f5f5;margin-top: 1px;transition: .3s;}
.job .hd.on{background:#E60012;color: #fff;}
.job .hd p{float: left;width:25%;height:60px;line-height:60px;text-indent: 16px;}
.job .hd p:last-child{background: url(../images/add.png) no-repeat center right 115px;}
.job .hd.on p:last-child{background: url(../images/remove.png) no-repeat center right 115px;}
.job .bd{padding:25px 90px 30px;line-height:30px;display: none;background: #fff;}
.job .bd .txt{float: left;padding: 35px 0 20px;width:449px;padding-right: 110px;border-right: 1px solid #efefef;}
.job .bd .txt:nth-child(2){padding-left: 110px;padding-right: 0;border: none;}

/*news*/
.news{padding: 46px 0 0;}
.news .list{width:412px;float: left;margin-right:32px;background: #fff;font-family: 微软雅黑;margin-bottom: 38px;}
.news .list .img_box{height: 260px;overflow: hidden;width: 412px;}
.news .list img{transition: .7s;}
.news .list:hover img{transform: scale(1.1);}
.news .list:nth-child(3n){margin-right: 0;}
.news .list .text_box{padding: 0 31px;}
.news .list .date{color: #646464;padding: 22px 0;}
.news .list .date span{font-size: 36px;}
.news .list h4{margin:0 0 8px 0;color: #333;}
.news .list p{line-height: 18px;font-size: 14px;color: #8e8e8e;}
.news .list .more{display: inline-block;border-top: 1px solid #c6c6c6;color: #8e8e8e;padding: 8px 0 30px 0;margin-top: 28px;}
.news .list a{
	display:block;
}

/*newsv*/
.newsv{padding:50px;background: #fff;width: 1200px;margin:42px auto;}
.newsv .tit{border-bottom: 1px solid #eee;text-align: center;}
.newsv h2{font-size: 24px;line-height:66px;color: #505050;}
.newsv .date{background: url(../images/date.png) no-repeat center left;background-size:20px;display: inline-block;margin-bottom:25px;
font-size: 14px;color: #898989;padding-left: 36px;line-height: 20px;}
.newsv .bshare-custom .share{width: 130px;height: 45px;font-size: 16px;line-height: 45px;text-indent: 25px;
background: url(../images/share.png) left 100px center no-repeat!important;
border: 1px solid #969696;float: right;margin: 36px 0 30px;}.newsv .txt{line-height: 36px;color: #676767;}
.newsv_btn{margin-bottom:50px;text-align: center;}

.newsv_btn .prev,.newsv_btn .next{color: #999;width: 357px;line-height:60px;display:inline-block;padding: 0 48px;background: #fff;height: 60px;}
.newsv_btn .return{color: #999;width: 360px;margin: 0 12px;height: 60px;background:#fff url(../images/return.png) no-repeat left 122px center;line-height:60px;display:inline-block;vertical-align: top;}


/*index*/
.index{width: 100%;height: 100%;}

.index_pagebox{position: absolute;top:33%;right:90px;padding: 24px 0;z-index: 9;}
.indexpage .swiper-pagination-bullet {background: #000;opacity: 1;margin: 10px 0!important;outline: none;width: 2px;height: 2px;transition: .3s;display: block;}
.indexpage .swiper-pagination-bullet-active{height: 100px;}
.indexprev,.indexnext{position: absolute;top:0;left: 50%;width: 10px;height: 10px;cursor: pointer;outline: none;margin-left: -5px;
background: url(../images/top.png) no-repeat center;}
.indexnext{top: unset;bottom:0;left: 50%;background: url(../images/bottom.png) no-repeat center;}
.index-num {position: absolute;width:18px;text-align: center;right:80px;top:66%;z-index:9;}
.index-num p{font-size:18px;color: #000;display: block;}

.banner{width: 100%;height: 100%;}
.focus{position: absolute;bottom: 0;right: 0;background: url(../images/tag_bg.jpg);z-index: 2;color: #fff;}
.focus .tit{width: 150px;float: left;padding: 0 15px; height: 164px;position: relative;background:#e60012;}
.focus .tit i{display: block;padding: 24px 0 10px;}
.focus .tit p{font-size: 30px;}
.focus .tit span{background: url(../images/tag_tit.png) no-repeat center;width:37px;height: 37px;
position: absolute;bottom:20px; left:15px;display: block;
animation:trans 3s infinite ease;}
.focus .tag_box{float: right;text-align: center;width: 856px;height: 136px;padding-top: 28px;}
.focus .tag_box .list{float:left;width:25%;position: relative;background: url(../images/tag_icon.png) no-repeat center top;padding-top:50px;}
.focus .tag_box .list h4{font-size:30px;display: inline-block;position: relative;}
.focus .tag_box .list:nth-child(2) h4::after,.focus .tag_box .list:nth-child(3) h4::after{position: absolute;content: "";top: -5px;right: -18px;font-size:24px;content: "+";}
.focus .tag_box .list:nth-child(3) h4{transform: translateX(-20px);}
.focus .tag_box .list:nth-child(3) h4::after{right:-50px;}
.focus .tag_box .list:nth-child(3) h4::before{position: absolute;content: "";top:0;left:100%;font-size:30px;content: "W";}
.focus .tag_box .list p{padding-top:12px;}

.bannerpage{text-align: left;padding-left:33px;}
.bannerpage .swiper-pagination-bullet{width: 13px;height: 18px;background: none;opacity: 1;margin:0 30px!important;outline: none;position: relative;}
.bannerpage .swiper-pagination-bullet::before{opacity:1;position: absolute;content: "";top:0;left:0;width: 13px;height: 18px;background: url(../images/indexpage.png) no-repeat center;}
.bannerpage .swiper-pagination-bullet::after{opacity:0;position: absolute;content: "";top:-60px;left:0;width: 13px;height: 18px;background: url(../images/indexpageon.png) no-repeat center;}
.bannerpage .swiper-pagination-bullet-active::after{top: 0;opacity: 1;transition: .6s;}
.bannerpage .swiper-pagination-bullet-active::before{opacity: 0;transition:1.2s;}
.bannerpage{bottom:22px!important;}

.ipro{background: #f5f5f5 url(../images/ipro_bg.jpg) no-repeat left center;background-size:auto 100%;}
.ipro .list{width:630px;font-size: 14px;margin: 0 20px;}
.ipro .list .box{overflow: hidden;}
.ipro .list:hover .bg_box{transform: scale(1.1);}
.ipro .list .bg_box{height: 410px;font-size: 30px;color: #fff;line-height: 410px;text-align: center;transition: .7s;}
.ipro .list .text{height: 160px;}
.ipro .list .txt{padding: 20px;background: #fff;line-height: 24px;color: #6b6b6b;float: left;width:430px;height: 120px;}
.ipro .list .more{height: 100%;width: 160px;float: right;background:#E60012 url(../images/arrow2.png) no-repeat top 90px center;text-align: center;line-height:130px;color: #fff;}
.ipro .list:nth-child(2n) .more{background-color:#007ACF;}

.iabout{background-image: url(../images/iab_bg.jpg);}
.iabout .list_box{background: rgba(0,0,0,.5);position: absolute;bottom: 0;width: 100%;text-align: center;color: #fff;}
.iabout .list{float: left;width: 25%;}
.iabout .circle{width: 120px;height: 120px;border-radius: 100%;line-height: 120px;border: 1px solid #fff;margin: 48px auto 24px;}
.iabout .txt{line-height: 24px;font-size: 14px;min-height: 116px;}


.inews{background: #e7e7e7 url(../images/inews_bg.jpg) no-repeat right center;background-size:auto 100%;}
.inews .list{width:412px;margin-right:32px;background: #fff;font-family: 微软雅黑;}
.inews .list .img_box{height: 260px;overflow: hidden;width: 412px;}
.inews .list img{transition: .7s;}
.inews .list:hover img{transform: scale(1.1);}
.inews .list:nth-child(3n){margin-right: 0;}
.inews .list .text_box{padding: 0 31px;}
.inews .list .date{color: #646464;padding: 22px 0;transition: .5s;}
.inews .list .date span{font-size: 36px;}
.inews .list h4{padding:0 0 8px 0;color: #333;}
.inews .list p{line-height: 18px;font-size: 14px;color: #8e8e8e;}
.inews .list .more{color: #8e8e8e;padding: 8px 0 30px 0;margin-top: 28px;position: relative;}
.inews .list .more:before,.inews .list .more:after{content: "";position: absolute;width:40px;top: 0;left: 0;background: #e6e6e6;height: 1px;transition: .7s;}
.inews .list:hover .more:after{width:100%;background: #E60012;}
.inews .list:hover .date{color:#E60012;}

.ifooter{background-image: url(../images/ifoot_bg.jpg);}
.ifooter1 {padding:0 0 100px 0;}
.ifooter1 .foot_cont {float: left;text-align:left;color: #000;}
.ifooter1 .foot_cont h3{font-size:30px;position: relative;font-weight: bold;}
.ifooter1 .foot_cont span{display: block;font-size:14px;color: #545454;padding-top:6px;}

.ifooter1 .foot_nav {float:left;margin-left:70px;}
.ifooter1 .foot_nav dl {float: left;margin-right:40px;}
.ifooter1 .foot_nav dl:last-child{margin-right:0px;}
.ifooter1 .foot_nav dl dt{margin-bottom:15px;}
.ifooter1 .foot_nav dl dd {color:#767676;font-size: 14px;margin-bottom: 12px;}
.ifooter1 .foot_nav dl dd a:hover{color: #fff;}

.ifooter1 ul{float: right;display: inline-block;margin-right: 17px;max-width:435px;}
.ifooter1 ul li{padding-left: 44px;background-image: url(../images/con_icon1.png);
background-repeat: no-repeat;
background-position: left top;
background-size: 20px;line-height: 24px;margin-bottom: 15px;}
.ifooter1 ul li:nth-child(2){background-image: url(../images/con_icon2.png);}
.ifooter1 ul li:nth-child(3){background-image: url(../images/con_icon3.png);}
.ifooter1 ul li:nth-child(4){background-image: url(../images/con_icon4.png);}

.ifooter2{font-size:14px;color: #767676;line-height:26px;border-top: 1px solid #eaeaea;padding: 22px 0 48px;text-align: center;}
.ifooter2 a:hover{text-decoration: underline;}

/*prv*/
.prv_breadcrumb .breadcrumb{float: left;}
.prv_breadcrumb li{height:80px;line-height:80px;}

.prv{background: #fff;}
.prv .img_box{width: 610px;height: 500px;float: left;line-height: 498px;margin-left:40px;}
.prv .text_box{width:550px;height: 500px;margin-right: 60px;color: #333;float: right;}
.prv .text_box h2{font-size:30px;margin: 92px 0 8px;}
.prv .text_box .type{}
.prv .type span{color: #999;}
/* .prv .type .txt{color: #999;} */
.prv .detail{padding:26px 0 40px;margin-top: 30px;border-top: 1px solid #ececec;}
.prv .detail .txt{margin-top: 20px;line-height: 30px;color: #666;}
.prv a{transition: .2s;width:160px;height:40px;line-height:40px;color:#fff;text-align:center;background:#565656;border-radius:50px;display: block;float: left;margin-right: 23px;}
.prv a:hover{background: #E60012;}

.prv_txt{margin: 32px auto 46px;width:1190px;padding: 55px;background: #fff;line-height: 30px;}

.prv_relatepro .tit{line-height: 70px;font-size: 24px;color: #333;}



