@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#d70c00;}


/* css */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width: 1710px;margin:0 auto;}
.container .txt{font-size:15px;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:90px 0;font-size:.875em;overflow:hidden;}
.pd120{padding:120px 0;font-sizFe:.875em;overflow:hidden;}
.pd20{padding:30px 0;font-size:.875em;overflow:hidden;}
.pd40{padding:90px 0 30px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}S
.font14{font-size:.875em;}
.gray{background:#efefef;}
/* css */

/* flex */
.flex-middle { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex { display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex-left { display: flex; flex-wrap: wrap; }
.flexStart {display: -webkit-flex;display: flex;justify-content: flex-start;flex-wrap: wrap;}
/* flex */

/* header */
.header{position: fixed;width:100%;z-index:99;left:0;top:0;height:100px;line-height:100px;}
.header .logo{position:absolute;left:0;top:0;} 
.header .logo1{display:block;margin-top: 30px;} 
.header .logo2{display: none;}
.header .nav {padding: 0 300px 0 26%;height:100px;display:flex;justify-content: space-between;}
.header .nav .m{float:left;text-align:center;position:relative;}
.header .nav .m>a{color: #fff;display:block;position:relative;z-index:2;font-size: 18px;font-weight: bold;padding: 0 20px;}
.header .nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:4px;background: #fff;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.header .nav .cur>a,.header .nav .m>a:hover{color: #fff;}
.header .nav .cur>a::after,.header .nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.header .nav .navSub{position:absolute;left:0;top:120%;background: #fff;line-height:35px;width: 150px;color:#333;font-size: 16px;transform: scale(0);transition:top .5s,opacity 0.4s;opacity:0;left:50%;margin-left: -75px;}
.header .nav .navSub li{border-bottom: 1px solid #eee;line-height: 50px;}
.header .nav .navSub a{color:#333;display:block;}
.header .nav .navSub a:hover{background:#d70c00;color:#fff;}
.header .nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
/* header */

/* headR */
.headR{position:absolute;right:0;top:30px;float: right;}
.head-search {float: right;}
.head-search form {align-items: center;height: 36px;line-height: 34px;border-radius: 18px;border: solid 1px #fff;padding-right: 12px;}
.head-search .search-inp {width: 125px;padding: 0 10px 0 20px;font-size: 14px;color: #fff;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;opacity: .9;}
.head-search:hover .search-inp { opacity: 1; }
.head-search .search-sub {width: 18px;height: 18px;font-size: 18px;color: #fff;cursor: pointer;background: url('../images/sIcon.png') no-repeat left center;}
.head-search .search-inp::-webkit-input-placeholder { color: #fff; opacity: .7; }
.head-search .search-inp:-moz-placeholder { color: #fff; opacity: .7; }
.head-search .search-inp::-moz-placeholder { color: #fff; opacity: .7; }
.head-search .search-inp:-ms-input-placeholder { color: #fff; opacity: .7; }
.wapTel{position: absolute;color:#fff;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.headR .en{float: left;color: #fff;font-size: 18px;margin-right: 60px;border-radius:100%;height: 36px;width: 36px;text-align:center;line-height: 36px;margin-top: 0;background: url('../images/lang.png') no-repeat 10px center;padding-left: 35px;}
.headR .en::after{content:"";position: absolute;background: #fff;width:1px;height:18px;left: 76px;top:50%;margin-top:-9px;}
.wapLang{position: absolute;right:96px;top:19px;display:none;font-size:2em;line-height:1;color:#fff;}
/* headR */

/* headFix */
.headFix{background:rgba(255,255,255) !important;z-index:99;position: fixed;left:0;top:0;}
.header.headFix .logo1{display:none;} 
.header.headFix .logo .logo2{ display:block;margin-top: 30px;}
.header.headFix .nav .m>a{color: #333;}
.header.headFix .nav .cur>a,.header.headFix .nav .m>a:hover{color:#d70c00;}
.header.headFix .nav .m>a::after {background:#d70c00;}
.header.headFix .headR .en{color: #333;background: url('../images/lang1.png') no-repeat 10px center;}
.header.headFix .headR .en::after {background: #333;}
.header.headFix .head-search .search-inp {color: #333;}
.header.headFix .head-search .search-sub {color: #333;}
.header.headFix .head-search .search-inp::-webkit-input-placeholder { color: #333;}
.header.headFix .head-search .search-inp:-moz-placeholder { color: #333;}
.header.headFix .head-search .search-inp::-moz-placeholder { color: #333;}
.header.headFix .head-search .search-inp:-ms-input-placeholder { color: #333;}
.header.headFix .head-search form {border: solid 1px #333;}
.header.headFix .head-search .search-sub {color: #333;background: url('../images/sIcon1.png') no-repeat left center;}
/* headFix */

/* hover */
.header:hover{background:rgba(255,255,255) !important;z-index:99;position: fixed;left:0;top:0;}
.header:hover .logo1{display:none;} 
.header:hover .logo .logo2{ display:block;margin-top: 30px;}
.header:hover .nav .m>a{color: #333;}
.header:hover .nav .cur>a,.header:hover .nav .m>a:hover{color:#d70c00;}
.header:hover .nav .m>a::after {background:#d70c00;}
.header:hover .headR .en{color: #333;background: url('../images/lang1.png') no-repeat 10px center;}
.header:hover .headR .en::after {background: #333;}
.header:hover .head-search .search-inp {color: #333;}
.header:hover .head-search .search-sub {color: #333;}
.header:hover .head-search .search-inp::-webkit-input-placeholder { color: #333;}
.header:hover .head-search .search-inp:-moz-placeholder { color: #333;}
.header:hover .head-search .search-inp::-moz-placeholder { color: #333;}
.header:hover .head-search .search-inp:-ms-input-placeholder { color: #333;}
.header:hover .head-search form {border: solid 1px #333;}
.header:hover .head-search .search-sub {color: #333;background: url('../images/sIcon1.png') no-repeat left center;}
/* hover */

/* navTrigger */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#d70c00;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{position: absolute;color:#d70c00;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
/* navTrigger */

/* banner */
.banner{position:relative;overflow:hidden;}
.banner .swiper-slide{position: relative;}
.banner .pic{width:100%;}
.banner .pic1{ display:none;}
.banner .wap{display:none;}
.banner .txt{position: absolute;left: 50%;top:50%;transform:translate(-50%,-50%);animation:leftPic .8s;color:#fff;max-width: 1710px;margin:0 auto;width:100%;font-size:1.5em;text-transform: uppercase;letter-spacing:2px;line-height:1.2;display:block; text-align:center;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:50px;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:12px;height:12px;border:1px solid #fff;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{background:#fff;}
.leftUp .pic{-webkit-animation-name:leftUp;animation-name:leftUp;}
.banner .nole img{animation-name:none !important;transform: scale(1.06);transition: all 2.5s ease-in-out;}
.banner .swiper-slide-active .nole img{transform: scale(1) !important;}
.banner .txt p{font-size: 36px;font-weight: bold;font-weight: 600;letter-spacing: 1px;}
.banner .txt h3{font-size: 36px;margin-bottom:20px;position:relative;padding-bottom:20px;font-weight: 600;letter-spacing: 1px;}
/* banner */

/* footer */
.footer {display: block;width: 100%;height: auto;position: relative;z-index: 1;overflow: hidden;}
.foot-info {padding-top: 90px;margin-bottom: 40px;padding-left: 6%!important;padding-right: 2%!important;}
.foot-info .m{float:left;width: 20%;margin-bottom: 40px;}
.foot-info .m .nav li a { font-size: 16px; line-height: 40px; color: rgba(255, 255, 255, .6); }
.foot-info .r{float:right;}
.foot-info .r .qr { text-align: center; }
.foot-info .r .qrs{ margin-right:50px;}
.foot-info .r .qr p { font-size: 14px; line-height: 26px; color: rgba(255, 255, 255, .6); margin-top: 10px; }
.foot-info .r .contact { margin-left: 110px; }
.foot-info .r .contact ul li { align-items: center; }
.foot-info .r .contact ul li ~ li { margin-top: 20px; }
.foot-info .r .contact ul li i {width: 28px;height: 28px;background: url('../images/phone.png') no-repeat;border-radius: 50%;text-align: center;line-height: 28px;margin-right: 12px;color: #fff;font-size: 12px;}
.foot-info .r .contact ul li .email{background: url('../images/email.png') no-repeat;}
.foot-info .r .contact ul li .dizhi{background: url('../images/add.png') no-repeat;}
.foot-info .r .contact ul li .font-en { font-family: SimHei; font-size: 20px; line-height: 29px; letter-spacing: 1px; color: rgba(255, 255, 255, 1); }
.foot-info .r .contact ul li span { max-width: 234px; display: inline-block; color: rgba(255, 255, 255, .6); line-height: 20px; }
.foot-info .foot-tit { font-size: 18px; line-height: 1.2; color: #ffffff; margin-bottom: 20px; }
.footer .bots {width: 100%;display: flex;justify-content: space-between;border-top: 1px solid rgba(248, 248, 248, .1);border-bottom: 1px solid rgba(248, 248, 248, .1);padding-left:0; padding-right:0;padding-top:40px; padding-bottom:40px;}
.footer .bots .item{display: flex;width: 25%;margin-right: 50px;}
.footer .bots .item:nth-child(4n){margin-right: 0;}
.footer .bots .item .label {width: 100%;white-space: nowrap;height: 100%;}
.footer .bots .item .label img {width: 200px;height: 100px;float: left;}
.footer .bots .item .desc span {font-size: 18px;color: #fff;margin-left: 12px;line-height: 18px;}
.footer .bots .item .desc p{font-size: 15px;color: rgba(255, 255, 255, .6);margin-left: 12px;line-height: 20px;padding-top: 10px;}
.footer .bots .item .desc {font-size: 15px;color: rgba(255, 255, 255, .6);margin-left: 12px;display: block;clear: both;overflow: hidden;position: relative;line-height: 20px;}
.foot-copy {padding: 20px 0;color: rgba(255, 255, 255, .6);font-size: 14px;clear: both;border-top: 1px solid rgba(248, 248, 248, .1);}
.foot-copy a {color: rgba(255, 255, 255, .6);}
.foot-copy a:hover, .foot-links a:hover, .foot-info .m .nav li a:hover { color: #f31924; }
.footer .bg_img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;}
.footer .bg_img img {width: 100%;height: 100%;object-fit: cover;}
/* footer */

/* listBan */
.listWrap{overflow:hidden;padding:80px 0;}
.listBan,.mzsmBanner{height:450px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;overflow:hidden;}
.listBan .txt{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:leftPic .8s;color:#fff;max-width:1600px;margin:0 auto;width:100%;text-align:center;font-size:20px;text-transform: uppercase;letter-spacing:2px;line-height:1.2;}
.listBan .txt h3{font-size:32px;margin-bottom:30px;position:relative;}
.listBan .bgImg{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);-webkit-animation: minus 8s 0s ease both infinite;-moz-animation: minus 8s 0s ease both infinite;animation: minus 8s 0s ease both infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;}
.listBan .hBtn{margin-top:70px;margin-right:20px;border-color:#222;color:#222;font-size:.9em;}
.listBan .hBtn:hover{border-color: #f90a0a;color:#fff;}
.listBan .box{width: 100%;position: absolute;left: 0;bottom: 18px;z-index: 2;}
.listBan .box .content{width: 100%;font-size: 0;}
.listBan .box .content img{width: 19px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.listBan .box .content a{font-size: 14px;color: #ffffff;line-height: 19px;display: inline-block;vertical-align: middle;}
.listBan .box .content span{font-size: 14px;color: #ffffff;line-height: 19px;display: inline-block;vertical-align: middle;margin: 0 4px;}
.listBan .box .content a:hover,.listBan .box .content a.on{opacity: 0.8;}
.listBan .txt .p2{ display:none;}
/* listBan */

/* TRUSUNtit */
.TRUSUNtit{margin-bottom: 48px;text-align:center;font-size: 20px;}
.TRUSUNtit span{display:block;font-size: 38px;color:#191919;font-weight: 700;padding-bottom: 8px;}
.TRUSUNtitw{margin-bottom:40px;text-align:center;font-size: 20px;color:#fff;}
.TRUSUNtitw span{display:block;font-size:38px;color:#fff;font-weight: 700;padding-bottom: 8px;}
/* TRUSUNtit */

/* TRUSUNcont */
.TRUSUNcont {background-color:#fbfbfb;}
.TRUSUNcont .map {float: left;width: 46%;height: 482px;}
.TRUSUNcont .map .m{ display:block;}
.TRUSUNcont .map .m1,.TRUSUNcont .map .m2{ display:none;}
.TRUSUNcont .map img{ height:100%;}
.TRUSUNcont .contact {float: right;height: 482px;width: 54%;padding: 0 0 0 150px;}
.TRUSUNcont .contact>div {width: 619px;}
.TRUSUNcont .contact .ny-title {transform: scale(0.8);transform-origin: top left;padding-bottom: 0;padding-left: 0;}
.TRUSUNcont .contact li {border-top: 1px solid #e5e5e5;padding: 25px 0;}
.TRUSUNcont .contact li:first-child {padding: 0;border: 0;color: #333;}
.TRUSUNcont .contact li:first-child h6 {font-size: 24px;}
.TRUSUNcont .contact li h6 {line-height: 1;font-size: 20px;font-weight: 500;margin-bottom: 20px;}
.TRUSUNcont .contact li h6 img {width: 17px;vertical-align: middle;margin-right: 6px;}
.TRUSUNcont .contact li p {position: relative;font-size: 16px;line-height: 1.6;opacity: 0.8;padding-left: 24px;}
.TRUSUNcont .contact li.f1 p {float: left;width: 50%;}
.TRUSUNcont .contact li p::before {content: "";position: absolute;top: 50%;left: 8px;width: 5px;height: 5px;margin-top: -2.5px;border-radius: 50%;background: #d70c00;}
.TRUSUNcont .contact li .er {padding-left: 28px;overflow: hidden;display: block;}
.TRUSUNcont .contact li .er1{width: 50%;float: left;}
.TRUSUNcont .contact li img {vertical-align: middle;margin-right: 14px;width: 100px;}
.TRUSUNcont .contact li span {display: inline-block;vertical-align: middle;font-size: 16px;line-height: 2;}
.TRUSUNcont .contact li span:first-child{ margin-right:30px;}
/* TRUSUNcont */

/* TRUSUNfaq */
.TRUSUNfaq{background-size: cover;}
.TRUSUNfaq .box{padding-top: 30px;}
.faq-box{margin-top: 30px;}
.faq-box ul li{width: 100%;padding: 10px 0px;margin-bottom: 10px;cursor: pointer;border-radius: 5px;box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.08);}
.faq-box ul li .top{position: relative;padding-right: 100px;padding-left: 80px;color: #333;font-size: 18px;line-height: 1.7;padding-top: 20px;padding-bottom: 20px;box-sizing: border-box;}
.faq-box ul li .ic{position: absolute;top: 0;right: 0;width: 80px;height: 100%;background: url(../images/faq2.png) top 27px left no-repeat;}
.faq-box ul li.on .ic{background: url(../images/faq1.png) top 27px left no-repeat;}
.faq-box ul li.on{ background-color:#f9f9f9;}
.faq-box ul li .ic1{position: absolute;top: 0;left: 0;width: 80px;height: 100%;background: url(../images/wen.png) top 22px center no-repeat;}
.faq-box ul li .ic2{position: absolute;top: 0;left: 0;width: 80px;height: 100%;background: url(../images/da.png) top 20px center no-repeat;}
.faq-box ul li .font{display: none;position: relative;padding-top: 20px;padding-bottom: 20px;padding-right: 100px;padding-left: 80px;color: #666666;font-size: 16px;line-height: 2;}
.TRUSUNfaq li:nth-child(1) .font{display:block;}
/* TRUSUNfaq */

/* newsList */
.newsList{overflow:hidden;font-size:.813rem;}
.newsList li{display: inline-block;width: 100%;margin-bottom: 1.9%;box-sizing: border-box;}
.newsList li:nth-child(3n+0){margin-right: 0;}
.newsList li a{background:#fff;display:block;color:#777;}
.newsList li .pImg{padding-top: 15%;width: 30%;float: left;}
.newsList li .con{width: 68%;float: right;margin-top: 10px;}
.newsList li h3{color: #222222;font-size: 22px;line-height: 1.2;margin-bottom: 35px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top: 0;}
.newsList li p{color: #999999;font-size: 16px;line-height: 1.9;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;/* height: 48px; */margin-bottom: 25px;}
.newsList li i{font-style:normal;float: right;font-size:16px;color: #d70c00;padding-left: 50px;}
.newsList li .date{position: relative;padding-right: 40px;color: #999999;font-size: 16px;box-sizing: border-box;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;float: left;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3,.newsList li a:hover i{color:#d70c00;}
/* newsList */

/* pagination */
.pagination{padding: 50px 0 0;text-align:center;overflow:hidden;}
.pagination a{font-size: 16px;line-height: 36px;display:inline-block;height: 36px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;margin-left:2px;}
.pagination a.a1{line-height:30px;height:30px;margin-top:0;padding:0 12px;}
.pagination a:hover{text-decoration:none;color:#000;background:#f1f1f1;}
.pagination span{line-height: 36px;display:inline-block;height: 36px;padding:0 12px;text-align:center;color:#fff;margin-left:2px;background:#d70c00;color:#fff;border:1px solid #d70c00;font-size: 16px;}
/* pagination */

/* newsShow */
.newsShow .left{width:70%}
.newsShow .right{width:29%;}
.newsShow .left { float: left; margin: auto; width: 70%; background: #fff; border: 1px #eceaea solid;}
.newsShow .left .title { padding: 40px 20px; padding-bottom: 20px; text-align: center; line-height: 1.5; }
.newsShow .left .title .tit { padding-bottom: 10px;color: #191919;font-weight: bold;font-size: 28px;}
.newsShow .left .title p { padding-bottom: 10px; border-bottom: 1px solid #eceaea; color: #a3afb7; font-size: 14px; }
.newsShow .left .title p span{ padding-right:20px;}
.newsShow .left .title p i{ font-style:normal;}
.newsShow .left .title p a { color: #a3afb7; }
.newsShow .left .content { overflow: hidden; margin: 40px 20px 20px; margin-top: 0; min-height: 600px; color: #666; font-size: 14px; line-height: 1.75; }
.newsShow .left .content p {margin-bottom: 10px;color: #333;font-size: 15px;line-height: 30px;text-indent: 2em;}
.newsShow .left .content img { max-width: 100% !important; height: auto !important; width: auto !important; }
.newsShow .left .other { padding: 20px 15px; border-top: 1px #eceaea solid; }
.newsShow .left .other p { display: block; padding-left: 3px; height: 40px; line-height: 40px; }
.newsShow .left .other p a { color: #333; font-size: 14px; }
.newsShow .left .other p a:hover { color: #d70c00; }
.newsShow .left .back { margin-top: 20px; width: 125px; height: 40px; background-color: #d70c00; color: #fff !important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; float: right; }
.newsShow .left .back:hover { opacity: 0.8; filter: alpha(opacity=80); }
/*--*/
.proTiec{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;margin-left: 15px;margin-right: 15px;}
.proTiec span{display:inline-block;border-bottom:1px solid #d70c00;;color:#d70c00;height:50px;}
.proListc ul{padding: 20px 15px;}
.proListc li{float:left;width: 31.4%;margin-bottom:20px;margin-right: 30px;}
.proListc li:nth-child(3n){margin-right: 0;}
.proListc li a{display:block;}
.proListc li .pImg{padding-top: 0;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.proListc li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.proListc li a:hover .pImg{box-shadow:0 0 10px #ccc;}
.proListc li a:hover img{transform: scale(1.1);}
.proListcli a:hover p{color:#d70c00;}
/*--*/
.newsShow .right .info{width: 100%;height: 326px;padding: 25px 20px;margin-bottom: 20px;display: flex;align-items: flex-start;background: url(../images/zixun.jpg) no-repeat 100%/cover;flex-direction: column;justify-content: flex-end;}
.newsShow .right .info .title{font-size: 21px;line-height: 32px;margin-bottom: 20px;opacity: .9;color: #ffffff;}
.newsShow .right .info .consult{display: flex;justify-content: center;align-items: center;}
.newsShow .right .info .consult a{font-size: 16px;padding: 15.5px 32.5px;color: #ffffff;border: 1px solid #ffffff;border-radius: 100px;}
.newsShow .right .info .consult a img{margin-right: 8px;}
.newsShow .right .info .consult a:hover{background-color: #d70c00;border-color: #d70c00;}
.newsShow .right .news{overflow:hidden;border: 1px #eceaea solid;padding: 30px;}
.newsShow .right .news .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.newsShow .right .news .title span{display:inline-block;border-bottom: 1px solid #d70c00;height:40px;}
.newsShow .right .news .title a{float:right;font-size:12px;margin-top:4px;}
.newsShow .right .news li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.newsShow .right .news li .pImg{width:35%;float:left;padding-top: 21%;margin-right:20px;}
.newsShow .right .news li h4{font-size:15px;margin-bottom:10px;}
.newsShow .right .news li h4 a{color: #222;word-break: keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;font-weight: bold;}
.newsShow .right .news li h4 p{ line-height:24px;}
.newsShow .right .news li h4 a:hover{color:#d70c00;}
.newsShow .right .news li:hover img{transform: scale(1.1);}
.newsShow .right .news li:last-child{border-bottom:none;padding-bottom: 0;margin-bottom: 0;}
/* newsShow */

/* TRUSUNprod */
.TRUSUNprod{ background-color:#f8f8f8;}
.TRUSUNprod .item {background-color: #fff;text-align: center;border-radius: 5px;overflow: hidden;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.TRUSUNprod .item:hover {box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.TRUSUNprod .item .pic {margin: 30px 30px 0 30px;}
.TRUSUNprod .item .pic img { -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s }
.TRUSUNprod .item .pic:hover .bgImg{transform:scale(1.1);}
.TRUSUNprod .item .tit {font-size: 20px;color: #333;padding: 0 15px 15px;font-weight: bold;}
.TRUSUNprod .item .titp {padding: 0 25px 0;font-size: 16px;color: #333;margin-bottom: 30px;line-height: 28px;text-align: center;position: relative;opacity: 0.8;}
.TRUSUNprod .list {margin-bottom: -20px;}
.TRUSUNprod .item .titp:nth-child(2n){ margin-bottom:40px;}
.TRUSUNprod .list .item {width: 30%;margin-right: 5%;margin-bottom: 20px;}
.TRUSUNprod .list .item:nth-child(3n) {margin-right: 0;}
/* TRUSUNprod */

/* TRUSUNtst */
.TRUSUNtst .list ul{margin-right:-30px;}
.TRUSUNtst .list li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.TRUSUNtst .list li:nth-child(5) ,.TRUSUNtst .list li:nth-child(6),.TRUSUNtst .list li:nth-child(7),.TRUSUNtst .list li:nth-child(8)   {margin-bottom: 0;}
.TRUSUNtst .list li .a{display:block;overflow:hidden;}
.TRUSUNtst .list li .pImg{padding-top:77%;border:1px solid #e1e1e1;}
.TRUSUNtst .list li .pImg img{padding: 20px;}
.TRUSUNtst .list li p{font-weight: bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;font-size: 18px;}
.TRUSUNtst .list li .a:hover img{transform:scale(1.1);}
.TRUSUNtst .list li .a:hover p{color:#d70c00;}
/* TRUSUNtst */

/* TRUSUNprods */
.TRUSUNprods{ background-color:#fbfbfb;}
.TRUSUNprods .item {background-color: #fff;text-align: center;overflow: hidden;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.TRUSUNprods .item:hover {box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.TRUSUNprods .item .pic {margin: 30px 30px 0 30px;}
.TRUSUNprods .item .pic img {-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;width: 100%;}
.TRUSUNprods .item .pic:hover .bgImg{transform:scale(1.1);}
.TRUSUNprods .item .tit {font-size: 18px;color: #333;padding: 15px 15px 15px;font-weight: bold;}
.TRUSUNprods .item .titp {padding: 0 25px 0;font-size: 16px;color: #333;margin-bottom: 30px;line-height: 28px;text-align: left;position: relative;opacity: 0.8;}
.TRUSUNprods .list {margin-bottom: -20px;}
.TRUSUNprods .item .titp:nth-child(2n){ margin-bottom:40px;}
.TRUSUNprods .list .item {width: 31.3%;margin-right: 3%;margin-bottom: 50px;}
.TRUSUNprods .list .item:nth-child(3n) {margin-right: 0;}
/* TRUSUNprods */

/* TRUSUNodds */
.TRUSUNodds{background-color:#efefef;background-image:url('../images/TRUSUNodds.jpg');background-position: center;background-size:cover;background-attachment:fixed; overflow:hidden;padding:50px 0 20px 0;}
.TRUSUNodds .title{text-align:center;color:#555;margin-bottom:40px;}
.TRUSUNodds .title span{font-size:32px;color: #222;display: block;line-height:40px;}
.TRUSUNodds li{float:left;width:31.33%;background:#fff;overflow: hidden;margin-right:3%;margin-bottom:3%;transition: all .3s;}
.TRUSUNodds li:nth-child(3n){margin-right:0;}
.TRUSUNodds li .pic{display: block;width:100%;overflow: hidden;position: relative;padding-top: 55%;}
.TRUSUNodds li img{width: 100%;height: 100%;transition: all .5s;position: absolute;left: 0;top: 0;padding: 20px;}
.TRUSUNodds li .txt{padding:25px;text-align:center;}
.TRUSUNodds li .txt h4{font-size:18px;color:#333;position: relative;margin-top: -50px;font-weight: bold;}
.TRUSUNodds li i{font-style:normal;width:60px;height:60px;text-align:center;background: #d70c00;color:#fff;display:inline-block;line-height:60px;top: -75px;position: relative;font-size:28px;font-family: Arial;border-radius:100%;} 
.TRUSUNodds li:hover img{transform: scale(1.1);} 
.TRUSUNodds li:hover h4::after{width:60px;margin-left:-30px;}
.TRUSUNodds li:hover{box-shadow:0 0 10px #ccc;}
/* TRUSUNodds */

/* TRUSUNoddsh */
.TRUSUNoddsh{overflow:hidden;padding:50px 0 20px 0;}
.TRUSUNoddsh .title{text-align:center;color:#555;margin-bottom:40px;}
.TRUSUNoddsh .title span{font-size:32px;color: #222;display: block;line-height:40px;}
.TRUSUNoddsh li{float:left;width:31.33%;background:#efefef;overflow: hidden;margin-right:3%;margin-bottom:3%;transition: all .3s;}
.TRUSUNoddsh li:nth-child(3n){margin-right:0;}
.TRUSUNoddsh li .pic{display: block;width:100%;overflow: hidden;position: relative;padding-top: 55%;}
.TRUSUNoddsh li img{width: 100%;height: 100%;transition: all .5s;position: absolute;left: 0;top: 0;padding: 20px;}
.TRUSUNoddsh li .txt{padding: 25px;text-align:center;}
.TRUSUNoddsh li .txt h4{font-size:18px;color:#333;position: relative;margin-top: -50px;font-weight: bold;}
.TRUSUNoddsh li i{font-style:normal;width:60px;height:60px;text-align:center;background: #d70c00;color:#fff;display:inline-block;line-height:60px;top: -75px;position: relative;font-size:28px;font-family: Arial;border-radius:100%;} 
.TRUSUNoddsh li:hover img{transform: scale(1.1);} 
.TRUSUNoddsh li:hover h4::after{width:60px;margin-left:-30px;}
.TRUSUNodds li:hover{box-shadow:0 0 10px #ccc;}
/* TRUSUNoddsh */

/* proSlide */
.proSlide{padding-top:50px;position:relative;text-align:center;background-color: #f7f6f6;}
.proSlide_box{position: static;}
.proSlide li{float:left;width:25%;text-align:left;}
.proSlide li i{float:left;height:40px;line-height:40px;background:#070691;color:#fff;font-style:normal;padding:0 15px;font-size:1.714em;margin-right:15px;margin-top:7px;}
.proSlide li .pic{padding: 20px;background:#fff;border:1px solid #e1e1e1;}
.proSlide li .pImg{padding-top: 56%;margin-bottom:15px;}
.proSlide li p{min-height: auto;font-size: 18px;text-align: center;font-weight: bold;color: #333;margin-bottom: 10px;}
.proSlide li:hover img{transform: scale(1.1);}
.proSlide .btn{font-family:"simsun";background:none;font-weight:700;font-size:42px;color:#333;top: 60%;cursor: pointer;pointer-events:inherit;}
.proSlide .btn:hover{color:#070691;opacity:1;}
.proSlide .btn{left:50%;margin-left: -900px;}
.proSlide .swiper-button-next {margin-left: 870px;}
/* proSlide */

/* TRUSUNcor */
.TRUSUNcor .TRUSUNtit{text-align:left;margin-bottom: 40px;}
.TRUSUNcor .left{ width: 45%; position: relative; z-index: 2;}
.TRUSUNcor .left .title p{font-size: 16px;color: #333;line-height: 32px;text-align: justify;margin-bottom: 20px;}
.TRUSUNcor{ position: relative; background: #f9f9f9;}
.TRUSUNcor::before{ content: ""; display: inline-block; width: 720px; height: 100%;position: absolute; right: 0; top: 0;}
.TRUSUNcor .content{ display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.TRUSUNcor .right{ display: flex; flex-wrap: wrap; width: 51%; justify-content: space-between;}
.TRUSUNcor .right .list{box-shadow: 0px 0px 32px rgba(0,0,0,.08);width: 48%;display: block;padding: 37px 50px;background: #fff;}
.TRUSUNcor .right .list:nth-child(1),.TRUSUNcor .list:nth-child(2){ margin-bottom: 4%;}
.TRUSUNcor .right .list .icon{margin-right: 10px;position: relative;display: block;overflow: hidden;width: 13%;float: left;}
.TRUSUNcor .right .list .icon img{width: 80%;}
.TRUSUNcor .right .list .con{display: block;overflow: hidden;}
.TRUSUNcor .right .list .con dd{font-size: 18px;color: #333;margin-bottom: 8px;font-weight: bold;}
.TRUSUNcor .right .list .con dt{font-size: 16px;color: #333;line-height: 28px;}
.TRUSUNcor .right .list .con dt b{ color:#d70c00; padding-left:5px; padding-right:5px;}
/* TRUSUNcor */

/* TRUSUNpcia */
.TRUSUNpcia{background-color:#f7f6f6;}
.TRUSUNpcia table{background-color:#fff;width: 49.4%;float:left;margin-right:20px;}
.TRUSUNpcia table:nth-child(3){ margin-right:0;}
.TRUSUNpcia table{ border:1px solid #6666 !important;}
.TRUSUNpcia table tr{ text-align:center;}
.TRUSUNpcia table td{ font-size:17px; color:#333; line-height:26px; padding:10px;}
.TRUSUNpcia .er td{ font-size:15px; color:#333; line-height:31px; padding:10px;}
.TRUSUNpcias{background-color:#fff;}
.TRUSUNpcias table{background-color:#fff;width: 100%;}
.TRUSUNpciah table{width: 100%;}
/* TRUSUNpcia */

/* TRUSUNdeli */
.TRUSUNdeli{background: url(../images/TRUSUNdeli.jpg) no-repeat center; background-size:cover;}
.TRUSUNdeli ul{display: flex;margin-left: -80px;}
.TRUSUNdeli ul li{width: calc(50% - 80px);margin-left: 80px;border-radius: 5px;overflow: hidden;background: #fff;} 
.TRUSUNdeli ul h4{color:#fff;font-size: 26px;padding: 15px 10px;text-align: center;background: #d70c00;}
.TRUSUNdeli ul dl{padding:50px 80px;flex-wrap: wrap;justify-content: space-between;}
.TRUSUNdeli ul dd{margin: 0 15px 35px 15px;color: #d70c00;font-size:24px;align-items: center;font-weight: bold;width: 45%;float: left;border-right: dashed 1px #666666;text-align: center;}
.TRUSUNdeli ul dd:nth-child(2){border-right:none;margin-left: 20px;}
.TRUSUNdeli ul dd span{color:#333;display:block;overflow:hidden;font-weight:normal;font-size:18px;padding-top: 5px;}
.TRUSUNdeli ul dd:hover{color:#d70c00;transform:translateX(5px)}
.TRUSUNdeli .explain{margin:auto; margin-top:50px;color:#fff;font-size:32px; text-align:center;}
.TRUSUNdeli ul h5{background-color:#faf4f4;padding:15px;color:#333;width:100%;margin-bottom:20px;text-align:center;font-size:18px;clear: both;}
/* TRUSUNdeli */

/* TRUSUNpros1 */
.TRUSUNpros1 .title{margin-bottom: 20px;display: block;overflow: hidden;}
.TRUSUNpros1 .title .tit {font-size: 24px;}
.TRUSUNpros1 .title .more {font-size: 14px;line-height: 36px;}
.TRUSUNpros1 .title .tit a{color:#333;}
.TRUSUNpros1 .title .more a{color:#333;}
.TRUSUNpros1 .proMain{margin-right:-30px;}
.TRUSUNpros1 .proMain li{float:left;width:25%;padding-right: 30px;margin-bottom: 30px;}
.TRUSUNpros1 .proMain li:nth-child(4){ margin-right:0;}
.TRUSUNpros1 .proMain li .a{border:1px solid #e0e0e0;display: block;padding:5% 8%;}
.TRUSUNpros1 .proMain li .pImg{padding-top:80%;border-bottom: 1px solid #e0e0e0;margin-bottom:20px;}
.TRUSUNpros1 .proMain li h4{font-size: 20px;color:#333;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: bold;text-align: center;}
.TRUSUNpros1 .proMain li p{font-size: 16px;color: #8c8c8c;line-height: 28px;}
.TRUSUNpros1 .proMain li .a:hover img{transform: scale(1.1);}
.TRUSUNpros1 .proMain li .a:hover {box-shadow:2px 2px 8px #ddd;}
/* TRUSUNpros1 */

/* proSider */
.proShow_R{width:75%;}
.proShow_R .box{font-size: 16px;color:#333;line-height:28px;margin-bottom: 30px;border: 1px solid #e0e0e0;padding: 10px;}
.proSider{width:22%;font-size:1.143em;float:left;}
.proSider .title{background:#d70c00;padding: 20px;color:#fff;font-size: 22px;text-align: center;font-weight: bold;}
.proSider .title span{display:block;font-family:Arial;font-size:0.556em;}
.proSider .title i{float:right;color:#d70c00;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{position:absolute;right:0;top:0;font-size:1.143rem;}
.proSide_sub{border:1px solid #e4e4e4;border-top:none;margin-bottom:25px;}
.proSide_sub li a{display:block;height:70px;line-height:70px;padding:0 6%;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;position: relative;border-top:1px solid #ddd;}
.proSide_sub li a i{background: url('../images/yuan.png') no-repeat 10px center;padding-left:30px;}
.proSide_sub li:last-child a{border-bottom:none;}
.proSide_sub>li>a:after{content:"";position:absolute;left:-1px;top:0;height:0;width:3px;background:#d70c00;transition:all 0.3s;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#d70c00;background:#f5f5f5;}
.proSide_sub li .cur:after,.proSide_sub li a:hover:after{height:100%;}
.proSide_sub li ul{font-size:.889em;border-top: 1px solid #ddd;padding:5px 0;}
.proSide_sub li ul a{padding-left:20%;color:#666;height:36px;line-height:36px;font-size:13px;border:none;}
.proSide_sub li ul .cur,.proSide_sub li ul a:hover{color:#d70c00; }
/* proSider */

/* TRUSUNCompany */
.TRUSUNCompany .Tit {margin-bottom: 40px;}
.TRUSUNCompany .text {margin: 0 auto;color: #333;float: left;width: 59%;}
.TRUSUNCompany .text span {font-size: 24px;font-weight: 500;}
.TRUSUNCompany .pics{ margin-top:20px;}
.TRUSUNCompany .box {display:block;justify-content: space-between;}
.TRUSUNCompany .item {width: calc(33.33% - 20px);position: relative;width: 100%;margin-bottom: 24px;}
.TRUSUNCompany .culture {margin-top: 0;float: right;width: 38%;}
.TRUSUNCompany .img {padding-top: 16%;position: relative;}
.TRUSUNCompany .img::after {content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.1);position: absolute;left: 0;top: 0;transition: all .48s;}
.TRUSUNCompany .con {width: 100%;padding: 20px 0;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 2;}
.TRUSUNCompany .con span {font-size: 24px;display: block;color: #fff;text-transform: uppercase;}
.TRUSUNCompany .con p {font-size: 18px;color: #fff;}
.TRUSUNCompany .item:hover .TRUSUNCompany .img img {transform: scale(1.1);}
.TRUSUNCompany .item:hover .TRUSUNCompany .img::after {background: rgba(0, 0, 0, 0.2);}
.TRUSUNCompany .pic{overflow: hidden;position: relative;}
.TRUSUNCompany .pic img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;transition: all .48s;}
/* TRUSUNCompany */

/* TRUSUNadvantages */
.TRUSUNadvantages .TRUSUNtitw{ text-align:left;}
.TRUSUNadvantages{ background:url(../images/TRUSUNadvantages.jpg) no-repeat 50%/cover; height:748px; position:relative;padding-left: 200px;}
.TRUSUNadvantages:before{content:"";display:inline-block;width:100%;position:absolute;left:0;top:0;height:100%;}
.TRUSUNadvantages .txt,.TRUSUNadvantages .icon{ position:relative;}
.TRUSUNadvantages .txt{ margin-top:50px;}
.TRUSUNadvantages .txt .list{ margin-bottom:33px;}
.TRUSUNadvantages .txt .list .dd{ font-size:20px; color:#fff; font-weight:bolder;}
.TRUSUNadvantages .txt .list .dt{ font-size:16px; color:#fff; margin-top:8px;}
/* TRUSUNadvantages */

/* TRUSUNglobal */
.TRUSUNglobal ul{color:#666;}
.TRUSUNglobal li{float:left;width: 23%;margin-right: 40px;}
.TRUSUNglobal li .pImg{padding-top:59%;}
.TRUSUNglobal li:nth-child(4n){ margin-right:0;}
.TRUSUNglobal li .info{background:#f5f5f5;height:225px;padding:5% 6%;position: relative;}
.TRUSUNglobal li h3{font-size: 20px;color: #333;font-weight:700;margin-bottom:20px;}
.TRUSUNglobal li h3 b{ font-size:18px; font-weight:normal;}
.TRUSUNglobal li p{margin-bottom:10px;font-size: 16px;color: #666;line-height: 28px;}
.TRUSUNglobal li:hover img{transform: scale(1.1);}
/* TRUSUNglobal */

/* proSlidea */
.proSlidea{position:relative;text-align:center;background-image:url('../images/proSlidea.jpg');background-position: center;background-size:cover;background-attachment:fixed;}
.proSlide_boxa{position: static;}
.proSlidea li{float:left;width:25%;text-align:left;}
.proSlidea li i{float:left;height:40px;line-height:40px;background:#070691;color:#fff;font-style:normal;padding:0 15px;font-size:1.714em;margin-right:15px;margin-top:7px;}
.proSlidea li .pic{padding: 20px;background:#fff;border:1px solid #e1e1e1;}
.proSlidea li .pImg{padding-top: 102%;margin-bottom:15px;}
.proSlidea li p{min-height: auto;font-size: 18px;text-align: center;font-weight: bold;color: #333;}
.proSlidea li .pImg img{padding: 10% 5% 0 5%;}
.proSlidea li:hover img{transform: scale(1.1);}
.proSlidea .btn{font-family:"simsun";background:none;font-weight:700;font-size:42px;color:#333;top: 55%;cursor: pointer;pointer-events:inherit;}
.proSlidea .btn:hover{color:#070691;opacity:1;}
.proSlidea .btn{left:50%;margin-left: -900px;}
.proSlidea .swiper-button-next {margin-left: 870px;}
.proSlidea li .txt{ font-size:14px; color:#666; line-height:24px; font-weight:normal;height: 168px;}
/* proSlidea */

/* caseHome */
.caseHome{background: url(../images/caseBg.jpg) no-repeat center; background-size:cover;}
.caseHome .tone{display: flex;text-align: center;margin-bottom: 30px;margin-left:-30px;flex-wrap: wrap;justify-content: center;}
.caseHome .tone li{flex-shrink: 0;display: inline-block;margin-left:20px;margin-bottom: 15px;}
.caseHome .tone a{position: relative;z-index: 1; display: block;color:#001325;font-size:16px;padding:12px 15px;overflow:hidden;cursor: pointer;border-radius: 30px; background:#fff;}
.caseHome .tone a:before{content:"";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background:#d70c00;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.caseHome .tone .active a{color:#fff;}
.caseHome .tone .active a:before{transform: scale(1);transform-origin:left;}
.caseHome .frame{display: none;}
.caseHome .frame.on{display:block;}
.srll-case{position: relative;}
.srll-case .spot{display: block;}
.case-list.edge{margin: 0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.case-list.edge li{display: inline-block;width: calc(25% - 30px);margin:0 0 30px 30px;}
.case-list li{box-shadow: 0 0 10px #eee;border:1px #eee solid }
.case-list a{display: block;height: 100%;overflow: hidden;background: #fff;padding: 5% 8%;}
.case-list .pic{border-bottom: 1px solid #e0e0e0;margin-bottom: 20px;}
.case-list .box{position: relative;z-index: 1;}
.case-list h4{font-size: 20px;color:#333;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: bold;text-align: center;}
.case-list p{font-size: 16px;color: #8c8c8c;line-height: 28px;}
.case-list .more:after{float:right;line-height: 1;margin:5px 0 0 10px}
/* caseHome */

/* TRUSUNregarding */
.TRUSUNregarding {padding: 150px 0;background: url(../images/in_5.jpg) center top no-repeat; color: #fff;}
.TRUSUNregarding .tt {font-size: 38px;font-weight: bold;}
.TRUSUNregarding .tc {color: #fff;line-height: 2;width: 640px;text-align: justify;margin: 40px 0 50px;}
.TRUSUNregarding .ul1 li {display: block;float: left;margin-right: 110px;text-align: center;min-width: 145px;}
.TRUSUNregarding .ul1 li .num span { font-size: 72px;font-family: gob;}
.TRUSUNregarding .ul1 li .num {margin-bottom: 14px;}
.TRUSUNregarding .more {display: block;width: 180px;height: 50px;line-height: 50px;border-radius: 30px;color: #fff;padding: 0 20px;position: relative;z-index: 3;overflow: hidden;background: #d70c00;margin-top: 90px;}
.TRUSUNregarding .more span {display: block;width: 24px;height: 24px;position: absolute;top: 13px;right: 20px;background: #fff;border-radius: 50%;}
.TRUSUNregarding .more s {display: block;width: 24px;height: 24px;position: absolute;top: 13px;right: 20px;background: url(../images/jt_r.png) 90% center no-repeat;z-index: 3;}
.TRUSUNregarding .more div {position: absolute;top: 0;left: 20px;z-index: 5;}
.TRUSUNregarding .more:hover span {transform: scale(15);-webkit-transform: scale(15);}
.TRUSUNregarding .more:hover div {color: #d70c00;}
/* TRUSUNregarding */

/* TRUSUNedges */
.TRUSUNedges {width: 100%;position: relative;}
.TRUSUNedges .card {background:#ffffff;padding:32px 24px;border-radius:12px;border:1px solid #e5e9f2;text-align:center;width: 19%;float: left;margin-right: 20px;}
.TRUSUNedges .card:nth-child(5){ margin-right:0;}
.TRUSUNedges .icon {font-size:64px;color:#0f2b5b;margin-bottom:14px;}
.TRUSUNedges .line {width:70px;height:2px;background: linear-gradient(to right,#d70c00 40%,#d70c00 100%);margin:0 auto 22px;position:relative;}
.TRUSUNedges .line::after{content:"";width:8px;height:8px;background-color:#d70c00;border-radius:50%;position:absolute;top:-3px;}
.TRUSUNedges .card h4{font-size: 20px;color: #333333;margin-bottom:18px;font-weight: bold;}
.TRUSUNedges .card p{font-size:16px;color:#444444;line-height:1.7;text-align:left;height: 200px;}
/* TRUSUNedges */

/* TRUSUNrepo */
.TRUSUNrepo{background-size:cover;overflow:hidden; background-image: url("../images/TRUSUNedges.jpg"); background-repeat: no-repeat;background-size: cover;background-position: center;}
.newsMain{
display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  animation: fadeIn 0.6s ease;}
.newsL{width:66%;overflow:hidden;display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */}
.newsL li{float:left;width: 47%;overflow:hidden;margin-right: 33px;}
.newsL li .bgImg{height:310px;}
.newsL li .txt{background:#fff;padding: 36px 36px 55px;position: relative;z-index:2;color:#888;position:relative;z-index:2;}
.newsL li h4{color: #222222;font-size: 22px;line-height: 1.2;margin-bottom: 30px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsL li p{color: #999999;font-size: 16px;line-height: 1.5;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 48px;margin-bottom: 60px;}
.newsL li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#d70c00;transition:all .5s;z-index:-1;}
.newsL li:hover .txt::after{height:100%;}
.newsL li:hover h4,.newsL li:hover .txt,.newsL li:hover p{color: #fff;transition:all .3s;}
.newsL li:nth-child(2){float:right;}
.newsL li:hover .bgImg{transform: scale(1.08);} 
.newsL li i{font-style:normal;float:right;font-size:16px;color: #d70c00;}
.newsL li .date{position: relative;padding-right: 40px;color: #999999;font-size: 16px;box-sizing: border-box;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.newsL li:hover .date,.newsL li:hover i{color: #fff;transition:all .3s;}
.newsR{width: 33%;overflow:hidden;}
.newsR li{color:#888;position: relative;margin-bottom:12px;}
.newsR li a{display:block;padding: 34px 30px 30px;color:#888;transition:all .6s;background:#fff;}
.newsR li h4{color: #222222;font-size: 22px;line-height: 1.2;margin-bottom: 30px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsR li .txt{color: #999999;font-size: 16px;line-height: 1.5;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-bottom: 20px;}
.newsR li a:hover{background:#d70c00;}
.newsR li a:hover h4,.newsR li a:hover,.newsR li a:hover .txt{color: #fff;}
.newsR li i{font-style:normal;float:right;font-size:16px;color: #d70c00;}
.newsR li .date{position: relative;padding-right: 40px;color: #999999;font-size: 16px;box-sizing: border-box;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.newsR li:hover .date,.newsR li:hover i{color: #fff;transition:all .3s;}
/* TRUSUNrepo */

/* solution */
.solutionSlide{position:relative;overflow:hidden;text-align:center;}
.solutionSlide li{float: left;width:40%;position:relative;overflow:hidden;height:558px;background: #333333;}
.solutionSlide li .bgImg{opacity: .2;transition:all .4s;}
.solutionSlide li::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:100%;background: linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,.8));}
.solutionSlide li .txt{position: absolute;left:0;bottom:-60%;color:#fff;width:100%;z-index:3;opacity:0;transition:all .6s;text-align: center;padding-bottom: 30px;}
.solutionSlide li h4{font-size:1.714em;margin-bottom:10px;}
.solutionSlide li i{float:left;margin-left:-70px;font-style:normal;font-size:3.4rem;line-height:1;margin-top:8px;}
.solutionSlide .swiper-slide-active .txt{bottom:0;opacity:1;}
.solutionSlide .swiper-slide-active .bgImg{opacity:1;}
.solutionSlide .btn{cursor:pointer;background:#fff;width:50px;height:50px;text-align:center;color:#333;opacity:1;z-index:3;line-height:50px;font-size:16px;left:11.3%;pointer-events:initial;transition:all .3s;}	
.solutionSlide .swiper-button-next{left:auto;right:11.3%;}
.solutionSlide .btn:hover{background:#d70c00;color:#fff;}
/* solution */

/* TRUSUNCompany */
.TRUSUNCompany .Tit {margin-bottom: 40px;}
.TRUSUNCompany .text0 {margin: 0 auto;color: #333;float: left;margin-bottom: 30px;}
.TRUSUNCompany .text0:last-child{ margin-bottom:0;}
.TRUSUNCompany .text0 h3{font-size:22px;color:#333;padding-bottom: 10px;}
.TRUSUNCompany .text0 span {font-size: 18px;font-weight: 500;color: #666;}
.TRUSUNCompany .pics{ margin-top:20px;}
.TRUSUNCompany .box {display:block;justify-content: space-between;width: 80%;margin: 0 auto;}
.TRUSUNCompany .item {width: calc(33.33% - 20px);position: relative;width: 100%;margin-bottom: 24px;}
.TRUSUNCompany .culture {margin-top: 0;float: right;width: 38%;}
.TRUSUNCompany .img {padding-top: 16%;position: relative;}
.TRUSUNCompany .img::after {content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.1);position: absolute;left: 0;top: 0;transition: all .48s;}
.TRUSUNCompany .con {width: 100%;padding: 20px 0;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 2;}
.TRUSUNCompany .con span {font-size: 24px;display: block;color: #fff;text-transform: uppercase;}
.TRUSUNCompany .con p {font-size: 18px;color: #fff;}
.TRUSUNCompany .item:hover .TRUSUNCompany .img img {transform: scale(1.1);}
.TRUSUNCompany .item:hover .TRUSUNCompany .img::after {background: rgba(0, 0, 0, 0.2);}
.TRUSUNCompany .pic{overflow: hidden;position: relative;}
.TRUSUNCompany .pic img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;transition: all .48s;}
/* TRUSUNCompany */

/* proSlidei */
.proSlidei{position:relative;text-align:center;}
.proSlide_box{position: static;}
.proSlidei li{float:left;width:25%;text-align:left;}
.proSlidei li a{display: block;position:relative;height:100%;overflow:hidden;border-radius: 12px;}
.proSlidei li a::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:.4;}
.proSlidei li .txt{position:absolute;width:100%;padding:0 5%;text-align:center;bottom:70px;color:#fff;z-index:2;transition:all .5s;}
.proSlidei li h4{font-size:1.5em;width:100%;color:#fff;font-size:20px;font-weight:700;z-index:2;}
.proSlidei li p{margin-top:0;opacity:0;height:0;transition:all .5s;}
.proSlidei li a:hover .pImg{transform: scale(1.08);filter: blur(5px);}
.proSlidei li a:hover .txt{bottom:38%;}
.proSlidei li a:hover p{height:100px;opacity:1;margin-top:25px;}
.proSlidei .btn{font-family:"simsun";background:none;font-weight:700;font-size:42px;color:#333;top: 55%;cursor: pointer;pointer-events:inherit;}
.proSlidei .btn:hover{color:#070691;opacity:1;}
.proSlidei .btn{left:50%;margin-left: -900px;}
.proSlidei .swiper-button-next {margin-left: 870px;}
.proSlidei .pImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;padding-top: 130%;}
/* proSlidei */

/* chanpinyyt */
.chanpinyyt{background-color:#f9f9f9;}
.chanpinyyt:nth-child(9){padding-bottom: 90px;}
.gallery{width:48%;background:#fff;position:relative;}
.gallery .btn{width:60px;height:60px;text-align:center;line-height:60px;background:#ccccd3;color:#fff;font-size:1.5em;left:0;}
.gallery .swiper-button-next{left:auto; right:0;}
.gallery .btn:hover{background:#d70c00;}
.gallery li .pic{height:540px;line-height:540px;display:block;text-align:center;}
.gallery li img{height:90%;}
.gallery .swiper-pagination-bullet{width:10px;height:10px;background:#333;opacity:.8;}
.gallery .swiper-pagination-bullet-active{background:#d70c00;}
.proShow_R{width:48%;padding-top: 60px;}
.proShow_R .title{font-size: 17px;color:#333;padding-bottom:25px;margin-bottom:25px;line-height: 36px;}
.proShow_R h4{ font-size:20px;color:#333; font-weight:bold; padding-bottom:20px;}
.proShow_R .title span{color:#d70c00;display:block;font-weight:700;font-size: 24px;font-family:Arial;padding-bottom: 50px;}
.proShow_R .font{line-height:2;margin-bottom:20px;font-size: 17px;color: #333;}
.proShow_R .font table{border: solid 1px #f9f9f9;}
.proShow_R .font table tr td:nth-child(1) {width:120px;vertical-align: top;}
.proShow_R .font p b{font-size:17px;font-weight:normal;display: block;color: #000;overflow: hidden;width: 11%;}
.proShow_R .font .flex {display: flex;justify-content: space-between;flex-wrap: nowrap;}
.proShow_R .font span{display:block;margin-bottom:10px;font-size:16px;}
.proShow_R .btn a{height:60px;line-height:60px;padding:0 30px;background:#003da9;color:#fff;border-radius:5px;color:#fff;font-size:1.125em;float:left;}
.proShow_R .btn .tel{background:#000123 !important;font-size:1.5em;margin-right:20px;}
.proShow_R .btn i{font-style:normal;margin-right:10px;}
.proShow_R .btn a:hover{background:#002f82;}
.proShow_box2{margin-bottom:0px;overflow:hidden;}
.proShow_box2 .title{height:50px;line-height:50px;font-size:1.375em;color:#222;}
.proShow_box2 .title span{padding:0 30px;margin-right:5px;display:inline-block;transition:all .5s;cursor:pointer;}
.proShow_box2 .title .on,.proShow_box2 .title span:hover{background:#003da9;color:#fff;}
.proShow_box2 .main{background:#fff;padding:35px;overflow:hidden;}
.proShow_box2 .tie{border-bottom: 1px dashed #d8d8d8;margin-bottom:20px;padding-bottom:15px;position: relative;font-size:1.375em;color:#222;}
.proShow_box2 .tie::after{content:"";position:absolute;width:90px;height:2px;background:#003da9;left:0;bottom:-1px;}
.proShow_box2 .mainBox2{margin-top:40px;}
.proShow_box2 .mainBox2 table{width:100%;}
.proShow_box2 .mainBox2 td{padding:6px 10px;word-break: break-all;}
/* chanpinyyt */

/* TRUSUNalbum */
.TRUSUNalbum ul{position:relative;margin-right:-10px;overflow:hidden;}
.TRUSUNalbum li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
.TRUSUNalbum li:nth-child(2){width:50%;}
.TRUSUNalbum li:last-child{position:absolute;left:0;bottom:0;}
.TRUSUNalbum li .pImg{padding-top:64%;;}
.TRUSUNalbum li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.TRUSUNalbum li:hover img{transform: scale(1.1);}
.TRUSUNalbum li:hover p{bottom:0;}
/* TRUSUNalbum */
	
/* TRUSUNfabrication */
.TRUSUNfabrication{ background-color:#f9f9f9;}
.TRUSUNfabricationM{margin-bottom:30px;text-align:center;overflow:hidden;font-size:1.571em;}
.TRUSUNfabricationM a{display:inline-block;height:55px;line-height:55px;background:#f7e9e9;color:#333;border-radius:8px;margin:0 6px;padding:0 4%;}
.TRUSUNfabricationM i{float:right;font-style:normal;font-weight:bold;}
.TRUSUNfabricationM:last-child{border-bottom:none;}
.TRUSUNfabricationM .on{color:#fff;background:#e60016;}
.TRUSUNfabricationB{background: #fff;padding: 50px;}
.TRUSUNfabrication .left{ width: 45%; position: relative; z-index: 2;}
.TRUSUNfabrication .left .title{padding: 50px 50px 50px 20px;}
.TRUSUNfabrication .left .title h2{ font-size:24px; color:#333; font-weight:700; padding-bottom:25px;}
.TRUSUNfabrication .left .title p{font-size: 16px;color: #333;line-height: 32px;margin-bottom: 20px;}
.TRUSUNfabrication::before{ content: ""; display: inline-block; width: 720px; height: 100%;position: absolute; right: 0; top: 0;}
.TRUSUNfabrication .content{ display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.TRUSUNfabrication .right{display: flex;flex-wrap: wrap;width: 51%;justify-content: space-between;}
.TRUSUNfabrication .right .list{width: 48%;display: block;padding: 37px 40px;background: #fff;border: solid 1px #ede5e5;height: 307px;}
.TRUSUNfabrication .right .list:nth-child(1),.TRUSUNfabrication .list:nth-child(2){ margin-bottom: 4%;}
.TRUSUNfabrication .right .list .icon{margin-right: 10px;position: relative;display: block;overflow: hidden;width: 13%;float: left;}
.TRUSUNfabrication .right .list .icon img{width: 80%;}
.TRUSUNfabrication .right .list .con{display: block;overflow: hidden;}
.TRUSUNfabrication .right .list .con dd{font-size: 18px;color: #333;margin-bottom: 8px;font-weight: bold;}
.TRUSUNfabrication .right .list .con dt{font-size: 16px;color: #333;line-height: 28px;}
.TRUSUNfabrication .right .list .con dt b{ color:#d70c00; padding-left:5px; padding-right:5px;}
/* TRUSUNfabrication */

/* TRUSUNprocess */
.TRUSUNprocess ul {margin: 0 -25px;display: flex;align-items: flex-start;flex-wrap: wrap;padding-bottom: 40px;}
.TRUSUNprocess ul li {width: 33.333%;padding: 0px 20px;padding-bottom: 50px;}
.TRUSUNprocess ul li:hover .box {background: url(../images/pdfh.png) no-repeat right bottom #F5F5F5;background-size: 90px;}
.TRUSUNprocess ul .box {text-align: center;border: 1px solid #DBDBDB;background: url(../images/pdf.png) no-repeat right bottom #fff;transition: 0.5s;background-size: 90px;padding: 50px 30px;}
.TRUSUNprocess ul .title {color: #333333;margin-bottom: 60px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 24px;}
.TRUSUNprocess ul .check {width: 180px;line-height: 50px;border: 1px solid #DBDBDB;border-radius: 30px;color: #d70c00;display: inline-block;transition: 0.4s;height: 50px;}
.TRUSUNprocess ul .check span {padding-left: 40px;background: url(../images/check.png) no-repeat left center;background-size: 20px;}
.TRUSUNprocess ul li:hover .check {background: #d70c00;color: #fff;border: 1px solid #d70c00;}
.TRUSUNprocess ul li:hover .check span {background: url(../images/checkh.png) no-repeat left center;background-size: 20px;}
/* TRUSUNprocess */

/* TRUSUNglobals */
.TRUSUNglobals{position:relative;text-align:center;background-image:url('../images/TRUSUNglobals.jpg');background-position: center;background-size:cover;}
.TRUSUNglobals .left{width: 48.6%;height: 644px;background: url(../images/aboutBg2.jpg) no-repeat center;background-size: cover;border-radius: 10px;box-sizing: border-box;box-shadow: 4px 4px 25px 0px rgba(51, 51, 51, 0.2);}
.TRUSUNglobals .left img{ height:100%;}
.TRUSUNglobals .right{width: 48.95%;}
.TRUSUNglobals .right li{height: 146px;margin-top: 20px;box-sizing: border-box;padding: 30px 30px 0 40px;color: #666666;line-height: 32px;background-color: #fff;background-size: cover;box-shadow: 4px 4px 25px 0px rgba(51, 51, 51, 0.2);text-align: left;}
.TRUSUNglobals .right li:first-child{margin-top: 0;}
.TRUSUNglobals .right li .title{margin-bottom: 12px;font-size: 24px;color: #111111;}
.TRUSUNglobals .right li p{display: flex;align-items: flex-start;font-size: 16px;line-height: 22px;}
.TRUSUNglobals .right li p em{flex-shrink: 0;margin-right: 9px;}
/* TRUSUNglobals */