@charset "gb2312";
/* CSS Document */
/*全局样式
---------------------------------------------*/
*{margin:0px;padding:0px; border:0px;}
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{list-style:none;}
fieldset,img{ border:0; }
a{text-decoration:none;}
table{ border-collapse:collapse; border-spacing:0; }
*html{ zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}
(this))}
.clear{clear:both;font-size:0px;height:0px;_height:0px;overflow:hidden; }
em, i { font-style: normal;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.clearfix {display:block;} 
.left{float:left; _display:inline;}
.right{float:right; _display:inline;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.filter_bg{ filter: alpha(opacity=80); opacity: 0.8; }
.ie6_bg{ background: url(../images/bg.png) no-repeat center;  _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '../images/bg.png', sizingMethod = 'scale');}
/*网站样式
---------------------------------------------*/
body{background:#fff; color:#333; font-family:'Microsoft YaHei',宋体,Arial,Helvetica,'方正兰亭粗黑简体'; font-size: 14px;}
a{color:#333;text-decoration:none;cursor :pointer; outline: none;}

/* CSS Header */
.header{ width:1200px; height:110px;}
.logo{ margin-top:19px;}
.tel{ margin-top:17px; margin-right:41px;}
.header1{ width: 63px; height: 23px;  line-height: 23px; margin-top: 46px; margin-right: 8px;}
.header1 a{ width: 23px; height: 23px; background: #ECECEC; color: #55749D; text-align: center; float: left; -moz-border-radius: 50%;      /* Gecko browsers */
    -webkit-border-radius: 50%;   /* Webkit browsers */
    border-radius:50%;            /* W3C syntax */}
 .header1 a.selectli{ background: #C40608; color: #fff; }
.header1 a:hover{ background: #C40608; color: #fff; }
.header1 span{ float: left; margin: 0px 5px; color: #B2AEAE; }

/* CSS nav */
.nav{ width:735px; height:33px; overflow:hidden;  margin-top: 41px; margin-left: 20px; }
.nav ul{}
.nav ul li{ float :left; } 
.nav ul li a{ width:80px; height:33px; margin: 0px 10px; position: relative; float:left; display:inline; text-align:center; font-size:16px;color:#000;}
.nav ul li a:hover{ color:#0074C1; }
.nav ul li a span{ width: 30px; height: 3px; display: none; background: #0074C1; position: absolute; bottom:0px; left: 50%; margin-left: -15px; }
.nav ul li.selectli a{ color:#0074C1;  }
.nav ul li.selectli a span{ display: inline; }
.nav ul li.nav_line{ width:1px; height:52px; background-color:#E6E6E6;}

.navd{margin-top: 0px;}

.dnav{height:27px; margin-top:31px;  position:relative; z-index:1; float:right;}
.dnav .nLi{ float:left;  position:relative; display:inline;  }
.dnav .nLi h3{ float:left; font-weight:normal;  }
.dnav .nLi h3 a{ width:60px; height:25px;  display:block; text-align:center; margin:0px 26px; padding:3px 0px 0px 0px; font-size:15px; color:#323232;  }
.dnav .nLi h3 a:hover{ color:#3D74CA; border-bottom:solid 1px #105FC7;}
.dnav .selectli{ float:left;  position:relative; display:inline;}
.dnav .selectli h3{ float:left; font-weight:normal;  }
.dnav .selectli h3 a{width:60px; height:25px;  display:block; text-align:center; margin:0px 26px; padding:3px 0px 0px 0px; font-size:15px;transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; color:#3D74CA; border-bottom:solid 1px #105FC7;}
.dnav .sub{ display:none; width: 120px; left:26px; top:29px;  position:absolute; z-index:9999;   padding:5px 0; background-color:#fff; transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.dnav .sub li{ zoom:1; border-bottom:solid 1px #f1f1f1; height:28px; line-height:28px;}
.dnav .sub a{ display:block; padding:0 10px; font-size:13px;  transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;}
.dnav .sub a:hover{ color:#fff;  color:#3D74CA; }
.dnav .on h3 a{ color:#3D74CA; border-bottom:solid 1px #105FC7;font-family:'方正兰亭粗黑简体';  }
.sub li:hover > a {
	padding-left: 18px;
}

/* CSS banner */
.banner{height:100%; text-align:center; overflow:hidden; margin:0px auto; min-width: 1200px;}
.slideBox{ height:520px; position:relative; margin:0px auto; }
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;}
.slideBox .bd img{ height:520px; display:block;  margin:0px auto;}
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox .hd{ height:8px; overflow:hidden; position:absolute; right:50%; bottom:37px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-left:4px;  width:8px; height:8px;  text-align:center; cursor:pointer; text-indent:999em; }


.slideBox .hdc{ height:8px; overflow:hidden; position:absolute; right:50%; bottom:37px; z-index:1; }
.slideBox .hdc ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hdc ul li{ float:left; margin-left:4px;  width:8px; height:8px;  text-align:center; cursor:pointer; text-indent:999em; }


.slideBox .hd ul li.on{  }
.page_banner{ width: 100%; height:320px; min-width: 1200px; overflow: hidden;position: relative; background-size:cover; margin:0px auto;}
.page_banner img{ position: absolute; left: 50%; margin-left:-960px; width: 1920px; height: 320px; }
/* CSS Main */
#wrap{ width:100%; height:100%;  overflow:hidden;  }
.wrap{ width:1200px; height:100%;  overflow:hidden;  }
.main{ width:1200px; height:100%;  overflow:hidden; margin:0px auto; background-color:#fff; }
/* CSS Home */

.chan1{width:1200px; height:240px; margin-top:60px;}


.about{ width:570px; height:210px; }
.about_p1{ height:44px; overflow:hidden; font-size: 20px; }
.about_a1{color: #2e2e2e; font-weight: bold;}
.about_a1 span{ color: #0074c1; margin-left: 10px; }
.more_01{ margin-top:6px; margin-right:2px;}
.about_a2{ width:162px; height:102px; margin-right:15px; }
.about_a2:hover{ filter:alpha(opacity=80);opacity:0.8;}
.about_a2 img{ max-width:162px; height:102px;}
.about_01{ width:570px; height:80px; line-height:26px; color:#414141; margin-top:9px; text-indent: 2em; }
.about_01 a{ color: #0074c1; }
.about_p2{width:570px; height:34px; overflow:hidden; margin-top: 20px; }
.about_p2 a{ width: 150px; float: left; margin-right:17px; display: inline;  padding-left: 26px; font-weight: bold;color: #0074c1; height: 34px; line-height: 34px; background: url(../images/bg3.jpg) no-repeat; }
.about_p2 a:hover{ color: #fff; background: url(../images/bg31.jpg) no-repeat; }

#news{ height: 50px; background: #F2F2F2; }
.news{ width:1200px; height:50px; line-height: 50px; background: #F2F2F2; }
.newsa1{ font-weight: bold; font-size: 16px; color: #0074c1; }
.news_a2{ float:right; margin-right:50px; color:#262626; margin-top:4px; display:inline;}
.news_a2:hover{ color:#E43E29;}
.news_p2{ height:25px; line-height: 25px;}
.news_p2 a{ padding-left:16px;}
.news_p3{ height:94px; line-height: 25px;}
.news_dl{ width:360px; height:97px;  float:left; margin-left:6px; margin-top:31px; display:inline;}
.news_dl dt{ width:151px; height:97px; float:left;}
.news_dl dt a{ width:151px; height:97px; }
.news_dl dt a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.news_dl dt a img{ max-width:151px; height:97px;}
.news_dl dd{ width:195px; height:97px; line-height:23px; color:#000000; margin-left:13px;float:left; display:inline;}
.news_ul{ width:320px; margin-top:25px;  float:left;}
.news_ul li{width:320px; height:34px; line-height:34px;  float:left;}
.news_ul li span{ width:7px; height:6px; background:url(../images/icon_03.png) no-repeat; float:left; margin-top:12px; }
.news_ul li a{  color:#5E5E5E;}
.news_ul li a:hover{ color:#1C5FB8;}

#chan2{ height: 423px; background: url(../images/bg5.jpg) no-repeat center; min-width: 1200px; }
.chan2{ width: 1200px; height: 423px; }
.chan21{ width: 715px; height: 330px; margin-top: 53px; }
.wx{ width: 91px; height: 240px; }
.chan2_p1{ height: 46px; line-height: 46px; color: #f8f8f8;font-size: 15px;}
.chan2_p1 a{ font-size: 20px; font-weight: bold; color: #fff; }
.wx_p1{ margin-top: 24px; } 
.cab{ width: 85px; height: 240px; margin-left: 90px; }
.cab_p1{ line-height: 32px; color: #bbd5fb; font-size: 15px; margin-top: 15px;}
.cab_p1 a{ color: #f8f8f8; display: block;}
.cab_p1 a:hover{ color: #fff; }
.share1{ width: 715px; height: 28px; line-height:28px; margin-top: 35px; color:#f8f8f8; }
.share1a1{ color: #bbd5fb; font-size: 15px;  }
.share1 a{ float: left; }
.share1a2{ margin-left: 20px; display: inline; }
.share1a2:hover{ animation: swing 1s; }
@-webkit-keyframes swing{
    20%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    60%{-webkit-transform:rotate(5deg);}
    80%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(0);}
}
@-moz-keyframes swing{
    20%{-moz-transform:rotate(15deg);}
    40%{-moz-transform:rotate(-10deg);}
    60%{-moz-transform:rotate(5deg);}
    80%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(0);}
}
@-ms-keyframes swing{
    20%{-ms-transform:rotate(15deg);}
    40%{-ms-transform:rotate(-10deg);}
    60%{-ms-transform:rotate(5deg);}
    80%{-ms-transform:rotate(-5deg);}
    100%{-ms-transform:rotate(0);}
}
@keyframes swing{
    20%{transform:rotate(15deg);}
    40%{transform:rotate(-10deg);}
    60%{transform:rotate(5deg);}
    80%{transform:rotate(-5deg);}
    100%{transform:rotate(0);}
}
.chan22{ width: 425px; height: 330px; margin-top:53px;  }
.chan2_ul{width: 425px;  margin-top: 13px;  float: left;}
.chan2_ul li{ float: left; display: inline; }
.chan2_li1{ width: 200px; height:40px;  }
.chan2_li2{ width: 200px; height:40px; margin-left: 20px;  }
.c_InputText{ width: 140px; height: 30px; color: #fff; line-height: 30px;-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */ padding:5px 15px 5px 45px; background: #0A8EE5 url(../images/micon1.png) no-repeat 23px center;
	outline:none;}
.chan2_li2 .c_InputText{ background: #0A8EE5 url(../images/micon2.png) no-repeat 23px center; }
.chan2_li3{ width: 420px; height:135px; margin-top: 20px;  }
.c_textarea{width: 360px; height:110px;  color: #fff; line-height: 30px; background: #0A8EE5 url(../images/micon3.png) no-repeat 23px 25px; padding:20px 15px 5px 45px; -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;outline:none;            /* W3C syntax */ }
.chan2_li4{ width: 420px; height: 40px; line-height: 40px; margin-top: 15px; }
.chan2_li4 span{ color: #fff; float: left; }
.cyanzheng{ width: 60px; padding: 0px 5px; height: 30px; -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */ background: #0A8EE5; color: #fff; margin-top: 5px; line-height: 30px; float: left; }
.cyanimg{ width: 80px; cursor: pointer; height: 30px;float: left; margin-top: 5px; }
.cBut{ width: 90px; height: 30px;transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; line-height: 30px; background:#0A8EE5; color: #fff; cursor: pointer;  -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */ float: left; margin-top: 5px;  margin-left: 10px;}
.cBut:hover{ background: #FFFFFF; color: #0A8EE5; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
    font-family:'Microsoft YaHei';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
    font-family:'Microsoft YaHei';
}
input:-ms-input-placeholder{
    color: #fff;opacity:1;font-family:'Microsoft YaHei';
}
input::-webkit-input-placeholder{
    color: #fff;opacity:1;font-family:'Microsoft YaHei';
}
textarea:-ms-input-placeholder{
    color: #fff;opacity:1;font-family:'Microsoft YaHei';
}
textarea::-webkit-input-placeholder{
    color: #fff;opacity:1;font-family:'Microsoft YaHei';
}

#products{ height:505px; min-width: 1200px; margin-top: 30px; background:#F2F2F2 url(../images/bg4.jpg) no-repeat center top;}
.products{ width:1200px; height:505px; }
.products_p1{ height: 40px; margin-top: 45px; text-align: center; }
.products_p2{ height: 33px; line-height: 33px; text-align: center; margin-top: 6px; }
.products_p2 a{ font-size: 15px; margin: 0px 15px; }
.products_p2 a:hover{ color: #0074c1; }

.contact_us{ width:355px; height:260px;  margin-left:80px;}
.contact_01{ line-height: 32px; color: #f8f8f8; font-size: 15px; margin-top: 15px;}


/* CSS Js */
.picMarquee-left{ width: 570px; height: 200px; margin-top: 12px; margin-left:33px;}
.picMarquee-left ul li{ width:243px; height:200px; float:left; margin:0px 21px; display: inline;}
.switch_Marquee_p1{ width:243px; height:144px; text-align:center;}
.switch_Marquee_p1 a{ width: 219px; height: 144px; float: left; }
.switch_Marquee_p1 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.switch_Marquee_p1 img{ max-width:219px; height:144px;}
.switch_Marquee_p1 span{ height: 144px; float:left; transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;}
.switch_Marquee_sp1{ width: 11px; background: url(../images/bg1.jpg) no-repeat; }
.switch_Marquee_sp2{ width: 13px; background: url(../images/bg11.jpg) no-repeat; }
.switch_Marquee_p1:hover .switch_Marquee_sp1{ background: url(../images/bg1_1.jpg) no-repeat; opacity: 0.7; }
.switch_Marquee_p1:hover .switch_Marquee_sp2{ background: url(../images/bg11_1.jpg) no-repeat; opacity: 0.7; }
.switch_Marquee_p2{ width:243px; height:55px; line-height:55px; text-align:center;}
.switch_Marquee_p2 a{color:#414141;  font-weight: bold;}
.switch_Marquee_p2 a:hover{ color:#0074c1;}


.picScroll-left{ width:1200px; height:295px; float:left; overflow:hidden; margin-top:33px;}
.picScroll-left .hd{ width:1200px;  height:32px; margin-top:6px; overflow:hidden;}
.picScroll-left .hd .next,.picScroll-left .hd .prev{ width:84px; height:32px; float:left;}
.picScroll-left .hd .next{ background:url(../images/right1.jpg) no-repeat; margin-left:4px;}
.picScroll-left .hd .prev{ background:url(../images/left1.jpg) no-repeat; margin-left:515px;}
.picScroll-left .hd .next:hover{ background:url(../images/right11.jpg) no-repeat; }
.picScroll-left .hd .prev:hover{ background:url(../images/left11.jpg) no-repeat; }

.picScroll-left .hdc{ width:1200px;  height:32px; margin-top:6px; overflow:hidden;}

.picScroll-left .bd{ width: 1200px; height: 254px; }
.picScroll-left .bd ul li{  width:267px; height:254px; float:left; margin:0px 16px; display: inline;  overflow:hidden;}
.switch_Scroll_p1{ width:267px; height:211px; text-align:center; position: relative;}
.switch_Scroll_p1 a{ width:241px; height:191px;background:#fff; position:absolute; top: 10px; left: 14px;}
.switch_Scroll_p1 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.switch_Scroll_p1 img{ max-width:241px; height:191px;}
.switch_Scroll_p1 span{ position: absolute; }
.ssp1{ width: 11px; height: 16px; background: url(../images/bg21.jpg) no-repeat; top: 0px; left: 0px;}
.ssp2{ width: 11px; height: 16px; background: url(../images/bg22.jpg) no-repeat; top: 0px; right: 0px;}
.ssp3{ width: 11px; height: 18px; background: url(../images/bg23.jpg) no-repeat; bottom: 0px; left: 0px;}
.ssp4{ width: 11px; height: 18px; background: url(../images/bg24.jpg) no-repeat; bottom: 0px; right: 0px;}
.ssp5{ height: 1px; background: #A0A0A0; left: 11px; top: 0px; }
.ssp6{ width: 1px; background: #A0A0A0; right: 0px; top: 16px; }
.ssp7{ height: 1px; background: #A0A0A0; right: 11px; bottom: 0px; }
.ssp8{ width: 1px; background: #A0A0A0; left: 0px; bottom: 18px; }

.switch_Scroll_p2{ width: 267px; height:43px; line-height:43px; text-align:center;}
.switch_Scroll_p2 a{ font-weight: bold;}
.switch_Scroll_p2 a:hover{ color:#0074c1;}

.txtMarquee-left{ width:1065px; height: 50px; margin-left: 25px; overflow: hidden; }
.txtMarquee-left ul{ width:1065px; height: 50px; }
.txtMarquee-left li{ width: 800px; height: 50px; float: left; }
.txtMarquee-left li a{ margin-left: 8px; }
.txtMarquee-left li a:hover{ color: #0074C1; }
#KinSlideshow{ width:287px; height:255px;}

.slideTxtBox{ width: 1200px; height: 360px; position: relative; margin-top: 6px; }
.slideTxtBox .hd{ height: 33px; line-height: 33px; text-align: center; }
.slideTxtBox .hd a{ font-size: 15px; margin: 0px 15px; }


.slideTxtBox .hdc{ line-height: 33px; text-align: center; }
.slideTxtBox .hdc a{ font-size: 15px; margin: 0px 15px; }
.slideTxtBox .hdc a:hover{ color: #0074c1; font-weight: normal; }

.slideTxtBox .hd a.on{ color: #0074c1; font-weight: normal; }
.slideTxtBox .bd{ width: 1200px; height: 254px; margin-top: 25px; }
.slideTxtBox .bd ul li{  width:267px; height:254px; float:left; margin:0px 16px; display: inline;  overflow:hidden;}
.slideTxtBox .next,.slideTxtBox .prev{ width:84px; height:32px; position: absolute;bottom:0px;}
.slideTxtBox .next{ background:url(../images/right1.jpg) no-repeat; right:513px; }
.slideTxtBox .prev{ background:url(../images/left1.jpg) no-repeat; left:516px;}
.slideTxtBox .next:hover{ background:url(../images/right11.jpg) no-repeat; }
.slideTxtBox .prev:hover{ background:url(../images/left11.jpg) no-repeat; }

/*两排*/
.multipleColumn{ width:1002px;}
.multipleColumn .bd{ padding-top:10px;}
.multipleColumn .bd li{ width:235px; height:160px; float:left; margin:15px 7px 0px 7px; display:inline; overflow:hidden; background-color:#D9D9D9; }
.multipleColumn_p1{ width:229px; height:128px; text-align:center; margin-left:3px; margin-top:3px;}
.multipleColumn_p1 a{ width:229px; height:128px; float:left;}
.multipleColumn_p1 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.multipleColumn_p1 img{ max-width:229px; height:128px;}
.multipleColumn_p2{ width:235px; height:29px; line-height:29px; text-align:center; }
.multipleColumn_p2 a{color:#4C4C4C; font-size:13px; }
.multipleColumn .bd li.selectli{ background-color:#006BC5; cursor:pointer;}
.multipleColumn .bd li.selectli .multipleColumn_p2 a{ color:#fff;}

/*切换滚动*/
.slideGroup{ width: 1200px; margin-top: 50px; background: #2476DB;}
.slideGroup .parHd{ height:53px; background: #fff;  }
.slideGroup .parHd li{ width:275px; height: 53px; line-height: 53px; text-align: center; float: left; }
.slideGroup .parHd li a{ font-size: 18px; color: #212121; }
.slideGroup .parHd li.on{ background: #2476DB; }
.slideGroup .parHd li.on a{ color: #fff; }
.slideGroup .parBd{ width:1200px;height:295px; }
.slideGroup .parBd ul{ margin-top: 35px; margin-left: 9px; }
.slideGroup .parBd ul li{ width: 270px;height: 250px; float: left; margin:0px 11px; display: inline;  }
.slideGroup_p1{ width: 270px; height: 220px; background: url(../images/bg1.jpg) no-repeat bottom; }
.slideGroup_p1 a img{ max-width: 270px; height: 204px; }
.slideGroup_p1 a:hover{ filter:alpha(opacity=80);opacity:0.8; }
.slideGroup_p2{ width: 270px; height: 24px; }
.slideTxt_Scroll_p2a1{ width: 160px; height: 24px; line-height: 24px; margin-left: 7px; font-size: 14px; color: #fff; }
.slideTxt_Scroll_p2a2{ width: 80px; text-align: center; color: #252525; height: 24px; line-height: 24px; background: url(../images/bg2.jpg) repeat-x; }
.slideTxt_Scroll_p2a2:hover{color: #2476DB;}

/* CSS Footer */
.footer{width:1200px; height:45px; line-height: 45px; background:#005DB5;  color:#7fa1d3; text-align:center; margin:0px auto;}
.footer a{ color:#7fa1d3;}
.footer a:hover{ text-decoration:underline; color: #fff;}
#footer{ height:45px;background:#005DB5;  overflow:hidden; min-width: 1200px;}
.footer_01{ text-align:left;}
.footer_02{ text-align:right;}
.weixin{ margin-top:56px; margin-left:60px;}
/*CSS Left_side*/
.left_side{ width:247px;  float:left; display:inline; margin-top: 35px; margin-bottom:15px;}
.left_sidep1{
	width:100%;
	height:77px;
	line-height:70px;
	background:url(../images/title_bg.jpg) no-repeat top left;
	font-size:28px;
	text-align:center;
	color:#FFF;
	font-weight:600;}
.left_sidecon{}

.left_sideul{ width:247px;  margin-top:5px;}
.left_sideul li{ height:55px; overflow:hidden;_float:left; margin-top:10px; }
.left_sideul li.sline{ width:254px; height:2px; background:url(../images/page_line.png) repeat-x; overflow:hidden; margin:0px auto;}
.left_sideul li a{ width:224px;-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */ height:55px; line-height:55px; background:#F2F2F2; float:left; text-align:left; font-size:16px;  padding-left:23px; font-weight:500; }
.left_sideul li a:hover{ background-color:#0074C1; color:#fff;}
.left_sideul li.selectli a{ background-color:#0074C1; color:#fff;}

.pcontact_us{ width:247px; height:100%;  margin-top:20px;}
.pcontact_p1{ height:73px; overflow: hidden;}
.pcontact_usa1{ float:left; margin-top:12px; margin-left:1px;}
.pcontact_us_01{ width:211px; background: #414548; line-height:25px; padding: 15px 18px; color:#f8f8f8;}
.pcontact_p2{width:247px; height:13px; background:url(../images/bg10.jpg) no-repeat;  overflow: hidden;}

/*CSS Right_side*/
.right_side{ width:915px; height:100%; overflow:hidden;  float:right; display:inline; margin-top: 35px;}
#right_title{ height: 54px; background: url(../images/bg9.jpg) repeat-x; }
.right_title{ width: 1200px; margin: 0px auto; height:54px; line-height: 54px;  background: url(../images/bg9.jpg) repeat-x;}
.right_title_left{ float:left;  font-size:16px; color:#fff; margin-top:10px; margin-left:10px; }
.right_title_right{ color:#2e2e2e; float:left;  display:inline;}
.right_title_right a{ color:#2e2e2e;}
.right_title_right a:hover{ text-decoration:underline;}
.right_title_right_sp1{ width:14px; height:13px; background:url(../images/page_icon.jpg) no-repeat; float:left; margin-top:20px; margin-right:5px;}
.right_title_right_sp2{ float:left;}
.right_content{width:915px; padding:0px 0px 0px 0px; }
input.ord_input  {
	height: 28px;
	border: 1px solid #A7A7A7;
	line-height: 28px;
	padding-left: 6px;
	line-height:28px;
}
.cartButton{
	background:#1396DE;
	color:#FFF;
	height:50px;
	width:100px;
	line-height:50px;
	text-align:center;
	border:none;
	cursor:pointer}input.ord_input1  {
	height: 34px;
	border: 1px solid #A7A7A7;
	padding-left: 6px;
	font-size:14px
}
.or_l{
	padding:8px 0px;
	text-align:right;
	}
.or_r{
	padding:8px 0px;
	padding-left:8px;
	}
/* CSS News */
#indexNews{ padding:5px; font-size: 14px;}
#indexNews li{ height:30px; line-height:30px; border-bottom:#D9D9D9 1px dotted; padding:5px 10px 5px 10px; }
#indexNews li a{ padding-left:15px; float:left;}
#indexNews li span{ float:right;}
#indexNews li img{margin:13px 10px 0 0;}
#indexNews li a:hover{color:#0074C1; }
#indexNews li i{ float: left; margin-top: 9px; }

#indexNews1 li{ padding:5px; float:left;}
.indexNews1_a1{ float:left; width:300px; height:128px; border:1px solid #dcdcdc; padding:1px;}
.indexNews1_a1:hover{filter:alpha(opacity=80);opacity:0.8; border:1px solid #D80000;}
.indexNews1_a1 img{ max-width:300px; height:auto;}
.indexNews1_div1{ float:left; margin-left:15px;}
.indexNews1_h3{ height:26px; line-height:26px;}
.indexNews1_h3 a{ font-size:14px; font-weight:bold; color:#585858;}
.indexNews1_h3 a:hover{ color:#0098D1;}
.indexNews1_p1{ line-height:23px; }
.indexNews1_p2{ line-height:23px; color:#D80000; margin-top:10px;}

/*Related*/
.related{ padding:15px; float: left; }
.related p{ height:25px; font-weight:bold; border-bottom:solid 1px #F1F1F1; font-size:15px;}
.related ul { width:100%; padding:10px 5px;float:left;}
.related ul li{ width:50%; height:26px; line-height:26px; float:left;}
.related ul li b{ float:left;}
.related ul li a{ float:left; margin-left:5px; display:inline; color:#666;}
.related ul li a:hover{ color:#0074C1;}
/*上一条下一条*/
#prev_next{margin: 10px 0px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #0074C1; }
/* CSS Pic */
#picUL{ padding:5px;}
#picUL li{height:205px;width:264px;float:left;margin:10px 15px;text-align:center; display:inline;}
#picUL li .pic_01{width:262px;height:173px; text-align: center;background: #ffffff;border:1px solid #dcdcdc;transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;}
#picUL li .pic_01 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
#picUL li .pic_01:hover{ border:1px solid #0074C1; cursor:pointer;}
#picUL li .pic_01 img{height:171px;max-width:260px; _width:260px; vertical-align:middle; padding:1px;}
#picUL li .pic_02{width:262px;text-align: center;line-height:30px;}
#picUL li .pic_02 a{color:#585858;}
#picUL li .pic_02 a:hover{color:#0074C1; }

#proUL{ padding:5px;}
#proUL li{height:240px;width:264px;float:left;margin:10px 15px;text-align:center; display:inline;}
#proUL li .pic_01{width:262px;height:208px; text-align: center;background: #ffffff;border:1px solid #dcdcdc;transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;}
#proUL li .pic_01 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
#proUL li .pic_01:hover{ border:1px solid #0074C1; cursor:pointer;}
#proUL li .pic_01 img{height:206px;max-width:260px; _width:260px; vertical-align:middle; padding:1px;}
#proUL li .pic_02{width:262px;text-align: center;line-height:30px;}
#proUL li .pic_02 a{color:#585858;}
#proUL li .pic_02 a:hover{color:#0074C1; }

/* CSS Info */

#newTitle{ line-height:40px; font-size:25px; text-align:center;}
#productTitle{ height:30px;font-size:25px;text-align:center;}
#newsInfo{ height:30px; line-height:30px; font-size:12px;text-align:center; border-bottom:solid 1px #f1f1f1; margin-top:10px;}
.newsinfoleft {padding-left: 30px;}
#newsInfo i{ margin-right: 5px; }
.xxsmys{ width:600px; height:30px; line-height:30px; background-color:#ececec;}
.xxsmwz{ width:88px; height:30px; color:#FFF; text-align:center; display:block; background-color:#9a9a9a;}
.pageys{ width:59px; height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center;}
.pageys:hover{color:#ff6c00}
.pageys1{ width:20px;height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center; margin-left:5px;}
.pageys2{ float:left; padding-left:5px;height:21px; line-height:21px; }
#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:100%; padding:3px; border:#dcdcdc solid 1px;}
#newsContent{ margin:0 auto;line-height:26px; padding:15px;}
#newsContent img{max-width:100%;}
#newsContent div{ text-indent:0em;font-size:13px; line-height:24px;}
#newsContent p{
	margin-bottom:10px;}
.contactus{  height:auto; padding-left:10px;; line-height:26px; text-align:left;}
#company_main{ margin:0 auto; line-height:26px; padding:10px;}
#company_main img{ max-width:100%;}
#company_main .contactus{ text-indent:0em;}
#newsContent div.alink{ padding:5px; line-height:25px; margin:0 auto; font-size:14px;text-indent:0em;}
/*css digg style pagination*/
div.digg{padding:5px;margin:3px;text-align:center; float:right; }
div.digg a{border:#aaaadd 1px solid;padding:2px 5px;margin:2px;color:#585858;text-decoration:none}
div.digg a:hover{border:#585858 1px solid;color:#000;}
div.digg a:active{border:#585858 1px solid;color:#000;}
div.digg span.current{border:solid 1px #0074C1;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#0074C1;}
div.digg span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}
div.digg select{ border:#aaaadd 1px solid;}
/*******************************message css start***************************************/
.message_ul{
	margin:0px auto;
	font-size:14px;
	float:left;
	padding:10px 20px;
	
}
.message_ul li{
	margin:5px 20px;
	float:left;
	width:100%;
}
.message_ul li label{ width:80px; float:left; text-align:right; margin-top:4px;}
.message_ul li b{ margin-top: 5px; float: left; }
.G_textarea{
	width:450px;
	height:100px;
	border:1px solid #dedede;
}
.G_InputText{
	width:250px;
	height:30px;
	line-height:27px;
	border:1px solid #dedede;
	padding:3px;
	float:left;
	border-radius: 2px;
}
.yanzheng{
	width:100px;
	height:23px;
	border:1px solid #dedede;
	padding:3px;
}
.But{
	width:74px;
	height:31px;
	line-height:27px;
	background:#0074C1;
	border-radius:2px;
	border:none;
	text-align:center;
	margin-top:14px;
	margin-left:5px;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
}
.G_tips{
	width:486px;
	line-height:20px;
	margin:30px 65px;
	border:1px solid #dedede;
	padding:3px 7px 7px 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.red{
	color:#ff0000;
}
.cpmcys{ height:28px; border:solid 1px #DEDEDE;}
/*******************************message css end***************************************/

/******************************job css start***************************************/
.job_ul{ padding:10px 15px;}
.job_ul li{
	width:100%;
	border-bottom:dashed 1px #cfcfcf;
	float:left;
	padding:10px;
	line-height:24px;
}
.job_ul li .recruit_info{
	font-size:14px;
	float:left;
}
.job_ul li .recruit_info .job_nam{
	color:#000;
	font-weight:bold;
}
.job_ul li .but{
	width:74px;
	height:31px;
	line-height:31px;
	background: #0074C1;
	border-radius:2px;   
	float:right;
	margin-top:10px;
	margin-right:22px;
	text-align:center;
}
.job_ul li .but a{
	text-decoration:none;
	color:#FFF;
	display:block;
}

.recruit_info_tit_bg{
	height:31px;
	background:#f8f8f8;
	border-radius:2px;
	margin:0px auto;
	padding:5px 15px;
}
	
.recruit_info_tit_bg .recruit_info_tit{
	width:73px;
	height:31px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background:#0074C1;
	font-size:14px;
	color:#ffffff;
	line-height:31px;
	text-indent:8px;
}
.recruit_info_main{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:60px;
	padding:5px 20px;
}

.recruit_info_main p {
	text-align: justify;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 28px;
	color: #444444;
}

/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}
.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;height: 73px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}
.f{ float:right; margin-right:10px; _margin-top:7px;}
.map{ float:right;margin-top: 20px;}
.map a{color:black;}
.pages{ padding:5px 15px; margin:10px 0px;}
.pages li{ float:left; line-height:30px;}
.pagesli1{ width:40%;}
.pagesli2{ width:40%;}
.pagesli3{ width:20%;}
/*页面加载css*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}





table.ggcscon tr td {
    border: solid 1px #ddd;
    font-size: 16px;
	padding:10px 0px;
}
table.ggcscon tr td {
    border: solid 1px #ddd;
    font-size: 16px;
    width: 20%;
    color: #666;
	text-align:center;
	
}

.fy{ text-align:center; margin-top:0px; border:solid 0px #ddd; padding:20px 0; font-size:18px; background:#fff;
margin:30px 0px; clear:both}
.fy a{ padding:20px; background:#F2F2F2;}
.fy a:hover{ background:#D1000E; color:#fff;}
.fy span{ padding:20px; background:#D1000E; color:#fff!important;}



/* news & faq */

.l{float:left;}.r{float:right;}
.rel{position:relative;}.abs{position:absolute;}
.scale img{-ms-transition-duration: 0.3s; transition-duration: 0.3s;}
.scale a:hover img{-ms-transform: scale(1.1); transform: scale(1.1);}
.cl:after{ content:""; overflow:hidden; display:block; clear:both;}
.homeNews{ padding:60px 0; background-color:#fff; }
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.homeTitle {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.homeTitle h3{ font-weight:700; font-size:30px; line-height:30px; color:#333;}
.homeTitle p{ font-size:14px; line-height:30px; color:#aaa;}
.homeNewsBox{ margin-top:30px;}
.homeNewsHot{ width:450px;}
.homeNewsHot dl{ height:300px; overflow:hidden; position:relative;}
.homeNewsHot dl dd{ position:absolute; left:0; right:0; bottom:0; padding:0 15px; background:url(../images/tm-b-8.png); font-size:16px; line-height:60px; color:#fff; }
.homeNewsHot dl dd span{ display:inline-block; float:right; font-size:12px; color:#ccc;}

.homeNewsList{ width:710px; margin-left:40px; height:300px; overflow:hidden;}
.homeNewsList dl{ height:80px; position:relative; padding-left:110px; border-bottom:1px dotted #ccc; padding-bottom:15px; margin-bottom:6px;}
.homeNewsList dl:nth-child(1){ margin-top:0;}
.homeNewsList dl dt{ position:absolute; left:0; top:0; width:90px; height:80px; background-color:#888; color:#fff; text-align:center; font-family:"Helvetica-Neue-76344c9ab17559";}
.homeNewsList dl dt h6{ font-size:30px; line-height:40px; padding-top:10px;}
.homeNewsList dl dt p{ font-size:14px; line-height:20px;}
.homeNewsList dl dd h3{ font-weight:700; font-size:16px; line-height:30px; color:#333;}
.homeNewsList dl dd p{ font-size:12px; line-height:20px; color:#888; padding-top:3px;}
.homeNewsList dl a:hover dt{ background-color:#aaa;}
.homeNewsList dl a:hover dd h3{ color:#cc2b1e; text-decoration:none;}