﻿@charset "utf-8";

html { font-family:"微软雅黑"; font-size:14px;} 

html,body{ height:100%; }

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input,figure { margin: 0; padding: 0; }

body { -webkit-overflow-scrolling: touch; text-align:left;  max-height: 100%;  overflow:-Scroll;overflow-x:hidden}

a, a:hover { text-decoration: none; outline: none;  }

a{ color:#0b0808;}

p{ margin:0; padding:0;}

:link, :visited{text-decoration: none;}

ul,li { list-style: none }

img { border: none; max-width:100%;}

input, select, textarea { border: none; outline: none; background: none }

em,i { font-style: normal }

h1, h2, h3, h4, h5, h6 { font-weight: normal }

.clear{clear:both; width:100%; overflow:hidden;}

/*.clearfix::after{ clear: both; display: block; height: 0; content: '';}

*//* clear */

.fn-clearfix:after { display: block; font-size: 0; content: '\0020'; clear: both; height: 0; }

.fn-clearfix { zoom: 1; /*for IE6 IE7*/ }

.fn-clear { visibility: hidden; clear: both; }

a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); }

::-ms-clear, ::-ms-reveal{display: none; }



td{ border:1px solid #000}



.zj{ width:1240px; margin:0 auto; display:block;}

.fl{ float:left;}

.fr{ float:right;}





/*header*/

.header { width: 100%; display:table; margin: 0 auto; }

.home{ height:45px; line-height:45px; background: url(../images/top_bj.png) no-repeat center top; color:#9a9999; display: none}

.home a{ color:#fff;  margin:0 3px;font-size:13px;}

.home a:hover{ color:#fe534b;}

.home_l{ float:left}

.home_r{ float:right; padding-right:10px}



.top{ width:1240px; margin:0 auto; padding:15px 0; display:table }

.top .logo{ width:750px;  float:left; height:80px; margin: 0 0;  }

.top .logo img{ display:table}

.top .top_r{ float:right; background: url(../images/tel.png) no-repeat center left; height:64px; margin:7px 0 0}

.top .top_r .tel{ color:#737171; font-size:16px; line-height:64px; padding-left:70px}

.top .top_r .tel h1{ font-size:28px; color:#0845ba; font-weight:bolder; line-height:1; font-style:italic}

.top .top_r .tel h1 span{ font-size:15px; color:#333;font-weight:100;  display:table; line-height:1; padding:6px 0 10px;font-style: normal}





.zy{ float:right; display:block; font-size:12px; color:#296fb7; padding:4px 0 6px; border-bottom:1px solid #296fb7;border-top:1px solid #296fb7; margin:28px auto;}	

.zy a{ padding:0 6px; color:#296fb7;}

.zy a:hover{ color:#f4a45d;}



.nav_k{ width:100%; display:table; margin:0 auto;background:#0845ba; height:56px;}

.navBar{ width:1240px; margin:0 auto;height:56px; line-height:56px; position:relative; z-index:9999;   }

.nav{ width:1240px; margin:0 auto; display:table; font-family:"Microsoft YaHei",SimSun,SimHei;  }

.nav h3{ font-size:100%; font-weight:normal; height:56px; line-height:56px; margin: 0}

.nav .m{  position:relative; float:left; width:155px; margin:0; display:inline; text-align:center;   }

.nav .m:hover{ background:#b71813;color:#fff; }

.nav h3 a{ font-size:16px;  zoom:1;  height:56px; line-height:56px; padding:0px ;  display: block; margin:0px auto 0; color:#fff; }

.nav h3 a:hover,.nav .m:hover h3 a{ color:#fff; }

	

.nav .sub{ display: none; width:100%; padding: 0;  margin:0 ;  position:absolute; top:56px;  background-color: rgba(197, 38, 33, 0.9);  float:left; line-height:44px; }

.nav .sub li{ text-align:center;  }

.nav .sub li a{ color:#fff; display:block; zoom:1; font-size:15px;}

.nav .sub li a:hover{  background:#0845ba; color:#fff;   }



/* banner */

.fullSlide{ width:100%;  position:relative;  height:710px; background:#fff;  }

.fullSlide .bd{ margin:0 auto; position:relative; z-index:999; overflow:hidden;  }

.fullSlide .bd ul{ width:100% !important; }

.fullSlide .bd li{ width:100% !important;  height:710px; overflow:hidden; text-align:center; }

.fullSlide .bd li a{ display:block; height:740px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:9999; bottom:15px; left:0; height:22px; line-height:22px;}

.fullSlide .hd ul{ text-align:center; }

.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:40px; height:7px; margin:2px 4px; overflow:hidden; background:rgba(255, 255, 255, 0.9);  line-height:999px; border-radius:0.5rem	}

.fullSlide .hd ul .on{ background:#c20005; }

.fullSlide .prev{  display:block;  position:absolute; z-index:1; top:40%; left:2%;  z-index:9999; width:70px; height:70px; background:url(../images/dot1.png) 0px 0px  no-repeat;  cursor:pointer;display:none;  }

.fullSlide .next{ display:block;  position:absolute; z-index:1; top:40%; left:2%;  z-index:9999; width:70px; height:70px; background:url(../images/dot2.png) 0px 0px  no-repeat;  cursor:pointer; display:none;  }

.fullSlide .next{ left:auto; right:2%;  }



img.lazy{background: url(../images/loading.gif) 50% no-repeat;}

.mt10{ margin-top:10px}

.mt15{ margin-top:15px}

.mt20{ margin-top:20px}

.ml10{ margin-left:10px}

.ml15{ margin-left:15px}

.ml20{ margin-left:20px}



/*特效集*/



@keyframes pulse {

 0% {transform: scale(1);}

 50% {transform: scale(1.2);}

 100% {transform: scale(1);}

}

/**/

.wrap{ width:100%; display:table;}

.bt{ width:1200px; display:table; margin:0 auto; text-align:center; padding:60px 0 40px}

.bt p{ font-size:17px; text-transform:uppercase; color:#898989; font-weight:100; line-height:1; padding:15px  0 0 10px }

.bt h1{ font-size:38px; color:#333; font-weight:bolder; text-transform:uppercase }

.bt h1:before{vertical-align: middle; display: inline-block;content: ''; background:url(../images/bt1.png) no-repeat center center; width:43px;height:5px;margin:-4px 25px  0;}

.bt h1::after{vertical-align: middle; display: inline-block;content: '';background:url(../images/bt2.png) no-repeat center center;  width:43px;height:5px;margin:-4px 25px  0;;}



.k1{ padding:0 0 40px}

/*.k1 .bt{ display:table; margin:0 auto; float:inherit; width:auto; padding:70px 0 40px}

.k1 .bt h1,.k3 .bt h1{ padding:0 40px; margin:0 auto}

*/

.cp_k{ width:1240px; margin:0 auto; display:table; padding:0px 0 20px;}

.cp_lk{ width:250px;float:left; display:table; box-sizing:border-box}

.cp_l{   width:100%; display:table; }

.cp_l1{ height:110px; text-align:center; width:100%; color:#fff; background:#0845ba;}

.cp_l1 h1{ font-size:28px; font-weight:bolder; line-height:46px; padding-top:20px;}

.cp_l1 h2{ font-size:13px; line-height:20px; text-transform:uppercase; opacity:.5}

.cp_l1 a{ width:104px; height:30px; font-size:14px; text-align:center; line-height:30px; color:#fff; border:1px solid #fff; display:block; margin:25px auto 0;}

.cp_l1 a:hover{ background:#fff; color:#005ab6;}



.cp_l_nav{  width:100%;box-sizing:border-box;padding:0px 10px 0  ; margin:0px auto 0 auto ; border:2px solid #0845ba; border-top:2px solid #0845ba; box-sizing: border-box}

.cp_l_nav ul{ padding:20px 0px;  min-height:420px}

.cp_l_nav ul li{ border-bottom:1px dashed #e0e0e0; height:54px; margin:0 auto 0; width:100%; display:table;-webkit-transition: all 0.5s;  -moz-transition: all 0.5s;    -o-transition: all 0.5s; transition: all 0.5s;}

.cp_l_nav ul li h1 a{  width:100%; box-sizing:border-box;  display:block; padding:0 25px 0 35px;  font-size:17px; color:#333; line-height:54px; height:54px;  margin:0px auto 0;

    background: url(../images/nav.png) no-repeat 10px center, url(../images/nav2.png) no-repeat 210px center ;

}

.cp_l_nav ul li h1{width:100%; display:table}

.cp_l_nav ul li a:hover,.cp_l_nav ul li h1 a.active{ color:#0845ba; }



.cp_list{ width:100%; padding:15px 0 ; box-sizing:border-box; display:table}

.cp_list a{width:100%; padding:0 0 0 42px; box-sizing:border-box;display:table; font-size:16px; background:url(../images/nav2.png) no-repeat 230px center ; height:42px; line-height:42px;}







.cp_l_nav1{  width:100%;box-sizing:border-box;padding:0px 0 0px ; margin:1px auto 0 auto ;/* border:1px solid #eeeded;*/ border-top:2px solid #0845ba;}

.cp_l_nav1 ul{ padding:8px 0 10px; min-height:600px}

.cp_l_nav1 ul li{ border-bottom:1px dashed #e0e0e0; height:60px; margin:0 auto 0; width:100%; border-radius:5px; display:table;-webkit-transition: all 0.5s;  -moz-transition: all 0.5s;    -o-transition: all 0.5s; transition: all 0.5s;}

.cp_l_nav1 ul li .cp_nav{  width:100%; box-sizing:border-box;  display:block; padding:0 35px 0 45px;  font-size:18px; color:#333; line-height:60px; height:60px;  margin:0px auto 0;

    background: url(../images/nav.png) no-repeat 20px center, url(../images/nav2.png) no-repeat 230px center;

}

.cp_l_nav1 ul li a h1{ font-size:16px;}

.cp_l_nav1 ul li a:hover,.cp_l_nav1 ul li a.on,.cp_l_nav1 ul li dl a.on1{ color:#0845ba; }

.cp_l_nav1 ul li dl{ width:80%; display:table; padding:0px 0 20px; margin:0 auto}

.cp_l_nav1 ul li dl a{ width:100%; display:table; line-height:36px; font-size:16px; color:#717171; padding:0 0 0 20px; box-sizing:border-box}



.cp_r{ width:953px; float:right;}

.cp_r ul{  display:table; width:100%; box-sizing:border-box}

.cp_r ul li{width:220px; display:block; color:#000000;float:left; margin:0 20px 2px 0;}

.cp_r ul li a{ width:100%;  margin:0 auto; display:block;}

.cp_r ul li:nth-child(4n+0){  margin:0 0px 2px 0;}

.cp_r ul li a h1{ font-size:17px;  color:#333;line-height:54px; display:block; text-align:center;width:100%; margin:0 auto;}

.cp_r ul li a .cp_t{ width:220px; height:294px; display:block;overflow: hidden; box-sizing:border-box;}

.cp_r ul li a .cp_t img{width:220px; height:294px;  display:block;-webkit-transition: all .6s ease 0s; transition: all .6s ease 0s;}

.cp_r ul li a:hover .cp_t img{transform: scale(1.05);}

.cp_r ul li a:hover h1 { color:#0845ba}

.cp_r ul li a:hover .cp_t{}



.cp_l_bj{ background:#0845ba;text-align:center; color:#fff; width:100%; margin:0 auto; padding:25px 0 }

.cp_l_bj h1{ font-size:18px; line-height:34px; background: url(../images/tel1.png) no-repeat center left; padding:0 0 0 40px; display:table; margin:0 auto; background-size: 30px;}

.cp_l_bj h2{ font-size:25px; font-weight:bolder; padding:5px 0 0}



.k2{background:url(../images/bj1.jpg) no-repeat center center; display:table; width:100%; height:812px}

.k2 .bt h1{ color:#fff}

.k2 .bt p{ color:#fff}



.ys{ width:1240px; background:url(../images/bj2.png) no-repeat center center; height:573px; display:table; margin:0 auto}

.ys_tel{ width:300px; float:left; text-align:center; color:#fff; padding:396px 0 0; box-sizing:border-box}

.ys_tel p{ font-size:26px; font-weight:bolder; line-height:32px}

.ysw{ width:940px; float:right}

.ysw ul{ width:860px; margin:0 auto; padding:0 0}

.ysw li{ width:50%; padding: 40px 27px 0; float:left; box-sizing:border-box; height:270px; cursor:pointer}

.ysw li .ysw_t{ width:100%; display:table}

.ysw li .ysw_t h1{ font-size:14px; color:#666666; float:left; margin-left:16px; line-height:1.4}

.ysw li .ysw_t h1 span{ font-size:23px; color:#333; font-weight:bolder; display:table; padding:13px 0 2px}

.ysw li .ysw_t i{ background:url(../images/ys_ico1.png) no-repeat center center #f8f8f9; width:76px; height:76px; display:table; float:left; border-radius:50%}

.ysw li:nth-child(2) .ysw_t i{background:url(../images/ys_ico2.png) no-repeat center center #f8f8f9; }

.ysw li:nth-child(3) .ysw_t i{background:url(../images/ys_ico3.png) no-repeat center center #f8f8f9; }

.ysw li:nth-child(4) .ysw_t i{background:url(../images/ys_ico4.png) no-repeat center center #f8f8f9; }

.ysw li:hover:nth-child(1) .ysw_t i{background:url(../images/ys_ico11.png) no-repeat center center #c80e05; }

.ysw li:hover:nth-child(2) .ysw_t i{background:url(../images/ys_ico22.png) no-repeat center center #c80e05; }

.ysw li:hover:nth-child(3) .ysw_t i{background:url(../images/ys_ico33.png) no-repeat center center #c80e05; }

.ysw li:hover:nth-child(4) .ysw_t i{background:url(../images/ys_ico44.png) no-repeat center center #c80e05; }

.ysw li p{ font-size:15px; line-height:30px; color:#666666; margin:15px 0 0}

/*k3*/

.k3{ width:100%; display:table; background:url(../images/bj3.jpg) no-repeat center top; height:880px; padding:130px 0 0; box-sizing:border-box}

.k3 .bt{ float:left; text-align:left; padding:100px 0 0}

.k3 .bt h1:before{ vertical-align: middle; display: inline-block;content: ''; background:url(../images/bt1.png) no-repeat center center;display:none; width:43px;height:5px;margin:0;}

.k3 .bt h1::after{vertical-align: middle; display: inline-block;content: '';background:url(../images/bt2.png) no-repeat center center; display:none; width:43px;height:5px;margin:0;;}

.k3 .bt p{ padding:15px 0 0}

.jj{ width:660px; font-size:16px; line-height:32px; color:#666; display:table; height:400px}

.jj h1{ font-size:24px; color:#0845ba; font-weight:bolder; margin:60px 0 30px}



.more{ display:table}

.more a{ width:180px; background:#0845ba; font-size:16px; color:#fff; display:table; border-radius:25px; line-height:44px;}

.more a span{ padding:0 20px;}

.more a i{ font-family:宋体; font-size:20px; font-weight:bolder; height:40px; width:40px; background:#fff; float:right; border-radius:50%; display:table; line-height:40px; text-align-last:center; margin:2px; color:#0845ba}

.more a:hover{ background:#c80e05}

.more a:hover i{ color:#c80e05}



.more1{ display:table; margin:0 auto; padding:30px 0 0}

.more1 a{ background:#0d56a4; border-radius:30px; font-size:15px; color:#fff; padding:0 60px; line-height:42px; display:table }

.more1 a:hover{ background:#c52621}



.k4{ width:100%; display:table}



.al_Scroll1{width:1240px;height:370px;margin:0px auto 0;position:relative; padding:10px 0 0}

.al_Scroll1 .prev{width:50px; height:50px;position:absolute;top:140px;left:-50px;z-index:100; cursor:pointer; opacity:0 }

.al_Scroll1 .next{width:50px; height:50px;position:absolute;top:140px;right:-50px;z-index:100; cursor:pointer;opacity:0 }

.al_Scroll1:hover .next{  background:url(../images/ys_jt2.png) no-repeat;opacity:1}

.al_Scroll1:hover .prev{  background:url(../images/ys_jt1.png) no-repeat;opacity:1}

.al_Scroll1 .scrollWrap{width:1236px; background: none; overflow:hidden;position:absolute; margin-left:2px}

.al_Scroll1  dl{float:left;width:390px;text-align:center;position:relative; margin:0px 11px; }

.al_Scroll1  dl a{ width:390px; display: table; color:#3a3a3a;  box-sizing:border-box;}

.al_Scroll1  dl a h1 { font-size:18px;width:100%; margin:0 auto; height:60px; line-height:60px; color:#333333; text-align: center; }

.al_Scroll1  dl a:hover{ color:#03488d;  display:block;}

.al_Scroll1  dl a .cp_t{width:390px; height:300px; display: table; margin:0 auto;overflow: hidden; box-sizing:border-box;}

.al_Scroll1  dl a .cp_t img{width:390px; height:300px; display:block;-webkit-transition: all .6s ease 0s; transition: all .6s ease 0s;}

.al_Scroll1  dl a:hover .cp_t img{transform: scale(1.08);}

.al_Scroll1  dl a:hover h1{ color:#03488d}



/**/

.gg{ width:100%; background:url(../images/gg1.jpg) no-repeat center center; height:238px; color:#fff}

.gg .gg_l{ width:70%; float:left; line-height:1.4; padding:60px 0 0 ; font-size:20px}

.gg .gg_l h1{ font-size:44px; font-weight:bolder; margin:0 0 5px}

.gg .gg_l span{}

.gg .gg_l h2{ font-size:12px; opacity:.3; text-transform:uppercase; padding:30px 0 0}



.gg .gg_r{ float:right; background:url(../images/tel1.png) no-repeat center right; padding:0 65px 0 0; font-size:15px; line-height:1.6; text-align:right; margin:70px 0 0}

.gg .gg_r h1{ font-size:28px; font-weight:bolder; font-style:italic; line-height:36px}





/**/

.k5{ width:1200px; display:table; margin:0 auto; padding:10px 0 60px} 

.k5 .btk{ width:1200px;}

.xwk{ width:1200px; display:table; margin:0 auto}

.xw1{ width:100%; display:table}

.xw1 li{ float:left; width:390px; border:1px solid #efefef; background:#fff; height:96px; margin:0 15px 18px 0; box-sizing:border-box}

.xw1 li:nth-child(7),.xw1 li:nth-child(10){ margin:0 0 18px 0}

.xw1 li a{ width:100%; padding:15px; box-sizing:border-box; height:96px;color:#535353; display:table; line-height:26px}

.xw1 li a time{border-right:1px solid #efefef; padding:0 20px 0 10px;  font-size:22px; font-weight:bolder; color:#c0bdbe; float:left; line-height:66px;}

.xw1 li a .xw_t{ display: none}

.xw1 li a p{ display:none}

.xw1 li a h1{ font-size:13px; vertical-align: middle;display: table-cell;color: #666666; width:240px; }



.xw1 li:nth-child(1),.xw1 li:nth-child(2),.xw1 li:nth-child(3){ border:none; width:270px;margin:0 40px 18px 0; height:320px;}

.xw1 li:nth-child(4){width:270px;margin:0 0px 18px 0;height:320px;border:none;}

.xw1 li:nth-child(1) a,.xw1 li:nth-child(2) a,.xw1 li:nth-child(3) a,.xw1 li:nth-child(4) a{ padding:0; height:320px;}

.xw1 li:nth-child(1) a time,.xw1 li:nth-child(2) a time,.xw1 li:nth-child(3) a time,.xw1 li:nth-child(4) a time{ font-size:20px; display:table; float:inherit; width:270px; border:none; padding:0; line-height:30px;}

.xw1 li:nth-child(1) a h1,.xw1 li:nth-child(2) a h1,.xw1 li:nth-child(3) a h1,.xw1 li:nth-child(4) a h1{ display:table; width:270px; height:50px; line-height:50px; color:#333333; font-size:16px;}

.xw1 li:nth-child(1) a p,.xw1 li:nth-child(2) a p,.xw1 li:nth-child(3) a p,.xw1 li:nth-child(4) a p{ width:100%; display:block; font-size:13px; line-height:24px; height:48px; overflow:hidden; color:#a0a0a0}

.xw1 li:nth-child(1) a .xw_t,.xw1 li:nth-child(2) a .xw_t,.xw1 li:nth-child(3) a .xw_t,.xw1 li:nth-child(4) a .xw_t{ width:270px; height:156px; display:table; padding:20px 0 0}

.xw1 li a .xw_t img{ width:270px; height:156px; display:table}

.xw1 li a:hover h1{ color:#0845ba}





/*fotter*/





.fotter{ background:#141414; width:100%; display:table; color:#fff; padding:40px 0 0}

.fotter a{ color:#fff;}

.fo{ width:1240px; margin:0px auto 0 auto; display:table; padding:30px 0 ; border-bottom:1px solid #383838;border-top:1px solid #383838}

.fo_l{ width:370px; float:left; padding:40px 0 0 0px; box-sizing:border-box}

.fo_nav{border:1px solid #383838;border-bottom: none;border-top: none; width:310px; height:170px; float:left; padding:0 0 0 65px; box-sizing:border-box}

.fo h1{ font-size:18px; color:#d5d5d5; padding:4px 0 12px; line-height:1}

.fo a{ width:115px; font-size:14px; color:#d9d8d8; line-height:40px; display:table; float:left}

.fo a:hover{ color:#3985d1}

.fo_c{ width:370px; padding-left:60px; float:left; display:table}

.fo_w{ width:120px; display:table; float:right; line-height:1; padding:20px 0 0}

.fo_w img{ width:110px; display:table}

.fo_w dl{ width:110px;  text-align:center; font-size:15px; line-height:50px;}



.fo_c h2{ font-size:30px; color:#ffffff; font-weight: bolder}

.fo_c h3{ font-size:15px; color:#fff; padding:10px 0 0px; line-height:20px}

.fo_c span{ width:100%; padding: 20px 0 0; display: table}

.fo_c span a{ width:132px; height:36px; margin-right:15px; background: url(../images/fo_bj11.png) no-repeat center center; display:table; float:left; padding-left:16px; line-height:36px; box-sizing:border-box}

.fo_c span a:hover{ color:#fff}

.fo2{ color:#fff;vertical-align:middle;display: table; text-align:center; font-size:13px; text-align:center;  margin:0 auto; width:100%;line-height:24px; padding:8px 0;   opacity:.7}

.fo2 a{color:#fff; margin:0 5px }

.fo2 .fo_lj{  width:122px; display: inline-block; height:24px;vertical-align:middle}

.fo2 .fo_lj img{ display:table; padding:0px 0 0 }

.fo2 a:hover{ color:#3985d1}





.fy{ text-align:center; font-size:14px; padding:20px 0;}

.info { width: 450px; height: 27px; line-height: 28px;  text-align: center;  margin: 15px auto; border: 1px dashed #ccc; border-left: none; border-right: none;  color: #6f6f6f;}







