@charset "utf-8";

/*   Reset css   */
/*   2010-02-17 LiNing Create  */
/*   2019-8-12 LiNing Edit    */

html{ overflow: -moz-scrollbars-vertical; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {PADDING: 0px; MARGIN: 0px;}
DIV, P, I, UL, LI, OL, DL, DT, DD{list-style: none;}
FIELDSET,LABEL,LEGEND,BUTTON,INPUT,FORM {PADDING: 0px; MARGIN: 0px;}
address,caption,cite,dfn,em,th,var {font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
A IMG {BORDER-STYLE: none; border: 0px}
table{border-collapse: collapse;border-spacing: 0;} 
.wordwrap{ word-break: break-all; word-wrap: break-word; }
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {*display:inline-block;*zoom:100%;}
.clear{ clear:both; height:0px;font-size:0px; line-height:0px; overflow:hidden;}
.blank2 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 2px; line-height: 2px; font-size: 0px;}
.blank6 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 6px; line-height: 6px; font-size: 0px;}
.blank10 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 10px; line-height: 10px; font-size: 0px;}
.blank15 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 15px; line-height: 10px; font-size: 0px;}
.blank20 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 20px; line-height: 10px; font-size: 0px;}
.blank30 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 30px; line-height: 10px; font-size: 0px;}
.blank40 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 40px; line-height: 10px; font-size: 0px;}
.blank50 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 50px; line-height: 10px; font-size: 0px;}
.blank60 {CLEAR: both; DISPLAY: block; OVERFLOW: hidden; HEIGHT: 60px; line-height: 10px; font-size: 0px;}

 
.left{_display:inline;float:left!important;}
.right{_display:inline;float:right!important;}
.mc{margin-left: auto; margin-right: auto;}
.mt6{margin-top: 6px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt30{margin-top: 30px;}.mt40{margin-top: 40px;}
.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb40{margin-bottom: 40px;}
.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml30{margin-left: 30px;}.ml40{margin-left: 40px;}.ml50{margin-left: 50px;}
.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr30{margin-right: 30px;}.mr40{margin-right: 40px;}
.p5{padding: 5px;}.p10{padding: 10px;}.p15{padding: 15px;}.p20{padding: 20px;}.p30{padding: 30px;}.p40{padding: 40px;}.p50{padding: 50px;}.p60{padding: 60px;}
.pt6{ padding-top:6px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt30{padding-top: 30px;}.pt40{padding-top: 40px;}.pt50{padding-top: 50px;}
.pl6{ padding-left:6px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl40{padding-left: 40px;}
.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb30{padding-bottom: 30px;}.pb40{padding-bottom: 40px;}
.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr30{padding-right: 30px;}.pr40{padding-right: 40px;}
.pt0{ padding-top:0px!important;}.pr0{ padding-right:0px!important;}.pb0{ padding-bottom:0px!important;}.pl0{ padding-left:0px!important;}
.mt0{ margin-top:0px!important;}.mr0{ margin-right:0px!important;}.mb0{ margin-bottom:0px!important;}.ml0{ margin-left:0px!important;}
.hand {CURSOR: pointer;}
.red {COLOR: #c60027}.white{color: White;}
.tb{font-weight: bolder;}.tl{ text-align: left;}.tr{ text-align: right;}.tc{ text-align: center;}
.none{display: none;}.visi{ visibility:hidden}
.relative{position: relative;}
.block{ display:block}
.fixed{position:fixed !important;}

:focus{outline:0;}


html *{box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
html *:before,
html *:after{box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-transition: 0.25s; transition: 0.25s;}
*:before,
*:after{z-index: 1;}


a{text-decoration: none; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease;}
a:link,a:visited { color:#555555;text-decoration:none;}
a:hover,a:active { color:#005BAC;text-decoration: none;}
a.fff:link,a.fff:visited {color:#ffffff;text-decoration:none;} a.fff:hover,a.fff:active {color:#ffffff;text-decoration:underline;}
a.org:link,a.org:visited {color:#F63900;text-decoration:none;} a.org:hover,a.org:active {color:#FF7000;text-decoration:underline;}
a.red:link,a.red:visited {color:#E02700;text-decoration:none;} a.red:hover,a.red:active {color:#E02700;text-decoration:underline;}

/* Backgrounds */
.bg_white { background-color: #ffffff; }
.bg_org { background-color: #FF7400; }
.bg_red { background-color: #F53900; }
.bg_silver { background-color: #F6F6F6; }
.bg_gray{ background-color:#F6F6F6;}
.bg_fa{ background-color:#FAFAFA}
.inset{-moz-box-shadow:0px 4px 6px #E8E8E8 inset; -webkit-box-shadow:0px 4px 6px #E8E8E8 inset; box-shadow:0px 4px 6px #E8E8E8 inset;}
/* Colors */
.org { color: #F63901; }
.silver { color: #9D9D9D; }
/* font-size */
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f24 { font-size: 24px; }
/* font-family */
.fa { font-family: Arial; }
.ft { font-family: Tahoma; }
.fv { font-family: Verdana; }
.fs { font-family: Simsun; }
.fl { font-family: 'Lucida Console'; }
.fw { font-family: 'Microsoft Yahei'; }
.pct33 { width: 33.3%; }
.pct50 { width: 49.9%; }
.pct100 { width: 100%; }
.pct25 { width: 24.9%; }
.pct24 { width: 23.9%; }
.pct20 { width: 22.5%; }
.pct70 { width: 69.9%; }

input{ font-size: 12px; font-family: tahoma; padding: 1px 0; vertical-align: baseline; font-weight: inherit;vertical-align:middle }
.trans img,.trans a{ -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.trans_all{ filter:alpha(opacity=20);opacity: 0.2; }
.trans_bg{ filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0,startColorstr = '#80000000', endColorstr = '#80000000' )\9;
        background-color:rgba( 0, 0, 0, .6 );background-color:transparent\9 }
.box_shadow{box-shadow:0 1px 8px 0 rgba(0,0,0,.2); filter:progid:DXImageTransform.Microsoft.Shadow(color=#D2D2D2,direction=135,strength=5);}
.border_shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1); filter:progid:DXImageTransform.Microsoft.Shadow(color=#D2D2D2,direction=135,strength=5); }
.border_all{ border:#E0E8ED 1px solid;}
.none_bb{ border:none !important}

.text_indent{ text-indent: 2rem}

/*   change    */
/*   date:2019-8-12   */
/*   author:lining   */

BODY {Font-family:'Microsoft Yahei', Verdana,simsun,tahoma;  font-size: 12px; line-height: 180%; color: #3F3F3F;  background:#fff; }
.w1000{width: 1000px; margin: 0px auto;}
.w1200{width: 1200px; margin: 0px auto;}


.w_pc{ max-width: 1400px; margin: 0 auto; width: 100%}
.w_pc_1400{ max-width: 1600px; margin: 0 auto; width: 100%}


/* header */

.pheader .head_logo{ height: 90px; width:456px; position:relative; background: url("../images/logo_name.jpg") no-repeat left 8px}


.pheader .main_nav{ height: 80px; position:relative; margin-top: 10px;}
.pheader .main_nav li{ float: left;}
.pheader .main_nav li A{ display: block; width: auto; color:#005BAC; font:700 16px/80px microsoft yahei; padding: 0px 20px; position: relative}
.pheader .main_nav li A.on{color:#fff;}
.pheader .main_nav li A.on:after{ top: 0; background-color:#005BAC;}
.pheader .main_nav li A:hover:after{ top: 0; background-color:#fff;}
.pheader .main_nav li A:hover{ color:#005BAC;}
.pheader .main_nav li A.on:hover:after{ top: 0; background-color:#0071C4;}
.pheader .main_nav li A.on:hover{ color:#fff;}

.pheader .main_nav li A:after{ top:100%;  -webkit-transition:top 100ms; transition:top 100ms;border-bottom: 3px solid #005BAC; display: block; content:' ';position:absolute; left:0; z-index:2;  height:100%; position: absolute; z-index: -1; width: 100%}


.pheader{ height:90px; overflow: hidden;margin-top: 10px;}



.mheader{  position: fixed; top: 0; left: 0; width: 100%; z-index: 999;}
.mheader.move{  -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);}

.m-bar{height: 60px; background-color: #fff;}
.logo-m{display: inline-block; float: left; margin-left: 10px; height: 60px; line-height: 60px;}
.logo-m img{height: 50px; display:block; z-index: 60; margin-top: 5px;}

.m-nav{clear: both; position: absolute; top: 60px; left: 0;width: 100%; -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2); max-height: 0; overflow: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.m-nav.on{max-height: 999px;}
.m-nav a{display: block; width: 100%; line-height: 46px; text-align: left; border-top: 1px solid #EDEDED; font-size: 18px; background: #fff; padding: 0 40px 0px 100px; color: #333;}
.m-nav a.on{ color: #005BAC; font-weight: 700}

.has-sub > A{ background: #fff url(../images/nv.png) no-repeat 53%  22px; background-size: auto 10%}

.m-trigger{height: 60px; cursor: pointer; width: 60px; float: right; background: url(../images/menu.png) no-repeat center center; -webkit-background-size: 25px; -moz-background-size: 25px; -o-background-size: 25px; background-size: 25px;}
.m-sub{display: none;}
.m-sub p{text-indent: 2em;}
.m-sub a{font-size: 16px;padding: 0 0px 0px 130px;background-color: #EDEDED;border-top-color: #fff; background-image: none; text-align: left; }
.m-show{display: none;}
.m-nav .end_pic{ background: #fff; height: 50px;}

.m-sub a.sub{ padding: 0 0px 0px 170px;background-color: #EDEDED;border-top-color: #fff; background-image: none; text-align: left; }




#nav-toggle{position: absolute; right: 14px; top: 18px; color: #fff;-webkit-transform: scale(0.7);-moz-transform: scale(0.7);-ms-transform: scale(0.7);-o-transform: scale(0.7);transform: scale(0.7);transform-origin: 50% 50%;}
#nav-toggle{cursor: pointer; padding: 10px 35px 16px 0px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #005BAC; position: absolute; display: block; content: '';}
#nav-toggle span:before{top: -10px;}
#nav-toggle span:after{bottom: -10px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out;}
#nav-toggle.active span{background-color: transparent;}
#nav-toggle.active span:before, #nav-toggle.active span:after{top: 0;}
#nav-toggle.active span:before{transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);}
#nav-toggle.active span:after{transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px;}









.index_banner{background: url("../images/01.jpg") no-repeat center; width: 100%; height: 780px; margin-top: 100px;}
.index_banner .banner_link{ background: url("../images/banner_link.png") no-repeat center; width: 100%; height: 109px; position: absolute; left: auto; right: auto; bottom: 0px; z-index: 9999}

.index_banner .banner_link A.block{ display: block; width: 100%; height: 100%;}

#banner{position: absolute; width: 100%;  top:0px; bottom:0px;}
#banner *{outline: none;}
#banner .slick-slider,
#banner .slick-list,
#banner .slick-track{height: 100% !important;}
#banner a{display: block;height: 100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;position: relative;}
#banner .more{position: absolute;bottom: -60px;z-index: 999;text-align: center;width: 100%;font-family: bodoni;font-style: italic;font-size: 18px;}




#banner em{display: inline-block;width: 72px;height: 72px;background-color: #1A0505;}
#banner em i{display: inline-block;width: 100%;height: 100%;background: url(../images/ar3.png) no-repeat center 50%;-webkit-animation: arrowDown 1s infinite linear;animation: arrowDown 1s infinite linear;cursor: pointer;}
#banner .s1 .img1{}
@-webkit-keyframes arrowDown{0%{-webkit-transform: translate(0,0);}
25%{-webkit-transform: translate(0,6px);}
50%{-webkit-transform: translate(0,0);}
75%{-webkit-transform: translate(0, -6px);}
100%{-webkit-transform: translate(0,0);}}
@keyframes arrowDown{0%{transform: translate(0,0);}
25%{transform: translate(0,6px);}
50%{transform: translate(0,0);}
75%{transform: translate(0, -6px);}
100%{transform: translate(0,0);}}
#banner .slick-dots{position: absolute;left:0%;bottom: 30px; text-align: center; width: 100%; }
#banner .slick-dots li{display: inline-block;width: 14px;height:14px;background: #fff;cursor: pointer;margin: 3px 5px;border-radius: 10px;}
#banner .slick-dots li.slick-active{background: #013895; width: 20px;height:20px;margin: 0px 5px;}
#banner .slick-dots li button{display: none;}
#banner img{position: absolute;}
#banner .txt{color: #fff;text-align: center;white-space: nowrap;position: absolute;font-weight: bold;display: table;}
#banner .txt h3{font-size: 5.14em;line-height: 1.2;font-weight: bold;}
#banner .txt span{font-size: 3.43em;}
#banner .s1 .img{left: 50%;bottom: 0;margin-left: 15%;/*width: 10.5%;*/max-width: 200px;height: 70%;}
#banner .s1 .txt{right: 52%;width: 18.5%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
#banner .s2 .txt{width: 100%;text-align: center;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
#banner .animated{opacity: 0;}





.banner{ background: url("../images/p1.jpg") no-repeat center; height: 290px; width: 100%;}

.banner_single{ height: 290px; width: 100%; overflow: hidden; margin-top: 90px;}
.banner_single_img{ height: 290px; width: 100%; left: 0%; position: absolute; top: 0px;filter: blur(0px); }


.banner_single p.phone{ padding: 45px 0px 0px 0px; font-size: 12px; color: #fff; font-weight: 400; line-height: 24px; text-shadow: 0px 1px 1px  rgba(0,0,0,.3);text-align: center;text-transform: uppercase; position: absolute; width: 100%; z-index: 2}
.banner_single p.phone{font-size: 22px; text-transform: uppercase; font-family: Impact}
.banner_single p.phone strong{font-size: 16px; text-transform: uppercase; font-weight: 400}

.i_conbox{ margin: 30px auto;}


/*首页合作伙伴*/

.i_box{}
.i_box .hd{ margin-bottom: 10px; margin-top: 10px; overflow: hidden}
.i_box .hd h3{ display: inline-block; background: #005BAC; color: #fff;font: 400 16px/32px microsoft yahei; padding: 0px 30px; margin-right: 10px;}
.i_box .hd span{ color: #A7A7A7;font: 400 14px/32px microsoft yahei; text-transform: uppercase}
.i_parters{ padding: 10px 0px 30px;}
.i_parters A{ display: inline-block; padding: 4px 10px; font-size: 14px; margin-right: 30px;}
.i_parters A:hover{ background: #F0F0F0}

/*首页公司简介*/

.m_i_hd{ text-align: center; padding-top: 30px;}
.m_i_hd h2{ color: #005BAC;font: 700 28px/60px microsoft yahei; position: relative; padding-bottom: 10px;}
.m_i_hd h2::after{ display: block; content: ' ';width: 160px; height: 5px;background: #D8A368; position: absolute;left: 50%; margin-left: -80px; bottom: 10px;}
.m_i_hd p{ color: #A7A7A7;font: 400 14px/20px microsoft yahei; text-transform: uppercase}

.m_i_bd{ padding-top: 30px; padding-bottom: 50px;}


.i_jituan h1{font: 700 24px/60px microsoft yahei; text-align: center; color: #414141}
.i_jituan ul p{font: 400 16px/40px microsoft yahei; text-align: left; color: #414141; text-indent: 2em}

.i_jituan_button{}
.i_jituan_button ul{  margin: 60px 30px 30px; display: flex; justify-content: space-between}
.i_jituan_button ul li{ width:220px; }
.i_jituan_button ul li A{ display: block; background: #F6F6F6; text-align: center;padding: 30px 0px; border-radius: 5px;}
.i_jituan_button ul li A:hover{ display: block; background: #005BAC; text-align: center;padding: 30px 0px; border-radius: 5px;}
.i_jituan_button ul li A em.a_ico{ display: inline-block; width: 100px; height: 100px; background-image: url("../images/jituan_ico.png"); background-repeat: no-repeat}

.i_jituan_button ul li A em.a_ico.jt_01{ background-position: 0 0}
.i_jituan_button ul li A em.a_ico.jt_02{ background-position: -100px 0}
.i_jituan_button ul li A em.a_ico.jt_03{ background-position: -200px 0}
.i_jituan_button ul li A em.a_ico.jt_04{ background-position: -300px 0}
.i_jituan_button ul li A em.a_ico.jt_05{ background-position: -400px 0}

.i_jituan_button ul li A p{font: 700 20px/40px microsoft yahei; text-align: center; color: #414141 }
.i_jituan_button ul li A:hover p{ color: #ffffff }

 
.i_jituan_button ul li A:hover em.a_ico.jt_01{ background-position: 0 -100px}
.i_jituan_button ul li A:hover em.a_ico.jt_02{ background-position: -100px -100px}
.i_jituan_button ul li A:hover em.a_ico.jt_03{ background-position: -200px -100px}
.i_jituan_button ul li A:hover em.a_ico.jt_04{ background-position: -300px -100px}
.i_jituan_button ul li A:hover em.a_ico.jt_05{ background-position: -400px -100px}


.i_bankuai{ padding: 40px 0px 80px 40px; background: url("../images/jituan_ico.png") no-repeat 0px -500px; margin-top: 30px;}
.i_bankuai_wrap{ display: flex; justify-content: space-between}
.i_bankuai_wrap li{ text-align: center; width: 186px; border-bottom: #005BAC 3px solid}
.i_bankuai_wrap li.bg_01a{ background: #FFFFFF url("../images/jituan_ico.png") no-repeat -600px 0px}
.i_bankuai_wrap li.bg_02b{ background: #E6F5FF url("../images/jituan_ico.png") no-repeat -600px 0px}
.i_bankuai_wrap li a{ display: block; text-align: center; padding: 60px 0px 50px; position: relative }
.i_bankuai_wrap li a h5{ font: 700 20px/40px microsoft yahei;color: #216AB2; padding-bottom: 30px; position: relative;  transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; top: 0px;}
.i_bankuai_wrap li a h6{ font: 400 14px/24px microsoft yahei;color: #414141; height: 120px;  position: relative;  transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; top: 0px;}

.i_bankuai_wrap li a p.more{ color:#999; background: #F5F5F5;   display: inline-block; padding: 2px 15px; border-radius: 3px; position: relative; }
.i_bankuai_wrap li a:hover p.more{ color:#fff;  }
.i_bankuai_wrap li a .s1{position: absolute;width: 0;height: 100%;top: 0;left: 0; background-color: #005BAC;z-index: 1; transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;border-radius:2.7px;}
.i_bankuai_wrap li a:hover .s1{width: 100%;}
.i_bankuai_wrap li a span{position: relative;z-index: 2;}

.i_bankuai_wrap li a:hover h5{ top:-9px}
.i_bankuai_wrap li a:hover h6{ top:-9px}



.i_jianjie{ width: 50%; background:#005BAC url("../images/sc_03_1.jpg") no-repeat left top; height: 250px; overflow: hidden; float: left}
.i_jianjie .i_jianjie_pp{ padding: 40px 50px 50px;}
.i_jianjie .hd{font: 700 16px/30px microsoft yahei; color: #fff}
.i_jianjie .hd span{font: 400 12px/30px arial; text-transform: uppercase; display: inline-block; margin-left: 10px;}
.i_jianjie .bd{font: 400 14px/30px microsoft yahei;  color: #8FB6F1; padding: 10px 0px 10px;}
.i_jianjie .fd{ border-top: #6588BE 1px solid; text-align:right; padding-top: 10px;}
.i_jianjie .fd A{display: inline-block;font: 700 14px/30px microsoft yahei; color: #fff; }
.i_jianjie .fd A:hover{ color: #71BCF5;}



.i_rongyu{ width: 50%; background:#fff url("../images/sc_03_2.jpg") no-repeat left top; height: 250px; overflow: hidden;float: left}
.i_rongyu .i_rongyu_pp{ padding: 40px 40px 50px 323px;}
.i_rongyu .hd{font: 700 16px/30px microsoft yahei; color: #505050}
.i_rongyu .hd span{font: 400 12px/30px arial; text-transform: uppercase; display: inline-block; margin-left: 10px;}
.i_rongyu .bd{font: 400 14px/30px microsoft yahei;  color: #505050; padding: 10px 0px 10px;}
.i_rongyu .fd{ border-top: #D7D7D7 1px solid; text-align:right; padding-top: 10px;}
.i_rongyu .fd A{display: inline-block;font: 700 14px/30px microsoft yahei; color: #003993; }
.i_rongyu .fd A:hover{ color: #71BCF5; }


.i_shiming{ width: 50%; background:#fff url("../images/sc_03_3.jpg") no-repeat left top; height: 250px; overflow: hidden;float: left}
.i_shiming .i_shiming_pp{ padding: 40px 40px 50px 323px;}
.i_shiming .hd{font: 700 16px/30px microsoft yahei; color: #505050}
.i_shiming .hd span{font: 400 12px/30px arial; text-transform: uppercase; display: inline-block; margin-left: 10px;}
.i_shiming .bd{font: 400 14px/30px microsoft yahei;  color: #505050; padding: 10px 0px 10px;}
.i_shiming .fd{ border-top: #D7D7D7 1px solid; text-align:right; padding-top: 10px;}
.i_shiming .fd A{display: inline-block;font: 700 14px/30px microsoft yahei; color: #003993; }
.i_shiming .fd A:hover{ color: #71BCF5; }


.i_yewu{ width: 50%; background:#fff url("../images/sc_03_4.jpg") no-repeat left top; height: 250px; overflow: hidden;float: left}
.i_yewu .i_yewu_pp{ padding: 60px 20px 50px 140px;}
.i_yewu .hd{font: 700 16px/30px microsoft yahei; color: #505050}
.i_yewu .hd span{font: 400 12px/30px arial; text-transform: uppercase; display: inline-block; margin-left: 10px;}
.i_yewu .bd{}
.i_yewu .bd A{font: 400 16px/30px microsoft yahei;  color: #333333; display: inline-block; border: #B2C7E2 1px solid;   background-color: rgba(248,248,255,0.4); margin: 0px 90px 0px 0px; width:120px; height: 120px; border-radius: 200px; float: left; padding:30px 20px; text-align: center}

.i_yewu .bd A:hover{ color: #fff; display: inline-block; border: #005BAC 1px solid; background-color:#005BAC;}
.i_yewu .bd A.on{ color: #fff; display: inline-block; border: #005BAC 1px solid; background-color:#005BAC;}



/*首页工程业绩*/
.in_img_wap{overflow: hidden; width: 1400px;}
.in_img_wap ul{ width:1450px; }
.in_img_wap ul li{ width:325px; height: 205px;position: relative; overflow: hidden; float: left; margin: 0px 33px 33px 0px;}
.in_img_wap ul li img{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;}
.in_img_wap ul A:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); transform-origin: 50% 50%;}

.in_img_wap ul li A{ display: block; width: 100%; height: 100%}
.in_img_wap ul li A .mask{ transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; position: relative; display: block; width: 100%; height: 100%;}
.in_img_wap ul li A:hover .mask{ background-color: rgba(0,0,0,0.4); position: relative; z-index: 99}

.in_img_wap ul li A .mask p{ width: 30px; height: 4px; border-bottom: #8FB6F1 1px solid; position: absolute; left: 30px; top: 58%; opacity: 0;transition: .4s; -ms-transition: .4s; -moz-transition: .4s; -webkit-transition: .4s; -o-transition: .4s;}
.in_img_wap ul li A .mask h4{font: 700 16px/24px microsoft yahei;  color: #fff; position: absolute; left: 30px; top: 65%; opacity: 0;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; padding-right: 30px;}

.in_img_wap ul li A:hover .mask p{ width:180px; top: 54%; opacity: 1}
.in_img_wap ul li A:hover .mask h4{   top: 60%; opacity: 1}



.i_xinwen{ width: 790px; float: left}

.i_xinwen_list ul li{  margin: 0px 0px 0px; text-align:left;line-height:34px;}
.i_xinwen_list ul li A{ font-size: 14px; }
.i_xinwen_list ul li span{float: right; color: #8D8D8D; font-size: 12px;}



/*首页新闻切换js*/
.hasMoreTab{ }
.hasMoreTab p{ text-transform: uppercase; color: #979797; font-size: 16px; line-height: 40px;}
.hasMoreTab .hd{ position:relative;line-height:38px; margin-bottom: 30px;}
.hasMoreTab .hd ul{ z-index:5;  overflow:hidden; zoom:1; text-align: center}
.hasMoreTab .hd li{  padding:0 30px; cursor:pointer; background: #DFECFF; line-height:36px; font-size: 16px; margin: 0px 10px; display: inline-block}
.hasMoreTab .hd li.on{  background:#005BAC;  color:#fff;  }



.more_a{ display: block; text-align: center; margin-top: 20px;}
.more_a A{ display: inline-block; text-align: center; padding: 4px 20px; border: #C8CAD6 1px solid; border-radius: 4px; }



.main{ background: #EBF1F7; width: 100%}
.page_wrap{ padding: 40px 0px; background: #fff; position: relative; top: -30px;}



/*电脑端 二级菜单 主标题*/
.side_bar{ width:310px; background: #fff; float: left}
.side_bar_title{ padding-right: 30px; padding-bottom: 30px;}
.side_bar .ms_title{font-size:26px;color:#005BAC;font-weight:700;text-indent:35px;padding-top:10px; text-align: right}
.side_bar .ms_eng{font-size:15px;color:#A0A0A0;text-indent:35px; line-height:30px;text-transform:uppercase;padding-bottom:4px; padding-top: 10px;text-align: right}
.side_bar .ms_line{width:25px;height:4px;background:#005BAC; float: right}


/*电脑端 二级菜单*/
.left_nav{width:310px;overflow:hidden;margin-top:20px;clear:both;padding-bottom:40px;}
.left_nav li{height:55px;position: relative;}
.left_nav li a{color: #005BAC;display: list-item;font-size: 18px;height: 55px;left: 0px;line-height: 55px;position: absolute;top: 0;width: 100%;text-indent:85px;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;background:#fff  url("../images/rightjiao.png") no-repeat 75% center;}
.left_nav li a:hover{background:#005BAC  url("../images/rightjiao.png") no-repeat 80% center;line-height:55px;height:55px;width:313px;display:block;font-weight:bold;color:#ffffff;text-indent:95px;}
.left_nav a.hover{background:#005BAC url("../images/rightjiao.png") no-repeat 80% center;font-weight:bold;color: #fff;text-indent:85px;}




.left_nav_long{width:360px;overflow:hidden;margin-top:20px;clear:both;padding-bottom:40px;}
.left_nav_long li{height:55px;position: relative; border-bottom: #EBEBEB 1px solid; background: #F5F7FA}

.left_nav_long li a{color: #005BAC;display: list-item;font-size: 18px;height: 54px;left: 0px;line-height: 54px;position: absolute;top: 0;width: 100%;text-indent:40px;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;background:#F5F7FA  url("../images/rightjiao.png") no-repeat 85% center;}
.left_nav_long li a:hover{background:#005BAC  url("../images/rightjiao.png") no-repeat 90% center; width:363px;display:block;font-weight:bold;color:#ffffff;text-indent:45px;}
.left_nav_long a.hover{background:#005BAC url("../images/rightjiao.png") no-repeat 90% center;font-weight:bold;color: #fff;text-indent:40px;}


.left_nav_long li.sub{height:45px;position: relative;}
.left_nav_long li.sub a{color: #005BAC;display: list-item;font-size: 16px;height: 45px;left: 0px;line-height: 45px;position: absolute;top: 0;width: 100%;text-indent:75px;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;background:#fff  url("../images/rightjiao.png") no-repeat 85% center;}
.left_nav_long li.sub a:hover{  text-indent:85px;}
.left_nav_long li.sub a.hover{  text-indent:75px;}




/*手机端 二级菜单*/
.page_tab{width: 100%; overflow-x: auto}
.page_tab ul{ display: flex;width: 100%;}
.page_tab ul.six{ display: flex;display: -webkit-box;overflow-x: scroll;-webkit-overflow-scrolling:touch; width: 130%}
            


.page_tab ul A{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #979797; padding: 10px 0px;border-bottom: #fff 2px solid; font-size: 14px;}

.page_tab ul A.on{ color: #005BAC; border-bottom: #005BAC 2px solid; font-weight: 700}

/*荣誉证书三级切换*/
.third_tab{ border-bottom: #EBEBEB 1px solid; margin-top: 20px;}
.third_tab A{ display: inline-block; padding: 3px 30px; margin-right: 10px; font-size: 15px; background: #B5BBCA; color: #fff; line-height: 30px; margin-bottom: -1px;}
.third_tab A.on{ background: #005BAC}
.third_tab A:hover{ background: #909DB2; }



/*子页文案*/
.keyword_box{ width: 100%;padding:40px 30px; margin-bottom: 20px;}
.keyword_box p{ color: #005BAC; font-size: 18px; line-height:32px; font-weight: 400}

.keyword_box.guanyu{  background: url("../images/guanyu_kw_bg.jpg") no-repeat right bottom;background-size: 100% auto; }
.keyword_box.jianshe{  background: url("../images/jianshe_kw_bg.jpg") no-repeat right bottom;background-size: 100% auto; }
.keyword_box.qiye{  background: url("../images/qiye_kw_bg.jpg") no-repeat right bottom;background-size: 100% auto; }
.keyword_box.zhujiu{  background: url("../images/qiye_kw_bg.jpg") no-repeat right bottom;background-size: 100% auto; }
.keyword_box.youxiu{  background: url("../images/qiye_kw_bg.jpg") no-repeat right bottom;background-size: 100% auto; }
.keyword_box.rencai{  background: url("../images/rencai_kw_bg.jpg") no-repeat right bottom;background-size: 100% auto; }

.single_page_word_no{ font-size: 15px; line-height: 30px;font-family: "Microsoft YaHei"; padding: 20px;}
.single_page_word_no p{ margin-bottom: 10px;font-size: 15px; text-indent:2rem}





.side_page{ width:1040px; background: #fff; padding: 24px 35px 80px; min-height: 800px; float: right; border-left: #EBEBEB 1px solid}
.right_top{ border-bottom: #EBEBEB 2px solid; width: 100%; text-align: right}
.right_top h4{ border-bottom: #005BAC 4px solid; display: inline-block; padding: 10px 6px; margin-bottom: -2px;font-family: "Microsoft YaHei";	font-size:18px;}

/*公司简介*/
.single_page_word{ font-size: 15px; line-height: 36px;font-family: "Microsoft YaHei"; padding: 20px;}
.single_page_word p{ margin-bottom: 10px;font-size: 16px; text-indent:2rem}

/*发展历程*/
.single_timeline_word{ font-size: 15px; line-height: 22px;font-family: "Microsoft YaHei"; padding: 20px;}
.single_timeline_word ul{}
.single_timeline_word ul li{ padding-left: 100px; position: relative; margin-bottom: 30px;}
.single_timeline_word ul li p.year{ border-bottom: #005BAC 1px solid; border-top: #005BAC 1px solid; width: 56px; color: #005BAC; font-size: 20px; line-height: 30px; text-align: center; position: absolute; left: 20px; top:0px; letter-spacing: 2px; font-weight: 700}
.single_timeline_word ul li span{ display: inline-block; margin-top: 5px; margin-bottom: 5px;}



/*荣誉证书*/

.single_honnor{ font-size: 15px; line-height: 22px;font-family: "Microsoft YaHei"; overflow: hidden;margin: 0 20px;}
.single_honnor ul{padding-top: 20px}
.single_honnor ul li{ float: left;width: 50%;}
.single_honnor ul li a{ margin: 20px 40px; overflow: hidden; display: block; text-align: center}
.single_honnor ul li a img{ width: 100%; max-height: 100%; }
.honnor_li a p{ height:50px;}
.honnor_li a span.img_b{padding:0px 10px; display:block}

/*新闻列表*/
.single_news_page{padding: 20px;}




.i_xinwen{ margin-top: 15px;}
.itop_one_news{ border-bottom: #CECECE 1px solid; padding-bottom: 16px; margin-bottom: 5px !important;}
.i_xinwen_list{padding-top: 15px;}
.i_xinwen_list ul li.itop_one_news A{ display:block;font-size:17px; font-weight: 700}
.i_xinwen_list ul li.itop_one_news p{ font-size:14px; font-weight: 700; color: #003792; line-height: 20px;}


.i_xinwen_list .i_xinwen_list_img{float: left}
.i_xinwen_list .i_xinwen_list_word{float: right; width: 486px;}

.i_xinwen_list A img{ transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;}

.i_xinwen_list .i_xinwen_list_img img{ width: 270px; height:200px; display: block; }
.i_xinwen_list A:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); transform-origin: 50% 50%;}
.i_xinwen_list .i_xinwen_list_img{ width: 270px; height:200px; overflow: hidden;margin-top: 5px;}



.news_list{ margin-top:10px;}
.news_list .news_each A{ display:block; border-bottom:#E7E7E7 1px solid; padding:20px 0px;}
.news_list .news_each li.name{  display:block; padding-left:10px;}
.news_list .news_each li.name h6{ font-size:20px;line-height:2rem; font-weight:400;} 
.news_list .news_each .date{ float:left; width:103px; text-align:center; line-height:40px; font-size:16px; color:#B7BFCE; height:87px; background: #EDEDED; margin-right: 30px; font-weight: 400; padding-left: 0px; padding-top: 8px; border-radius: 3px;}
.news_list .news_each .date .day{ font-size: 28px; color: #005BAC;}

.news_list .news_each A:hover .date{ color:#fff; background-image: -webkit-gradient(linear,left top,right top,from(#0048C1),to(#005BAC));
    background-image: -webkit-linear-gradient(left,#0048C1,#005BAC);
    background-image: -moz-linear-gradient(left,#0048C1,#005BAC);
    background-image: linear-gradient(to right,#0048C1,#005BAC);
    background-color: #005BAC;}
.news_list .news_each A:hover h6{ font-weight: 700}
.news_list .news_each A:hover .day{ color:#fff; }


.news_list .news_each li.name .word{ font-size:12px; padding-top:10px; color:#9D9D9D; line-height:20px;}


.load_more{ text-align:center; padding:30px 0px 50px;}
.load_more A{ display:block; width:50%; height:40px; background:#fff; margin:20px auto; font-size:16px;  line-height:40px; border-radius:50px;border: #C8CAD6 1px solid;}
.load_more A:hover{ background:#E2E7F0;}


/*新闻展示*/
.page_news_box{padding: 20px;}
.page_news_box .news_hd{ position:relative; margin-top:30px;}

.page_news_box .news_hd h1{font:700 26px/44px "Microsoft YaHei"; color:#405A89; margin-bottom:25px; text-align:center;padding:0px 40px}
.page_news_box .news_hd p.news_ot{line-height: 20px; padding: 4px 0px; text-align: center; margin-bottom:30px; border-bottom: #DFE3E4 1px dashed;}
.page_news_box .news_hd p.news_ot span{padding: 0px 20px 0px 0px; color: #9B9B9B}
.page_news_box .news_bd{padding: 30px 0px 40px; text-align: left; font: 15px/30px Microsoft YaHei; }
.page_news_box .news_bd P{font: 15px/30px Microsoft YaHei;   margin-bottom: 10px; text-indent: 2rem}
.page_news_box .news_bd img{ max-width:100%}
.page_news_box .news_bd iframe{ height:500px;}
.page_news_box .news_hd p.news_ot span A{color: #D8B57B}


/*企业文化*/
.single_culture_page{padding: 20px;}

.culture_word{ padding: 40px 50px;}
.culture_word.dpp{ padding: 40px 150px;}

.culture_word ul{ padding: 60px 0px;}
.culture_word p{ color: #B92E33; font-size:24px; line-height:42px; text-align: left; padding-left: 100px;}
.culture_word em.top{ width: 50px; height: 50px; background: url("../images/top.svg") no-repeat center; background-size: 50px; display: block; position: absolute; left: 0px; top: 0px;}
.culture_word em.bottom{ width: 50px; height: 50px; background: url("../images/bottom.svg") no-repeat center; background-size: 50px; display: block; position: absolute; right: 0px; bottom: 0px;}
.culture_word_intro{ padding-left: 150px;}
.culture_word_intro dt{ font-size: 16px; line-height: 40px; font-weight: 700;padding-bottom: 20px;}
.culture_word_intro dd{ font-size: 15px; line-height: 30px;padding-right: 100px; padding-left: 24px;}
.culture_word_intro dd em{ display: inline-block; margin-left: -24px}
.culture_word_intro dd em.f_k{ display: inline-block; width: 6px; height: 6px; background: #B92E33; vertical-align: 3px; margin-right: 10px;}
.f_k_dl  dd{ line-height: 40px;}
.f_k_ul{ margin-bottom: 30px;}
.f_k_ul p{ margin-left: -100px; font-size: 16px; line-height: 38px;}





/*筑就经典*/

.single_build{ font-size: 15px; line-height: 22px;font-family: "Microsoft YaHei"; overflow: hidden;margin: 0 0px;}
.single_build ul{padding-top: 20px}
.single_build ul li{ float: left;width: 50%;}
.single_build ul li a{ margin: 20px 20px; overflow: hidden; display: block; background: #fff; padding: 20px;}
.single_build ul li a img{ width: 100%; max-height: 100%}
.single_build ul li a .img_b{ width: 100%; height: 230px; display: block}

.single_build ul li a p{  display: block;text-align: left;  font-size: 15px; padding: 10px 5px;text-overflow:ellipsis; white-space:nowrap; display:block; overflow:hidden;}
.single_build ul li a .date{ font-size:13px; margin-top:5px; color:#fff; background: #B92E33; display: inline-block; padding: 0px 10px; border-radius: 3px; margin-left: 5px;}
.single_build ul li a:hover{  background: #f7f7f7; }




/*优秀楷模*/
/*优秀楷模*/
.single_people_page{ padding:40px 20px 20px;}

.people_news_list A{ display:block; margin-bottom:40px; background: #f7f7f7; padding:0px; }
.people_news_list li.pic{ width:240px; height:160px; float:left}
.people_news_list li.pic img{ display: block}
.people_news_list li.name{  display:block; padding:15px 20px 15px 280px; text-align: right}
.people_news_list li.name h6{ font-size:22px; line-height:2rem; height: 40px; text-align: left; margin-top: 5px;}
.people_news_list li.name .word{ padding-top: 0px; color: #9D9D9D; padding-right: 10px; text-align: left}
.people_news_list li.name .more{ color:#999; background: #fff;   display: inline-block; padding: 2px 15px; border-radius: 3px; position: relative; }
.people_news_list li.name .date{ text-align: left; color: #5D5D5D; padding-top: 10px;}


.people_news_list A .s1{position: absolute;width: 0;height: 100%;top: 0;left: 0; background-color: #005BAC;z-index: 1; transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;border-radius:2.7px;}
.people_news_list A:hover .s1{width: 100%;}

.people_news_list A:hover .more{ color:#fff; }
.people_news_list A span{position: relative;z-index: 2;}


/*岗位需求*/
.works_page_list{ padding: 20px 0px;}

.works_page_list ul{overflow: hidden;margin: 0 0px;}
.works_page_list ul li.works_list_li{float: left;width: 100%;}
.works_page_list ul li.works_list_li A{ background: #EDEDED; padding: 20px; margin:10px 15px; display: block; cursor: progress}
.works_page_list ul li.works_list_li A:hover{ background: #005BAC; color: #fff!important}
.works_page_list ul li.works_list_li A h6{ color:#005BAC; font-size: 18px; margin-bottom: 10px; border-left: #005BAC 5px solid; padding-left: 24px; margin-left: -20px;}
.works_page_list ul li.works_list_li A .date{margin-bottom: 10px; padding-left: 10px;}
.works_page_list ul li.works_list_li A .word{margin-bottom: 10px; padding-left: 10px;}
.works_page_list ul li.works_list_li A:hover h6{ color: #fff!important}





.dituContent{width: 100%; height: 550px; font-size: 12px}
.link_page_list{ padding:100px 60px;}
.link_page_list .img{ float: left; border-right: #DEDEDE 1px solid;  margin-right: 50px;}
.link_page_list .img img{ display: block; padding-right: 40px;}

.link_page_list .word{ font-size: 15px; line-height: 32px;}





/*底部*/
.foot{ width: 100%; background: #082C50; padding: 40px 0px 60px; color: #A2A4A6; font-size: 14px; }
.foot .copy_mes{ float: left}
.foot .copy_mes p{ color: #A2A4A6; line-height: 24px;}
.foot .copy_mes A{ color: #A2A4A6; line-height: 24px;}




.foot .foot_link{ float: left; margin-top: 20px;}
.foot .other_lan A{ display: inline-block; color: #CFCFCF; padding: 0px 10px 0px 10px; line-height:20px; margin-left: 0px; position: relative;font-size: 16px; font-weight: 700}
.foot .other_lan A:hover{  color: #fff}
.foot .foot_link .other_lan{ margin-bottom: 20px;}


.foot img.phone{ width: 60px; margin: 4px 15px 0px 0px;}
.scroll-top{display:none;position: fixed;right:20px;bottom:40px;background:#C8CAD6 url(../images/scroll-top.png) no-repeat center;width:50px;height:50px;z-index: 999;cursor: pointer; border-radius:100px;}
.scroll-top:hover{background:#005BAC url(../images/scroll-top.png) no-repeat center;}

.foot .foot_mes{ float: right; margin-top: 10px;}
.foot .foot_mes p{ color: #A2A4A6; line-height: 24px;}




/*视频展示*/
.video-box{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,.8);visibility: hidden;z-index: -1;opacity: 0;}
.show-video{visibility: visible;opacity: 1;z-index: 1000;}
.video-box video{width: 65%;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);-webkittransform: translateX(-50%) translateY(-50%);}
.video-box .x-btn{position: absolute;right: 20px;top: 20px;background: url(../images/close.svg) no-repeat center;width: 40px;height: 40px;cursor: pointer; background-size:30px;}
.video{ position: relative; margin: 20px auto; width: 635px;}
.video img{display: block;}
.video:after{content: '';background: rgba(0,0,0,.2);position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.video em{background: url(../images/play.svg) no-repeat; background-size:50px; width: 50px;height: 50px;display: block;position: absolute;left: 50%;top: 50%;z-index: 100;margin-top: -25px;margin-left: -25px;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;cursor: pointer;}
.video:hover em{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);transform-origin: 50% 50%;}
.col_b_video{width:100%; height:253px;}

/*首页视频展示*/
.i_video{ position: relative;}
/*
.i_video img{display: block; width: 100%; height: 100%}
.i_video:after{content: '';background: rgba(0,0,0,.3);position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.i_video em.play{background: url(../images/play.svg) no-repeat; background-size:60px; width: 60px;height: 60px;display: block;position: absolute;left: 50%;top: 50%;z-index: 100;margin-top: -30px;margin-left: -30px;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;cursor: pointer;}
.i_video:hover em.play{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);transform-origin: 50% 50%;}
.i_video p{ position:absolute;z-index: 9; color: #E3E3E3; font-size: 18px; top: 70px; left: 30px; width: 114px; text-align: center; font-weight: 400;-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;}
.i_video p em{ display: block; font-size: 10px;text-transform:uppercase; border-top: #E3E3E3 1px solid; padding-top: 4px; margin-top: 5px;}

.i_video:hover p{ left: 50px; }
*/



.i_shipin{ width: 360px; float: right; margin-top: 15px;}




.layout_choose{ position: fixed; bottom: 10px; left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); background: #9E9EAA; border-radius: 40px; padding: 5px 1px;}
.layout_choose A{ display: inline-block; background: #262834;border-radius: 40px; padding:3px 15px; color: #fff; font-weight: 700; margin: 0px 4px;}
.layout_choose A.on{ background: #B92E33;  color: #fff;}

/*分页*/

.pagination.justify-content-center{text-align: center; margin: 30px auto;}

.page-num:not(:disabled){cursor: pointer;}
.page-num, .page-link{position: relative;display: inline-block;padding: .5rem .75rem;margin-left: -1px;line-height: 1.25;color: #17a2b8;background-color: #fff;border: 1px solid #dee2e6;}
a.page-num:hover, .page-link:hover{text-decoration: none;}
.page-num-current{z-index: 1;color: #fff!important;background-color: #005BAC;border-color: #005BAC;}
.page-num-current:hover{color: #fff;}
/*其他*/
.pages{min-height: 500px;padding-top: 10px;padding-bottom: 10px;}
.page-item:hover{color: #fff!important;background-color: #005BAC;border-color: #005BAC;}


/*上一条*/
.page_news_box .news_fd{margin-top:10px; border-top: #DFE3E4 1px dashed; text-align: left; padding: 16px 0px; position: relative; font-size: 14px;}
.page_news_box .news_fd span{position: absolute; top: -40px; right: 30px;color: #B0C4DE;}
.page_news_box .news_fd p{color: #B0B0B0; margin-bottom: 15px;}
.page_news_box .news_fd A{}

.inmap{ margin-top: 30px;}


A.two_big{width: 310px; height: 171px; overflow: hidden; position: relative}
A.two_big img{width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s;}
A.two_big:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); transform-origin: 50% 50%;}


/*公路业绩展示*/
.page_road_box{padding: 50px 90px 20px;}
.page_road_box .road_hd{ position:relative; margin-top:30px; border-bottom: #EBEBEB 4px double; padding-bottom: 30px;}

.page_road_box .road_hd h1{font:700 30px/32px "Microsoft YaHei"; color:#405A89; margin-bottom:40px; text-align:left; border-left: #005BAC 20px solid; padding-left: 20px;}
.page_road_box .road_hd p.road_ot{line-height: 20px; padding: 4px 42px; text-align: left; margin-bottom:20px; font-size:16px;color: #9B9B9B; }
.page_road_box .road_hd p.road_ot span{padding: 0px 20px 0px 0px; color: #405A89;font-weight: 700}


.page_road_box .road_bd h4{font:700 18px/20px "Microsoft YaHei"; color:#405A89; margin-bottom:40px; text-align:left; border-left: #005BAC 4px solid; padding-left: 20px; }
.page_road_box .road_bd{padding: 30px 0px 40px; text-align: left; font: 15px/30px Microsoft YaHei; }
.page_road_box .road_bd P{font: 15px/30px Microsoft YaHei;   margin-bottom: 10px; text-indent: 2rem}
.page_road_box .road_bd img{ max-width:100%}
.page_road_box .road_bd iframe{ height:500px;}

.page_road_box .road_fd{margin-top:10px; border-top: #DFE3E4 1px dashed; text-align: left; padding: 16px 0px; position: relative; font-size: 14px;}
.page_road_box .road_fd span{position: absolute; top: -40px; right: 30px;color: #B0C4DE;}
.page_road_box .road_fd p{color: #B0B0B0; margin-bottom: 15px;}
.page_road_box .road_fd A{}




/*jingpin gongcheng*/

.single_build_jp{ font-size: 15px; line-height: 22px;font-family: "Microsoft YaHei"; overflow: hidden;margin: 0 0px;}
.single_build_jp ul{padding-top: 20px; margin: 0px -20px 0px -20px;}
.single_build_jp ul li{ float: left;width: 33.33%;}
.single_build_jp ul li a{ margin: 20px 20px; overflow: hidden; display: block; background: #fff; padding: 0px;}
.single_build_jp ul li a img{ width: 100%; max-height: 100%}
.single_build_jp ul li a .img_b{ width: 100%; height: 150px; display: block; border-radius: 20px 0px 20px 0px;}
.single_build_jp ul li a .name{  display: block;text-align: left;  font-size: 16px; padding: 10px 5px; height: 70px;}


.single_build_jp ul li A span.img_b .mask{ transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; position: relative; display: block; width: 100%; height: 100%;}
.single_build_jp ul li A:hover .mask{ background-color: rgba(0,0,0,0.5); position: relative; z-index: 99;border-radius: 20px 0px 20px 0px;}

.single_build_jp ul li A .mask p{ width: 30px; height: 4px; border-bottom: #8FB6F1 1px solid; position: absolute; left: 24px; top: 48%; opacity: 0;transition: .4s; -ms-transition: .4s; -moz-transition: .4s; -webkit-transition: .4s; -o-transition: .4s;}
.single_build_jp ul li A .mask h4{font: 400 15px/22px microsoft yahei;  color: #E3E5E8; position: absolute; left: 24px; top: 65%; opacity: 0;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; padding-right: 30px;}
.single_build_jp ul li A .mask h6{font: 400 15px/22px microsoft yahei;  color: #E3E5E8; position: absolute; left: 24px; top: 15%; opacity: 0;transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; -o-transition: .3s; padding-right: 30px;}




.single_build_jp ul li A:hover .mask p{ width:200px; top: 44%; opacity: 1}
.single_build_jp ul li A:hover .mask h4{   top: 53%; opacity: 1}
.single_build_jp ul li A:hover .mask h6{   top: 25%; opacity: 1}





.header.pheader_show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header.pheader_hide {
    -webkit-transform: translateY(-101px);
    -ms-transform: translateY(-101px);
    transform: translateY(-101px)
}

.header {
    height: 100px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
      
}
.header.header_shadow{
/*    border-bottom:#005BAC 1px solid*/
}



.samenews_box ul.hd{  border-bottom: #EBEBEB 2px solid; margin-bottom: 10px;}
.samenews_box ul.hd h4{ border-bottom: #005BAC 4px solid; display: inline-block; padding: 10px 6px; margin-bottom: -2px;font-family: "Microsoft YaHei";	font-size:18px;}
.samenews_box ul li{  margin: 0px 0px 0px; text-align:left;line-height:36px;  }
.samenews_box ul li em{ display: inline-block; width: 5px; height: 5px; background:#005BAC; overflow: hidden; vertical-align: middle; border-radius: 2px; margin-right: 10px;}
.samenews_box ul li A{ font-size: 14px; display: inline-block}



.bg_index_01{ background: url("../images/bg_index_03.jpg") no-repeat center; overflow: hidden}
.bg_index_02{ background: url("../images/bg_index_02.jpg") no-repeat center; overflow: hidden}
.bg_index_03{ background: url("../images/bg_index_04.jpg") no-repeat center; overflow: hidden}










