/* CSS Document */
@charset "utf-8";/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;color:#b93527;}
body,textarea,input,button,select,keygen,legend{font:14px/24px arial,\5b8b\4f53;color:#555555;outline:0;vertical-align: middle;font-family:"Microsoft YaHei";}
body{background-color:#ffffff;font-family: "Noto Sans SC";font-weight: 500;background:url(/xsjy/images/world-bg.png) no-repeat left top;}

.world{width: 100%;height: auto;display: flex;flex-direction:row;justify-content: space-between;align-items:center;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.world div,.world img{float: left;}
.world div.world-left{width: 37.86%;height: 121px;background: url(/xsjy/images/world-left.png) no-repeat right center;}
.world div.world-right{float: right;width: 37.86%;height: 121px;background: url(/xsjy/images/world-right.png) no-repeat left center;}
.world img{width: 22.81%;height: auto;}
.world div a{display: block;line-height: 116px;text-align: left;font-size: 26px;font-weight: bold;color: #FFFFFF;text-indent: 90px;}
.world div.world-left a{text-align: right;padding-right: 90px;box-sizing: border-box;}

/* 企业入口弹窗 */
.tc{width: 100%;height: 100%;position: absolute;z-index: 1; background: rgba(0,0,0,0.4);display: none;}
.tc .qyrk{width: 600px;height: 460px;padding: 80px 108px;box-sizing: border-box;text-align: center; position: absolute;z-index: 999;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #fff;border-radius: 9px;-moz-border-radius: 9px;-webkit-border-radius: 9px;}
.tc .qyrk p	{font-size: 16px;color: #555555;line-height: 40px;}
.tc .qyrk p	i{color: #2773CC;}
.tc .qyrk p.gz{font-size: 14px;color: #2773cc;line-height: 60px;}
.tc .qyrk p.gz i{text-decoration: underline;}
.close{position: absolute;top: 22px;right: 30px;cursor: pointer;}

/* 外网入口弹窗 */
.tc .qyrk.wwrk{padding: 101px 108px 73px;}
.tc .qyrk.wwrk p{margin-top: 50px;line-height: 16px;height: 16px;}
.tc .qyrk.wwrk p i{text-decoration: underline;}